
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

html {
    overflow-x: hidden;
    height: 100%;
}

body {
    font-family: var(--thm-font);
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: var(--thm-p);
}

:root {
    --thm-font: 'Poppins', sans-serif;
    --thm-base: #190664;
    --thm-line: linear-gradient(to bottom, #FF416C, #de5924);
    --thm-color: #de5924;
    --thm-black: #130451;
    --thm-black1: #333333;
    --thm-white: #ffffff;
    --thm-ase: #afb2bf;
    --thm-gray: #8e8e8e;
    --thm-f6: #F1F8FF;
    --thm-fb: #f6f6f6;
    --thm-f3: #f3f3f3;
    --thm-p: #6b6f92;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--thm-font);
    color: var(--thm-black);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0px;
    font-weight: 400;
}

h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0px;
    font-weight: 400;
}

h4 {
    font-size: 20px;
    line-height: 27px;
}

h5 {
    font-size: 18px;
    line-height: 26px;
}

h6 {
    font-size: 14px;
    line-height: 22px;
}

p:last-child {
    margin-bottom: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
}


/*... new css... */

.hn {
    display: none;
}

.e_name h4 {
    color: #de5924;
    font-size: 25px;
    line-height: 31px;
    margin-right: 1rem;
    font-weight: 600;
    font-family: "Poppins";
    margin-top: 23px;
}

.e_name h4 span {
    color: #190664;
    font-weight: 600;
	
}

.franchise_t h6 {
    margin-top: 2px;
    font-family: 'Poppins';
    font-size: 25px;
    margin-bottom: 0;
    color: #190664;
    text-align: right;
}

.franchise_t h2 {
    margin: 0;
    animation: blinker 0.6s linear infinite;
    color: #190664;
    font-size: 19px;
    font-family: 'Poppins';
    text-align: right;
    font-weight: 600;
}

.franchise_t h5 {
    margin: 0;
    animation: blinker 0.6s linear infinite;
    color: #d7182a;
    font-size: 19px;
    font-family: 'Poppins';
    text-align: right;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}


/*... end new css... */

p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: var(--thm-p);
    line-height: 28px;
    font-family: var(--thm-font);
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

a {
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: inherit;
}

a {
    color: inherit;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
a:active {
    text-decoration: none;
    outline: 0;
}

*,
 ::before,
 ::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

span {
    letter-spacing: 0;
}

a,
button,
input {
    outline: medium none;
    color: inherit;
}

dl,
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}

.form-group {
    margin-bottom: 20px;
}

button,
input,
textarea {
    color: var(--thm-black);
}

button,
input,
textarea:focus {
    outline: none;
}

.atf-color-ase {
    color: var(--thm-ase)! important;
}


/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/

.book_preload {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--thm-white);
    z-index: 999999;
}

.book {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    margin: 0 auto;
    border: 5px solid #ecf0f1;
    width: 100px;
    height: 60px;
}

.book__page {
    position: absolute;
    left: 50%;
    top: -5px;
    margin: 0 auto;
    border-top: 5px solid #ecf0f1;
    border-bottom: 5px solid #ecf0f1;
    border-right: 5px solid #ecf0f1;
    background: var(--thm-color);
    width: 50px;
    height: 60px;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: flip 1.2s infinite linear;
    animation: flip 1.2s infinite linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.book__page:nth-child(1) {
    z-index: -1;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.book__page:nth-child(2) {
    z-index: -2;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

.book__page:nth-child(3) {
    z-index: -3;
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(600px) rotateY(0deg);
        transform: perspective(600px) rotateY(0deg);
    }
    20% {
        background: #3498db;
    }
    29.9% {
        background: #3498db;
    }
    30% {
        -webkit-transform: perspective(200px) rotateY(-90deg);
        transform: perspective(200px) rotateY(-90deg);
        background: var(--thm-black);
    }
    54.999% {
        opacity: 1;
    }
    55% {
        opacity: 0;
    }
    60% {
        -webkit-transform: perspective(200px) rotateY(-180deg);
        transform: perspective(200px) rotateY(-180deg);
        background: #333;
    }
    100% {
        -webkit-transform: perspective(200px) rotateY(-180deg);
        transform: perspective(200px) rotateY(-180deg);
        background: #333;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(600px) rotateY(0deg);
        transform: perspective(600px) rotateY(0deg);
    }
    20% {
        background: #3498db;
    }
    29.9% {
        background: #3498db;
    }
    30% {
        -webkit-transform: perspective(200px) rotateY(-90deg);
        transform: perspective(200px) rotateY(-90deg);
        background: #333;
    }
    54.999% {
        opacity: 1;
    }
    55% {
        opacity: 0;
    }
    60% {
        -webkit-transform: perspective(200px) rotateY(-180deg);
        transform: perspective(200px) rotateY(-180deg);
        background: #333;
    }
    100% {
        -webkit-transform: perspective(200px) rotateY(-180deg);
        transform: perspective(200px) rotateY(-180deg);
        background: #333;
    }
}


/*END PRELOADER DESIGN*/


/*START SECTION PADDING DESIGN*/

.atf-section-padding {
    padding: 50px 0;
    line-height: 35px;
}


/*START SECTION TITLE DESIGN*/

.atf-section-title {
    margin-bottom: 50px;
}

.atf-section-title h5 {
    color: var(--thm-white);
    line-height: 25px;
    margin: 0px 0 5px;
    text-transform: capitalize;
    font-family: var(--thm-font);
    letter-spacing: 1px;
    font-size: 14px;
    background: var(--thm-color);
    display: inline-block;
    padding: 2px 10px;
    border-radius: 75%/20%;
}

.atf-section-title h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.3;
    color: var(--thm-black);
    text-transform: capitalize;
    font-family: var(--thm-font);
    margin: 15px 0px;
}

.atf-section-title p {
    font-size: 14px;
    font-family: var(--thm-font);
    color: var(--thm-p);
    font-weight: 400;
    line-height: 28px;
    margin-top: 8px;
}

.atf-section-title .atf-sec_icon {
    position: relative;
    display: inline-block;
}

.atf-section-title .atf-sec_icon:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: var(--thm-color);
    top: 16px;
    left: -56px;
}

.atf-section-title .atf-sec_icon:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: var(--thm-color);
    top: 16px;
    right: -56px;
}

.atf-section-title .atf-sec_icon .atf-sec_radiu i {
    margin-top: 10px;
    color: var(--thm-color);
}

@media only screen and (max-width:480px) {
    .atf-section-title h2 {
        font-size: 25px;
    }
}


/*END SECTION TITLE DESIGN*/


/*START SCROLL TO TOP*/

.atf-scroll-top {
    position: fixed;
    right: 105%;
    bottom: 70px;
    z-index: 99;
    cursor: pointer;
    transition: 1.5s ease;
    border: none;
    background: transparent;
}

.atf-scrollup-icon {
    font-size: 25px;
    width: 50px;
    height: 50px;
    background: var(--thm-color);
    line-height: 50px;
    color: var(--thm-white);
    border-radius: 50%;
    box-shadow: 0px 0 15px rgba(242, 233, 233, 0.6);
}

