 * {
    font-family: cantarell, sans-serif;
}

.logoname {
  color:initial;
}

video {
  width:100%;
}

#logoImage {
    top: 4%;
    left: 5%;
    width: 140px;
    position: fixed;
    padding: 20px;
    z-index: 9999;
}

#item1 {
  color:#3d7ebf;
  background-color:#020f59;
}

#item2 {
  color:#3d7ebf;
}

#item3 > a {
  color:#3d7ebf;
}

.navbar-default .navbar-nav > li > a {
  color:#3d7ebf;
}

.navbar-default .navbar-nav > li > a {
  color:#3d7ebf;
  margin-right:10px;
}

#logo {
  color:#3d7edf;
}

#footer {
  margin-bottom:0px;
}

.jumbotron {
  padding-bottom:0px;
}

.jumbotron p {
  margin-bottom:0px;
}

#image {
  align-content:center;
  border-left:30px;
}

#content1 {
  align-items:center;
}

#contact {
}

#foter {
  margin-top:0px;
}

.row.articles {
  margin-bottom:40px;
}

#item3 > a:hover {
  color:#333;
}

.header-small {
    margin: 0px;    
    padding-top: 5px;
    background-color: #1333CD;
}

.header-small-text1 {
    background-color: transparent;
    text-align: center;
    line-height: 18px;
    font-size: 15px;
    color: white;
    font-family: cantarell, sans-serif;
    font-weight: 400;
}

.header-small-text1:hover {
    color: rgba(237,51,51,1);
}

.header-small-text2 {
    background-color: transparent;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    font-family: cantarell, sans-serif;
    font-weight: 400;
}

.header-small-text3 {
    width: 24px;
    height: 24px;
    top: 2px;
    color: #579257;
    text-align: left;
}

.footer-title {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    padding-bottom: 20px;
    color:white;
}

.footer-text {
    text-align: justify;
    font-size: 14px;
    line-height: 17px;
    color: white;
}

.footer-title:hover {
    font:bold;
    font-size: 22px;
    color:#1333CD !important;
}

.footer-text-content:hover {
    font:bold;
    font-size: 15px;
}

.h1-footer-text:hover {
     font:bold;
     color:#1333CD !Important;
}

.h1-footer-text2:hover {
     font:bold;
     color:aliceblue;
}

.social-logofb {
    display: inline-block;
    text-indent:-9999em;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    background-size: cover;
    z-index: 15;
    width: 50px;
    height: 50px;
    position: relative;
}

.social-logofb-footer:hover {
    width: 50px;
    height: 50px;
    min-height:0px;
    -webkit-filter: brightness(0) invert(100%);
    filter: brightness(0) invert(100%);
}

.navbar {
   background-color: rgba(255,255,255,0.9);
   background: rgba(255,255,255,0.9);
   border-color: rgba(255,255,255,0.9);
   background-position: 30px;
}

.navbar li { color: #000 } 

.navbar-default {
  border-radius: 0px;
  font-family: Cantarell, sans-serif;
  font-weight: bold;
  font-style: normal;
}


.navbar-default .navbar-brand {
    padding: 10px 15px;
}

.navbar-default .navbar-nav > li > a {
    padding-top: 10px;
}

@media (max-width: 767px) {
    .navbar-default .navbar-brand {
        padding: 12px 15px;
    }

    .video-container {
        margin-top: 45px;
    } 

     .container {
        width: 100%;
    }

    #logoImage {
        top: 10%;
        left: 1%;
        width: 100px;
    }
}

