
@charset "UTF-8";

/*
Theme Name: Adhan
Theme URI: https://wordpress.org/themes/adhan/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Adhan is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Adhan elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: adhan
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Adhan WordPress Theme, (C) 2020 WordPress.org
Adhan is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */




*
{
    transition: all 0.3s linear;
}

a
{
    text-decoration: none;
}

body
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
    color: #000;
}

section
{
    width: 100%;
    float: left;
    padding: 60px 0;
}

@font-face
{
  font-family: 'Montserrat-SemiBold';
  src: url(./assets/fonts/Montserrat-SemiBold.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'Montserrat-MediumItalic';
  src: url(./assets/fonts/Montserrat-MediumItalic.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'Montserrat-Medium';
  src: url(./assets/fonts/Montserrat-Medium.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'Montserrat-Bold';
  src: url(./assets/fonts/Montserrat-Bold.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'NeueHelvetica-Roman';
  src: url(./assets/fonts/Helvetica\ Neue\ LT\ 55\ Roman.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'AVANTGA2';
  src: url(./assets/fonts/AVANTGA2.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

section.td-banner
{
    background: url(./assets/images/td-banner.jpg) no-repeat 0 0;
    background-size: cover;
    padding-bottom: 0;
}

.tdb-left
{
    width: 100%;
    float: left;
}

.td-logo
{
    width: 430px;
    display: table;
    margin: 0 0 40px;
}

.td-logo img
{
    max-width: 100%;
    vertical-align: middle;
}

.tdb-left h1
{
    float: left;
    color: #4d4d4f;
    text-transform: uppercase;
    font-family: Montserrat-Bold;
    font-size: 53px;
    margin: 0;
    padding-bottom: 1px;
    border-bottom: 4px solid #20633c;
}

.tdb-left h3
{
    display: table;
    float: left;
    width: 100%;
    color: #20633c;
    text-transform: uppercase;
    font-family: Montserrat-Bold;
    margin: 10px 0 0;
    font-size: 50px;
}

span.td-thin
{
    color: #4d4d4f;
    font-family: Montserrat-Medium;
    font-size: 35px;
}

.tdb-left a
{
    display: table;
    float: left;
    background: #2fa460;
    text-transform: uppercase;
    color: #fff;
    font-family: Montserrat-Semibold;
    padding: 16px;
    width: 260px;
    text-align: center;
    font-size: 18px;
    margin: 20px 0 0;
    border-radius: 20px;
    text-decoration:none !important;
}

.tdb-left a:hover
{
  text-decoration:none !important;
  color:#fff;
}

.tdb-right
{
    width: 100%;
    float: left;
}

.tdb-image
{
    width: 100%;
    display: block;
    margin: 140px auto 0;
}

.tdb-image img
{
    max-width: 100%;
    vertical-align: middle;
}

.td-element
{
    width: 100%;
    float: left;
    margin: 60px 0 0;
}

.td-element img
{
    width: 100%;
    vertical-align: middle;
}

section.td-mid
{
    background: url(./assets/images/td-mid-bg.jpg) no-repeat 0 0;
    background-size: cover;
    padding-bottom: 0;
}

.tdm-top
{
    width: 90%;
    display: table;
    margin: 0 auto;
}

.tdm-top h2
{
    color: #4d4d4f;
    font-family: 'Montserrat-Semibold';
    font-size: 32px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.tdm-top h1
{
    color: #1c5835;
    text-align: center;
    font-size: 60px;
    font-family: 'Montserrat-Bold';
}

.tdm-top p
{
    display: table;
    float: right;
    margin: 20px 140px 0 0;
    font-size: 20px;
    font-family: Montserrat-MediumItalic;
    color: #4d4d4f;
}

.td-midinn
{
    width: 100%;
    float: left;
    margin: 30px 0;
}

.td-midinn h3
{
    color: #1c5835;
    font-family: Montserrat-Semibold;
    text-align: center;
    margin: 0;
    font-size: 36px;
}

.td-line
{
    width: 40%;
    margin: 20px auto;
    display: table;
}

.td-line img
{
    max-width: 100%;
    vertical-align: middle;
}

.td-inner-image
{
    width: 100%;
    float: left;
}

.td-mid-image
{
    width: 95%;
    margin: 0 auto;
    display: block;
}

.td-mid-image img
{
    max-width: 100%;
    vertical-align: middle;
}

.td-inner-text
{
    width: 100%;
    float: left;
}

.td-inner-text h1
{
    color: #1c5835;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    font-size: 45px;
    margin: 0;
}

.td-inner-text p
{
    color: #4d4d4f;
    font-family: 'Montserrat-Medium';
    font-size: 30px;
    line-height: 38px;
    margin: 10px 0 0;
}

.sec-inner
{
    width: auto;
    float: right;
    text-align: right;
    padding-right: 90px;
}

.td-inner-text ul
{
    margin: 0;
}

.td-inner-text ul li
{
    list-style-image: url(./assets/images/td-list.png);
    color: #4d4d4f;
    font-family: 'Montserrat-Medium';
    font-size: 22px;
    margin: 10px 0;
}

.td-inner-text ul li::marker
{

}

.td-inner-text a
{
    display: table;
    float: left;
    background: #2fa460;
    text-transform: uppercase;
    color: #fff;
    font-family: Montserrat-Semibold;
    padding: 16px;
    width: 260px;
    text-align: center;
    font-size: 18px;
    margin: 20px 0 0;
    border-radius: 20px;
    text-decoration:none;
}
.td-inner-text a:hover
{
  color:#fff;
}

.mid3
{
    width: 70%;
}

.mdt-last
{
    margin-top: 85px;
    width: auto;
    float: right;
    padding-right: 100px;
}

section.td-mid-form
{
    background: #ececec;
}

.td-form-cvr
{
    width: 100%;
    float: left;
}

.td-form-cvr h1
{
    color: #1c5835;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    font-size: 45px;
    margin: 0;
    text-align: center;
}

.form-input-cvr 
{
    width: 50%;
    margin: 15px auto;
    display: table;
    border: 2px solid #2fa460;
    border-radius: 10px;
}

.form-input-cvr p
{
    width: 20%;
    float: left;
    margin: 0;
    font-family: 'Montserrat-Semibold';
    color: #fff;
    background: #2fa460;
    padding: 8px;
    text-transform: uppercase;
}

input.tdf-input
{
    width: 80%;
    float: left;
    border: none;
    background: transparent;
    padding: 8px;
}

.td-form-cvr .wpcf7-submit
{
    color: #20633c;
    font-family: 'Montserrat-Semibold';
    background: url(./assets/images/td-btn.png) no-repeat 0 0;
    background-size: contain;
    padding: 9px;
    width: 202px;
    display: table;
    text-align: center;
    text-transform: uppercase;
    margin: 30px auto 0;
    font-size: 20px;
    border:none;
}
.wpcf7-not-valid-tip{
  display:none;
}
section.td-footer
{
    background: #d9d9d9;
    position: relative;
}

.tdl-image
{
    position: absolute;
    width: 279px;
    left: 0;
    bottom: 0;
}

.tdl-image img,
.tdr-image img
{
    max-width: 100%;
    vertical-align: middle;
}

.tdr-image
{
    position: absolute;
    width: 279px;
    right: 0;
    bottom: 0;
}

.tdf-inner
{
    width: 50%;
    display: table;
    margin: 85px auto 0;
}

.tdf-inner h4
{
    color: #20633c;
    font-family: 'Montserrat-Medium';
    font-size: 20px;
    text-align: center;
    margin: 0 0 20px;
}

.tdd-btn-cvr
{
    width: 55%;
    margin: 0 auto;
    display: table;
}

.tdd-btn
{
    width: 48%;
    float: left;
    margin: 0 1%;
}

.tdd-btn img
{
    max-width: 100%;
    vertical-align: middle;
}

.tdd-btn-cvr p
{
    color: #20633c;
    font-family: 'Montserrat-Medium';
    font-size: 12px;
    margin: 10px 0 0;
    float: left;
    width: 100%;
    text-align: center;
}

.tdr-cvr
{
    width: 100%;
    float: left;
    margin: 40px 0 0;
}

.trr-star
{
    width: 130px;
    display: table;
    margin: 0 auto;
}

.trr-star img
{
    max-width: 100%;
    vertical-align: middle;
}

.tdr-cvr p
{
    color: #343434;
    font-family: 'Montserrat-Medium';
    font-size: 13px;
    text-align: center;
    margin: 10px 0 0;
}

.tdr-cvr p span
{
    color: #20633c;
}

p.cpy
{
    color: #20633c;
    font-family: 'Montserrat-Medium';
    font-size: 13px;
    text-align: center;
    margin: 30px 0 10px;
}

.tdr-cvr a
{
    font-size: 13px;
    color: #0072bc;
    font-family: 'Montserrat-Medium';
    display: table;
    margin: 0 auto;
    text-align: center;
    text-decoration:none !important;
}

.td-line-cvr
{
    width: 100%;
    float: left;
}

.mob
{
    display: none;
}

@media (max-width: 1200px)
{
    .td-logo
    {
        width: 360px;
    }

    .tdb-left h1
    {
        font-size: 44px;
    }

    .tdb-left h3
    {
        font-size: 42px;
    }

    .tdb-left a
    {
        font-size: 17px;
    }

    .tdm-top p
    {
        margin: 20px 50px 0 0;
        font-size: 18px;
    }

    .td-inner-text h1
    {
        font-size: 37px;
    }

    .td-inner-text p
    {
        font-size: 26px;
    }

    .td-inner-text ul li
    {
        font-size: 20px;
    }

    .mdt-last
    {
        margin-top: 45px;
    }
}

@media (max-width:992px)
{
    .mdt-last
    {
        margin-top: -30px;
        padding-right: 0;
        float: left;
    }

    .tdl-image,
    .tdr-image
    {
        width: 281px;
        top: auto;
        bottom: 0;
    }

    .tdd-btn-cvr
    {
        width: 75%;
    }

    .form-input-cvr
    {
        width: 70%;
    }

    
    .tdb-left h1
    {
        font-size: 39px;
    }

    .tdb-left h3
    {
        font-size: 37px;
    }

    span.td-thin
    {
        font-size: 27px;
    }
}

@media (max-width: 767px)
{
    .tdb-image
    {
        margin-top: 15px;
    }

    .tdb-left
    {
        text-align: center;
    }

    .tdb-left h1
    {
        float: none;
    }

    .tdb-left a
    {
        float: none;
        display: inline-block;
        margin: 20px auto;
    }

    .td-logo
    {
        width: 260px;
        margin: 0 auto 30px;
    }

    .mob
    {
        display: block;
    }

    .desk
    {
        display: none;
    }

    .tdb-left h1
    {
        font-size: 38px;
        width: auto;
        display: table;
        margin: 0 auto;
    }

    .tdb-left h3
    {
        font-size: 29px;
    }

    .td-inner-text p br,
    .td-inner-text h1 br
    {
        display: none;
    }

    .td-inner-text p,
    .td-inner-text h1
    {
        text-align: center;
    }

    .sec-inner
    {
        float: left;
        width: 100%;
        padding-right: 0;
    }

    .td-line
    {
        width: 90%;
    }

    .td-inner-text a
    {
    margin: 20px auto 0;
    float: none;
    }

    .mdt-last
    {
        width: 100%;
    }

    .form-input-cvr
    {
        width: 100%;
    }

    .tdf-inner
    {
        width: 100%;
    }

    .tdf-inner
    {
        background: rgba(255, 255, 255, 0.7);
        border-radius: 30px;
        position: relative;
        z-index: 99;
        padding: 25px 0;
        margin-top: 0;
    }

    
}

@media (max-width: 640px)
{
    .form-input-cvr p
    {
        font-size: 14px;
        padding: 13px 2px;
    }

    .td-form-cvr h1,
    .td-inner-text h1,
    .td-midinn h3
    {
        font-size: 28px;
    }

    .td-inner-text p
    {
        font-size: 20px;
    }

    .tdm-top h2
    {
        font-size: 23px;
    }

    .tdm-top h1
    {
        font-size: 36px;
    }

    .tdb-left h3
    {
        font-size: 29px;
    }

    .tdb-left h1
    {
        font-size: 31px;
    }

    span.td-thin
    {
        font-size: 23px;
    }
}

.mdm-inner
{
    margin-top: 40px;
    float: left;
    width: 100%;
}

button.mdm-close
{
    position: absolute;
    right: 7px;
    top: 8px;
    width: 25px;
    height: 25px;
    background: #20633c;
    opacity: 1;
    border-radius: 100px;
}

button.mdm-close i
{
    color: #fff;
}

h2.mdm-head
{
    /*float: left;*/
    font-size: 21px;
    color: #20633c;
    font-family: Montserrat-Bold;
    text-transform:uppercase;
    text-align:center;margin-top:10px;
}

.wpcf7-submit.mdm-btn
{
    display: table;
    background: #2fa460;
    text-transform: uppercase;
    color: #fff;
    font-family: Montserrat-Semibold;
    padding: 9px;
    width: 180px;
    text-align: center;
    font-size: 18px;
    margin: 20px auto 0;
    border-radius: 100px;
    border: none;
}

button.btn-close.mdm-close:focus,
button.mdm-btn:focus,
input.mdm-input:focus
{
    outline: none;
    box-shadow: none;
}

.mdr-inner
{
    width: 100%;
    float: left;
    background: url(./assets/images/mdr-bg.jpg) no-repeat 0 0;
    background-size: cover;
    border-radius: 30px;
    padding: 30px;
    border: 2px solid #ac6c00;
    position: relative;
}

.mdr-inner h2
{
    font-family: Montserrat-Bold;
    color: #009444;
    text-align: center;
    font-size: 24px;
    margin: 60px 0 0;
}

.mdr-form
{
    width: 100%;
    float: left;
    margin: 25px 0;
}

.mdrf-box
{
    width: 100%;
    float: left;
}

.mdrf-left
{
    width: 15%;
    float: left;
    padding-left: 11px;
}

.mdrf-left img
{
    width: 30px;
    vertical-align: middle;
}

.mdrf-box 
{
    width: 100%;
    margin: 10px 0;
    background: url(./assets/images/mdr-input.png) no-repeat 0 0;
    background-size: contain;
    padding: 7px;
    overflow: hidden;
}

.mdrf-box input
{
    width: 80%;
    border: none;
}

.mdrf-box input:focus
{
    outline: none;
}

.mdrf-box input::placeholder
{
    color: #999999;
    font-family: Montserrat-Regular;
    font-size: 13px;
}

button.mdr-submit
{
    font-family: Montserrat-Bold;
    background: #009444;
    color: #fff;
    border-radius: 100px;
    border: none;
    padding: 8px;
    width: 150px;
    text-align: center;
    margin: 30px auto 50px;
    display: table;
}

button.mdr-close
{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
    background: #ededed;
    opacity: 1;
    border-radius: 100px;
    border: 1px solid #ac6c00;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.mdr-close i
{
    color: #009444;
    margin-top: -1px;
}

@media (max-width: 576px)
{
    .mdrf-box input
    {
        width: auto;
    }

    .mdrf-box
    {
        height: 49px;
        padding: 9px;
        width: 100%;
    }
}

.form-control {

  padding: .175rem .75rem !important;
}

::-webkit-input-placeholder { /* WebKit browsers */
     font-family: Helvetica !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */

    font-family: Helvetica !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */

    font-family: Helvetica !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */

    font-family: Helvetica !important;
}


@media (max-width: 533px)
{
    .mdrf-box
    {
        background: #ffff;
        border: 1px solid #ac6c00;
        border-radius: 100px;
        height: auto;
        padding: 4px 6px;
    }
    
    .mdrf-left
    {
      margin-left: 7px;
    }

    .mdrf-box input
    {
        width: 70%;
        float: left;
        display: table;
    }
}

@media (max-width: 452px)
{
    .mdrf-left img
    {
        width: 21px;
        margin-top: 3px;
    }
}