.atf-scrollup-icon:hover {
    background: var(--thm-black);
    transition: 0.3s;
}

.atf-scroll-top.open {
    right: 30px;
}


/*END SCROLL TO TOP*/


/* START BTN STYLE */

.atf-themes-btn {
    color: var(--thm-white);
    background-color: var(--thm-color);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 0;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    border: none;
}

.atf-themes-btn:before,
.atf-themes-btn:after,
.atf-themes-btn span:before,
.atf-themes-btn span:after {
    content: '';
    background: var(--thm-black);
    width: 25%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s;
}

.atf-themes-btn:before {
    transform: scaleY(0.2);
    transition-delay: 0.3s;
}

.atf-themes-btn:after {
    transform: scaleY(0.45);
    right: 25%;
    transition-delay: 0.2s;
}

.atf-themes-btn span:before {
    transform: scaleY(0.65);
    right: 50%;
    z-index: -1;
    transition-delay: 0.1s;
}

.atf-themes-btn span:after {
    transform: scaleY(0.8);
    right: 75%;
    z-index: -1;
}

.atf-themes-btn span {
    padding: 10px 20px;
    display: block;
    position: relative;
    z-index: 1;
}

.atf-themes-btn:hover:before,
.atf-themes-btn:hover:after,
.atf-themes-btn:hover span:before,
.atf-themes-btn:hover span:after {
    opacity: 1;
    transform: scaleY(1);
}

.atf-themes-btn.orange:before,
.atf-themes-btn.orange:after,
.atf-themes-btn.orange span:before,
.atf-themes-btn.orange span:after {
    background: linear-gradient(to bottom, #f7b42c, #fc575e);
}

.atf-themes-btn.blue:before,
.atf-themes-btn.blue:after,
.atf-themes-btn.blue span:before,
.atf-themes-btn.blue span:after {
    background: linear-gradient(to bottom, #7f53ac, #647dee);
}

.atf-themes-btn.green:before,
.atf-themes-btn.green:after,
.atf-themes-btn.green span:before,
.atf-themes-btn.green span:after {
    background: linear-gradient(to bottom, #3bb78f, #0bab64);
}

.atf-themes-btn:hover {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .atf-themes-btn {
        margin-bottom: 20px;
    }
}


/* END BTN STYLE */


/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/

.atf-top-header {
    position: relative;
    z-index: 1;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
}

.atf-top-header::after {
    background: #190664 none repeat scroll 0 0;
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    right: calc(36% + 0px);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    border-right: 4px solid #fff;
}

.atf-header-top-auth {
    display: inline-block;
    margin-right: 10px;
}

.atf-header-top-auth a {
    color: rgba(255, 255, 255, .8);
    text-transform: capitalize;
}

.atf-header-top-auth a i {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    background: #fff;
    color: #6861BC;
    border-radius: 50%;
    margin-right: 10px;
}

.atf-header-top-right {
    text-align: right;
}

.atf-header-top-social {
    display: inline-block;
}

.atf-header-top-social ul li {
    display: inline-block;
    margin-left: 10px;
}

.atf-header-top-social ul li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

.atf-header-top-social ul li a:hover,
.atf-header-top-auth a:hover {
    color: var(--thm-white);
}

.atf-top-header {
    background-color: #de5924;
    overflow: hidden;
}

.atf-top-header .atf-top-header-in {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.4s ease;
}

.atf-top-header .atf-top-social {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    transition: all 0.4s ease;
    color: var(--thm-white);
    text-align: center;
}

.atf-top-social a i:hover {
    color: var(--thm-white);
}

.atf-top-social a i {
    margin-left: 15px;
    color: rgba(255, 255, 255, 0.8);
}

.atf-sticky-active .atf-top-header {
    height: 0;
}

.atf-top-header-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.atf-top-header-list li {
    margin-right: 30px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-top: 3px;
}

.atf-top-header-list li:last-child {
    margin-right: 0;
}

.atf-top-header-list li i {
    margin-right: 10px;
}

.atf-top-header-list li a:hover {
    color: var(--thm-white);
}

.atf-site-header.atf-style1 {
    transition: all 0.4s ease;
}

.atf-site-header.atf-style1 .atf-main-header-in {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 80px;
}

.atf-site-header.atf-style1.atf-sticky-active {
    background: var(--thm-base);
    color: var(--thm-white) !important;
    box-shadow: 0 0 15px rgba(244, 231, 231, 0.48);
}

.atf-nav .atf-nav-list>li>a {
    color: var(--thm-white);
}

@media screen and (max-width: 991px) {
    .atf-main-header .container {
        max-width: 100%;
    }
    .atf-top-header {
        display: none;
    }
    .atf-site-header.atf-style1 {
        background-color: var(--thm-black);
    }
}

.atf-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    font-size: 14px;
}

.atf-main-header {
    position: relative;
}

@media screen and (min-width: 992px) {
    .atf-nav .atf-nav-list {
        display: flex !important;
        flex-wrap: wrap;
    }
    .atf-nav .atf-nav-list>li {
        margin-right: 11px;
        font-weight: 500;
    }
    .atf-nav .atf-nav-list>li:last-child {
        margin-right: 0;
    }
    .atf-nav .atf-nav-list>li>a {
        padding: 15px 4px;
        display: inline-block;
    }
    .atf-nav .atf-nav-list>li>ul {
        left: 0;
        top: calc(100% + 15px);
    }
    .atf-nav .atf-nav-list>li>ul:before {
        content: '';
        position: absolute;
        height: 10px;
        width: 10px;
        border: 1px solid #eaeaea;
        transform: rotate(45deg);
        background-color: #fff;
        border-right: none;
        border-bottom: none;
        top: -6px;
        left: 16px;
    }
    .atf-nav .atf-nav-list>li:hover>ul {
        top: 100%;
        opacity: 1;
        visibility: visible;
        transition: all 0.4s ease;
    }
    .atf-nav .atf-nav-list li {
        position: relative;
    }
    .atf-nav .atf-nav-list li a.active {
        color: var(--thm-white);
    }
    .atf-nav .atf-nav-list ul {
        width: 200px;
        background-color: #fff;
        position: absolute;
        border: 1px solid #eaeaea;
        border-radius: 4px;
        padding: 10px 0;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        display: block !important;
        transition: all 0.1s ease;
    }
    .atf-nav .atf-nav-list ul li:hover ul {
        top: 0px;
    }
    .atf-nav .atf-nav-list ul li:hover>ul {
        opacity: 1;
        visibility: visible;
        transition: all 0.4s ease;
    }
    .atf-nav .atf-nav-list ul a {
        font-size: calc(100% - 1px);
        display: block;
        line-height: 1.6em;
        padding: 9px 20px;
        color: var(--thm-black);
    }
    .atf-nav .atf-nav-list ul a:hover {
        background-color: var(--thm-color);
        color: var(--thm-white);
    }
    .atf-nav .atf-nav-list ul ul {
        top: 15px;
        left: 100%;
    }
    .atf-menu-toggle,
    .atf-menu-dropdown-toggle {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .atf-menu-dropdown-toggle {
        position: absolute;
        height: 30px;
        width: 30px;
        right: 20px;
        top: 5px;
    }
    .atf-menu-dropdown-toggle:before,
    .atf-menu-dropdown-toggle:after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 2px;
        width: 10px;
        background-color: var(--thm-white);
        transition: all 0.3s ease;
    }
    .atf-menu-dropdown-toggle:before {
        transform: translate(-50%, -50%) rotate(90deg);
    }
    .atf-menu-dropdown-toggle.active:before {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    .atf-nav .atf-nav-list {
        position: absolute;
        left: 0;
        background-color: var(--thm-black);
        padding: 10px 0;
        display: none;
        top: 100%;
        border-top: 1px solid #eaeaea;
        border-bottom: 0px solid #eaeaea;
        overflow: auto;
        max-height: calc(100vh - 80px);
        width: 100%;
    }
    .atf-nav .atf-nav-list ul {
        padding-left: 15px;
        display: none;
    }
    .atf-nav .atf-nav-list a {
        display: block;
        padding: 8px 20px;
        color: var(--thm-white);
    }
    .atf-nav .menu-item-has-children {
        position: relative;
    }
    /*Mobile Menu Button*/
    .atf-menu-toggle {
        position: relative;
        display: inline-block;
        width: 28px;
        height: 27px;
        margin: 15px 0px 15px 0px;
        cursor: pointer;
    }
    .atf-menu-toggle span,
    .atf-menu-toggle span:before,
    .atf-menu-toggle span:after {
        width: 100%;
        height: 2px;
        background-color: var(--thm-white);
        display: block;
    }
    .atf-menu-toggle span {
        margin: 0 auto;
        position: relative;
        top: 12px;
        transition-duration: 0s;
        transition-delay: 0.2s;
    }
    .atf-menu-toggle span:before {
        content: '';
        position: absolute;
        margin-top: -8px;
        transition-property: margin, transform;
        transition-duration: 0.2s;
        transition-delay: 0.2s, 0s;
    }
    .atf-menu-toggle span:after {
        content: '';
        position: absolute;
        margin-top: 8px;
        transition-property: margin, transform;
        transition-duration: 0.2s;
        transition-delay: 0.2s, 0s;
    }
    .atf-toggle-active span {
        background-color: rgba(0, 0, 0, 0);
        transition-delay: 0.2s;
    }
    .atf-toggle-active span:before {
        margin-top: 0;
        transform: rotate(45deg);
        transition-delay: 0s, 0.2s;
    }
    .atf-toggle-active span:after {
        margin-top: 0;
        transform: rotate(-45deg);
        transition-delay: 0s, 0.2s;
    }
}

.atf-sticky-header {
    position: fixed;
    z-index: 200;
    width: 100%;
    top: 0;
    left: 0;
}


/*
* ----------------------------------------------------------------------------------------
* 02. END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/

.atf-single-home {
    height: 650px;
}

.atf-home-overlay {
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
}

.atf-single-text {
    padding-top: 250px;
}

.atf-single-text h3 {
    color: var(--thm-white);
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.atf-single-text h1 {
    color: var(--thm-white);
    font-size: 47px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 51px;
}

.atf-single-text h1 span {
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 0;
}

.slider-active .owl-nav .owl-next {
    border-radius: 50% 0% 0 50% !important;
}

.slider-active .owl-nav .owl-next,
.slider-active .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: var(--thm-white);
    opacity: 1;
    font-size: 20px;
    transition: all 0.4s ease-in-out;
    width: 70px;
    height: 60px;
    line-height: 50px;
    background: rgba(237, 237, 237, 0.1);
    border-radius: 0 50% 50% 0;
    text-align: center;
}

.slider-active .owl-nav .owl-prev {
    left: -5px;
}

.slider-active .owl-nav .owl-next {
    right: -5px;
}

.slider-active .owl-nav .owl-next:hover,
.slider-active .owl-nav .owl-prev:hover {
    border-color: var(--thm-color);
    background: var(--thm-color);
    color: var(--thm-white);
}

.slider-active .atf-single-home h3 {
    -webkit-animation: 1.5s .3s fadeInUp both;
    animation: 1.5s .3s fadeInUp both;
}

.slider-active .atf-single-text h1 {
    -webkit-animation: 1.5s .3s fadeInUp both;
    animation: 1.5s .3s fadeInUp both;
}

.slider-active .atf-single-text p {
    -webkit-animation: 1.5s .7s fadeInUp both;
    animation: 1.5s .7s fadeInUp both;
}

.slider-active .atf-hero-btn {
    -webkit-animation: 1.5s 1s fadeInUp both;
    animation: 1.5s 1s fadeInUp both;
}

@media only screen and (max-width:480px) {
    .atf-single-text h1 {
        font-size: 40px;
    }
}

.atf-single-text p {
    color: var(--thm-white);
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 21px;
}

@media only screen and (max-width:480px) {
    .atf-single-text p {
        color: var(--thm-white);
        margin: auto;
        width: 100%;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width:820px) {
    .slider-active .owl-nav .owl-next,
    .slider-active .owl-nav .owl-prev {
        display: none!important;
    }
}


/* START HOME 2 */

#home {
    position: relative;
    z-index: 1;
}

.atf-home2-area {
    background-color: var(--thm-f6);
    height: 750px;
    overflow: hidden;
    z-index: 1;
}

.atf-home2-area::before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.7;
    z-index: -1;
}

.atf-align-items-details {
    display: flex;
    align-items: center;
    min-height: 100%;
}

.atf-home2-area .atf-content-details h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    text-transform: capitalize;
    background: var(--thm-base);
    color: var(--thm-white);
    display: inline-block;
    padding: 0px 18px;
    border-radius: 8px;
}