@media (min-width: 767px) {
    .header-small {
        height: 30px;
        width: 100%;
    }
    .container {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

/*small menu styles*/
.top-header-icon {
    z-index: 250;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-indent:-9999em;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    background-size: cover;
}

.top-header-icon:hover{
    width:24px;
    height:24px;
    min-height:0px;
    -webkit-filter: brightness(0) invert(100%);
    filter: brightness(0) invert(100%);
}

.top-header-icon-num:hover {
   z-index: 260;
    height: 20px;
    width: 108px;
    position: fixed;
    top: 5px;
    left: 50%;
    margin-left: 454px;
    -webkit-filter: brightness(0) invert(100%);
    filter: brightness(0) invert(100%);
}

.header-facebook-icon {
    background: transparent url(/Content/Images/facebook-logo-button-red.png) no-repeat center center;
}

.header-twitter-icon {
    background: transparent url(/Content/Images/twitter-logo-button-red.png) no-repeat center center;
}

.header-phone-icon {
    background: transparent url(/Content/Images/telephone-operator-red.png) no-repeat center center;
}

.header-num-icon {
    background: transparent url(/Content/Images/u111.png) no-repeat center center;
}

/*Video Section*/
 #video-bg {
    position: relative;
    width: auto;
    min-width: 100%;
    height: auto;
    /*background: transparent url(video-bg.jpg) no-repeat;*/
    background-size: cover;
}
video {
    display: block;
}
.video-container {
    width: 100%;
    max-height: 470px;
    overflow: hidden;
    top: 0;
    right: 0;
    position: relative;
}

.home-title {
    border-bottom: solid;
    border-bottom-color: rgba(237,51,51,1);
}

.video-slider {
    padding: 10px 17px 31px 18px;
}

.video-legend {
    position: absolute; 
    bottom: 0; 
    width: 100%; 
    height: 90px; 
    background-color: rgba(237,51,51,0.6);
    border-top-left-radius: 15px; 
    border-top-right-radius: 15px;
}

.video-container p {
    font-size: 25px;
    line-height: 30px;
    color: #FFFFFF;
}

@media (min-width: 992px) {
    .video-container .container {
        width: 100%;
    }
}

@media (max-width: 481px){
    .video-slider {
        padding: 10px 17px 31px 18px;
    }

    .video-legend {
        height: 50px;
    }

    .video-container p {
        font-size: .8em;
        line-height:normal;
    }

    .video-container .overlay {
        top:25%;
    }
}

@media (min-width: 481px) and (max-width: 992px){
    .video-slider {
        padding: 15px 17px 31px 18px;
    }

    .video-legend {
        height: 70px;
    }

    .video-container p {
        font-size: 1em;
        line-height:normal;
    }
}
/* Parallax Effect*/
.parallax { 
    background-size: 80%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

/*Overlay General */
.overlay{
    position: absolute;
    width: 100%;
    top: 40%;
    z-index:100;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.services-title {
    display: block;
    height: 100%;
    z-index: -2;
    min-height: 451px;
    max-height: 551px;
    opacity: 1;
    filter: alpha(opacity=100);
    padding-bottom: 122px;
    background: transparent url(/Content/Images/title-services.png) no-repeat center center;
    background-size: cover;
}

.contact-title {
    display: block;
    height: 100%;
    z-index: -2;
    height: 551px;
    min-height: 521px;
    max-height: 551px;
    filter: alpha(opacity=100);
    padding-bottom: 122px;
}

.wrapper {
    padding: 100px 0;
}

.wrapper-services {
    display: block;
    position: relative;
    height:130px;
}

.wrapper .container.center-align {
    max-width: 1100px;
}

.wrapper .partners.container.center-align {
    max-width: 900px;
}

.wrapper-services-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 188, 212, 0);
    transition: background-color 0.5s;
    display: inline-block;
}

.wrapper-services-hover:hover {
    background-color: rgba(2, 15, 89, 0.8);
}


h1Title {
    color: #020F59;
    font-family: maven-pro, sans-serif;
    width: 513px;
    min-height: 38px;
    border-color: #020F59;
    background-color: transparent;
    text-align: center;
    font-size: 60px;
    line-height: 72px;
    font-weight: 900;
    position: relative;
    z-index: auto;
    border: solid 2px #020F59;
    -moz-box-shadow: 0px 20px 0px #020F59;
    -webkit-box-shadow: 0px 20px 0px #020F59;
    box-shadow: 10px 10px 10px #020F59;
}


/*Image title Section*/
#image-bg {
    position: relative;
    width: auto;
    min-width: 100%;
    height: auto;
    /*background: transparent url(video-bg.jpg) no-repeat;*/
    background-size: cover;
}

.image-container {
    width: 100%;
    max-height: 551px;
    overflow: hidden;
    top: 0;
    right: 0;
    z-index: -100;    
}

.text-about-title {
    z-index: 66;
    background-color: transparent;
    text-align: center;
    font-size: 26px;
    line-height: 31px;
    font-family: cantarell, sans-serif;
    font-weight: 400;
    position: relative;
    padding-top: 50px;
}

.partners-slider {
    padding: 32px 17px 31px 18px;
}

/*Green Button*/

.home-title h1{
    font-size: 25px;
    line-height: 30px;
    color: #ED3333;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-blue {
    background-color: #020F59;
    border-radius: 16px;
    border-width: 0px;
    padding: 5px 20px 5px 20px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    font-family: source-sans-pro, sans-serif;
    font-weight: 600;
}


btn-red {
    background-color: #ED3333;
    border-radius: 16px;
    border-width: 0px;
    padding: 5px 20px 5px 20px;
    text-align: center;
    font-size: 14px;
    color: black;
    font-family: source-sans-pro, sans-serif;
    font-weight: 600;
}

.btn-green {
    background-color: rgba(237,51,51,0.7);
    border-radius: 8px;
    border-width: 0px;
    padding: 5px 20px 5px 20px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    font-family: source-sans-pro, sans-serif;
    font-weight: 600;
}

.btn-green:hover {
    background-color: rgb(237,51,51);
}

