

/* 1- general style */


::selection {
    color: #fff;
    background:#2db28c;
}

body {
    font-family: Lato,sans-serif !important;
    font-weight: 400;
    line-height: calc(16px * 1.8);
    color: #231f20;
    font-size: 16px;
    opacity: .99;
    text-rendering: optimizeLegibility !important;

}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{

    color: #003147;
    font-weight: 700;

}



a{
	color:#003147;
	transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

a:hover,a:active,.t-headr-navbar .nav li a:hover,.t-headr-navbar .nav li a.active-link{
	color: #2db28c;
}
.fixed-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: transparent;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.38);
}
.t-headr-navbar .nav li a {
    color: #003147;
    text-transform: uppercase;
    padding: 15px 20px;
}
.t-headr-navbar .nav li span {
    opacity: .7;
}

.hero-section{
    display: block;
    position: relative;
    background-color: #000;
    background-image: url(../imgs/hero.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 670px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.42);
    z-index: 9;
   
}

.hero_text_content  h2{
   font-family: 'Playfair Display',serif;
    font-weight: 400;
    font-size: 38px;
}
.hero-section::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    background:linear-gradient(to bottom,rgba(0,0,0,.5) 0,transparent 20%,transparent 16%,rgba(0,0,0,.75) 100%);
    z-index: -1;
}
.hero-section .container {
    height: 100%;
}



.view_services a {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}
.view_services a:hover{
    color: #fff !important;
}
.wrap_hero_text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}
.scrolls_view_section a {
    width: 50px;
    height: 50px;
    border: 1px solid hsla(0, 0%, 100%, 0.38);
    display: inline-block;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
}
.scrolls_view_section a:hover{
    background: hsla(0, 0%, 100%, 0.38);
    
}

.sia-section{
    padding: 100px 0 80px;
    position: relative;
}

.whoweare-section{
    background: #f1f1ee;
    text-align: center;
}

.wrap_whoweare_text h2{
    font-size: 38px;
    font-weight: 300;
}

.sectors-section{
    background:#fff;

}
.wrap_service p {
    font-size: 18px;
    line-height: 1.7;
   
}

.service_seprator {
    border: 4px solid #16afca;
    border-radius: 50px;
}


/* securtiy data */

.datasecurity-section {
    background: #ffffff;
}
.datasecrurity-icon {
    position: absolute;
    left: 50%;
    width: 120px;
    height: 120px;
    background: #27af89;
    border-radius: 50%;
    text-align: center;
    line-height: 120px;
    color: #fff;
    font-size: 36px;
    top: -60px;
    transform: translateX(-50%);
    box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.21);
}
.wrap_security p {
   font-size: 18px;
    line-height: 1.7;
   
}

.securtiy_qouteo p {
    font-size: 18px;
    line-height: 1.7;
   
   
}
.footer-text {
    font-size: 14px;
}
.securtiy_qouteo p i {
    position: absolute;
    top: -30px;
    width: 60px;
    height: 60px;
    left: 50%;
    background: #2bb18b;
    border-radius: 50%;
    line-height: 60px;
    color: #fff;
    transform: translateX(-50%);
}

.contactus-section {
    background: #efeeee;
}

.contact-form-el input[type="text"],.contact-form-el input[type="number"],.contact-form-el input[type="email"],.contact-form-el textarea{
    padding: 13px;
    background: #fff;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    border: 1px solid transparent;
    width: 100%;

}
.contact-form-el input[type="text"]:focus,.contact-form-el input[type="number"]:focus,.contact-form-el input[type="email"]:focus,
.contact-form-el textarea:focus{
    border-color:#e7f4fa;
    background: #fff;
}
.contact-form-el textarea{
    height: 150px;
}
.tp-wrap-btn button{
    background: #2db28c;
    padding: 15px 30px;
    color: #fff;
    border-radius: 4px;
        transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 2px;

}
.tp-wrap-btn button:hover{
    cursor: pointer;
    background: #012f46;
}
.contact_icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 50px;
    background: #2db28c;
    margin-right: 19px;
    color: #fff;
    margin-top: 5px;
    border-radius: 4px;
}
.wrap_contact{
    padding-bottom: 1.5rem;
}
.wrap_contact p {
    overflow: hidden;
}

.wrap_whoweare_text p a{
    color: #2db28c;
}

.contsulting-section{
    height: 600px;
    background-color: #232323;
    background-image: url(../imgs/consulting.jpg);
    background-size: cover;
    background-position: center;
}


.footer-section{
    padding: 60px 0 60px;
    background: #232323;
}

.col-footer-link a {
    color: hsl(0, 0%, 68%);
    margin: 0 7px;
}
.col-footer-link a:hover{
    color:#2db28c;
}
.col-footer-link {
    color: #736f6f;
    font-size: 80%;
}

.al-header-navbar-brand img{
    transition: width .6s ;
    -webkit-transition: width .6s ;
}
.scroll .t-header {
    background: #232323;
    border: 0;
}

.scroll .t-header .al-header-navbar-brand img {
    width: 178px;
}

#cookie-notice {
    display: block;
    visibility: hidden;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    line-height: 20px;
    left: 0;
    text-align: center;
    top: 0;
}

.cookie-notice-container {
    padding: 10px;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cn-button.bootstrap {
     background: #000000;
    color: #ffffff !important;
    display: inline-block;
    padding: 4px 13px 2px;
    margin-left: 7px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50px;
    letter-spacing: 1px;
    box-shadow: 0 1px 0 rgba(255,255,255,.2) inset, 0 1px 2px rgba(0,0,0,.05);
}
.cn-button.bootstrap:hover{
    color: #fff;
    background: #2db28c;
}

#cookie-notice a{
    color: #2db28c;
    font-weight: 700;
}

.cookies-set .fixed-top{
 position: fixed;
}
.tp_wrap_page{
    position: relative;
}

.cookies-not-set .tp_wrap_page {
    margin-top: 65px;
}

.hero-section.hero-single-page {
    height: 470px;
}

.col-lawpro-single ul li p {
    margin-bottom: .2rem;
}

.col-lawpro-single a {
    color: blue;
    font-size: 90%;
}


@media only screen and (max-width: 768px){
.cookies-not-set .tp_wrap_page {
    margin-top: 111px;
}
}

@media only screen and (max-width: 557px){
.cookies-not-set .tp_wrap_page {
    margin-top: 170px;
}
}