.atf-single-details {
    z-index: 1;
}

.atf-home2-area .atf-single-details h2 {
    color: var(--thm-white);
    text-transform: capitalize;
    font-weight: 700;
    font-family: var(--thm-font);
    font-size: 50px;
    letter-spacing: 0.7px;
    line-height: 70px;
}

.atf-home2-area .atf-single-details p {
    font-size: 17px;
    line-height: 1.8;
    font-weight: 400;
    color: var(--thm-white);
    margin: 20px 0 40px;
    z-index: -1;
}

.atf-round-area {
    position: relative;
    background: var(--thm-color);
}

.atf-home2-area .atf_home_img {
    position: relative;
}

.atf-home2-area .right-col {
    position: relative;
}

.atf-home2-area .right-col .atf-img-inner {
    position: relative;
    display: block;
}

.atf-home2-area .right-col .home-image-box {
    position: relative;
    display: block;
    border-radius: 7px;
    overflow: hidden;
}

.atf-home2-area .right-col .home-image-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.atf-home2-area .right-col .home-image-box img {
    display: block;
    width: 100%;
    border-radius: 7px;
}

.atf-home2-area .right-col .home-image-box img:hover {
    display: block;
    width: 100%;
    border-radius: 7px;
}

@media only screen and (max-width: 992px) {
    .atf-home2-area .atf-single-details h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .atf-home2-area .atf-single-details h2 {
        font-size: 30px;
        line-height: 43px;
    }
    .atf-home2-area .right-col .home-image-box {
        margin-top: 30px;
    }
    .atf-width-area {
        height: 1000px;
    }
    .atf-choose-inner {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .atf-width-area {
        height: 850px;
    }
    .navbar-nav .menu-nav a::after,
    .navbar-nav .menu-nav a::before {
        display: none;
    }
    .atf-home2-area .atf-content-details h3 {
        font-size: 20px;
    }
    .atf-home2-area .atf_home_img {
        margin-top: 30px;
    }
    .atf-home2-area .atf-single-details h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .atf-skill-box {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 576px) {
    .atf-home2-area .atf-themes-btn {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 320px) and (min-width: 0px) {
    .atf-home2-area .atf-themes-btn {
        margin-bottom: 15px;
    }
    .atf-home2-area .atf-content-details h3 {
        font-size: 17px;
    }
}


/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 04. START PROPERFTY FORM DESIGN
* ----------------------------------------------------------------------------------------
*/

.atf-property-form {
    background: var(--thm-black1);
}

.atf-property-form-item.atf-course-content {
    background: var(--thm-base);
    text-align: center;
}

.col-lg-1.col-md-6.col-12.atf-course-search {
    background: var(--thm-base);
}

.atf-property-form-item i {
    font-size: 50px;
    color: var(--thm-white);
}

.atf-property-form-item .form-control {
    height: calc(1.5em + 0.75rem + 23px);
    border-radius: 0;
}

.atf-property-form-item label {
    margin-bottom: 12px;
    font-size: 18px;
    color: var(--thm-white);
    font-weight: 700;
    display: block;
}

.atf-property-form-item {
    padding: 30px 12px;
}

.atf-property-form h3 {
    margin-bottom: 40px;
    font-size: 40px;
    color: var(--thm-white);
}

.atf-property-form-box .nice-select {
    margin: 0;
    height: 60px;
    line-height: 58px;
    padding-right: 40px;
    padding-left: 20px;
    border-radius: 0;
    min-width: 200px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--thm-font);
    width: 100%;
}

::-moz-range-track {
    background: transparent;
    border: 0;
}

.atf-property-form-item .atf-themes-btn {
    width: 100%;
}

.atf-property-form-item .atf-themes-btn span {
    padding: 20px 20px;
}

.atf-btn-wrapper.text-center {
    margin-top: 20px;
    margin-right: 20px;
}


/*
* ----------------------------------------------------------------------------------------
* 04.END PROPERFTY FORM DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 05.START FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/

#feature {
    position: relative;
}

.serviceBox {
    color: #999;
    background: linear-gradient(transparent 65%, /* var(--thm-color); 65% */
    );
    font-family: var(--thm-font);
    text-align: center;
    padding: 0 15px 15px;
    border-radius: 0 0 150px 150px;
    box-shadow: 0 12px 7px -7px rgba(0, 0, 0, 0.2);
}

