Plugin Directory

Changeset 2371812


Ignore:
Timestamp:
08/30/2020 08:00:15 AM (5 years ago)
Author:
kitbug
Message:

option added

Location:
kahaf-kit
Files:
68 added
3 deleted
9 edited
2 moved

Legend:

Unmodified
Added
Removed
  • kahaf-kit/tags/1.0/assets/css/kahaf-kit-design.css

    r2356464 r2371812  
    1717*/
    1818/* :: Body */
     19:root {
     20    --title-font: 'Poppins', sans-serif;
     21    --content-font: 'Roboto', sans-serif;
     22    --color-white: #fdf8f4;
     23    --color-dark: #223645;
     24    --color-high-dark: #000257;
     25    --color-light: #666666;
     26    --color-light-two: #ffcfa8;
     27    --color-light-three: #fbf0e6;
     28    --color-light-five: #ffefe2;
     29    --color-shado-color: #ff7b0012;
     30    --color-dark-two: #000257;
     31    --color-light-four: #ffefe2; }
     32 
    1933body {
    2034    position: relative;
     
    2337    font-family: 'Roboto', sans-serif;
    2438    line-height: 22px;
    25     background-color: #FFFFFF;
     39    background-color: var(--color-white);
    2640    font-size: 13px;
    2741    font-weight: 400;
    28     color: #7A8A9E;
     42    color: var(--color-dark);
    2943}
    3044ul {
     
    3448}
    3549::-moz-selection {
    36     background-color: #42B3E5;
    37     color: #FFF;
     50    background-color: var(--color-high-dark);
     51    color: var(--color-white);
    3852    text-shadow: none;
    3953}
    4054::selection {
    41     background-color: #42B3E5;
    42     color: #FFF;
     55    background-color: var(--color-high-dark);
     56    color: var(--color-white);
    4357    text-shadow: none;
    4458}
     
    4862button:focus {
    4963    text-decoration: none;
    50     color: #FFF;
     64    color: var(--color-white);
    5165}
    5266
     
    6377}
    6478p {
    65     color: #7A8A9E;
     79    color: var(--color-light);
    6680    font-size: 14px;
    6781    font-weight: 400;
     
    120134    position: relative;
    121135    z-index: 0;
    122     color: #3156A3;
     136    color: var(--color-dark-two);
    123137    font-size: 15px;
    124138    font-weight: 600;
    125139    line-height: 1.1;
    126140    letter-spacing: 2px;
    127     margin-left: 35px;
    128 }
    129 .sec-title h2:after{
    130     content: '';
    131     position: absolute;
    132     background-color: #3156A3;
    133     width: 30px;
    134     height: 2px;
    135     left: -35px;
    136     top: 50%;
    137     -webkit-transform: translateY(-50%);
    138         -ms-transform: translateY(-50%);
    139             transform: translateY(-50%);
    140 }
     141}
     142
    141143.sec-title h3{
    142144    color: #223645;
     
    145147    text-transform: capitalize;
    146148    margin-bottom: 10px;
    147     margin-top: 20px;
     149    margin-top: 5px;
    148150    line-height: 45px;
    149151}
    150152.sec-title h3 span{
    151     color: #42B3E5;
     153    color: var(--color-high-dark);
    152154}
    153155.sec-title ul{
     
    158160.sec-title ul li{
    159161    width: 30px;
    160     background-color: #3156A3;
     162    background-color: var(--color-dark-two);
    161163    height: 2px;
    162164    display: inline-block;
     
    167169}
    168170.sec-title p{
    169     color: #7A8A9E;
     171    color: var(--color-light);
    170172    font-size: 16px;
    171173    font-weight: 400;
     
    175177}
    176178.btn-1 {
    177     background-color: #42B3E5;
     179    background-color: var(--color-high-dark);
    178180    font-size: 14px;
    179     color: #fff;
     181    color: var(--color-white);
    180182    text-transform: capitalize;
    181183    padding: 0 40px;
     
    188190    text-align: center;
    189191    font-weight: 600;
    190     border: 2px solid #42B3E5;
     192    border: 2px solid var(--color-high-dark);
    191193    border-radius: 5px;
    192194}
     
    196198}
    197199.btn-2 {
    198     background-color: #3156A3;
    199     font-size: 14px;
    200     color: #fff;
    201     text-transform: capitalize;
    202     padding: 0 15px;
     200    background-color: transparent;
     201    font-size: 16px;
     202    color: var(--color-dark);
     203    text-transform: capitalize;
     204    padding: 5px 20px;
    203205    line-height: 40px;
    204206    border-radius: 0;
     
    209211    text-align: center;
    210212    font-weight: 600;
    211     border: 2px solid #3156A3;
    212     border-radius: 5px;
     213    border: 1px solid var(--color-light-two);
     214    border-radius: 15px;
    213215}
    214216.btn-2:hover{
    215     background-color: #42B3E5;
    216     border: 2px solid #42B3E5;
    217     color: #ffffff !important
     217    background-color:  var(--color-light-three);
     218    color: var(--color-dark) !important
    218219}
    219220
     
    224225    width: 100%;
    225226    height: 100%;
    226     background-color: #FFF;
     227    background-color: var(--color-white);
    227228    left: 0;
    228229    top: 0;
     
    247248        -ms-flex-align: center;
    248249            align-items: center;
    249     background-color: #FFF;
     250    background-color: var(--color-white);
    250251}
    251252.loading .loading-box .loader {
     
    288289    width: 100%;
    289290    height: 100%;
    290     background-color: #42B3E5;
     291    background-color: var(--color-high-dark);
    291292    border-radius: 50%;
    292293}
    293294.top-wave > div::before {
    294     background-color: #3156A3;
     295    background-color: var(--color-dark-two);
    295296}
    296297.top-wave > div {
     
    475476/* :: Top Bar */
    476477.top-bar{
    477     background-color: #F4F9FC;
     478    background-color: var(--color-light-four);
    478479    position: relative;
    479480    z-index: 1;
    480     padding: 12px 0;
     481    padding: 12px 45px;
    481482}
    482483.top-bar .contact-top-bar a{
    483484    color: #223645;
    484     font-weight: 600;
     485    font-weight: 400;
    485486    border-right: 2px solid #EAEAEA;
    486487    padding-right: 12px;
     
    517518    text-align: center;
    518519    color: #223645;
    519     border-radius: 2px;
    520     background-color: #FFF;
     520    border-radius: 50%;
    521521    font-size: 14px;
    522522    width: 35px;
    523523    height: 35px;
    524524    line-height: 35px;
    525     border: 1px solid #EAEAEA;
    526525}
    527526.top-bar .social-media-top-bar li:hover a{
    528     background-color: #42B3E5;
    529     border-color: #42B3E5;
     527    background-color: var(--color-high-dark);
     528    border-color: var(--color-high-dark);
    530529}
    531530.top-bar .social-media-top-bar li:hover a i {
     
    535534/* :: Navbar */
    536535.nav-bar{
    537     background-color: #FFF;
     536    background-color: var(--color-white);
    538537    border-bottom: 1px solid #EAEAEA;
    539538}
    540539.nav-bar .nav-brand a.brand{
    541     color: #42B3E5;
     540    color: var(--color-high-dark);
    542541    font-weight: 700;
    543542    font-size: 28px;
     
    547546}
    548547.nav-bar .nav-brand a.brand span{
    549     color: #3156A3;
     548    color: var(--color-dark-two);
    550549}
    551550.nav-bar .nav-brand .nav-bar-toggler{
     
    585584.nav-bar .nav-menu-links .menu-links .item:hover .item-link,
    586585.nav-bar .nav-menu-links .menu-links .item.active .item-link{
    587     color: #42B3E5;
     586    color: var(--color-high-dark);
    588587}
    589588.nav-bar .nav-menu-links .menu-links .item:last-of-type .item-link{
     
    605604    left: 0;
    606605    width: 220px;
    607     background-color: #FFF;
     606    background-color: var(--color-white);
    608607    -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.1);
    609608            box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.1);
    610609    border: 0;
    611     border-top: 4px solid #42B3E5;
     610    border-top: 4px solid var(--color-high-dark);
    612611    border-radius: 0;
    613612    padding: 0;
     
    655654.header.header-2{
    656655    height: 795px;
    657     color: #FFF;
     656    color: var(--color-white);
    658657    position: relative;
    659658    background-position: center;
     
    676675.header .cover-background{
    677676    height: 795px;
    678     color: #FFF;
     677    color: var(--color-white);
    679678    position: relative;
    680679    background-position: center;
     
    697696}
    698697.header .cover-background .banner .head-info .handline{
    699     color: #FFF;
     698    color: var(--color-white);
    700699    text-transform: uppercase;
    701700    font-weight: 800;
     
    705704}
    706705.header.header-2 .header-hero .head-info .handline{
    707     color: #FFF;
     706    color: var(--color-white);
    708707    text-transform: uppercase;
    709708    font-weight: 800;
     
    745744    width: 45px;
    746745    height: 45px;
    747     color: #FFF;
     746    color: var(--color-white);
    748747    text-align: center;
    749748    line-height: 45px;
     
    761760    width: 45px;
    762761    height: 45px;
    763     color: #FFF;
     762    color: var(--color-white);
    764763    text-align: center;
    765764    line-height: 45px;
     
    777776.header.header-2 .header-hero.owl-carousel .owl-nav button.owl-prev:hover,
    778777.header.header-2 .header-hero.owl-carousel .owl-nav button.owl-next:hover{
    779     background-color: #42B3E5;
     778    background-color: var(--color-high-dark);
    780779    opacity: 1;
    781780}
     
    795794    width: 20px;
    796795    height: 10px;
    797     background-color: #FFF;
     796    background-color: var(--color-white);
    798797    border-radius: 2px;
    799798    margin: 0 5px;
     
    801800.header .header-hero.owl-theme .owl-dots .owl-dot.active span,
    802801.header.header-2 .header-hero.owl-theme .owl-dots .owl-dot.active span{
    803     background-color: #42B3E5;
     802    background-color: var(--color-high-dark);
    804803    width: 40px;
    805804}
     
    817816    bottom: -50px;
    818817    right: -50px;
    819     background-color: #42B3E5;
     818    background-color: var(--color-high-dark);
    820819    padding: 30px;
    821     color: #FFF;
     820    color: var(--color-white);
    822821    border-radius: 8px;
    823822    width: 300px;
     
    827826    margin-bottom: 25px;
    828827    text-transform: capitalize;
    829     color: #FFF;
     828    color: var(--color-white);
    830829    font-size: 18px;
    831830}
     
    865864/* :: Services */
    866865.services{
    867     background-color: #F4F9FC;
     866    background-color: var(--color-light-four);
    868867}
    869868.services .item-services{
    870869    padding: 50px 50px 30px 50px;
    871     background-color: #FFF;
     870    background-color: var(--color-white);
    872871    border-radius: 5px;
    873872}
    874873.services .item-services:hover{
    875     background-color: #42B3E5;
     874    background-color: var(--color-high-dark);
    876875}
    877876.services .item-services i{
    878     color: #42B3E5;
     877    color: var(--color-high-dark);
    879878    font-size: 50px;
    880879    line-height: 1;
     
    895894.services .item-services p{
    896895    margin-bottom: 0;
    897     color: #7A8A9E;
     896    color: var(--color-light);
    898897    font-size: 15px;
    899898    font-weight: 400;
     
    940939.services .services-box.owl-carousel .owl-nav button.owl-next i,
    941940.services .services-box.owl-carousel .owl-nav button.owl-prev i{
    942     background-color: #42B3E5;
     941    background-color: var(--color-high-dark);
    943942    font-size: 14px;
    944     color: #fff;
     943    color: var(--color-white);
    945944    text-transform: capitalize;
    946945    width: 44px;
     
    964963    margin-bottom: 12px;
    965964}
    966 .features .features-one .sec-title h3{
    967     margin-bottom: 0;
    968     font-size: 18px;
    969     font-weight: 600;
    970     line-height: 1.5;
    971 }
    972965.features .features-one p:last-of-type{
    973966    margin-bottom: 0;
     
    985978    position: relative;
    986979}
    987 .features .features-watch .about-img::after{
    988     content: '';
    989     position: absolute;
    990     background-color: #42B3E5;
    991     width: 50px;
    992     height: 95%;
    993     left: -30px;
    994     bottom: -60px;
    995     z-index: -1;
    996     border-radius: 5px;
    997 }
     980
    998981.features .features-watch .about-img img{
    999982    border-radius: 5px;
     
    1004987}
    1005988.features .features-watch .watch a{
    1006     background-color: #42B3E5;
    1007     color: #FFF;
     989    background-color: var(--color-high-dark);
     990    color: var(--color-white);
    1008991    height: 60px;
    1009992    display: block;
     
    10261009    float: left;
    10271010    font-size: 10px;
    1028     color: #42B3E5;
     1011    color: var(--color-high-dark);
    10291012    background-color: rgba(66, 179, 229, 0.1);
    10301013    padding: 8px;
     
    10741057}
    10751058.statistic .statistic-item i{
    1076     color: #FFF;
     1059    color: var(--color-white);
    10771060    font-size: 50px;
    10781061    line-height: 1;
     
    10841067    font-weight: 600;
    10851068    line-height: 0.9;
    1086     color: #FFF;
     1069    color: var(--color-white);
    10871070    display: inline-block;
    10881071    position: relative;
    10891072}
    10901073.statistic .statistic-item .box-count .name-count{
    1091     color: #FFF;
     1074    color: var(--color-white);
    10921075    position: relative;
    10931076    font-size: 14px;
     
    11021085    margin-bottom: 0;
    11031086    margin-top: 10px;
    1104     color: #FFF;
     1087    color: var(--color-white);
    11051088}
    11061089.statistic.owl-carousel .owl-dots{
     
    11171100.statistic.owl-theme .owl-dots .owl-dot span{
    11181101    background-color: transparent;
    1119     border: 3px solid #FFF;
     1102    border: 3px solid var(--color-white);
    11201103    width: 15px;
    11211104    height: 15px;
     
    11561139}
    11571140.testimonials-text-box .sec-title h2{
    1158     color: #FFF;
     1141    color: var(--color-white);
    11591142}
    11601143.testimonials-text-box .sec-title h2:after{
    1161     background-color: #FFF;
     1144    background-color: var(--color-white);
    11621145}
    11631146.testimonials-carousel{
     
    11681151    line-height: 1.5;
    11691152    font-weight: 500;
    1170     color: #FFF;
     1153    color: var(--color-white);
    11711154    font-size: 28px;
    11721155    margin-bottom: 40px;
     
    11741157}
    11751158.testimonials-text-box .box-item-testimonials .item-talk{
    1176     border-left: 4px solid #FFF;
     1159    border-left: 4px solid var(--color-white);
    11771160    padding-left: 20px;
    11781161}
    11791162.testimonials-text-box .box-item-testimonials .item-talk .img-box img{
    1180     border: 2px solid #3156A3;
     1163    border: 2px solid var(--color-dark-two);
    11811164    padding: 4px;
    1182     background-color: #FFF;
     1165    background-color: var(--color-white);
    11831166    border-radius: 50%;
    11841167    width: 100px;
     
    11861169}
    11871170.testimonials-text-box .box-item-testimonials .item-talk .info h5{
    1188     color: #FFF;
     1171    color: var(--color-white);
    11891172    padding-top: 8px;
    11901173    font-weight: 600;
     
    12021185    text-transform: capitalize;
    12031186    margin-top: 10px;
    1204     color: #FFF;
     1187    color: var(--color-white);
    12051188}
    12061189.testimonials-carousel.owl-theme .owl-dots{
     
    12251208.testimonials-carousel.owl-carousel .owl-nav button.owl-next i,
    12261209.testimonials-carousel.owl-carousel .owl-nav button.owl-prev i{
    1227     background-color: #FFF;
     1210    background-color: var(--color-white);
    12281211    font-size: 14px;
    1229     color: #42B3E5;
     1212    color: var(--color-high-dark);
    12301213    text-transform: capitalize;
    12311214    width: 44px;
     
    12401223.testimonials-carousel.owl-carousel .owl-nav button.owl-prev:hover i{
    12411224    background-color: #223645;
    1242     color: #FFF;
     1225    color: var(--color-white);
    12431226}
    12441227
     
    12721255    -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
    12731256            box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
    1274     background-color: #FFF;
     1257    background-color: var(--color-white);
    12751258    font-size: 14px;
    1276     color: #42B3E5;
     1259    color: var(--color-high-dark);
    12771260    text-transform: capitalize;
    12781261    width: 44px;
     
    12851268}
    12861269.doctors .doctors-box .img-box ul li:hover a{
    1287     color: #FFF;
    1288     background-color: #42B3E5;
     1270    color: var(--color-white);
     1271    background-color: var(--color-high-dark);
    12891272    -webkit-box-shadow: 0px 0px 10px 0px rgba(66, 179, 229, 0.5);
    12901273            box-shadow: 0px 0px 10px 0px rgba(66, 179, 229, 0.5);
     
    12971280}
    12981281.doctors .doctors-box .img-box ul li:hover a i {
    1299     color: #ffffff !important;
     1282    color: var(--color-white) !important;
    13001283}
    13011284
     
    13161299    line-height: 1.4;
    13171300    font-weight: 600;
    1318     color: #3156A3;
     1301    color: var(--color-dark-two);
    13191302    margin: 14px 0 10px 0;
    13201303    text-transform: uppercase;
     
    13331316}
    13341317.newsletters .newsletters-box .newsletters-text-box{
    1335     background-color: #42B3E5;
     1318    background-color: var(--color-light-four);
    13361319    height: 100%;
    13371320    display: -webkit-box;
     
    13501333}
    13511334.newsletters .newsletters-box .newsletters-text-box .sec-title h2{
    1352     color: #FFF;
     1335    color: var(--color-white);
    13531336}
    13541337.newsletters .newsletters-box .newsletters-text-box .sec-title h2:after{
    1355     background-color: #FFF;
     1338    background-color: var(--color-white);
    13561339}
    13571340.newsletters .newsletters-box .newsletters-text-box .sec-title h3{
    13581341    margin-bottom: 0;
    13591342    font-size: 32px;
    1360     color: #FFF;
    13611343}
    13621344.newsletters .newsletters-box .newsletters-text-box p{
    1363     color: #FFF;
     1345    color: var(--color-white);
    13641346    margin-bottom: 0;
    13651347    margin-top: 10px;
     
    13691351    width: 100%;
    13701352}
     1353span.wpcf7-form-control-wrap.email-584 {width: 100%;float: left;}
    13711354.newsletters .newsletters-box .newsletters-text-box .email-newsletter input{
    13721355    width: 100%;
    1373     color: #7A8A9E;
    1374     background-color: #FFF;
    1375     font-size: 13px;
     1356    background-color: transparent;
     1357    font-size: 15px;
    13761358    text-transform: capitalize;
    13771359    padding: 0 15px;
    1378     line-height: 44px;
    1379     border-radius: 5px;
     1360    line-height: 54px;
     1361    border-radius: 3px;
    13801362    font-family: 'Lato', sans-serif;
    13811363    letter-spacing: 0.25px;
    13821364    position: relative;
    1383     border: 0px solid #FFF;
     1365    max-width: 250px;
     1366    border: 1px solid #000257;
     1367    color: #000257;
    13841368}
    13851369.newsletters .newsletters-box .newsletters-text-box .email-newsletter button.click{
     
    13931377    line-height: 38px;
    13941378    outline: none;
    1395     background-color: #42B3E5;
     1379    background-color: var(--color-high-dark);
    13961380    font-size: 14px;
    1397     color: #FFF;
     1381    color: var(--color-white);
    13981382    text-transform: capitalize;
    13991383    text-align: center;
     
    14111395}
    14121396.newsletters .newsletters-box .newsletters-img-box .img-box{
    1413     height: 400px;
     1397    height: 276px;
    14141398    position: relative;
    14151399}
     
    14251409}
    14261410.background-section{
    1427     background-color: #F4F9FC;
     1411    background-color: #fff6ef;
    14281412    position: absolute;
    14291413    width: 100%;
     
    14401424.map-and-contact .map .map-box iframe{
    14411425    border: 0;
    1442     background-color: #FFF;
     1426    background-color: var(--color-white);
    14431427    width: 100%;
    14441428    height: 600px;
     
    14551439}
    14561440.map-and-contact .contact-us .contact{
    1457     background-color: #FFF;
     1441    background-color: var(--color-white);
    14581442    border-radius: 5px;
    14591443    padding: 30px;
     
    14751459.message-box select{
    14761460    width: 100%;
    1477     color: #7A8A9E;
    1478     background-color: rgba(66, 179, 229, 0.1);
     1461    color: var(--color-light);
     1462    background-color: rgb(255 239 226);
    14791463    font-size: 13px;
    14801464    text-transform: capitalize;
     
    15201504    left: 25px;
    15211505    z-index: 1;
    1522     color: #FFF;
     1506    color: var(--color-white);
    15231507    font-size: 24px;
    15241508    cursor: pointer;
    15251509}
    15261510.blog .blog-item .img-blog i.like:hover{
    1527     color: #42B3E5;
     1511    color: var(--color-high-dark);
    15281512}
    15291513.blog .blog-item .text-blog{
    15301514    overflow: hidden;
    1531     background-color: #FFF;
     1515    background-color: var(--color-white);
    15321516    padding: 30px;
    15331517    position: relative;
    15341518    border: 1px solid transparent;
    1535     width: 90%;
     1519    width: 100%;
    15361520    margin: 0 auto;
    1537     margin-top: -20px;
     1521    margin-top: -10px;
    15381522    -webkit-box-shadow: 0 0 30px 0 rgba(34, 54, 69, 0.09);
    1539             box-shadow: 0 0 30px 0 rgba(34, 54, 69, 0.09);
    1540     border-radius: 5px;
     1523    box-shadow: 0 0 30px 0 rgba(34, 54, 69, 0.09);
     1524    border-radius: 0;
    15411525}
    15421526.blog .blog-item:hover .text-blog{
     
    15521536}
    15531537.blog .blog-item .text-blog .time-and-tag a.tag{
    1554     color: #42B3E5;
     1538    color: var(--color-high-dark);
    15551539    float: left;
    15561540    font-weight: 700;
     
    15681552
    15691553.blog .blog-item .text-blog .time-and-tag a {
    1570     color: #42b3e5;
     1554    color: var(--color-high-dark);
    15711555}
    15721556.elementor-widget-blog_area__o .blog .blog-item .text-blog p {
     
    15921576.blog .blog-item .text-blog h5.title-blog:hover,
    15931577.blog .blog-item .text-blog h5.title-blog:hover a{
    1594     color: #42B3E5;
     1578    color: var(--color-high-dark);
    15951579}
    15961580.blog .blog-item .text-blog p{
     
    16101594}
    16111595.blog .blog-item .text-blog .blog-open:hover{
    1612     color: #42B3E5;
     1596    color: var(--color-high-dark);
    16131597}
    16141598.blog .blog-item .text-blog .blog-open i{
     
    16331617}
    16341618.blog .pagination-blog-area .pagination li.active{
    1635     background-color: #42B3E5;
    1636     color: #FFF;
    1637     border-color: #42B3E5;
     1619    background-color: var(--color-high-dark);
     1620    color: var(--color-white);
     1621    border-color: var(--color-high-dark);
    16381622}
    16391623
     
    16591643}
    16601644.footer .logo h2{
    1661     color: #42B3E5;
     1645    color: var(--color-high-dark);
    16621646    font-weight: 700;
    16631647    font-size: 28px;
     
    16651649}
    16661650.footer .logo h2 span{
    1667     color: #42B3E5;
     1651    color: var(--color-high-dark);
    16681652}
    16691653.footer .contact-info .info-box{
     
    16741658}
    16751659.footer .contact-info .info-box i{
    1676     color: #42B3E5;
     1660    color: var(--color-high-dark);
    16771661    font-size: 40px;
    16781662    line-height: 1;
     
    16881672}
    16891673.footer .footer-title h4{
    1690     color: #FFF;
     1674    color: var(--color-white);
    16911675    margin-bottom: 30px;
    16921676    position: relative;
     
    17051689    display: block;
    17061690    position: relative;
    1707     color: #F4F9FC;
     1691    color: var(--color-light-four);
    17081692    font-size: 14px;
    17091693    line-height: 35px;
    17101694}
    17111695.footer .links li:hover a{
    1712     color: #3156A3;
     1696    color: var(--color-dark-two);
    17131697}
    17141698.footer .box-articles .blog-box-articles{
     
    17321716    margin-left: 10px;
    17331717    font-weight: 600;
    1734     color: #42B3E5;
     1718    color: var(--color-high-dark);
    17351719}
    17361720.footer .box-articles .blog-box-articles .articles h5{
     
    17421726}
    17431727.footer .box-articles .blog-box-articles .articles h5:hover a{
    1744     color: #42B3E5;
     1728    color: var(--color-high-dark);
    17451729}
    17461730.footer .reserved{
     
    17761760.scroll-up a {
    17771761    display: inline-block;
    1778     background-color: #42B3E5;
     1762    background-color: var(--color-high-dark);
    17791763    font-size: 14px;
    1780     color: #FFF;
     1764    color: var(--color-white);
    17811765    text-transform: capitalize;
    17821766    width: 44px;
     
    17901774.scroll-up:hover a{
    17911775    background-color: #223645;
    1792     color: #FFF;
     1776    color: var(--color-white);
    17931777}
    17941778
     
    18071791}
    18081792.about.two .services-two i{
    1809     color: #42B3E5;
     1793    color: var(--color-high-dark);
    18101794    font-size: 50px;
    18111795    line-height: 1;
     
    18351819}
    18361820.testimonials-2 .sec-title h2{
    1837     color: #FFF;
     1821    color: var(--color-white);
    18381822}
    18391823.testimonials-2 .sec-title h2:after{
    1840     background-color: #FFF;
     1824    background-color: var(--color-white);
    18411825}
    18421826.testimonials-2 .sec-title h3{
    1843     color: #FFF;
     1827    color: var(--color-white);
    18441828    margin-bottom: 0;
    18451829}
    18461830.testimonials-2 .sec-title h3 span{
    1847     color: #FFF;
     1831    color: var(--color-white);
    18481832}
    18491833.testimonials-2 .testimonials-item .box-item{
    1850     background-color: rgb(29, 77, 110);
     1834    background-color: transparent;
    18511835    padding: 30px 40px;
    18521836    position: relative;
    18531837    border-radius: 5px;
     1838    border: 1px solid #fff;
    18541839}
    18551840.testimonials-2 .testimonials-item .box-item:after {
     
    18571842    position: absolute;
    18581843    border: 8px solid;
    1859     border-color: rgb(29, 77, 110) #1d4d6e00 #ffffff00;
     1844    border-color: rgb(255 255 255) #da171700 transparent;
    18601845    top: 100%;
    18611846    left: 20px;
    18621847}
    18631848.testimonials-2 .testimonials-item .box-item i{
    1864     color: #FFF;
     1849    color: var(--color-white);
    18651850    font-size: 26px;
    18661851}
    18671852.testimonials-2 .testimonials-item .box-item .text-item{
    18681853    margin: 25px 0;
    1869     color: #FFF;
     1854    color: var(--color-white);
    18701855}
    18711856.testimonials-2 .testimonials-item .box-item .rate-star{
     
    18811866.testimonials-2 .testimonials-item .box-item .rate-star li i{
    18821867    font-size: 16px;
    1883     color: #FFF;;
     1868    color: var(--color-white);;
    18841869}
    18851870.testimonials-2 .testimonials-item .box-item .rate-star li i.active{
    1886     color: #42B3E5;
     1871    color: #ffcba2;
    18871872}
    18881873.testimonials-2 .testimonials-item .item-talk{
     
    18991884}
    19001885.testimonials-2 .testimonials-item .item-talk .img-box img{
    1901     border: 2px solid #3156A3;
     1886    border: 2px solid var(--color-dark-two);
    19021887    padding: 4px;
    1903     background-color: #FFF;
     1888    background-color: var(--color-white);
    19041889    margin: auto;
    19051890    border-radius: 50%;
     
    19091894}
    19101895.testimonials-2 .testimonials-item .item-talk .info h5{
    1911     color: #FFF;
     1896    color: var(--color-white);
    19121897    padding-top: 8px;
    19131898    font-weight: 600;
     
    19251910    text-transform: capitalize;
    19261911    margin-top: 10px;
    1927     color: #FFF;
     1912    color: var(--color-white);
    19281913}
    19291914.testimonials-2 .owl-theme .owl-nav{
     
    19401925    width: 20px;
    19411926    height: 10px;
    1942     background-color: #FFF;
     1927    background-color: var(--color-white);
    19431928    border-radius: 2px;
    19441929    margin: 0 5px;
    19451930}
    19461931.testimonials-2 .owl-theme .owl-dots .owl-dot.active span{
    1947     background-color: #3156A3;
     1932    background-color: #ffefe2;
    19481933    width: 40px;
    19491934}
    19501935.head-info a {
    1951     color: #fff;
     1936    color: var(--color-white);
    19521937}
    19531938.head-info a:hover {
    1954     color: #ffffff !important;
     1939    color: var(--color-white) !important;
    19551940}
    19561941
     
    19731958.breadcrumb-header{
    19741959    padding: 120px 0;
    1975     color: #FFF;
     1960    color: var(--color-white);
    19761961    position: relative;
    19771962    background-position: center;
     
    19811966}
    19821967.banner .head-info h1{
    1983     color: #FFF;
     1968    color: var(--color-white);
    19841969    font-size: 50px;
    19851970    font-weight: 600;
     
    20031988.banner .head-info ul.list-breadcrumb li:hover,
    20041989.banner .head-info ul.list-breadcrumb li:hover a{
    2005     color: #42B3E5;
     1990    color: var(--color-high-dark);
    20061991}
    20071992
     
    20152000.calender h2.month{
    20162001    background-color: #223645;
    2017     color: #FFF;
     2002    color: var(--color-white);
    20182003    padding: 25px;
    20192004    font-weight: 700;
     
    20582043}
    20592044.calendar header .btn:hover{
    2060     border: 2px solid #FFF;
    2061     color: #FFF;
     2045    border: 2px solid var(--color-white);
     2046    color: var(--color-white);
    20622047    background-color: transparent;
    20632048}
     
    20692054}
    20702055.calendar thead{
    2071     background-color: #F4F9FC;
     2056    background-color: var(--color-light-four);
    20722057}
    20732058.calendar td{
     
    20812066}
    20822067.calendar .day.today{
    2083     border-color: #42B3E5;
    2084     background-color: #42B3E5;
     2068    border-color: var(--color-high-dark);
     2069    background-color: var(--color-high-dark);
    20852070    width: 44px;
    20862071    height: 44px;
     
    20952080.box-appointment-doctors .table thead tr th,
    20962081.box-appointment-doctors .table tbody tr th{
    2097     background-color: #F4F9FC;
     2082    background-color: var(--color-light-four);
    20982083    vertical-align: bottom;
    20992084    padding: 20px 0px;
     
    21112096}
    21122097.box-appointment-doctors .table tbody tr td.active-1{
    2113     background-color: #42B3E5;
     2098    background-color: var(--color-high-dark);
    21142099}
    21152100.box-appointment-doctors .table tbody tr td.active-2{
    2116     background-color: #3156A3;
     2101    background-color: var(--color-dark-two);
    21172102}
    21182103.box-appointment-doctors .table tbody tr td .appointment-doctors{
     
    21242109    line-height: 1;
    21252110    margin-bottom: 5px;
    2126     color: #FFF;
     2111    color: var(--color-white);
    21272112}
    21282113.box-appointment-doctors .table tbody tr td .appointment-doctors span{
    21292114    font-size: 14px;
    21302115    font-weight: 600;
    2131     color: #FFF;
     2116    color: var(--color-white);
    21322117    line-height: 1;
    21332118}
     
    21442129}
    21452130.book-an-appointment .box-book-an-appointment{
    2146     background-color: #FFF;
     2131    background-color: var(--color-white);
    21472132    border-radius: 5px;
    21482133    padding: 30px;
     
    21922177    text-transform: capitalize;
    21932178    font-family: 'Roboto', sans-serif;
    2194     color: #3156A3;
     2179    color: var(--color-dark-two);
    21952180}
    21962181
    21972182/* :: FAQ */
    21982183.faq .faq-box{
    2199     background-color: #FFF;
     2184    background-color: var(--color-white);
    22002185    padding: 25px;
    22012186    margin-bottom: 30px;
     
    22232208}
    22242209.faq .faq-box .question-header .click i{
    2225     color: #FFF;
     2210    color: var(--color-white);
    22262211    border-radius: 2px;
    2227     background-color: #42B3E5;
     2212    background-color: var(--color-high-dark);
    22282213    font-weight: 600;
    22292214    font-size: 13px;
     
    22622247}
    22632248.widget .widget-profile{
    2264     background-color: #FFF;
     2249    background-color: var(--color-white);
    22652250    padding: 30px;
    22662251    border: 1px solid #EAEAEA;
     
    22762261    line-height: 20px;
    22772262    text-transform: uppercase;
    2278     color: #42B3E5;
     2263    color: var(--color-high-dark);
    22792264}
    22802265.widget .widget-profile h3 span{
     
    22842269    line-height: 20px;
    22852270    text-transform: uppercase;
    2286     color: #3156A3;
     2271    color: var(--color-dark-two);
    22872272}
    22882273.widget .widget-profile span{
     
    23122297    border: 1px solid #EAEAEA;
    23132298    border-bottom: none;
    2314     background-color: #FFF;
     2299    background-color: var(--color-white);
    23152300    -webkit-box-shadow: 0 0 30px 0 rgba(34, 54, 69, 0.09);
    23162301            box-shadow: 0 0 30px 0 rgba(34, 54, 69, 0.09);
     
    23272312}
    23282313.widget .widget-body{
    2329     background-color: #FFF;
     2314    background-color: var(--color-white);
    23302315    padding: 30px;
    23312316    border: 1px solid #EAEAEA;
     
    23382323.widget .widget-body .newsletter input{
    23392324    width: 100%;
    2340     color: #7A8A9E;
     2325    color: var(--color-light);
    23412326    background-color: rgba(66, 179, 229, 0.1);
    23422327    font-size: 13px;
     
    23482333    letter-spacing: 0.25px;
    23492334    position: relative;
    2350     border: 0px solid #FFF;
     2335    border: 0px solid var(--color-white);
    23512336}
    23522337.widget .widget-body .newsletter button.click{
     
    23602345    line-height: 40px;
    23612346    outline: none;
    2362     background-color: #42B3E5;
     2347    background-color: var(--color-high-dark);
    23632348    font-size: 14px;
    2364     color: #FFF;
     2349    color: var(--color-white);
    23652350    text-transform: capitalize;
    23662351    text-align: center;
     
    23812366}
    23822367.widget .widget-body .instagram ul li a{
    2383     background-color: #42B3E5;
    2384     color: #FFF;
     2368    background-color: var(--color-high-dark);
     2369    color: var(--color-white);
    23852370    font-size: 14px;
    23862371    line-height: 58px;
     
    24082393    text-align: center;
    24092394    color: #223645;
    2410     background-color: #F4F9FC;
     2395    background-color: var(--color-light-four);
    24112396    font-size: 16px;
    24122397    width: 40px;
     
    24172402}
    24182403.widget .widget-body .follow .icon li:hover a{
    2419     background-color: #42B3E5;
    2420     border-color: #42B3E5;
    2421     color: #FFF;
     2404    background-color: var(--color-high-dark);
     2405    border-color: var(--color-high-dark);
     2406    color: var(--color-white);
    24222407}
    24232408.widget .categories ul{
    24242409    padding: 0 30px;
    2425     background-color: #FFF;
     2410    background-color: var(--color-white);
    24262411    border: 1px solid #EAEAEA;
    24272412}
     
    24482433}
    24492434.widget .categories ul li:hover a{
    2450     color: #42B3E5;
     2435    color: var(--color-high-dark);
    24512436    padding-left: 10px;
    24522437}
     
    24592444    margin: 0 5px 5px 0;
    24602445    border: 1px solid #EAEAEA;
    2461     background-color: #F4F9FC;
     2446    background-color: var(--color-light-four);
    24622447    font-size: 13px;
    24632448    font-weight: 600;
    2464     color: #7A8A9E;
     2449    color: var(--color-light);
    24652450    border-radius: 5px;
    24662451}
    24672452.widget .widget-body .tags ul li:hover a{
    2468     background-color: #42B3E5;
    2469     color: #FFF;
    2470     border: 1px solid #42B3E5;
     2453    background-color: var(--color-high-dark);
     2454    color: var(--color-white);
     2455    border: 1px solid var(--color-high-dark);
    24712456}
    24722457
    24732458/* :: Single Blog */
    24742459.blog.area{
    2475     background-color: #F4F9FC;
     2460    background-color: var(--color-light-four);
    24762461}
    24772462.blog.area .blog-item .img-blog img{
     
    25102495    color: #223645;
    25112496    border-radius: 2px;
    2512     background-color: #F4F9FC;
     2497    background-color: var(--color-light-four);
    25132498    font-size: 12px;
    25142499    width: 30px;
     
    25182503}
    25192504.blog.area .blog-item .text-blog .share-post ul li:hover a{
    2520     background-color: #42B3E5;
    2521     border-color: #42B3E5;
    2522     color: #FFF;
     2505    background-color: var(--color-high-dark);
     2506    border-color: var(--color-high-dark);
     2507    color: var(--color-white);
    25232508}
    25242509.blog.area .item-comments{
     
    25322517    border: 1px solid #EAEAEA;
    25332518    border-bottom: none;
    2534     background-color: #FFF;
     2519    background-color: var(--color-white);
    25352520    border-top-left-radius: 5px;
    25362521    border-top-right-radius: 5px;
     
    25472532.blog.area .item-comments .inner-comments,
    25482533.blog.area .add-comments .inner-add-comments{
    2549     background-color: #FFF;
     2534    background-color: var(--color-white);
    25502535    padding: 30px;
    25512536    border: 1px solid #EAEAEA;
     
    25752560}
    25762561.blog.area .item-comments .inner-comments .comments-box .img-box img{
    2577     border: 2px solid #42B3E5;
     2562    border: 2px solid var(--color-high-dark);
    25782563    padding: 5px;
    2579     background-color: #FFF;
     2564    background-color: var(--color-white);
    25802565    margin: auto;
    25812566    border-radius: 50%;
     
    26012586    text-transform: uppercase;
    26022587    font-family: 'Roboto', sans-serif;
    2603     color: #42B3E5;
     2588    color: var(--color-high-dark);
    26042589}
    26052590.blog.area .item-comments .inner-comments .comments-box .text-box p{
     
    26102595    padding: 4px 10px;
    26112596    border: 1px solid #EAEAEA;
    2612     background-color: #F4F9FC;
     2597    background-color: var(--color-light-four);
    26132598    font-size: 13px;
    26142599    font-weight: 600;
    2615     color: #7A8A9E;
     2600    color: var(--color-light);
    26162601}
    26172602.blog.area .item-comments .inner-comments .comments-box .text-box a:hover{
    2618     color: #FFF;
    2619     border: 1px solid #42B3E5;
    2620     background-color: #42B3E5;
     2603    color: var(--color-white);
     2604    border: 1px solid var(--color-high-dark);
     2605    background-color: var(--color-high-dark);
    26212606}
    26222607.blog.area .add-comments{
     
    26272612.blog.area .add-comments .inner-add-comments-box textarea{
    26282613    width: 100%;
    2629     color: #7A8A9E;
     2614    color: var(--color-light);
    26302615    background-color: rgba(66, 179, 229, 0.1);
    26312616    font-size: 13px;
     
    26502635
    26512636.about .img-box .open-hours ul li {
    2652     color: #fff;
     2637    color: var(--color-white);
    26532638    width: 100%;
    26542639    overflow: hidden;
     
    26642649    opacity: 0;
    26652650}
     2651.newsletters .newsletters-box .newsletters-text-box .email-newsletter input::placeholder {
     2652    color: #000257;
     2653}
    26662654
    26672655.email-newsletter p {
    2668     position: absolute;
    2669     right: 1px;
    2670     top: 1px;
    2671     background: #42B3E5;
    2672     width: 42px;
    2673     height: 42px;
    2674     border-radius: 4px;
    2675     text-align: center;
    2676     line-height: 42px;
    2677     margin: 0 !important;
     2656    border: 1px solid #000257;
     2657    float: left;
     2658    padding: 10px 50px;
     2659    border-radius: 3px;
    26782660}
    26792661
    26802662.email-newsletter p i {
    2681     color: #223645;
     2663    color: #000257;
    26822664}
    26832665
     
    26862668    margin-top: 12px;
    26872669}
    2688 
     2670.map-and-contact .contact-us .contact {
     2671    position: relative;
     2672    top: 130px;
     2673}
    26892674.map-and-contact .btn-1 {
    26902675    margin-bottom: 0;
    2691     background-color: #42B3E5;
     2676    background-color: #ffefe2;
    26922677    float: left;
    26932678    width: 196px;
    2694     color: #fff;
     2679    color: #000000;
    26952680    border: 0;
    26962681    font-size: 14px;
     
    27112696.main-footer .text p {
    27122697    font-size: 17px;
    2713     color: #fff;
     2698    color: var(--color-dark);
    27142699    line-height: 30px;
    27152700}
    27162701
    27172702.main-footer .footer-top .widget-title h3 {
    2718     color: #fff;
     2703    color: var(--color-dark);
    27192704    font-size: 22px;
    27202705    margin-top: 5px;
     
    27272712
    27282713.main-footer .footer-top ul li a {
    2729     color: #fff;
     2714    color: var(--color-dark);
    27302715    width: 100%;
    27312716    margin-bottom: 5px;
     
    27372722
    27382723.contact-widget .widget-content ul li {
    2739     color: #fff;
     2724    color: var(--color-dark);
    27402725}
    27412726
     
    27502735.main-footer .footer-top ul.social-links li a {
    27512736    color: #223645;
    2752     background: #fff;
     2737    background: var(--color-white);
    27532738    width: 50px;
    27542739    height: 50px;
     
    27562741    text-align: center;
    27572742    line-height: 50px;
     2743    border: 1px solid #223645;
    27582744}
    27592745
     
    27782764    font-size: 17px;
    27792765    z-index: 99;
    2780     color: #ffffff;
     2766    color: var(--color-white);
    27812767    text-align: center;
    27822768    cursor: pointer;
    27832769    transition: 1s ease;
    27842770    transform: scale(0);
    2785     background: #42B3E5;
    2786     border: 0;
     2771    background: transparent;
     2772    border: 1px solid #000257;
    27872773    border-radius: 5px;
     2774    color: #000257;
    27882775  }
    27892776  .scroll-top:hover{
    27902777    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    2791     background-color: #223645;
     2778    background-color: #000257;
     2779    color: #ffffff;
    27922780  }
    27932781  .scroll-top.open {
     
    28002788.features .features-watch .watch:focus a,
    28012789.features .features-watch .watch:hover a {
    2802     color: #ffffff !important;
     2790    color: var(--color-white) !important;
    28032791}
    28042792.features .features-watch .watch:focus i,
    28052793.features .features-watch .watch:hover i {
    2806     color: #3156A3 !important;
     2794    color: var(--color-dark-two) !important;
    28072795}
    28082796.testimonials-2 .testimonials-item .box-item .rate-star {
     
    28162804    border: 0;
    28172805}
     2806
     2807
     2808
     2809
     2810
     2811
     2812
     2813
     2814
     2815
     2816
     2817
     2818
     2819
     2820
     2821
     2822
     2823
     2824
     2825
     2826
     2827
     2828
    28182829
    28192830/* Responsive */
     
    28682879    }
    28692880    .nav-bar .nav-brand .nav-bar-toggler:hover i{
    2870         color: #42B3E5;
     2881        color: var(--color-high-dark);
    28712882    }
    28722883    .nav-bar .nav-menu-links{
     
    28782889        height: 100%;
    28792890        z-index: 20;
    2880         background-color: #FFF;
     2891        background-color: var(--color-white);
    28812892        display: block;
    28822893        opacity: 0;
     
    29712982
    29722983.header-info-button .btn-2:hover {
    2973     color: #ffffff !important;
     2984    color: var(--color-dark) !important;
    29742985}
    29752986
     
    31003111   
    31013112}
     3113
     3114
     3115
     3116
     3117
     3118.header-2 .owl-item .item {
     3119    position: relative;
     3120}
     3121
     3122.header-2 .owl-item .item:before {content: "";display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: #00000073;}
     3123
     3124.header-2 .header-hero .buttons a:hover {
     3125    background: #ffefe2;
     3126    color: #222 !important;
     3127}
     3128.about.two {
     3129    position: relative;
     3130}
     3131
     3132.about.two .about-img {
     3133    position: absolute;
     3134    top: 0;
     3135    left: -60%;
     3136    width: 100%;
     3137    height: 100%;
     3138    z-index: -1;
     3139    background-size: cover;
     3140    background-position: center;
     3141    background-attachment: fixed;
     3142}
     3143
     3144.about.two .services-two .services-two-box {
     3145    background: #fff2e8;
     3146    padding: 23px 25px;
     3147    border-radius: 10px;
     3148    width: calc( 100% - 130px );
     3149}
     3150
     3151.about.two .services-two {
     3152    display: flex;
     3153}
     3154.about.two .services-two i {
     3155    background: #fdede1;
     3156    width: 130px;
     3157    height: 130px;
     3158    margin-right: 30px;
     3159    text-align: center;
     3160    line-height: 120px;
     3161    border-radius: 20px;
     3162}
     3163
     3164
     3165
     3166
     3167.services.two .item-services {
     3168    position: relative;
     3169}
     3170
     3171.services.two .item-services .services-content {
     3172    position: absolute;
     3173    bottom: 0;
     3174    left: 0;
     3175    height: 100%;
     3176    display: flex;
     3177    justify-content: center;
     3178    align-items: center;
     3179    padding: 40px;
     3180    background: #000257;
     3181    z-index: 1;
     3182    border-radius: 10px;
     3183    transform: translate(30px, 30px);
     3184    opacity: 0;
     3185}
     3186
     3187.services.two .item-services .services-content p {
     3188    color: #fff;
     3189}
     3190
     3191.services.two .item-services:hover a {
     3192    position: relative;
     3193    z-index: 1;
     3194    color: #fff;
     3195}
     3196
     3197.services.two .item-services:hover .services-content {
     3198    opacity: 1;
     3199    transform: translate(0px);
     3200}
     3201
     3202.services.two .item-services:hover .services-content p {
     3203    padding-bottom: 30px;
     3204}
     3205.features .features-two {
     3206    display: flex;
     3207    justify-content: space-between;
     3208    align-items: flex-start;
     3209    margin-left: -15px;
     3210    margin-right: -15px;
     3211}
     3212
     3213.features .features-two .item-features {
     3214    background: #ffefe2;
     3215    padding: 30px;
     3216    border-radius: 10px;
     3217    margin-left: 15px;
     3218    margin-right: 15px;
     3219}
     3220
     3221.features .features-two .item-features i.icon-item {
     3222    position: relative;
     3223    top: 5px;
     3224}
     3225.features  .features-one {
     3226    padding-top: 50px;
     3227}
     3228
     3229.features .features-watch {
     3230    padding-top: 50px;
     3231}
     3232
     3233.doctors .doctors-box {
     3234    position: relative;
     3235}
     3236
     3237.doctors .doctors-box .text-box {
     3238    position: absolute;
     3239    bottom: -20px;
     3240    background: #fdf8f4;
     3241    padding: 20px;
     3242    left: 13px;
     3243    border-radius: 20px;
     3244}
     3245.elementor-widget-blog_area__o .blog .blog-item .text-blog p {display: none;}
     3246
     3247
     3248
     3249@media only screen and (min-width: 300px) and (max-width: 991px) {
     3250    .about.two .about-img {
     3251        display: none;
     3252    }
     3253}
     3254
     3255@media only screen and (min-width: 300px) and (max-width: 575px) {
     3256    .about.two .services-two {
     3257        display: flex;
     3258        flex-wrap: wrap;
     3259    }
     3260    .about.two .services-two .services-two-box {
     3261        width: 100%;
     3262    }
     3263    .about.two .services-two .services-two-box {
     3264        margin-top: 15px;
     3265    }
     3266    .about .text-box .sec-title h3 {
     3267        font-size: 23px;
     3268    }
     3269}
  • kahaf-kit/tags/1.0/e-addons/addons-list/about.php

    r2356464 r2371812  
    209209    ?>
    210210        <section class="about <?php echo esc_attr( $about_us_left_deign ); ?> py-100" id="about">
     211            <div class="about-img" style="background-image:url('<?php echo esc_url($about_us_left_images); ?>')">
     212            </div>
    211213            <div class="container">
    212214                <div class="row">
    213                     <div class="col-lg-6">
     215                    <div class="col-lg-5">
    214216                        <div class="img-box">
    215                             <div class="about-img">
    216                                 <img class="img-fluid" src="<?php echo esc_url($about_us_left_images); ?>" alt="01 About">
    217                             </div>
     217                           
    218218                            <?php if($about_us_left_title || $about_us_left_content) : ?>
    219219                                <div class="open-hours">
     
    222222                                </div>
    223223                            <?php endif; ?>
    224 
    225224                        </div>
    226225                    </div>
    227                     <div class="col-lg-6">
     226                    <div class="col-lg-7">
    228227                        <div class="text-box">
    229                             <?php KAHAFKIT_Header::getHeaderInfo($settings); ?>
     228                            <?php headerSettings::getHeaderInfo($settings); ?>
    230229                            <?php if($about_us_right_img) : ?>
    231230                                <img class="img-fluid signature" src="<?php echo esc_url($about_us_right_img); ?>" alt="01 Signature">
  • kahaf-kit/tags/1.0/e-addons/addons-list/banner.php

    r2356464 r2371812  
    323323    ?>
    324324
    325         <?php if( $main_select_layout == 'layout_1' ) : ?>
     325       
     326<?php if( $main_select_layout == 'layout_1' ) : ?>
    326327            <?php if( $banner_slider_items ) : ?>
    327328                <section class="header" id="page">
     
    358359                                                    <p><?php echo wp_kses_post($banner_slider_big_content); ?></p>
    359360                                                    <div class="buttons">
    360                                                         <a href="<?php echo esc_url($button_link_url); ?>" class="move-section btn-1"><?php echo wp_kses_post($button_text); ?></a>
     361                                                        <?php if($button_text != '' ) : ?>
     362                                                            <a href="<?php echo esc_url($button_link_url); ?>" class="move-section btn-1"><?php echo wp_kses_post($button_text); ?></a>
     363                                                        <?php endif; ?>
     364
    361365                                                        <a href="<?php echo esc_url($button_link_url2); ?>" class="btn-2"><?php echo wp_kses_post($button_text2); ?></a>
    362366                                                    </div>
     
    407411                                            <h1 class="handline"><?php echo wp_kses_post($banner_slider_content); ?></h1>
    408412                                            <div class="buttons">
    409                                                 <a href="<?php echo esc_url($button_link_url); ?>" class="move-section btn-1"><?php echo wp_kses_post($button_text); ?></a>
     413                                                <?php if($button_text != '' ) : ?>
     414                                                    <a href="<?php echo esc_url($button_link_url); ?>" class="move-section btn-1"><?php echo wp_kses_post($button_text); ?></a>
     415                                                <?php endif; ?>
    410416                                                <a href="<?php echo esc_url($button_link_url2); ?>" class="btn-2"><?php echo wp_kses_post($button_text2); ?></a>
    411417                                            </div>
  • kahaf-kit/tags/1.0/e-addons/addons-list/map-form.php

    r2356464 r2371812  
    5757                <div class="container">
    5858                    <div class="row">
    59                         <div class="col-md-8 col-lg-6 ml-auto">
     59                        <div class="col-md-12">
    6060                            <div class="contact">
    6161                                <?php KAHAFKIT_Header::getHeaderInfo($settings); ?>
  • kahaf-kit/tags/1.0/e-addons/addons-list/newsletters.php

    r2356464 r2371812  
    6666            <div class="newsletters-box container-fluid">
    6767                <div class="row">
    68                     <div class="col-md-6 col-lg-4 p-0">
     68                    <div class="col-md-6 col-lg-8 p-0">
    6969                        <div class="newsletters-text-box">
    7070                            <?php KAHAFKIT_Header::getHeaderInfo($settings); ?>
     
    7272                        </div>
    7373                    </div>
    74                     <div class="col-md-6 col-lg-8 p-0">
     74                    <div class="col-md-6 col-lg-4 p-0">
    7575                        <div class="newsletters-img-box">
    7676                            <div class="img-box"></div>
  • kahaf-kit/tags/1.0/e-addons/addons-list/services.php

    r2356464 r2371812  
    7474                'options' => [
    7575                    'layout_3'  => esc_html__( 'layout one', 'kahaf-kit' ),
     76                ],
     77            ]
     78        );
     79        $repeater->add_control(
     80            'service_layout_col',
     81            [
     82                'label' => esc_html__( 'Service layout Col', 'plugin-domain' ),
     83                'type' => \Elementor\Controls_Manager::SELECT,
     84                'default' => 'col-lg-6',
     85                'options' => [
     86                    'col-lg-1'  => esc_html__( '1', 'plugin-domain' ),
     87                    'col-lg-2'  => esc_html__( '2', 'plugin-domain' ),
     88                    'col-lg-3'  => esc_html__( '3', 'plugin-domain' ),
     89                    'col-lg-4'  => esc_html__( '4', 'plugin-domain' ),
     90                    'col-lg-5'  => esc_html__( '5', 'plugin-domain' ),
     91                    'col-lg-6'  => esc_html__( '6', 'plugin-domain' ),
     92                    'col-lg-7'  => esc_html__( '7', 'plugin-domain' ),
     93                    'col-lg-8'  => esc_html__( '8', 'plugin-domain' ),
     94                    'col-lg-9'  => esc_html__( '9', 'plugin-domain' ),
     95                    'col-lg-10'  => esc_html__( '10', 'plugin-domain' ),
     96                    'col-lg-11'  => esc_html__( '11', 'plugin-domain' ),
     97                    'col-lg-12'  => esc_html__( '12', 'plugin-domain' ),
    7698                ],
    7799            ]
     
    243265                                $service_link_rel = $item['service_link']['nofollow'] ? ' rel=nofollow' : '';
    244266
     267                                $service_layout_col = $item['service_layout_col'];
     268
    245269                            ?>
    246                                 <div class="col-md-6 col-lg-4">
     270                                <div class="col-md-6 <?php echo $service_layout_col; ?>">
    247271                                    <div class="item-services">
    248272                                        <?php \Elementor\Icons_Manager::render_icon( $service_icon, [ 'aria-hidden' => 'true' ] ); ?>
  • kahaf-kit/tags/1.0/e-addons/addons-list/sponsors.php

    r2356464 r2371812  
    5050        ?>
    5151            <div class="sponsors">
    52                 <div class="container">
     52                <div class="container-fluid">
    5353                    <div class="sponsors-box owl-carousel owl-theme">
    5454                        <?php if( $sponsors_list ) : ?>
  • kahaf-kit/tags/1.0/e-addons/addons-list/why-us.php

    r2356464 r2371812  
    163163        $why_us_list = $settings['why_us_list'];
    164164
     165
    165166       
    166167    ?>
     
    168169            <div class="container">
    169170                <div class="row">
    170                     <div class="col-lg-4">
    171                         <div class="features-one">
    172                             <div class="sec-title">
    173                                 <h2><?php echo wp_kses_post($section_title); ?></h2>
    174                                 <h3><?php echo wp_kses_post($section_cotent); ?></h3>
    175                             </div>
    176                             <p><?php echo wp_kses_post($mega_cotent); ?></p>
    177                             <img class="img-fluid signature" src="<?php echo esc_url($logo_md); ?>" alt="<?php echo  esc_attr( $logo_md_alt ); ?>">
    178                         </div>
    179                     </div>
    180                     <div class="col-lg-4">
    181                         <div class="features-watch">
    182                             <div class="about-img">
    183                                 <img class="img-fluid" src="<?php echo esc_url($center_img); ?>" alt="<?php echo  esc_attr( $center_img_alt ); ?>">
    184                             </div>
    185                             <div class="watch">
    186                                 <a href="<?php echo esc_url($center_video_url); ?>" data-lity><i class="fas fa-play"></i> <?php echo wp_kses_post($center_video_text); ?></a>
    187                             </div>
    188                         </div>
    189                     </div>
    190                     <div class="col-lg-4">
     171                    <div class="col-lg-12">
    191172                        <div class="features-two">
    192173                            <?php if( $why_us_list ) : ?>
     
    206187                        </div>
    207188                    </div>
     189                    <div class="col-lg-6">
     190                        <div class="features-one">
     191                            <div class="sec-title">
     192                                <h2><?php echo wp_kses_post($section_title); ?></h2>
     193                                <h3><?php echo wp_kses_post($section_cotent); ?></h3>
     194                            </div>
     195                            <p><?php echo wp_kses_post($mega_cotent); ?></p>
     196                            <img class="img-fluid signature" src="<?php echo esc_url($logo_md); ?>" alt="<?php echo  esc_attr( $logo_md_alt ); ?>">
     197                        </div>
     198                    </div>
     199                    <div class="col-lg-6">
     200                        <div class="features-watch">
     201                            <div class="about-img">
     202                                <img class="img-fluid" src="<?php echo esc_url($center_img); ?>" alt="<?php echo  esc_attr( $center_img_alt ); ?>">
     203                            </div>
     204                            <div class="watch">
     205                                <a href="<?php echo esc_url($center_video_url); ?>" data-lity><i class="fas fa-play"></i> <?php echo wp_kses_post($center_video_text); ?></a>
     206                            </div>
     207                        </div>`
     208                    </div>
    208209                </div>
    209210            </div>
  • kahaf-kit/tags/1.0/e-addons/assets/js/layout-script.js

    r2356464 r2371812  
    9494                        },
    9595                        991: {
    96                             items: 3
     96                            items: 2
    9797                        }
    9898                    }
Note: See TracChangeset for help on using the changeset viewer.