.btn-get-support {
    margin-top: 3%;
} 

@media (max-width: 992px) {
    .btn-get-support {
        margin-bottom: 15px;
    } 
}

.about-content {
    padding-top: 30px;
    margin-right: 20px;
    margin-left: 20px;
}

.header-page-container {
    position: absolute;
    top: 13%;
    border-style: solid;
    border-width: 2px;
    border-color: #FFFFFF;
    background-color: transparent;
    padding-bottom: 28px;
    border-radius: 8px;
}

.header-page-text {

    background-color: transparent;
    color: #FFFFFF;
    font-family: maven-pro, sans-serif;
    font-weight: 900;
    margin-top: 18px;
    font-size: 40px;

}

.header-page-text h1 {
    font-size: 2em;
}

@media (max-width:1330px) {
    .header-page-text h1 {
        font-size: 1.6em;
    }
}

.header-page-text-blue {
    color:#020F59;
}

.contact-page {
    z-index: 1000;
    position: relative;
    display: block;
    height: 630px;
    width: 100%;
    background: url(/Content/Images/contactus.jpg) no-repeat center center;
    background-size: cover;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    filter: alpha(opacity=100);
    margin-top: 30px;
}

@media (max-width: 767px) {
    .contact-page {
        height: 880px;
    }
}

    @media (min-width: 1034px)  {
        .contact-page {
            height: 800px;
        }
    }

@media (min-width: 767px) and (max-width: 1034px) {
    .contact-page {
        height: 970px;
    }
 
}

    .contact-page-title {
        font-size: 22px;
        font-weight: 300;
        color: #020F59;
    }

    .contact-page-title2 {
        font-size: 30px;
        font-weight: 300;
        color: #020F59;
    }
    .contact-page-msg{
        color:#333;
    }

.contact-page-backgroud-title {
    background-color: #ED3333;
}

.contact-msg-success {
    color:greenyellow;
}
.contact-msg-fail {
    color:red;
}
    
    .contact-page-backgroud-title3 {
        color: #333;
    }


    .contact-page-backgroud-text {
        background-color: black;
    }

    .contact-page-backgroud-text1 {
       
    }

    .contact-page-text {
        text-align: left;
        font-weight: 300;
        font-size: 20px;
        color: black;
        width: 100%;
        margin-top:20px;
    }

    .contact-page-text-sum {
        color: white;
    }

.contact-page-text-sum3 {
    color: #333;
}
    .contact-page-text-sum1 {
        color: #020F59;
        font-weight: bold;
        border-radius: 10px;
        margin-top: 10px;
    }

    .header-page-container-blue {
        border-color: #020F59;
        top: 26%;
    }

    .header-page-image {
        max-height: 400px;
        opacity: 1;
        background-size: cover;
        top: 0;
        right: 0;
        width: 100%;
        background-repeat: no-repeat;
        background-size: contain;
    }

    @media (max-width: 767px) {
        .header-page-text h1 {
            font-size: 1em;
        }
    }

    @media (max-width: 481px) {

        .header-page-container-blue {
            top: 18% !important;
        }
    }

    @media (min-width: 481px) and (max-width: 992px) {

        .header-page-container {
            top: 30%;
        }

        .header-page-container-blue {
            top: 25% !important;
        }
    }

    @media (min-width: 992px) and (max-width:1200px) {
        .header-page-container-blue {
            top: 26% !important;
        }
    }

    @media (min-width: 1850px) and (max-width:1900px) {
        .header-page-container-blue {
            top: 25% !important;
        }
    }

    @media (min-width: 1900px) {
        .header-page-container-blue {
            top: 23%;
        }
    }

    /*services section*/
    .service-section {
        text-transform: uppercase;
        z-index: 999;
        position: relative;
        padding: 15px;
    }

        .service-section:hover {
            /*background-color: #2a386b;
        opacity: 0.6;
        z-index: 1000;
        text-decoration: none;
            
        -webkit-filter: brightness(0.9) contrast(9.1) hue-rotate(30deg) opacity(0.3) saturate(0.3);
        color: white;*/
        }


    @media (min-width: 992px) {
        .btn-service-vertical-center {
            margin-top: 2.5%;
        }
    }

    @media (min-width:767px) and (max-width: 992px) {
        .btn-service-vertical-center {
            margin-top: 2.5%;
        }
    }
    

    .header-page-text-blue {
        color: white;
    }

    .header-page-container-blue-services {
        border-color: white;
    }

    .header-page-image {
        max-height: 400px;
        opacity: 1;
        background-size: cover;
        top: 0;
        right: 0;
        width: 100%;
        background-repeat: no-repeat;
        background-size: contain;
    }

    @media (max-width: 481px) {

        .header-page-container-blue-services {
            top: 22% !important;
        }
    }

    @media (min-width: 481px) and (max-width:1300px){

        .header-page-container-blue-services {
            top: 15% !important;
        }
    }

    /*@media (min-width: 1200px) and (max-width:1300px) {
        .header-page-container-blue-services {
            top: 18% !important;
        }
    }*/

    /*@media (min-width: 992px) and (max-width:1200px) {
        .header-page-container-blue-services {
            top: 20% !important;
        }
    }
    */

    @media (min-width: 1300px) {
        .header-page-container-blue-services {
            top: 13% !important;
        }
    }

    /*partners section*/
    .partners-content:hover {
        font-weight: bold
    }

    .partners-small-title {
        color: #3D7EBF;
        font-size: 26px;
        line-height: 31px;
        font-weight: 400;
    }

    #newsCarousel .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #3D7EBF;
    }

    #newsCarousel .carousel-indicators li {
        border-color: black;
    }

    /*news section*/

    .news-title {
        font-size: 16px;
    }

    .news-content {
        margin-top: 30px;
    }