.serviceBox .service-icon {
	color: var(--thm-white);
	background: var(--thm-base);
	font-size: 36px;
	line-height: 68px;
	height: 65px;
	width: 74px;
	margin: 0 auto 21px;
	border-radius: 0 0 50px 50px;
}

.serviceBox .service-content {
    background: var(--thm-white);
    padding: 0 15px 15px;
    border-radius: 15px 15px 150px 150px;
    border-top: 15px solid var(--thm-base);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.serviceBox .title {
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 1px;
    line-height: 16px;
}

.serviceBox .description {
    font-size: 14px;
    margin: 0 0 0px;
	line-height:19px;
}

.serviceBox .read-more {
    color: var(--thm-color);
    font-size: 14px;
    transition: all 0.3s ease 0s;
}

.serviceBox .read-more:hover {
    color: #999;
    border-bottom: 1px dashed #999;
}

@media only screen and (max-width:991px) {
    .serviceBox {
        margin: 0 0 30px;
    }
    .serviceBox .service-content {
        padding: 0 35px 20px;
    }
}

@media only screen and (max-width:359px) {
    .serviceBox .service-content {
        padding: 0 20px 20px;
    }
}


/*
* ----------------------------------------------------------------------------------------
* 05. END FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 04. START COURSE DESIGN
* ----------------------------------------------------------------------------------------
*/

#course {
    background: var(--thm-f6);
    font-family: var(--thm-font);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--thm-color);
    background: none;
    border-radius: 7px;
    transition: all 0.3s ease-in-out;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none !important;
    color: var(--thm-color);
    border-radius: 7px;
}

.nav-fill .nav-item {
    font-size: 20px;
    font-family: var(--thm-font);
    font-weight: 500;
    text-transform: capitalize;
    margin-right: 5px;
}

.nav-tabs .nav-link {
    border: none !important;
}

.nav-tabs {
    border-bottom: none !important;
    margin-bottom: 25px;
    color: var(--thm-black);
    background: var(--thm-white);
    border-radius: 8px;
}


/*
* ----------------------------------------------------------------------------------------
* START VIDEO  DESIGN
* ----------------------------------------------------------------------------------------
*/

.atf-video-area {
    position: relative;
    display: block;
    border-radius: 7px;
    overflow: hidden;
}

.atf-video-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    opacity: 0.1;
}

.atf-video-area img {
    display: block;
    width: 100%;
    border-radius: 7px;
}

.atf-video-area {
    position: relative;
}

.atf-video-area {
    display: block;
    width: 100%;
    border-radius: 7px;
}

.atf-video-area .waves-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.atf-video-area .iq-video {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 20px;
    color: var(--thm-white);
    border-radius: 100%;
    line-height: 53px;
    z-index: 1020;
    position: relative;
    border: 8px solid var(--thm-white);
}

.atf-video-area .iq-video i {
    margin-left: 3px;
}

.atf-video-area .iq-waves {
    position: absolute;
    left: -30px;
    top: -30px;
    z-index: 2;
}

.atf-video-area .iq-waves .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.atf-video-area .iq-waves .waves {
    position: absolute;
    width: 130px;
    height: 130px;
    background: rgba(238, 117, 58, 0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.atf-video-area .iq-waves .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.atf-video-area .iq-waves .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.atf-video-area .iq-waves .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


/*
* ----------------------------------------------------------------------------------------
*  END VIDEO  DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 06. END COURSE DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 07. START CHOOSE DESIGN
* ----------------------------------------------------------------------------------------
*/

#choose .atf-section-title {
    margin-bottom: 5px;
}

.atf-single-feature {
    position: relative;
}

.atf-feature-content {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    margin: 15px 0;
}

.atf-feature-number {
    position: absolute;
    font-size: 100px;
    opacity: 0;
    font-weight: 500;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50px);
}

.atf-feature-content:hover .atf-feature-number {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    opacity: 0.1;
}

.atf-feature-text h3 {
    padding: 15px 0 10px 0;
    color: var(--thm-black);
    font-weight: 600;
}

