/*
Author       : Theme-Family
Template Name: Responsive - Busniess & Consulting Agency Template
Version      : 1.0
*/


/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, SECTION TITLE, PRELOADER, BTN, SECTION PADDING, SCROLL etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
    04. START FEATURE DESIGN
    05. START CALL  DESIGN
    06. START COMPANY BRAND LOGO DESIGN
	07. START CONTACT DESIGN (START MAP DESIGN)
	08. START FOOTER DESIGN
  =============================================================*/


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

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: #64b5f6;
    --thm-color: #1565c0;
    /*FE5F5B*/
    --thm-black: #0d47a1;
    /*1d0c66*/
    --thm-white: #ffffff;
    --thm-ase: #afb2bf;
    --thm-gray: #8e8e8e;
    --thm-f6: #F1F8FF;
    --thm-fb: #f6f6f6;
    --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: 600;
}

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

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;
}

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

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
* ----------------------------------------------------------------------------------------
*/

.atf-preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.atf-status-mes {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 4px solid rgba(0, 0, 0, 0.08);
    border-right: 4px solid rgba(0, 0, 0, 0.08);
    border-bottom: 4px solid rgba(0, 0, 0, 0.08);
    border-left: 4px solid var(--thm-color);
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*END PRELOADER DESIGN*/


/*START SECTION PADDING DESIGN*/

.atf-section-padding {
    padding: 90px 0;
}


/*START SECTION TITLE DESIGN*/

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

.atf-section-title h5 {
    color: var(--thm-color);
    line-height: 25px;
    margin: 0px 0 5px;
    text-transform: uppercase;
    font-family: var(--thm-font);
    letter-spacing: 1px;
    font-size: 14px;
}

.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);
}

.atf-section-title p {
    font-size: 14px;
    font-family: var(--thm-font);
    color: var(--thm-p);
    font-weight: 300;
    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_radius {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: -6px 2px;
    background: var(--thm-color);
    display: inline-block;
}

@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%;
}

.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 {
    display: inline-block;
    padding: 12px 30px;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
    border-radius: 4px;
    font-weight: 500;
    background: var(--thm-black);
    transition: all 500ms ease;
    cursor: pointer;
    color: var(--thm-white);
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    font-family: var(--thm-font);
    --c: var(--thm-color);
}

.atf-themes-btn span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: var(--c);
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}

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

.atf-themes-btn:hover span {
    transform: translateY(0) scale(3);
}

.atf-themes-btn span:nth-child(1) {
    --n: 1;
}

.atf-themes-btn span:nth-child(2) {
    --n: 2;
}

.atf-themes-btn span:nth-child(3) {
    --n: 3;
}

.atf-themes-btn span:nth-child(4) {
    --n: 4;
}

.atf-themes-btn:focus {
    outline: 0;
    box-shadow: none;
}

.atf-main-btn .atf-themes-btn i {
    opacity: 0;
    transform: translateX(-10px);
    transition: 0.5s;
}

.atf-main-btn .atf-themes-btn:hover i {
    opacity: 1;
    transform: translateY(-0px);
}


/* END BTN STYLE */


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


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

.atf-top-header {
    background-color: var(--thm-black);
    overflow: hidden;
}

.atf-top-header .atf-top-header-in {
    height: 40px;
    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;
    height: 40px;
    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-in {
    height: 0;
}

.atf-sticky-active .atf-top-social {
    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;
}

.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-black);
    color: var(--thm-white) !important;
}

.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: 25px;
        font-weight: 500;
    }
    .atf-nav .atf-nav-list>li:last-child {
        margin-right: 0;
    }
    .atf-nav .atf-nav-list>li>a {
        padding: 15px 0;
        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-color);
    }
    .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;
        width: 100vw;
        left: 0;
        background-color: var(--thm-black);
        padding: 10px 0;
        display: none;
        top: 100%;
        border-top: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
        overflow: auto;
        max-height: calc(100vh - 80px);
    }
    .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: 750px;
}

