﻿@import url('open-sans.css');
@import url('fonts/jfflat/jfflat.css');
@import url('font-awesome.min.css');

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/poppins/poppins-v5-latin-regular.eot");
    /* IE9 Compat Modes */
    src: local("Poppins Regular"), local("Poppins-Regular"), url("fonts/poppins-v5-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/poppins-v5-latin-regular.woff2") format("woff2"), url("fonts/poppins-v5-latin-regular.woff") format("woff"), url("fonts/poppins-v5-latin-regular.ttf") format("truetype"), url("fonts/poppins-v5-latin-regular.svg#Poppins") format("svg");
    /* Legacy iOS */
}
body
{
    font-family: 'Raleway','Droid Arabic Kufi',sans-serif !important;}

.wrapper {
    width: 100%;
    display: block;
    padding: 0px;
    font-family: 'Raleway','Droid Arabic Kufi',sans-serif;
    margin: 0px;
    height:85%;
}


/*slider start*/
.carousel-control {
    font-family: 'Raleway','Droid Arabic Kufi',sans-serif;
    top: 50%;
    bottom: inherit !important;
    background: transparent !important;
}

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        background: rgba(0,0,0,0.5);
        padding: 8px;
        width: 50px !important;
        height: 50px !important;
        left: 10px;
    }

    .carousel-control .glyphicon-chevron-right {
        background: rgba(0,0,0,0.5);
        padding: 8px;
        width: 50px !important;
        height: 50px !important;
        right: 10px;
    }

.carousel-caption p {
    color: #fff;
    font-family: 'Raleway','Droid Arabic Kufi',sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.carousel-caption {
    top: 25%;
    text-align: left;
    left: 10%;
}

.navbar-toggle .icon-bar {
    background: #fff;
}
/*slider end*/

.header {
   
}

    .header .logo {
        margin: 5px;
        float: left;
    }

#header.navbar {
    min-height: 100px;
}

    #header.navbar .navbar-brand {
        height: auto;
        padding: 0px;
    }

 
/*******************/

/*
 * Custom styles
 */
.navbar-brand {
    font-size: 24px;
}

.navbar-container {
    padding: 10px 0 0;
}

.navbar.fixed-theme {
    background-color: #fff;
    border-color: #f9f9f9;
    box-shadow: 0 0 5px rgba(156, 156, 156, 0.8);
}

    .navbar.navbar-fixed-top.fixed-theme .pull-right .navbar-nav li a, .navbar.navbar-fixed-top.fixed-theme .pull-right .logsarea li a:after {
        color: #000 ;
    }
    .navbar.navbar-fixed-top.fixed-theme .settings-area ul li a
    {
         color: #000 ; 
    }

.navbar-fixed-top .settings-area ul li a
{
     color: #fff ; 
}
.navbar-brand.fixed-theme {
    font-size: 18px;
}