.atf-feature-content:hover h3 {
    color: var(--thm-color);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.atf-single-feature {
    border: none;
    border-radius: 0px;
}

.atf-feature-icon {
    transition: .5s ease;
}

.atf-feature-icon img {
    color: var(--thm-color);
    border-radius: 30% 70% 59% 41%/30% 38% 62% 70%;
    border: 1px dashed;
    padding: 5px;
}


/*
* ----------------------------------------------------------------------------------------
* 07. END CHOOSE DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 08. START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/

body {
    position: relative;
}

#team {
    background: var(--thm-fb);
}

.atf-single-team {
    margin-bottom: 30px;
    box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
    background: #fff none repeat scroll 0 0;
    padding: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.atf-single-team img {
    width: 100%
}

.atf-team-pic {
    position: relative;
    overflow: hidden;
}

.atf-team-pic img {
    width: 100%;
    border-radius: 10px;
}

.atf-team-pic .atf-team-prof {
    position: absolute;
    left: 0px;
    top: 20px;
    z-index: 111
}

.atf-team-pic .atf-team-prof .atf-team_social li+li {
    margin-top: 10px;
    display: block
}

.atf-team-pic .atf-team-prof .atf-team_social li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #6861BC;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.atf-team-pic .atf-team-prof .atf-team_social li a:hover {
    background-color: #FE9347
}

.atf-team-pic .atf-team-prof .atf-team_social li:nth-child(1) {
    position: absolute;
    top: 20px;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    -webkit-transition: transform 500ms;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.atf-team-pic .atf-team-prof .atf-team_social li:nth-child(2) {
    position: absolute;
    top: 60px;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    -webkit-transition: transform 500ms;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.atf-team-pic .atf-team-prof .atf-team_social li:nth-child(3) {
    position: absolute;
    top: 110px;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    -webkit-transition: transform 500ms;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.atf-team-pic .atf-team-prof .atf-team_social li:nth-child(4) {
    position: absolute;
    top: 160px;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    -webkit-transition: transform 500ms;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.atf-single-team:hover .atf-team-pic .atf-team-prof .atf-team_social li:nth-child(1) {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
}

.atf-single-team:hover .atf-team-pic .atf-team-prof .atf-team_social li:nth-child(2) {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
}

.atf-single-team:hover .atf-team-pic .atf-team-prof .atf-team_social li:nth-child(3) {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
}

.atf-single-team:hover .atf-team-pic .atf-team-prof .atf-team_social li:nth-child(4) {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
}

.atf-team-pic {
    position: relative
}

.atf-team-pic:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000 none repeat scroll 0 0;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    border-radius: 10px
}

.atf-team-title {
    text-align: center;
    padding: 20px 15px;
}

.atf-team-title h3 {
    color: #081528;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1px;
    text-transform: capitalize;
    margin-top: 4px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.atf-team-title p {
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    ;
    transition: all 0.4s ease 0s;
}

.atf-team-title h3 a {
    color: #081528;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.atf-team-title h3 a:hover {
    color: #FE9347
}


/*
* ----------------------------------------------------------------------------------------
* 08. END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/


/**************************************
 * 09. START GALLERY DESIGN
 *************************************/

#portfolio {
    position: relative;
    overflow: hidden;
}

.atf-portfolio-area .portfolio-filter {
    margin-bottom: 20px;
}

.atf-portfolio-area .portfolio-filter button {
    font-size: 13px;
    margin: 0 15px 20px 0;
    overflow: hidden;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 15px;
    transition: 0.4s;
    outline: none;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    border-radius: 4px;
    font-weight: 500;
    letter-spacing: 0.4px;
    background: var(--thm-f6);
    color: var(--thm-black);
    border: none;
}

.atf-portfolio-area .portfolio-filter button:hover,
.atf-portfolio-area .portfolio-filter button.active {
    color: var(--thm-white);
    background: var(--thm-color);
}

.atf-single-portfolio {
    font-family: var(--thm-font);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.atf-single-portfolio:before {
    content: '';
    height: 100%;
    width: 100%;
    border: 0 solid #ff5627;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.atf-single-portfolio:hover:before {
    border: 15px solid #ff5627;
    border-bottom-width: 60px;
}

.atf-single-portfolio img {
    width: 100%;
    height: auto;
    transition: all 0.4s ease-in-out;
}

.atf-single-portfolio:hover img {
    filter: hue-rotate(100deg) grayscale(50%);
}

.atf-single-portfolio .atf-portfolio-content {
    color: #fff;
    width: 200px;
    position: absolute;
    bottom: -15px;
    left: 15px;
    z-index: 2;
    transition: all 0.4s ease-in-out;
}

.atf-single-portfolio:hover .atf-portfolio-content {
    bottom: 5px;
}

.atf-single-portfolio .title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin: 0;
    transition: all 0.3s ease 0s;
    color: var(--thm-white);
}

.atf-single-portfolio:hover .title {
    text-shadow: none;
}

.atf-single-portfolio .post {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    display: block;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.atf-single-portfolio:hover .post {
    opacity: 1;
}

.atf-single-portfolio .atf-portfolio-icon {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    top: 17px;
    right: -15px;
    z-index: 1;
    transition: all 0.4s ease-in-out 0.1s;
}

.atf-single-portfolio:hover .atf-portfolio-icon {
    opacity: 1;
    right: 15px;
}

.atf-single-portfolio .atf-portfolio-icon li a {
    color: #fff;
    background-color: #ff5627;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin: 7px 0;
    display: block;
    transition: all 0.3s ease 0s;
}

.atf-single-portfolio .atf-portfolio-icon li a:hover {
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
    transform: translateX(-2px);
}

@media only screen and (max-width:991px) {
    .atf-single-portfolio {
        margin: 0 0 30px;
    }
}


/**************************************
 * 09. END GALLERY DESIGN
 *************************************/


/*
* --------------------------------------
* 10. START COUNTER DESIGN
* --------------------------------------
*/

.atf-counter-area {
    background: var(--thm-f6);
}

.atf-counter-value {
    padding: 0px 0px 5px;
    font-size: 25px;
    font-weight: 600;
    color: var(--thm-color);
}

.atf-main-counter {
    margin: 15px 0;
}

.atf-counter-content h3 {
    font-weight: 500;
    font-size: 18px;
    color: var(--thm-black);
    overflow: hidden;
}

.atf-work-area .atf-section-title {
    margin-bottom: 0;
}

.atf-work-area .atf-section-title p {
    margin-bottom: 0;
    color: var(--thm-p);
}

.atf-work-area {
    padding-left: 15px;
}

.atf-work-area h2 {
    text-transform: capitalize;
}

.atf-work-area p {
    width: 100%;
}

.atf-work-content {
    margin-top: 20px;
}

.atf-work-content li {
    line-height: 40px;
    color: var(--thm-p);
}

.atf-work-content li::before {
    content: "\f00c";
    color: var(--thm-color);
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    text-align: center;
    margin-right: 15px;
    border: 1px solid var(--thm-color);
    border-radius: 50%;
    padding: 5px;
}

.atf-counter-icon {
    float: left;
}

.atf-counter-icon i {
    font-size: 25px;
    color: var(--thm-white);
    background: var(--thm-color);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}


/*
* ----------------------------------------------------------------------------------------
* 10. END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 11. START CLASS  DESIGN
* ----------------------------------------------------------------------------------------
*/

.atf-admin-area {
    padding: 20px 0;
}

.aft-autor-title {
    margin-top: 12px;
}

.atf-admin-img img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 20px;
}

