/*  styles go here */
/* =============== FontFace =============== */
/*---- English Font ----*/
@font-face {
    font-family: 'CenturyGothic';
    src: url(../fonts/Century_Gothic_Regular.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}
/*---- Arabic Font ----*/
@font-face {
    font-family: 'DroidArabicKufi';
    src: url(../fonts/Droid-Arabic-Kufi.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}
/* =============== End FontFace =============== */
html {
    scroll-behavior: smooth !important;
}
body {
    font-family: "CenturyGothic","DroidArabicKufi","Montserrat", sans-serif !important;
}
img.logo {
    width: 137px;
}
img.slider-logo {
    width: 130px;
}
.over-view {
    margin-bottom: 15px !important;
    margin-top: 0;
}
p.over-view-desc {
    line-height:1.7;
}
    p.over-view-desc b{
        font-size:15px;
        padding:0 5px;
    }
img.about-img {
    width: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    border: 7px solid #fff;
    border-radius: 20px;
}
img.footer-logo {
    width: 100px;
}
a.designed {
    color:#ebebeb;
}
a.designed:hover {
    color: #169eca;
    text-decoration:none;
}
img.img-circle {
    border-radius: 0 !important;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
    height: 170px;
    width: 100%;
}
.box-image-text .content h4 a{
    text-decoration:none;
}
.box-image-text .content h4 a:hover {
    text-decoration: none;
}
.special-btn {
    color: #110979;
    background-color: transparent;
    border-radius: 7px;
    border: 2px solid #110979;
    margin-top: 25px;
}
    .special-btn:hover {
        color: #ffffff;
        background-color: #110979;
        border-radius: 7px;
        border: 2px solid #110979;
    }
a.con-mail{
    letter-spacing:1px;
}
#content {
    min-height: 600px;
}
.demo .panel-default > .panel-heading {
    color: #ffffff;
    background-color: #294d76;
    border-color: #294d76;
    border-radius: 7px;
    text-transform: capitalize;
}
.demo .panel-default > .panel-heading a i {
   float:right;
   font-size:24px;
}
    .demo .panel-default > .panel-heading a  {

    }
    .demo .panel-default > .panel-heading a:hover,
    .demo .panel-default > .panel-heading a:active,
    .demo .panel-default > .panel-heading a:focus {
       color:#f99b08;
       text-decoration:none;
    }
    .demo .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #ddd;
        background: rgba(0,0,0,.05);
        border-radius: 7px;
        padding: 15px 22px 15px 15px;
    }
h1.tab-h1 {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    line-height: 1.5;
}
    h1.tab-h1:before {
        content: '\f111';
        font-family: 'FontAwesome';
        font-weight: 900;
        padding: 0 10px;
        color:#169eca;
        font-size: 12px;
        display: inline-block;
        vertical-align: middle;
    }
p.tab-p {
    text-align: justify;
    display:flex;
}
p.tab-p span {
    color:#294d76;
    padding:0 7px;
}
span.tab-span {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    padding: 0 15px 0 10px;
    line-height: 2.5
}
    span.tab-span b {
        font-size: 15px;
        color: #169eca;
        font-weight: 500;
        padding-left: 7px;
    }
p.tab-p:before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-weight: 900;
    padding: 0 10px;
    color: #f99b08;
    font-size: 9px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
}
img.side-img {
    border-radius: 7px;
    width: 100%;
}
a.live {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 7px;
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    text-transform: capitalize;
    cursor: not-allowed;
    pointer-events: none;
}
    a.live i {
        font-size: 20px;
        padding: 3px;
    }
span.soon {
    position: absolute;
    right: -7px;
    top: -5px;
    background: #f86683;
    border-radius: 100px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    line-height: 22px;
    padding: 3px 5px;
    z-index: 1;
}
img.IOT-prod {
    border-radius: 10px !important;
    height: 220px;
    box-shadow: 0 2px 15px rgba(0,0,0,.1);
    border: 1px solid #ccc;
}
h5.IOT-head {
    margin-bottom: 15px;
    font-size: 25px;
}
.one-top {
    margin-top: 50px !important;
}
.comment {
    margin-top: 25px;
}
.IOT-border {
    border: 1px dashed #ccc;
    margin-top: 25px;
}
p.posted {
    padding: 7px;
    font-size: 15px;
    color: #294d76;
    font-weight: 600;
}
    p.posted i {
        padding: 0 7px 0 0;
        font-size: 20px;
    }
.clickhere {
    text-align:left !important;
}
/*backto top*/
.scroll {
    color: #fff;
    margin-top: 100px
}

#toTopBtn {
    position: fixed;
    bottom: 26px;
    right: 39px;
    z-index: 98;
    padding: 21px;
    border-radius:5px;
    background-color: #2e58a6;
}
    #toTopBtn:hover {
        background-color: #f99b08;
    }
.js .cd-top--fade-out {
    opacity: .5
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s
}

.cd-top {
    position: fixed;
    bottom: 20px;
    bottom: var(--cd-back-to-top-margin);
    right: 20px;
    right: var(--cd-back-to-top-margin);
    display: none;
    height: 40px;
    height: var(--cd-back-to-top-size);
    width: 40px;
    width: var(--cd-back-to-top-size);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
    background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1571057658/cd-top-arrow.svg) no-repeat center 50%;
    background-color: hsla(5, 76%, 62%, .8);
    background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8)
}