﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@import url('"https://fonts.googleapis.com/css?family=Amiri|Cairo|Changa|Harmattan|Lemonada|Markazi+Text|Tajawal&display=swap');

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }

}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

/*body {*/
  /* Margin bottom by footer height */
  /*margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;*/ /* Vertically center the text there */
/*}*/

/*自己添加的代码*/
.kapian {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 30px rgba(0,0,0,.15);
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
    cursor: pointer;
    position: relative;
    height: 100%;
    /*margin: 1rem;*/
    padding: 12px;
    background: #fff;
   
}
.number {
    font-size: 40px;
    font-family: Roboto-BoldCondensed,Roboto;
    font-weight: normal;
    color: rgba(202,21,37,1);
    line-height: 71px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.index-row {
    padding: 50px 0;
}

   
.our-whyus {
    background-color: #e1e1e1;
}
.our-whyus-item {
    -webkit-transition: all 0.225s ease-in-out;
    -moz-transition: all 0.225s ease-in-out;
    -o-transition: all 0.225s ease-in-out;
    transition: all 0.225s ease-in-out;
    text-align: center;
    background-color: #fafafa;
    border: 1px solid #c1c1c1;
    padding: 10px;
}

    .our-whyus-item:hover {
        background-color: #0ba1e4;
        border: 1px solid #0ba1e4;
        box-shadow: 0 0 10px 0 rgba(45,183,245,.5);
        color: #fff;
    }

        .our-whyus-item:hover > .glyphicon {
            color: #fff;
        }

 /*   .our-whyus-item .glyphicon {
        color: #0ba1e4;
        font-size: 80px;
        line-height: 1.5em;
    }*/

   /* .our-whyus-item h3 {
        line-height: 1.5em;
    }
*/
/*    .our-whyus-item p {
        line-height: 1.5em;
    }*/

html[dir="rtl"],
html[dir="rtl"] .h1,
html[dir="rtl"] .h2,
html[dir="rtl"] .h3,
html[dir="rtl"] .h4,
html[dir="rtl"] .h5,
html[dir="rtl"] .h6,
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6
{
  font-family: 'Cairo', Cairo;
}

@media only screen and (max-width: 768px)
 {
  #line1 {
    display: none;
}
 }