.atf-class-slide .atf-class-img {
    overflow: hidden;
}

.atf-class-slide .atf-class-img img {
    width: 100%;
    height: auto;
    opacity: 0.8;
    transform: scale(1, 1);
    transition: all 0.3s ease-in-out 0s;
}

.atf-class-slide:hover .atf-class-img img {
    transform: scale(1.2, 1.2);
    opacity: 1;
}

.atf-class-slide .atf-class-content {
    padding: 20px 20px 20px 30px;
    position: relative;
    background: var(--thm-white);
}

.atf-class-slide .atf-class-date {
    min-width: 28px;
    min-height: 28px;
    line-height: 28px;
    text-align: center;
    background: var(--thm-color);
    position: absolute;
    top: -30px;
    left: 30px;
}

.atf-class-slide .month {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: var(--thm-white);
    padding: 0 10px;
    background: var(--thm-base);
    text-transform: uppercase;
}

.atf-class-slide .date {
    color: var(--thm-white);
    font-size: 14px;
}

.atf-class-slide .atf-class-title {
    margin: 25px 0 10px;
}

.atf-class-slide .atf-class-title a {
    color: var(--thm-black);
    font-size: 22px;
    text-transform: capitalize;
    transition: all 0.50s ease 0s;
}

.atf-class-slide .atf-class-title a:hover {
    color: var(--thm-color);
    text-decoration: underline;
}

.atf-class-slide .atf-class-description {
    font-size: 15px;
    line-height: 30px;
}

.atf-class-slide .atf-class-bar {
    padding: 10px 0;
    list-style: none;
    text-align: center;
    border-top: 1px solid #eee;
    background: var(--thm-white);
}

.atf-class-slide .atf-class-bar li {
    display: inline-block;
    margin: 2px 7px 0 0;
    color: var(--thm-black);
    text-align: left;
    padding: 10px 20px;
    border-radius: 5px;
}

.atf-class-slide .atf-class-bar li a {
    text-transform: capitalize;
    font-size: 14px;
    color: var(--thm-color);
    transition: 0.2s ease;
    font-weight: 600;
}

.atf-class-slide .atf-class-bar li a:hover {
    text-decoration: none;
    color: var(--thm-black);
}

.atf-class-slide .atf-class-bar li i {
    color: var(--thm-color);
    margin-right: 5px;
}


/*
* ----------------------------------------------------------------------------------------
* 11. END CLASS  DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 12. START SPECIAL DESIGN
* ----------------------------------------------------------------------------------------
*/

.atf-special-offer .atf-home-overlay {
    background: rgba(9, 33, 159, 0.46);
    height: 100%;
    width: 100%;
}

.atf-special-content.atf-section-title h4 {
    background: var(--thm-white);
    display: inline-block;
    padding: 10px 15px;
    border-radius: 7px;
    opacity: 0.9;
    border: 2px solid var(--thm-white);
}

#countdown div {
    float: left;
    margin-left: 50px;
    margin-top: 20px;
    background: var(--thm-color);
    padding: 15px 30px;
    border-radius: 7px;
    text-align: center;
    font-size: 13px;
    position: relative;
    color: var(--thm-white);
    font-weight: 400;
}

#countdown div strong {
    font-size: 30px;
    color: var(--thm-white);
    letter-spacing: 2px;
}

.atf-single-special-img img {
    width: auto;
}


/*
* ----------------------------------------------------------------------------------------
* 12. END SPECIAL DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 13.START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/

.atf-testimonial {
    background-color: #f3f3f3;
    border-radius: 5px;
    padding: 30px;
    margin: 0 15px;
}

.atf-testimonial .atf-testimonial-pic {
    width: 90px;
    height: 90px;
    margin: 0 30px 15px 0;
    float: left;
}

.atf-testimonial .atf-testimonial-pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.atf-testimonial .atf-testimonial-title {
    color: var(--thm-black);
    font-size: 20px;
    margin-top: 5px;
    font-weight: 400;
    text-transform: capitalize;
}

.atf-testimonial .atf-testimonial-title small {
    color: var(--thm-color);
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
}

.atf-testimonial .atf-testimonial-review p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
    display: block;
    overflow: hidden;
}

@media screen and (max-width: 990px) {
    .testimonial-parallax h2 {
        margin-bottom: 40px;
    }
    .testimonial {
        margin: 0;
    }
}


/* owl theme */

.atf-main-testimonials.owl-theme .owl-nav.disabled+.owl-dots {
    margin-left: 50px;
    line-height: .7;
}

.atf-main-testimonials .owl-controls {
    margin-left: -25px;
}

.atf-main-testimonials.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 5px;
    margin: 0 8px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid var(--thm-black);
    transition: 0.3s all ease-in-out;
    margin-top: 30px;
}

.atf-main-testimonials.owl-theme .owl-dots .owl-dot.active span,
.atf-main-testimonials.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--thm-color);
    width: 35px;
    transition: 0.3s all ease-in-out;
    border: 1px solid var(--thm-color);
}


/*
* ----------------------------------------------------------------------------------------
* 13.END TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 14.START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/

.atf-post-slide {
    border: 1px solid #eee;
    padding: 22px;
    position: relative;
}

.atf-post-slide:before {
    content: "";
    border-top: 1px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
}

.atf-post-slide:hover:before {
    border-top: 1px solid #3398db;
}

.atf-post-slide:hover {
    border-top: 1px solid #3398db;
}

.atf-post-slide .atf-post-img>img {
    width: 100%;
    height: auto;
}

.atf-post-slide .atf-post-title>a {
    font-size: 20px;
    text-transform: capitalize;
    color: var(--thme-black);
    transition: all 0.3s ease-in-out 0s;
}

.atf-post-slide .atf-post-title>a:hover {
    text-decoration: none;
    color: var(--thm-color) !important;
}

.atf-post-slide .atf-post-bar {
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin: 18px 0;
}

.atf-post-slide .atf-post-bar>li {
    display: inline-block;
    border-right: 1px solid var(--thm-color);
    padding: 0 10px;
    float: left;
}

.atf-post-slide .atf-post-bar>li:first-child {
    padding: 0 10px 0 0;
}

.atf-post-slide .atf-post-bar>li:last-child {
    border: 0px none;
}

.atf-post-slide .atf-post-date,
.atf-post-slide .atf-author,
.atf-post-slide .atf-comment {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}

.atf-post-slide .author>a,
.atf-post-slide .comment>a,
.atf-post-slide .comment>i {
    color: var(--thm-color);
    transition: all 0.3s ease-in-out 0s;
}

.atf-post-slide .atf-author>a:hover,
.atf-post-slide .atf-comment>a:hover {
    text-decoration: none;
    color: var(--thme-color);
}

.atf-post-slide .atf-post-date>i,
.atf-post-slide .atf-author>i,
.atf-post-slide .atf-comment>i {
    margin-right: 8px;
    font-size: 15px;
    color: var(--thm-color);
}

.atf-post-slide .atf-post-description {
    line-height: 1.8;
    margin-bottom: 20px;
}

@media only screen and (max-width: 360px) {
    .atf-post-bar>li:last-child {
        margin-top: 8px;
        padding: 0;
    }
}


/*
* ----------------------------------------------------------------------------------------
* 14.END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 15. START COMPANY BRAND LOGO DESIGN  
* ----------------------------------------------------------------------------------------
*/