.input-get-intouch {
    width: 100%;
    border-radius: 6px;
    padding-left: 10px;
    padding-top: 2px;
    max-height: 500px;
}

.header-phone-number {
    padding-left: 10px;
    font-size: 17px;
    color:white;
    position: relative;
    top: -5px;
}

.header-phone-number:hover {
    color:gray;
}

/* Title Container*/

.synet-caption {
    height:180px; 
    background-color: rgba(237,51,51,1); 
    min-height:100%; 
    display: flex; 
    align-items: center;
    border-color: #3D7EBF;
    border-bottom-style: solid;
    border-top-style: solid;
    border-top-width: thin;
    border-bottom-width: thin;
}

.synet-caption-title {
    border-style:solid; 
    border-width:2px; 
    border-radius:8px; 
    padding: 0px 25px 10px 25px !important;
}

.caption-container {
    display: table;
    height: 100%; 
    margin: 0 auto;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  display: flex;
  align-items: center;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.top-row {
    margin: 0px;
}

.about {
    background-color:rgba(237,51,51,1);
    border-color: rgba(255,140,0,.7);
}


#ourservices .thumbnail {
    box-shadow: 0 1px 10px rgba(0,0,0,.085);
    padding-top: 20px;
    padding-bottom: 10px;
}

    #ourservices .thumbnail:hover {
        box-shadow: 0 0 30px black;
        background: rgba(237,51,51,0.9);
        cursor: pointer;
    }

#ourservices .thumbnail:hover p {
    color: white !important;
}

#ourservices .thumbnail:hover h3 {
    color: #1333CD !important;
}



.block-with-text {
    / hide text if it more than N lines / overflow: hidden;
    / for set '...' in absolute position / position: relative;
    / use this value to count block height / line-height: 1.2em;
    / max-height = line-height (1.2) lines max number (3) */ max-height: 3.6em;
    / fix problem when last visible word doesn't adjoin right side  / text-align: justify;
    /* */
    margin-right: -1em;
    padding-right: 1em;
}

.block-with-text:before {
    / points in the end / content: '...';
    / absolute position / position: absolute;
    / set position to right bottom corner of block / right: 0;
    bottom: 0;
}

.block-with-text:after {
    / points in the end / content: '';
    / absolute position / position: absolute;
    / set position to right bottom corner of text / right: 0;
    width: 1em;
    / set width and height / height: 1em;
    margin-top: 0.2em;
    background: white;
}


#ourservices .thumbnail #content {
    display: block;
    width: 260px;
    text-overflow: ellipsis;
    ;
    overflow: hidden;
    height: 110px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.ellipsis {
    overflow: hidden;
    position: relative;
    height: 100px;
    line-height: 25px;
}

    .ellipsis:before {
        content: "";
        float: left;
        width: 5px;
        height: 100px;
    }

    .ellipsis > *:first-child {
        float: right;
        width: 100%;
        margin-left: -5px;
    }



    .ellipsis:after {
        content: "\02026";
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        float: right;
        position: relative;
        top: -25px;
        left: 100%;
        width: 7em;
        margin-left: -7em;
        padding-right: 5px;
        text-align: right;
        background-size: 100% 100%;

    }

    .ellipsis a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        text-indent: -9999px;
    }

    .ellipsis i, .ellipsis:after {
        font-style: normal;
        color: blue;
    }

        .ellipsis i:before {
            content: "...";
        }

.plain-container {
    margin-bottom: 20px;
}

.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}

.hero-square {
    position: relative;
    width: 100%;
    height: 200px;
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
    color: #b30000;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
}

.cards {
    border-color:rgba(237,51,51,0.9);
}

.title-contact {
    text-align: center;
    padding-top: 50px;
}

.cards-row{
    width: 95%;
    margin: 30px;
}

.title-card-about{
    margin-top: -10px;
}

@media (max-width: 1100px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}