.navbar-container.fixed-theme {
    padding: 10px 0 0;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container {
    transition: 0.8s;
    -webkit-transition: 0.8s;
}

.navbar-fixed-top .nav > li > a:focus, .navbar-fixed-top .nav > li > a:hover {
    background: rgba(0,0,0,0.2);
    border-radius: 8px;
}

.logsarea {
    float: right;
}

    .logsarea .fa {
        padding: 0 3px;
    }

    .logsarea li a:after {
        content: '|';
        color: #fff;
        padding: 0 0 0 10px;
    }

    .logsarea li:last-child a:after {
        content: '';
        color: #fff;
        padding: 0px;
    }


    .logsarea li a {
        padding: 10px 5px;
        font-size: 12px;
    }

    .logsarea li:last-child a {
        padding: 10px 15px 10px 5px;
    }

    .logsarea li a:hover, .logsarea li a:active, .logsarea li a:focus {
       
        background: transparent !important;
        border-radius: 0;
    }
/*******************/

.iconmove {
    text-align: center;
    top: 12px;
    left: 12px;
    font-size: 28px;
    color: #fff;
    padding: 4px 11px;
    font-weight: 600;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #636161;
    background: -moz-linear-gradient(top, #636161 0%, #373737 100%);
    background: -webkit-linear-gradient(top, #636161 0%,#373737 100%);
    background: linear-gradient(to bottom, #636161 0%,#373737 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636161', endColorstr='#373737',GradientType=0 );
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*body*/

.featureservices {
    position: relative;
    top: -226px;
    border-radius: 0px;
}

.headtxt {
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 15px;
}

    .headtxt:after {
        position: absolute;
        height: 4px;
        width: 35px;
        content: '';
        background: #ba9558;
        margin-top: 30px;
        left: 50%;
    }

.sub-head {
    font-size: 18x;
    color: #000;
    text-align: center;
    padding: 0 15px 15px;
    display: block;
}

.width20 {
    width: calc(20% - 20px);
    float: left;
    background: rgba(0,0,0,0.5);
    margin: 0 10px;
    min-height: 140px;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
}
.width20 a
{
        display: block;
    color:#fff;
    cursor:pointer;
    text-decoration:none;
}

.width20 a:focus,.width20 a:hover,.width20 a:active
{
    color:#fff;
    cursor:pointer;
    text-decoration:none;
}
.SVlabel {
    display: block;
    margin: 10px 0 3px 0;
}

.blacklabel {
    color: #000 !important;
}

.clear {
    clear: both;
}

.features-area {
    background: url(../img/featurebg.jpg) no-repeat center;
    background-size: cover;
    display: block;
    margin: 15px 0;
    padding-bottom: 25px;
}



/*move click slide*/
.slidermove {
    color: #fff;
    text-align: center;
}

    .slidermove a, .slidermove a:hover, .slidermove a:active, .slidermove a:focus {
        color: #fff;
        cursor: pointer;
        text-decoration: none;
    }

.subservicetxt {
    display: block;
    padding: 5px 0 0 0;
}


/*end*/


/*tab container*/
.tabcontainer .nav-tabs {
    margin: auto;
    text-align: center;
}

    .tabcontainer .nav-tabs > li {
        display: inline-block;
        text-align: center;
        float: none;
    }

        .tabcontainer .nav-tabs > li a {
            color: #000;
            min-height: 100px;
            min-width: 130px;
            padding: 15px;
            text-align: center;
            margin-left: 10px;
            margin-right: 10px;
            padding: 5px;
            border: 1px solid #ccc;
            padding-top: 58px;
        }

        .tabcontainer .nav-tabs > li.active a {
            background-color: #b68a35;
            color: #fff;
            min-height: 100px;
            min-width: 130px;
            padding-top: 58px;
            
        }
.tabcontainer .nav-tabs > li.active a:after {
content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translate(-50%);
}


        .tabcontainer .nav-tabs > li a.tabimg1 {
            text-align: center;
            background: url(../img/general-certi.png) no-repeat center 10px;
        }

        .tabcontainer .nav-tabs > li a.tabimg2 {
            text-align: center;
            background: url(../img/evidence.png) no-repeat center 10px;
        }

        .tabcontainer .nav-tabs > li a.tabimg3 {
            text-align: center;
            background: url(../img/pettition.png) no-repeat center 10px;
        }

        .tabcontainer .nav-tabs > li.active a.tabimg1 {
            text-align: center;
            background: #b68a35 url(../img/general-certi1.png) no-repeat center 10px;
        }

        .tabcontainer .nav-tabs > li.active a.tabimg2 {
            text-align: center;
            background: #b68a35 url(../img/evidence1.png) no-repeat center 10px;
        }

        .tabcontainer .nav-tabs > li.active a.tabimg3 {
            text-align: center;
            background: #b68a35 url(../img/pettition1.png) no-repeat center 10px;
        }


.tab-content
{
    padding:15px;
}
/**********/

.no-mar .row {
    margin-right: -5px;
    margin-left: -5px;
}

.no-mar .col-lg-1, .no-mar .col-lg-10, .no-mar .col-lg-11, .no-mar .col-lg-12, .no-mar .col-lg-2, .no-mar .col-lg-3, .no-mar .col-lg-4, .no-mar .col-lg-5,
.no-mar .col-lg-6, .no-mar .col-lg-7, .no-mar .col-lg-8, .no-mar .col-lg-9, .no-mar .col-md-1, .no-mar .col-md-10, .no-mar .col-md-11, .no-mar.col-md-12,
.no-mar .col-md-2, .no-mar .col-md-3, .no-mar .col-md-4, .no-mar .col-md-5, .no-mar .col-md-6, .no-mar .col-md-7, .no-mar .col-md-8, .no-mar .col-md-9,
.no-mar .col-sm-1, .no-mar .col-sm-10, .no-mar .col-sm-11, .no-mar .col-sm-12 {
    padding-right: 5px;
    padding-left: 5px;
}

.box-service
{
    border:1px solid #ccc;
    min-height:160px;
    overflow:hidden;
    text-align:center;
    padding:15px;
    margin-top:25px;
    display:block;
    color:#000;
  background: url(../img/128.png) no-repeat top 8px center;
    background-size: 85px;    
    padding-top:100px;
    
}
 
.box-service:hover,.box-service:active, .box-service:focus
{
    text-decoration:none;   
     background: #b68a35  ;      
      background-size: 85px;
    color:#fff;
    transition: .5s ease;
     opacity: 1;
}

.footer {
    background: #ebebeb;
    padding: 20px 0 10px 0;
}

list-unstyled, .toblock {
    padding-left: 0;
    padding-right: 0;
    list-style: none;
}
.footer .icontext, .footer .icontext a {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.footer a {
    color: #fff;
}
.footer-links-container {
    width: 100%;
    background: #231f20;
    padding: 10px 0;
    color: #fff;
    font-size: 11px;
}
.footer-links-subcontainer a {
    color: #fff;
    padding: 0 15px;
}
.footer-top {
    position: relative;
    top: 0;
}
.carousel-inner
{
    height: 350px;
    /*height: 100%;*/
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.box-service:hover .middle {
  opacity: 1;
}
.box-service .veiwmore
{
        background: white;
    color: initial;
    border: 1px solid #ccc;
    padding:5px 8px;
    text-decoration:none;
    cursor:pointer;
     color:#000;
}
.box-service .veiwmore:hover, .box-service .veiwmore:focus
{
    color:#000;
}
.btn-info {
    color: #fff;
    background-color: #b68a35 !important;
    border-color: #795613  !important;
}
.depgov 
{
       margin: 0 5px;
    background: #fff;
    color: #000;
    min-height: 145px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.slick-prev {
    left: -50px;
}
.slick-next {
    right: -50px;
}
.fixed-theme .navbar-toggle .icon-bar {
    background: #000;
}

.logsarea > li {
    position: relative;
    display: inline-block;
}
.logsarea
{
    margin:0;
}
 
 
 
@media (max-width:767px) {

.logsarea {
    margin: 0;
}
.settings-area
{
    width: 100%;
}
#header.navbar .navbar-brand
{
   padding-left: 20px;
}
.settings-area  #navbar .nav > li{
background: #b68935;
 
    border-top: 1px solid #ddd;
    text-align: center;
    color: #fff;
}
.settings-area  #navbar .nav > li a
{
    color: #fff;
}
.logsarea li a
{
    color:#000;
}
.navbar.navbar-fixed-top.fixed-theme .pull-right .navbar-nav li a, .navbar.navbar-fixed-top.fixed-theme .pull-right .logsarea li a:after
{
    color:#fff;
}
#header .navbar-nav li a
{
    color:#000;
}
#navbar
{
    padding:0px;
}
.navbar-nav
{
    margin:0;
}
}

.fixed-left {
    height: 280px;
    right: 0;
    margin-top: -140px;
    position: fixed;
    top: 50%;
    width: 37px;
    z-index: 999;
}
.fixed-left-social {
    background: #b08a27;
    width: 37px;
}
.fixed-left-social ul {
    list-style: none;
    padding: 0;
}
.fixed-left-social ul li a {
    border: 1px solid #fff;
    display: block;
    padding: 2px 0;
}
.fixed-left-social ul li a .fa {
    color: #fff;
    padding: 8px;
    font-size: 18px;
}


/****************/
.margintop
{
    margin-top:90px;
}
.ADEGP_DF_TOPIC5 {
    background-color: #b68a35!important;
    border-bottom: 7px solid rgba(0,0,0,0.1);
    border-right: 7px solid rgba(0,0,0,0.3);
    border-radius: 4px;
}
.topicbreadcrumb {
    clear: left;
    color: #fff;
    display: block;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    min-height: 100px;
    z-index: 240;
    margin-top: 15px;
    margin-bottom: 25px;
    position: relative;
}
.ADEGP_DF_TOPIC5 {
    background-color: #b68a35!important;
    border-bottom: 7px solid rgba(0,0,0,0.1);
    border-right: 7px solid rgba(0,0,0,0.3);
    border-radius: 4px;
}
.topicbreadcrumb .breadcrumb-links-container:before {
    display: block;
    float: left;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
    line-height: 1;
    margin: 20px 10px 0;
    opacity: .5;
}
.topicbreadcrumb .breadcrumb-links {
    min-height: 90px;
    overflow: hidden;
    padding-top: 20px;
}
.topicbreadcrumb .breadcrumb {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 1em;
}
.topicbreadcrumb .breadcrumb, .topicbreadcrumb h1 {
    z-index: 101;
    position: relative;
}
.breadcrumb-links .BreadcrumbCurrentSelection {
    font-size: 2em;
}
.icon-topic_24:before, .icon-topic_5:before, .icon_ADEGP_DF_TOPIC24:before, .icon_ADEGP_DF_TOPIC5:before {
    content: "\f0b1";
    font: normal normal normal 14px/1 FontAwesome;
}
.breadcrumb {
    font-size: 1.1428571429em;
    background-color: transparent;
    padding: 15px 4px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
}
.breadcrumb a {
    color: #fff;
    cursor: pointer;
}
 
.image-right {
    float: right !important;
    padding-left: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    max-height:118px;
}
.ad {
    border: solid 1px #ededed;
    display: block;
    margin-top: 15px;
    padding: 20px;
    color: #b68a35;
}
.ad:first-child {
    margin-top: 0;
}
[class^="fi-"]:before, [class*=" fi-"]:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ad .emp {
    display: block;
    color: #3e3e3e;
}/*
.fi-individual-catlog:before {
    content: "\f0b1";
    font: normal normal normal 50px/1 FontAwesome;
    color: #ac853a;
}
.fi-individual-catlog1:before {
    content: "\f15c";
    font: normal normal normal 50px/1 FontAwesome;
    color: #ac853a;
}
.fi-individual-catlog2:before {
    content: "\f022";
    font: normal normal normal 50px/1 FontAwesome;
    color: #ac853a;
}
.fi-individual-catlog3:before {
    content: "\f046";
    font: normal normal normal 50px/1 FontAwesome;
    color: #ac853a;
}
.fi-individual-catlog4:before {
    content: "\f080";
    font: normal normal normal 50px/1 FontAwesome;
    color: #ac853a;
}*/
.ad:before {
    font-size: 60px;
    float: right;
    margin-top: -7px;
}
.fancy-collapse-panel .panel-heading a.collapsed:after {
    content: "\f196";
}
.fancy-collapse-panel .panel-heading a.collapsed:after {
    content: "\f196";
}
.fancy-collapse-panel .panel-heading a:after {
    font-family: "FontAwesome";
    content: "\f147";
    position: absolute;
    right: 10px;
    font-size: 20px;
    font-weight: 400;
    top: 50%;
    line-height: 1;
    margin-top: -10px;
}
.fancy-collapse-panel .panel-heading a {
    padding: 12px 35px 12px 15px;
    display: inline-block;
    width: 100%;
    background-color: #b68a35;
    color: #ffffff;
    position: relative;
    text-decoration: none;
}
.panel-heading
{
    padding:0px;
}
.secondary a,.secondary a:hover,.secondary a:active,.secondary a:focus
{
    text-decoration:none;
    }
    .ad:hover
    {
        color:#b68a35;
    }
/****************/

.nopadding {
    padding: 0!important;
}
.features-bg {
    position: relative;
    min-height: 400px;
    background: url(../img/slider/slide-1.jpg) center center no-repeat;
    background-size: cover;
}
.features-img {
    width: 100%;
    height: 400px;
    text-align: center;
    line-height: 400px;
}
.features-content {
    position: relative;
    padding: 11% 100px 10%;
    height: 400px;
    background-color: #222;
    color: #fff;
}
.features-content h3 {
    font-size: 32px;
    line-height: 34px;
    text-transform: uppercase;
    color: #fff;
}
.features-content p {
    font-size: 17px;
}
.btn_1, a.btn_1 {
    padding: 8px 20px;
    transition: all .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn_1, .btn_1.medium, a.btn_1, a.btn_1.medium {
    border: none;
    background: #b08a27;
    display: inline-block;
    -webkit-transition: all .3s;
    font-family: inherit;
    color: #fff;
    outline: 0;
    cursor: pointer;
}

#footer-sitemap .list-unstyled li a
{
    color: #000;
}

.breadcrumb
{
    margin:0;
}
    .breadcrumb .fa {
    margin:0 5px;
    }
    
    /*new header and footer 19-7-19*/
    
    
.home-banners .banners li .banner-content {
    top: 0;
    font-family: 'Raleway','Droid Arabic Kufi',sans-serif !important;
}

.home-banners .banners li .banner-content h1, .home-banners .banners li .banner-content p {
    
    font-family: 'Raleway','Droid Arabic Kufi',sans-serif !important;
}


.midfont {
    font-size: 22px !important;
}

    .midfont:after {
        margin-top: 37px !important;
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    border-radius: 50px;
}


/* Start new calender styles 17-09-19*/
.RadCalendar caption {
    display: none;
}

.rcButtons button, .rcButtons input[type="button"], .rcButtons input[type="reset"], .rcButtons input[type="submit"] {
    background: #444 !important;
    padding: 5px 10px;
    margin: 5px 2px !important;
}
/*.RadCalendar .rcMain .rcRow a, .RadCalendar .rcMain .rcRow span {
    padding: 7px !important;
}*/
.RadCalendar_Default .rcMain .rcRow a, .RadCalendar_Default .rcMain .rcRow span {
    text-align: center;
    padding: 5px !important;
}

.RadCalendar_Default .rcMain .rcWeekend a {
    text-align: center;
    padding: 5px;
}

.RadCalendar_Default .rcRow .rcHover {
    background: #bf9e66 !important;
    color: #fff !important;
}

.RadCalendar_Default .rcMain .rcRow .rcHover a {
    color: #fff !important;
}
/*End new calender styles 04-04-19*/


/*17-9-19*/
.links-service {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

    .links-service .not-link {
        background-color: #fcf4e7;
        border-radius: 25px;
        padding: 9px 25px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        margin-right: 10px;
    }

        .links-service .not-link span:first-child {
            color: #bf9e66;
            font-weight: 700;
            font-size: 1.0833em;
            transition: all ease-in-out .3s;
            margin-right: 10px;
        }

        .links-service .not-link span:last-child {
            color: #444;
            font-size: 1.3333em;
            font-weight: 800;
            transition: all ease-in-out .3s;
        }

    .links-service a {
        color: #7d7d7d;
        font-weight: 500;
        border: 1px solid #bf9e66;
        border-radius: 25px;
        padding: 5px 25px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        font-size: 12px;
        font-weight: 700;
        transition: all ease-in-out .3s;
        margin-right: 10px;
    }

        .links-service a i {
            display: inline-block;
            margin-right: 10px;
            vertical-align: middle;
            font-size: 23px;
            color: #bf9e66;
        }

.subpage .sections {
    border-top: 1px solid #ebebeb;
}

    .subpage .sections .small-section {
        width: 30%;
        float: left;
    }

    .subpage .sections .larg-section {
        width: 70%;
        float: right;
        padding: 20px;
    }

    .subpage .sections .info-box .box {
        padding: 20px;
        border-top: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb;
        border-left: 1px solid #ebebeb;
    }

        .subpage .sections .info-box .box:after {
            content: none;
        }

        .subpage .sections .info-box .box .box-t {
            display: block;
            font-size: 1.3333em;
            font-weight: 600;
            color: #bf9e66;
        }

        .subpage .sections .info-box .box .box-v {
            color: #444;
            display: block;
            font-size: 1.25em;
            font-weight: 600;
            margin-top: 5px;
        }

    .subpage .sections .larg-section .info-section {
        padding-bottom: 20px;
    }

    .subpage .sections .larg-section.list-view .info-section .info-section-t {
        padding-left: 0px;
        padding-right: 0px;
        cursor: pointer;
        transition: all ease-in-out .3s;
        padding-bottom: 5px;
        padding:0;
    }

    .subpage .sections .larg-section.list-view .info-section .info-section-c {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0;
        padding-top: 10px;
        border-top: 0;
        padding:0;
    }

    .subpage .sections .larg-section .info-section .info-section-t {
        color: #bf9e66;
        padding-bottom: 0px;
        padding-top: 0px;
        font-size: 1.6em;
        font-weight: 600;
    }


    .subpage .sections .larg-section .info-section .info-section-c .service-intro {
        margin-bottom: 20px;
    }

    .subpage .sections .larg-section .info-section .info-section-c .check-list-c .check-list-title {
        color: #adadad;
        display: block;
        vertical-align: middle;
        font-weight: 600;
        font-size: 1.3em;
    }

    .subpage .sections .larg-section .info-section .info-section-c .check-list-c.extra-info ul li {
        padding: 0;
        font-size: 1em;
        width: 50%;
        float: left;
        margin-top: 20px;
        padding: 0 15px;
    }

        .subpage .sections .larg-section .info-section .info-section-c .check-list-c.extra-info ul li ul li:before {
            content: "\e941";
            font-size: 14px;
            color: #bf9e66;
            display: inline-block;
            margin-right: 10px;
            font-family: 'ficons'!important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .subpage .sections .larg-section .info-section .info-section-c .check-list-c.extra-info ul li ul li {
            padding: 0;
            font-size: 1em;
            display: -ms-flexbox;
            display: flex;
        }

    .subpage .sections .larg-section.list-view .info-section.border {
        border-top: 1px solid #bf9e66;
    }

        .subpage .sections .larg-section.list-view .info-section.border:last-child {
            border-bottom: 1px solid #bf9e66;
        }

.subpage .service-body {
    margin-bottom: 30px;
    margin-top: 20px;
    margin-top: 0;
    float: left;
    width:100%;
}

.subpage  .sections .small-section .info-box .box:first-child {
    margin-top: 1px ;
}
.subpage  .sections .small-section .info-box .box:last-child {
    border-bottom: 1px solid #ebebeb;
}

@media screen and (max-width: 480px) {
.subpage   .links-service .not-link {
    padding: 11px 10px;
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
}
.subpage   .sections {
    border-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
}
    .subpage .sections .larg-section {
        width: 100%;
        -ms-flex-order: 1;
        order: 1;
        padding: 20px 0;
    }

    .subpage .sections .small-section {
        width: 100%;
        -ms-flex-order: 2;
        order: 2;
    }
}

.sections .info-section .AccDefaultHeaderSelected_pluse, .sections .info-section .AccDefaultHeader_pluse {
margin: 15px 0 0 0;
}
/**/

    
    /****/
    
    
.serviceshead {
    color: #444;
    font-weight: 800;
    text-align: center;
    font-size: 40px;
    margin: 20px 0 10px 0;
    display: block;
    float: left;
    width: 100%;
}

    .serviceshead:after {
        content: '';
        position: absolute;
        width: 85px;
        height: 3px;
        background: #bf9e67;
        margin-top: 5%;
        left: 50%;
        transform: translate(-50%);
    }

@media (max-width: 767px) {
    .serviceshead:after {
        content: none;
    }
}



/****11-9-19*****/
.Bt-Quicklogin {
    background-image: url(../img/send.png) !important;
    background-repeat: no-repeat !important;
    background-position: 8px 7px;
    padding-left: 35px !important;
    color: #fff !important;
    background-color: #444 !important;
    margin: 0px !important;
    border: 2px solid rgba(0,0,0,0.1);
}

.ClearButton {
    background-image: url(../img/Clear.png) !important;
    background-repeat: no-repeat !important;
    background-position: left 6px bottom 6px;
    padding-left: 30px;
    color: #fff !important;
    background-color: #444 !important;
    background-size: 18px;
    border: 2px solid rgba(0,0,0,0.1);
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .flex .search {
        padding: 2px 5px;
    }



.Acc_1 {
    /*background-image: url(../img/125.png) !important;*/
    background-size: 18px;
    background-repeat: no-repeat !important;
    background-position: left 0px bottom 5px;
    padding: 4px 8px !important;
    text-align: left;
    color: #444444;
    text-transform: capitalize;
    font-weight: 600;
}

.Acc_2 {
    /*background-image: url(../img/126.png) !important;*/
    background-size: 18px;
    background-repeat: no-repeat !important;
    background-position: left 0px bottom 5px;
    padding: 4px 8px !important;
    text-align: left;
   color: #444444;
    text-transform: capitalize;
    font-weight: 600;
}

.Acc_3 {
    /*background-image: url(../img/127.png) !important;*/
    background-size: 18px;
    background-repeat: no-repeat !important;
    background-position: left 0px bottom 5px;
    padding: 4px 8px !important;
    text-align: left;
    color: #444444;
    text-transform: capitalize;
    font-weight: 600;
}



.intro {
    
    background-size: 18px;
    background-repeat: no-repeat !important;
    background-position: left 2px bottom 9px;
    padding: 6px 8px !important;
   
    /* background-color: #26a599 !important; */
    box-shadow: 0px 2px 3px #e9e0cf;
}

.Mostro {
    
    background-size: 18px;
    background-repeat: no-repeat !important;
    background-position: left 2px bottom 9px;
    padding: 6px 8px !important;
    
    /* background-color: #26a599 !important; */
    background-size: 21px 20px;
    box-shadow: 0px 2px 3px #e9e0cf;
}

.Featro {
    
    background-size: 18px;
    background-repeat: no-repeat !important;
    background-position: left 2px bottom 9px;
    padding: 6px 8px !important;
     
    /* background-color: #26a599 !important; */
    background-size: 18px 18px;
    box-shadow: 0px 2px 3px #e9e0cf;
}




/*---------------------------Accordian pluse start --------------------------------------*/


.AccDefaultHeader_pluse {
    cursor: pointer;
    background: #fff url(../../App_Themes/Default/img/plus.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-color: #ffffff;
    border-bottom: 1px solid #efebeb;
    margin-top: 2px;
    margin-bottom: 4px;
    text-align: left;
    padding: 4px;
    overflow: hidden !important;
    border-radius: 3px;
}

.AccDefaultHeaderSelected_pluse {
    cursor: pointer;
    background: #fff url(../../App_Themes/Default/img/minus.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-color: #ffffff;
    margin-top: 2px;
    margin-bottom: 4px;
    text-align: left;
    padding: 4px;
    overflow: hidden !important;
    border-radius: 3px;
    border-bottom: 1px solid #efebeb;
    border-left:1px solid #bf9e66;
}

    .AccDefaultHeaderSelected_pluse:hover {
        cursor: pointer;
    }

.AccDefaultContent_pluse {
    background-color: #fff;
    border-top: none;
    overflow: hidden !important;
    border: 0px solid #ccc;
    border-top: 0px solid #ccc;
    padding: 1px 5px;
    margin-bottom: 1px;
}

.table-responsive .AccDefaultContent_pluse {
    padding: 0px !important;
}

.accordionNew1Content {
overflow:hidden !important;
}
/*---------------------------Accordian pluse End--------------------------------------*/

.flex .search .fi-search {
    position: absolute;
    margin-top: -28px;
    margin-left: 285px;
}

.fi-search:before {
    font-family: 'ficons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e92a";
    font-size: 16px;
    color: #bf9e66;
}
.form-control
{
    transition: all 150ms cubic-bezier(0.47,0,0.745,0.715);
}
 .form-control:focus {
 border: 1px solid #bf9e66;
    padding-left: 15px;
}

.Demanded-img .fi-law-regualtion:before, .Demanded-img .fi-lawyer-registre:before, .Demanded-img .fi-electronic-filing:before, .Demanded-img .fi-translator-register:before {
    line-height: 1.4;
}