#atf-brand-area {
    background: var(--thm-f6);
}

#atf-brand-area .atf-section-padding {
    margin-bottom: 40px;
}

#atf-brand-area .owl-controls {
    display: none;
}

.atf-brand-active {
    text-align: center
}

.atf-brand-active>a {
    display: inline-block
}


/*
* ----------------------------------------------------------------------------------------
* 15. END COMPANY BRAND LOGO DESIGN 
* ----------------------------------------------------------------------------------------
*/


/**************************************
 * START HIRE DESIGN
 *************************************/

.atf-hire-area {
    background: var(--thm-color);
    border-radius: 6px;
    padding: 25px;
}

.atf-hire-content h3 {
    color: var(--thm-white);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
}

.atf-hire-content {
    text-align: left;
    display: inline-block;
    margin-left: 20px;
}

.atf-hire-content p {
    color: var(--thm-white);
    margin-top: 10px;
}

.atf-hire-area .atf-themes-btn {
    text-align: right;
    background: var(--thm-base);
    float: right;
    margin: 10px;
    color: var(--thm-white);
}


/**************************************
 * END HIRE DESIGN
 *************************************/


/*
* ----------------------------------------------------------------------------------------
* 16.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/

.atf-contact-info {
    padding: 35px;
    margin-right: 25px;
    box-shadow: 0px 4px 6px 4px rgba(75, 81, 91, 0.1);
    -webkit-box-shadow: 0px 4px 6px 4px rgba(75, 81, 91, 0.1);
}

.atf-contact-info .atf-section-title {
    margin-bottom: 30px;
}

.atf-main-contact {
    margin: 20px 0;
}

.atf-contact-details {
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.atf-contact-details i {
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: var(--thm-white);
    text-align: center;
    margin: 0px 0 25px;
    border-radius: 10%;
    background: var(--thm-color);
    float: left;
    margin-right: 25px;
}

.atf-contact-details h4 {
    color: var(--thm-black);
    font-size: 20px;
    line-height: 16px;
}

.atf-contact-details p {
    color: var(--thm-p);
    display: block;
    overflow: hidden;
}

.atf-contact-btn .atf-themes-btn {
    color: var(--thm-white);
}

.contact h4 {
    font-size: 30px;
    margin-bottom: 30px;
    color: var(--thm-black);
    font-weight: 600;
}

.atf-contact-area .atf-section-title p {
    width: 100%;
    color: var(--thm-p);
}

.contact .form-control {
    padding: 12px 15px;
    border-radius: 7px;
    margin-bottom: 5px;
}

.contact .form-control:focus {
    border-color: var(--thm-color);
    box-shadow: none;
    outline: 0 none;
}

.contact textarea {
    border-radius: 0px;
    box-shadow: none;
    padding: 10px;
    height: 100px;
}

.contact textarea:focus {
    box-shadow: none;
    outline: 0 none;
    border-color: var(--thm-color);
}

.success {
    background: #fff none repeat scroll 0 0;
    color: #42c0d9;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.actions .atf-themes-btn {
    width: 100%;
}

.actions .atf-themes-btn:hover {
    transform: translateY(-0px);
}


/*
* ----------------------------------------------------------------------------------------
* 16.END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 17.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

#footer {
    position: relative;
}

#footer .atf-section-padding {
    padding-top: 45px;
}

.atf-footer-area {
    position: relative;
    z-index: 1;
}

.atf-footer-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--thm-black);
    /* border-radius: 50% 50% 0% 0%/100% 100% 0% 0%; */
    transform: scaleX(2.1);
    z-index: -1;
}

.atf-mailchamp-subscribe {
    position: relative;
}

.atf-mailchamp-subscribe .btn i {
    font-size: 18px;
    color: var(--thm-white);
}

.atf-mailchamp-subscribe .btn {
    position: absolute;
    right: 22px;
    background: transparent;
    box-shadow: none;
    top: 2px;
    background: var(--thm-black);
    border-radius: 30px;
}

.atf-mailchamp-border {
    border-bottom: 1px dashed var(--thm-white);
}

.atf-mailchamp-headding h2 {
    font-size: 33px;
    color: var(--thm-white);
    font-weight: 600;
}

.atf-mailchamp-subscribe form input:focus {
    box-shadow: none;
    outline: 0 none;
    border-color: var(--thm-color);
}

.atf-mailchamp-subscribe form input {
    background: var(--thm-white);
    color: var(--thm-black);
    border: 1px solid #eee;
    width: 100%;
    height: 43px;
    padding-left: 15px;
    font-size: 14px;
    border-radius: 25px;
}

.atf-mailchamp-subscribe .form-group {
    margin-bottom: 0;
}

.atf-mailchamp-subscribe .atf-themes-btn {
    position: absolute;
    right: 5px;
    padding: 12px 23px;
    top: -3px;
}

.atf-mailchamp-subscribe .atf-themes-btn:hover {
    transform: translateY(-0px);
}

.atf-mailchamp-subscribe .atf-subscription-label {
    color: var(--thm-white);
    margin-bottom: 15px;
}

.atf-footer-boottom {
    padding: 35px 0;
    background: rgba(0, 0, 0, 0.4);
}

.atf-footer-box p {
    color: var(--thm-white);
    margin-bottom: 20px;
}

.atf-footer-box strong {
    font-weight: 700;
}

.atf-footer-social-icon a i:hover {
    background: var(--thm-color);
    color: var(--thm-white);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.atf-footer-social-icon a i {
    font-size: 16px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    color: var(--thm-white);
    text-align: center;
    background: var(--thm-black);
}

.atf-footer-area .atf-footer-link {
    position: relative;
}

.atf-footer-area .atf-footer-link::after {
    content: '';
    position: absolute;
    left: 35px;
    top: 35px;
    background: var(--thm-white);
    width: 45px;
    height: 2px;
}

.atf-footer-area .atf-footer-link::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 33px;
    background: var(--thm-white);
    width: 11px;
    height: 5px;
}

.atf-footer-link h5 {
    margin-bottom: 35px;
    font-size: 22px;
    color: var(--thm-white);
}

.atf-footer-link .atf-list-menu li a {
    color: var(--thm-f3);
    margin-bottom: 10px;
    display: block;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.atf-footer-link .atf-list-menu li a:hover {
    color: var(--thm-color);
    padding-left: 4px;
}

.atf-footer-link .atf-list-menu li a span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    font-weight: 500;
    font-family: var(--thm-font);
}

.atf-footer-link p {
    color: var(--thm-white);
}

.atf-footer-boottom p {
    color: var(--thm-white);
}

.atf-footer-boottom a {
    color: var(--thm-ase);
    font-weight: 700;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.atf-footer-boottom a:hover {
    color: var(--thm-white);
}

.atf-payment-link img {
    margin-right: 6px;
}

.form-message {
    margin-top: 20px;
}


/*
* ----------------------------------------------------------------------------------------
* START MAP DESIGN
* ----------------------------------------------------------------------------------------
*/

#atf-map-area iframe {
    width: 100%;
    height: 150px;
}


