/* Add here all your css styles (customizations) */
@font-face {
    font-family: ProximaNovaRegular;
    src: url("../fonts/Proxima Nova-Regular.otf") format("opentype");
}
@font-face {
    font-family: ProximaNovaSemibold;
    src: url("../fonts/Proxima Nova Semibold.ttf") format("truetype");
}
*{
    font-family: ProximaNovaRegular;
}
h1,h2,h3,h4,h5{
    font-family: ProximaNovaSemibold;
}
body.header-fixed-space-default {
    padding-top: 60px;
}
label{
    color: #555;
}
li a, a {
    color: #008495;
}
a:hover {
    color: #008495;
    text-decoration:none;
}
/*table, th{
        width: 100%;
}*/
#topcontrol:hover {
    background-color: #008495;
}
.list-type-none li {
    list-style: none;
}
.textarea-noresize{
    resize: none;
    /*margin-bottom: 20px;*/
}
.header .logo{
    position: absolute;
    top: -27px;
    left: 20px;
}
/* enable absolute positioning */
.inner-addon {
    position: relative;
}
/* style icon */
.inner-addon .fa {
    position: absolute;
    padding: 23px 15px;
    pointer-events: none;
}

/* align icon */
.left-addon .fa  { left:  0px;}
.right-addon .fa { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.h2-title-special {
    font-size: 22px;
    font-weight: bold;
}
.footer-v1 .footer {
    background-color: #0d1922;
}
.footer-v1 .footer-socials li a{
    font-size: 14px;
}
.footer-v1 .copyright {
    background-color: #0d1922;
    padding: 0;

}
.footer-v1 .copyright .container {
    border-top:1px solid rgba(255,255,255,0.5);
    padding: 10px 15px 5px;
}
.footer-h2 {
    text-transform: uppercase;
}
.footer-list li{
    padding: 3px 0px;
}
.footer-list li a{
    font-family: ProximaNovaSemibold;
    color: #fff;
    font-size: 12px;
}
.footer-list li a:hover, .footer-list li a:focus{
    text-decoration: none;
    color: #008495;
}
.email-row{
    background-color: #008495;
    padding: 2px 0px;
    margin: 0;
    position: relative;
}
.email-row input{
    background-color: #0d1922;
    border: none;
    color: white;
}
.email-row input:focus{
    outline: none;
    box-shadow: none;
}
.email-row input::placeholder{
    color: white;
    opacity: 0.7;
}
.email-row button{
    margin-top: 6px;
    font-family: ProximaNovaSemibold;
    background-color: transparent;
    border: none;
    color: white;
    width: 100%;
}
.slider-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.slider-img img {
    width: 100%;
    opacity: 0;
}
.carousel-control .fa {
    position: absolute;
    top: 45%;
    font-size: 50px;
}
.carousel-control.left .fa{
    left: 35%;
}
.fixed-sldier-description{
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0;
}
.fixed-sldier-description h1{
    color: white;
    font-weight: bold;
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 8%;
}
.fixed-sldier-description img {
    width: 100%;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
}
.home-img-section{
    background-image: url('../img/home-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}
.home-img-section h2{
    color: white;
}
.home-img-section p{
    color: #008495;
}
.event-container{
    background-color: #edeff0;
}
.event-container .container {
    position: relative;
}
.thumbnail-style{
    padding: initial;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.thumbnail-style:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(176,176,176,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(176,176,176,1);
    box-shadow: 0px 0px 15px 0px rgba(176,176,176,1);
}
.thumbnail-style img {
    opacity: 0;
}
.thumbnail-style .thumbnail-img {
    margin-bottom: 0;
}
.thumbnail-style .caption{
    padding: 5px 20px;
}
.thumbnail-style .caption h3 a {
    font-family: ProximaNovaSemibold;
    font-weight: bold;
}
.thumbnail-style .caption h3 a:hover{
    color: #008495;
}
.thumbnail-style .caption p {
    color: #9a9a9a;
}
.thumbnail-img{
    background-size: cover;
    background-position: center;
}
.view-all {
    color: #008495;
    position: absolute;
    top: 70px;
    right: 20px;
}
.view-all:hover, .view-all:focus{
    color: #008495;
    text-decoration: none;
}
.announcement-container .container {
    position: relative;
}
.announcement-caption{
    color: white;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}
.announcement-caption p {
    font-size: 85%;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 0;
    color: white;
}
.announcement-caption h2 {
    font-size: 17px;
    color: white;
    margin-left: 20px;
    width: 80%;
    line-height: 22px;
    text-shadow: 1px 0px black;
}
.triangle-down-right {
    width: 25%;
    height: 100%;
    overflow: hidden;
    background-color: #008495;
    position: absolute;
    right: -16.5%;
    top: 0;
    transform: skewX(-0.06turn);
}
.triangle-down-right i {
    position: absolute;
    bottom: 6%;
    left: 22%;
    transform: skewX(0.06turn);
}
.about-container {
    height: 250px;
    /*width: 100vw;*/
    background-image: url('../img/about-us.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display:flex;
    align-items: flex-end;
    justify-content: center;
}
.about-container h1 {
    color: white;
    margin: auto;
    font-size: 35px;
    text-transform: uppercase;
}
.about-container p {
    color: white;
    margin-bottom: 50px;
    font-size: 18px;
}
.about-nav {
    background-color: #1298a6;
}
.about-nav ul li a{
    color: white;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    padding: 10px 20px;
}
.about-nav ul li a:focus, .about-nav ul li a:hover{
    background-color: #1ea2af;
}
.about-nav ul>li+li{
    margin-left: 0;
}
.about-nav ul li.active>a, .about-nav ul li.active>a:focus, .about-nav ul li.active>a:hover {
    background-color: #1ea2af;
    border-bottom: 3px solid #fda928;
}
.about-card img {
    width: auto;
    height: 60px;
    margin-bottom: 20px;
}
.about-card {
    background-color: white;
    padding: 25px;
    padding-bottom: 50px;
    margin-bottom: 20px;
    position: relative;
}
.about-card a {
    position: absolute;
    left: 25px;
    bottom: 20px;
    color: #008495;
}
.about-card a:hover, .about-card a:focus {
    text-decoration: none;
}
.overview-section .row {
    padding: 40px 0;
    padding-top: 50px;
    text-align: justify;
}
.overview-section .row:nth-child(2n){
    background-color: #efefef;
}
.overview-section .row:nth-child(3){
    background-image: url(../img/about-overview.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.council-table{
    width: 500px;
    text-align: center;
    margin: auto;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
    border: 1px solid;
}
.council-table tr td {
    border: 1px solid #555;
    padding: 10px;
}
.contact-container {
    height: 250px;
    /*width: 100vw;*/
    background-image: url('../img/contact_us_banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display:flex;
    align-items: flex-end;
    justify-content: center;
}
.contact-container h1 {
    color: white;
    margin: auto;
    font-size: 35px;
    text-transform: uppercase;
}
.contact-container p {
    color: white;
    margin-bottom: 50px;
    font-size: 18px;
}
.contact-nav {
    background-color: #1298a6;
}
.contact-nav ul li {
    width: 25%;
}
.contact-nav ul li a{
    color: white;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    padding: 10px 20px;
    text-align: center;
    border-left: 1px solid #fff;

}
.contact-nav ul li:last-child a{
    border-right: 1px solid #fff;
}
.contact-nav ul li a span {
    font-weight: bold;
    font-size: 18px;
}
.contact-nav ul li a:focus, .contact-nav ul li a:hover{
    background-color: #1ea2af;
}
.contact-nav ul>li+li{
    margin-left: 0;
}
.contact-nav ul li.active>a, .contact-nav ul li.active>a:focus, .contact-nav ul li.active>a:hover {
    /*background-color: #1ea2af; */
    background-color:#fda928;
    border-bottom: 3px solid #fda928;
}
.contact-title {
    font-family: ProximaNovaSemibold;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.logo-contact {
    margin: auto;
    display: block;
    width: auto;
    height: 75px;
    margin-top: 55px;
    margin-bottom: 20px;
}
.contact-svg {
    margin: 0 20px;
    margin-top: 5px;
}
.contact-map {
    width: 100%;
    height: 500px;
}
.udrp-container {
    height: 200px;
    /*width: 100vw;*/
    background-image: url('../img/contact_us_banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display:flex;
    align-items: flex-end;
    justify-content: center;
}
.udrp-container h1 {
    color: white;
    margin: auto;
    font-size: 35px;
    text-transform: uppercase;
}
.udrp-container p {
    color: white;
    font-size: 18px;
}
.udrp-container button{
    margin-bottom: 50px;
    border: none;
    padding: 10px 20px;
    background-color: #fb9709;
    color: white;
}
.udrp-container button i {
    padding-left: 5px;
}
.udrp-tab .row-tab{
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #f1f1f1;
}
.case-card {
    background-color: white;
    padding: 20px;
}
.form-card{
    background-color: #1298a6;
    padding: 20px;
    margin-bottom: 20px;
}
.form-card * {
    color: white;
}
.contact-small-card {
    background-color: #efefef;
    padding: 20px;
    margin-bottom: 20px;
}
.contact-small-card a{
    color: #1298a6;
}
.contact-small-card a:hover, .contact-small-card a:focus {
    color: #19cde0;
    text-decoration: none;
}
.office-banner-container {
    height: auto;
    width: 100%;
}
.office-banner-container img {
    width: 100%;
}
.office-card {
    padding: 20px 25px;
    background-color: #fff;
    margin-bottom: 20px;
    position: relative;
}
.office-card img {
    height: 55px;
}
.office-card .filling-btn{
    border: none;
    padding: 10px 25px;
    color: white;
    background-color: #1298a6;
    position: absolute;
    bottom: 20px;
    /*text-transform: uppercase;*/
}
.office-card .filling-btn:hover {
    background-color: #fc9808;
    text-decoration: none;
}
.domain-row input:focus {
    outline: none;
}
.domain-row input{
    border: none;
    border-bottom: 1px solid #555;
    width: 90%;
    margin-bottom: 20px;
}
.parties-row input, .parties-row textarea{
    /*margin-bottom: 20px;*/
}
.list-input li input {
    border: none;
    border-bottom: 1px solid #555;
    width: 95%;
    margin-top: 20px;
}
@media (max-width: 320px){
    .email-row button{
        font-size: 11px;
        margin-left: -16px;
        margin-top: 8px;
    }
}
@media (min-width: 321px) and (max-width: 425px){
    .email-row button{
        font-size: 12px;
        margin-left: -7px;
        margin-top: 8px;
    }
}
@media (max-width: 991px){
    .contact-nav ul li a {
        height: 110px;
    }
    .header .navbar-nav > .active > a, .header .navbar-nav > .active > a:hover, .header .navbar-nav > .active > a:focus {
        background-color: #008495;
    }
    .header .logo img{
        position: absolute;
        top: -50px;
    }
    .header .navbar-toggle {
        position: absolute;
        top: -56px;
        right: 5px;
    }
    .header .navbar-toggle, .header .navbar-toggle:hover, .header .navbar-toggle:focus {
        background-color: transparent;
        border-color: transparent;
    }
    .header .navbar-toggle:hover{
        background-color: transparent !important;
        border-color: transparent;
    }
    .header .navbar-toggle .fa {
        color: #333;
    }
    .header .navbar-nav > li > a:hover{
        color: #008495;
    }
    .inner-addon .fa{
        padding: 10px 15px;
    }
    .fixed-sldier-description h1 {
        font-size: 4vw;
        line-height: 5vw;
        margin-bottom: 3%;
    }
}
@media (min-width: 992px) and (max-width: 1024px){
    .fixed-sldier-description h1{
        font-size: 35px;
        margin-bottom: 5%;
    }
}
@media (min-width: 992px){
    .search-input input {
        height: 60px;
        border-top-color: transparent;
        border-bottom-color: transparent;
        background-color: transparent;
    }
    .header-fixed .header.header-fixed-shrink .dropdown > a:after {
        top: 40px;
    }
    .header .navbar-nav > li:hover > a {
        color: #333;
    }
    .header-fixed .header.header-fixed-shrink .navbar-nav > .active > a {
        color: #555;
    }
    .header .navbar-nav > li > a:after{
        content: "";
        height: 2px;
        width: 0%;
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        background-color: #008495;
    }
    .header .navbar-nav > li:hover > a:after ,.header .navbar-nav > .active > a:after{
        content: "";
        height: 2px;
        width: 80%;
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        background-color: #008495;
    }
    .header .dropdown-menu {
        border-top-color: #008495;
        right: 0;
        min-width: 120px;
    }
    .header-fixed .header.header-fixed-shrink {
        margin-top: 0;
    }
    .navbar-collapse.collapse{
        height: 60px !important;
    }
    .header .mega-menu .nav, .header .mega-menu .dropup, .header .mega-menu .dropdown, .header .mega-menu .collapse {
        height: 60px;
    }
    .header-fixed .header.header-fixed-shrink .navbar-nav > li > a{
        padding: 12px;
        padding-top: 19px;
        font-size: 12px;
    }
    .header .nav .search-open{
        position: relative;
        display: block;
    }
    .header-fixed .header.header-fixed-shrink .nav .search-open {
        top: 0;
        background-color: #fff;
    }
    .logo-contact {
        margin-left: 28%;
    }
}

.about-nav ul li.active>a,
.about-nav ul li.active>a:focus,
.about-nav ul li.active>a:hover {
    background-color: #fda928;
}

.custom-btn {
    margin-bottom: 50px;
    border: none;
    padding: 10px 20px;
    background-color: #fb9709;
    color: white;
}

.search-btn{
    position: absolute;
    padding: 19px 15px;
    right: 0;
}
@media (max-width: 767px) 
{
.search-btn{
    padding: 6px 15px;
}
}
.inner-addon .fa {
    position: unset; 
     padding: unset;
}
.search-container .sub-title{
    font-weight: bold;
    border-bottom: 1px solid #555555;
}