﻿/* ----------------------------------------------------------------
	Custom CSS

	Mohamed Nizar SID > DSI AGCE   V 1.0

	WWWW.AGCE.DZ
	-----------------------------------------------------------------*/
.table-responsive {
    margin-bottom: 40px;
    margin-top: 10px;
}
.icon-download2::before {
    font-size: 20px;
}
/* Download icon alignment fix */
.iconlist > li .icon-download2:first-child, .iconlist > li .icon-download2:first-child {
    top:-5px;
}

#primary-menu ul li > a {
   display: block;
line-height: 19px;
padding: 40px 6px;
font-size: 12px;
letter-spacing: 0.5px;

}
@media (min-width: 1600px) {
    #primary-menu ul li > a {
   	display: block;
	line-height: 19px;
	padding: 40px 36px;
	font-size: 15px;
	letter-spacing: 0.5px;

	}
}
@media (min-width: 1400px) {
    #primary-menu ul li > a {
   	display: block;
	line-height: 19px;
	padding: 40px 20px;
	font-size: 14px;
	letter-spacing: 0.5px;

	}
}
@media (max-width: 575.98px) {
    .state-div {
        font-size: 11px;
    }
}
.logoAnim {
    animation-duration: 3s;
    animation-delay: 2s;
    /*animation-iteration-count: infinite;*/
  }
.slider-title-custom h2 {
    font-size: 2.4rem;
}

.icon-key1::before {
    content: "\e69d";
    font-size: 130px;
    color: white;
}

.icon-lock1::before {
    content: "\e668";
    font-size: 300px;
    line-height: 0.5;
    color: white;
}
.icon-university::before {
    content: "\ebed";
    font-size: 300px;
    line-height: 0.5;
    color: white;
}
.slider-element {
    background-image: url("../images/slider/full/slider04.jpg");
    background-position: right;
    background-size: cover;
}

.bg-angle::after, .section.bg-angle::before {
    background-color: #282828; /*background-color: #2A3F54;*/
}
.bg-angle::after, .section.bg-angle::before {

    bottom: -55px;
}
.pt-3c {
    padding-top: 0.3rem !important;"
}

.pt-3c2 {
    padding-top: 0.3rem !important;margin-top: 0px!important;
}

.img-mr-2 {
    background: #2cc400b0;
    border-radius: 18%;
    display: block;
    margin-left: auto;
    margin-right: auto !important;
}

.feature-box p {
    margin: 8px 0 0 0;
     color: black;
}

.button-c-large {
    padding: 0 25px !important;
    font-size: 16px !important;
    height: 37px !important;
    line-height: 40px !important;
    margin-top: 15px !important;
}

.slider-bottom-box-c {
    display: block;
    padding: 0px;
    background: transparent !important;
    box-shadow: 0px 10px 40px 0px rgba(47,47,47,0.1);
    border-radius: 0px;
}

.feature-box-h3-c {
    font-size: 18px !important;
    font-weight: 700 !important;
}
.feature-box2-h3-c {
    font-size: 18px !important;
    font-weight: 700 !important;
   margin-bottom: 7px;
}

.feature-box2-c {
    margin: 1.5rem !important;
    text-align: left !important;
}
.feature-box-c {
    margin-top: 16% !important;
}
.box-signature-c{
    font-size: 12px !important;
    float: right !important;
    font-weight: 700;
}
.img-service-c{
    width: 128px !important;
    height: 80px !important;
    background: green;
}
.list-c {
    list-style:none;
}
.list-c li:before {
    content: '»' !important;
    margin-left: 0px;
    margin-right: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #1bbc9c;
}
.box-shadow-c {
    box-shadow: 10px 18px 15px rgba(3,27,78,.1) !important
}

.heading-block-h2-c {
    font-size: 26px !important;
}

.img-footer-cor-c{
    position: absolute;
    z-index: 0;
    opacity: 1;
    top: 118px;
    width: 25px;
    left: 225px;
    height: 26px;
    -webkit-animation-name: shine; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: shine;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
.img-footer-cor2-c{
    position: absolute;
    z-index: 0;
    /* opacity: 0.2; */
    top: 65px;
    width: 400px;
    left: 85px;
}



/* Safari 4.0 - 8.0 */
@-webkit-keyframes shine {
    0% {opacity: 0.3;}
    50% {opacity: 1;}
    100% {opacity: 0.3;}
}

/* Standard syntax */
@keyframes example {
    0% {opacity: 0.3;}
    50% {opacity: 1;}
    100% {opacity: 0.3;}
}

.a-custom {
    text-decoration: none !important;
    color: #000 !important;
}
.a-custom:hover {
    text-decoration: none !important;
    color: #1ABC9C !important;
}
.director-word {
    padding-right: 95px;
}
/* Custom Contact Page */
#page-title {
    position: relative;
    padding: 150px 0;
    /*background-image: url("../images/pages/full/contact.jpg");*/
    border-bottom: 1px solid #EEE;
    top: -100px;
    margin-bottom: -200px;
    background-position: center;
    background-size: cover;
    color:white;

}

#google-map {

    height: auto;
}

#google-map iframe {

    width: 100%;

}

.heading-block::after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 120px;
    border-top: 2px solid #444;
}


.header-block-r::after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 120px;
    border-top: 2px solid #444;
    float: right;
}

@media (max-width: 575.98px) {
    .state-div {
        font-size: 11px;
    }
    .feature-box-c {
        margin-top: 0% !important;
        padding: 0 0 0 0 !important;
    }
    .director-word {
        padding-right: 0px;
    }
    .contact-c {
        font-size: 10px;
    }
    .suite-c {
        font-size: 15px !important;
        margin-bottom: 15px !important;
    }
}
.res-table .table tbody tr td:nth-child(1){width:30% !important}
.res-table .table tbody tr td:nth-child(2){width:30% !important}
.res-table .table tbody tr td:nth-child(3){width:40% !important}