/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 17.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

.custom_achor {
    position: fixed;
    top: 50%;
    right: 0;
    background: #190664;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    z-index: 1;
}

.custom_achor:hover {
    background-color: orangered;
    color: #fff;
}

.row_custom {
    background: #ffffff;
    padding: 40px;
}

.nice-select.form-select.mb-3 {
    width: 100%;
}

.close_btn {
    position: absolute;
    right: 34px;
    top: 0;
    z-index: 100;
    background: #de5924;
}

.custom_input {
    padding: 17px 0 17px 29px;
    border-radius: 43px;
}

#formFile {
    padding: 2px 16px 11px 0px;
    border-radius: 32px;
}

.custom_select {
    padding: 0px 0 25px 29px;
    border-radius: 43px;
}

.modal-backdrop {
    position: relative;
}

.row_custom h3 {
    background: black;
    padding: 20px;
    color: #fff;
    width: 100%;
    margin-bottom: 1rem;
}

.nice-select.form-select.form-select-lg {
    width: 100%;
}

.btn_custom {
    background: #de5924;
    border: navajowhite;
    padding: 10px 50px 14px 50px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.icon-bar {
    z-index: 1;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal-backdrop {
    background-color: #000;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar a:hover {
    background-color: #000;
}

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.content {
    margin-left: 75px;
    font-size: 30px;
}

.file_image {
    position: relative;
    left: 21rem;
    top: -5rem;
    width: 192px;
}


/* .container {
    max-width: 960px;
    margin: 30px auto;
    padding: 20px;
} */

.avatar-upload {
    position: relative;
    max-width: 205px;
    left: 0rem;
    /* margin: 50px auto; */
    top: 0px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#course_banner {
    position: relative;
    color: #fff;
    height: 500px;
    width: 100%;
    background-image: url('../img/slider/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#contact_banner {
    position: relative;
    color: #fff;
    height: 500px;
    width: 100%;
    background-image: url('../img/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.col_custom {
    text-align: center;
    position: absolute;
    left: 30%;
    top: 46%;
    color: #fff!important;
}

.col_custom h2 {
    color: #fff;
    font-weight: 800;
}

.col_custom p {
    color: #fff;
}

#choose img {
    border-radius: 10px;
}

#choose h3 {
    font-weight: 600;
    font-size: 27px;
}

.corse_details h3 {
    background: #de5924!important;
    padding: 25px!important;
    color: #fff!important;
    font-weight: 600;
}

.dur {
    display: flex;
    justify-content: space-between;
    padding: 17px;
    text-transform: capitalize;
    border: 1px solid;
}

.mt-5 {
    margin-top: 4rem;
}

.inner_col {
    text-align: center;
    border: 1px solid;
    box-shadow: 0px 3px 14px 0px #787777;
    border-radius: 14px;
    padding: 17px;
    margin-bottom: 2rem;
}

.inner_col img {
    width: 104px;
}

.width {
    width: 139px!important;
}

.contact_us {
    text-align: center;
    padding: 20px;
    border-radius: 2px 27px 3px 134px;
    border: 1px solid #de5924;
    box-shadow: -10px 9px 6px 2px #7f7f7f;
}

section#Cont_info {
    padding: 35px;
}

#Cont_infob h2 {
    padding: 20px;
}

.icon_cont {
    font-size: 37px;
    background: #de5924;
    padding: 13px;
    color: #fff;
    border-radius: 20px;
    margin-bottom: 2rem;
}

div#social_media {
    text-align: center;
    margin-top: 4rem;
}

#contact_form {
    background: #eee;
    padding: 20px;
}

#contact_form h4 {
    padding: 20px;
    background: #de5924;
    color: #ffff;
}

.col_cus {
    background-color: #fff;
    padding: 3rem;
    border-radius: 13px;
}

.contry select {overflow: hidden!important;}




.demo{ /* main container */
        background: white;
        display: block;
        width: 150px; /* default width of main container */
        height: 120px; /* default height of main container */
        position: fixed;
        bottom:20px;
        left:0;
        -webkit-perspective: 100px; /* Greater the value, less pronounced the 3D effect */
        perspective: 1000px; /* Greater the value, less pronounced the 3D effect */;
        font-size: 10px;
        z-index:99999;
      }


  div.sidenew, div.side2 { /* two panels that make up cube effect */
        width: 100%;
        height: 100%;
        position: absolute;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        backface-visibility: hidden; /* hide backface of DIVs */
        transition: all 1s ease-in-out; /* CSS transition. Actual duration set by script */;
        box-shadow: inset 0 0 20px rgba(0,0,0,.2);
    text-align: center;
    background: #fff;
      }
      
      div.sidenew img, div.side2 img {
    width: 40px;
    height: auto;
    float: left;
    z-index: 9;
    margin-top: 0px;
    margin-left: 10px;
}
  .top_text {
    background: #012C50;
    color: #fff;
    top: 0;
    left: 0;
    padding: 1px;
    padding-right: 10px;
    width: 150px;
    font-size: 10px;
    text-align: right;
    margin-top: -15px;
    display: block;
}
      .whole_desc{
        
      }
      .whole_desc span{
        display: block;
      }
      .center_label { 
        width: 150px;
    margin-top: 20%;
    color: #b03130;
    font-weight: bold;
      }

         .box1 .label {
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
    float: left;
    font-size: 9px;
    line-height: 12px;
    color: #b03130;
    font-weight: 700; 
}
      .box1 .number { 
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: initial;
    margin: 4px 0 0 0;
}
.box1 a{text-decoration:none}
/* .........newss............ */.news1{background-color:#f3f3f3;    padding:15px;  }.news1 h2{font-size:24px;	font-weight:600;}.news1 h4{font-size:19px;}.news1 h4 span {color:#f13a01;background-color:#fff825;}
.news1 h5{font-size:17px;	color:#de5924;}.news1 p{font-size:14px;	color:#666;	font-family:var(--thm-font);}.holder {   height:450px;  overflow:hidden;  padding:10px;  font-family:Helvetica;}.holder .mask {  position: relative;  left: 0px;  top: 10px;  height:420px;  overflow: hidden;}.holder ul {  list-style:none;  margin:0;  padding:0;  position: relative;}.holder ul li {  padding:10px 0px;}.holder ul li a {  color:darkred;  text-decoration:none;}


.client-logos li{
	display:inline-block!important;
}



/*slick slider arrow */
.slide-arrow{
  position: absolute;
  top: 34%;
 /// margin-top: -13px;
  background: #fcfcfc !important;
  display: block;
  padding: 1.5rem 1.5rem 2rem 1rem;
  z-index: 99;
  line-height: 20px

}
.prev-arrow{
  left: 1px;
  width: 0;
  height: 0%;
line-height: 0rem;
//display:none!important;
}
.next-arrow{
  right: 0px;
  width: 0;
  height: 0%;
  line-height: 0rem;
  //display:none!important;
}