.atf-home-overlay {
    background: rgba(0, 0, 0, 0.6);
    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: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

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

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

#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.8);
    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 {
    color: var(--thm-color);
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
}

.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: 45px;
    letter-spacing: 0.7px;
    line-height: 55px;
}

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

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

.atf-round-area {
    position: absolute;
    left: -8%;
    top: -47%;
    right: auto;
    width: 30%;
    height: 100%;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.6;
}

.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%;
    background: var(--thm-black);
    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.3;
}

.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;
}

.atf_home_img .waves-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.atf_home_img .iq-video {
    background: var(--thm-color);
    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: 9;
    position: relative;
    border: 8px solid var(--thm-white);
}

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

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

.atf_home_img .iq-waves .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.atf_home_img .iq-waves .waves {
    position: absolute;
    width: 130px;
    height: 130px;
    background: rgba(234 237 249 / 50%);
    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_home_img .iq-waves .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.atf_home_img .iq-waves .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.atf_home_img .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)";
    }
}

@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 FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/

.atf-feature-area .atf-single-feature {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.atf-feature-area .atf-single-feature .atf-feature-content {
    padding: 30px 25px 20px;
    background: var(--thm-white);
}

.atf-feature-icon {
    display: inline-block;
    -webkit-transition: 0.3s all ease-in-out 0s;
    transition: 0.3s all ease-in-out 0s;
}

.atf-feature-icon i {
    color: var(--thm-color);
    font-size: 50px;
}

.atf-feature-area .atf-single-feature:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
}

.atf-feature-area .atf-single-feature img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.atf-single-feature .atf-feature-content h4 {
    color: var(--thm-black);
}

.atf-single-feature .atf-feature-content p {
    padding: 4px 0 15px;
}

.atf-single-feature:hover .atf-feature-content h4 {
    color: var(--thm-color);
}

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

.atf-single-feature:hover {
    box-shadow: initial;
    transform: initial;
}

.atf-single-feature:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: var(--thm-ase);
}

.atf-single-feature:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform-origin: right center;
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scaleX(0);
}

.atf-single-feature:hover:after {
    opacity: 1;
    transform-origin: left center;
    transform: scaleX(1);
}

.atf-single-feature:after {
    height: 6px;
    background: var(--thm-color);
}


/*
* ----------------------------------------------------------------------------------------
* END FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* START CALL  DESIGN
* ----------------------------------------------------------------------------------------
*/

#call-to-action {
    background: var(--thm-black);
}

.atf-call-details i {
    font-size: 50px;
    width: 75px;
    line-height: 75px;
    color: var(--thm-white);
    text-align: center;
    border-radius: 6px;
    background: var(--thm-color);
    float: left;
    margin-right: 25px;
}

.atf-call-details p {
    font-size: 18px;
}

.atf-call-image img {
    margin-top: -100px;
}


/*
* ----------------------------------------------------------------------------------------
*  END CALL  DESIGN
* ----------------------------------------------------------------------------------------
*/


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

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

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

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

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


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


/*
* ----------------------------------------------------------------------------------------
* 11.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-main-contact {
    margin: 20px 0;
}

.atf-contact-details {
    margin-bottom: 10px;
    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: 10px;
    background: var(--thm-color);
    float: left;
    margin-right: 25px;
}

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

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

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

.contact h4 {
    font-size: 25px;
    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: 10px;
    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);
}


/*
* ----------------------------------------------------------------------------------------
* END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/


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

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

#atf-map-area {
    margin-bottom: -105px;
}


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


/*
/*
* ----------------------------------------------------------------------------------------
* 11.END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 12.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

#footer {
    position: relative;
}

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

.atf-footer-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(106deg, var(--thm-color), var(--thm-black));
    background: -webkit-linear-gradient(106deg, var(--thm-color), 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: 26px;
    color: var(--thm-white);
}

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

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

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

.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: 10px;
}

.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-black);
    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-color);
}

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

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

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

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

.atf-footer-link .atf-list-menu li a {
    color: var(--thm-white);
    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-color);
    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;
}


/*
* ----------------------------------------------------------------------------------------
* 12.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/