@charset "utf-8";
/* CSS Document */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.top_add
{
    margin-top: 10px;
    font-size: 14px;
}
.midle_logo
{
    font-family:"Century Gothic";
}
.hero_area {
    position: relative;
}

/*.banner_service {*/
    /*position: absolute;*/
    /*bottom: 0px;*/
    /*left: 0;*/
/*}*/

.banner_service div[class*="col-"]:after {width: 0px}


.slide_text {
    padding: 1% 10%;
}

.bg_text {
    /*background:rgba(0,0,0,0.2);*/
    padding: 2%;
}
.btntheme
{
   box-shadow:0 0 3px #fff;
    padding:8px 30px;
}
.clrwht {
    color: #fff !important;
}

.info_txt {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;
}

.boxnew {
    font-family: 'Agency FB';
    font-size: 22px !important;
    line-height: 40px !important;
    padding-bottom: 0px;
}

.slide_text h1 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    color: #005FA6 !important;
    text-shadow: 0 0 5px white, 0 0 5px white, 0 0 5px white;
    /*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
    font-weight: 700;
    font-size: 42px;
}

.slide_text h3 {
    text-shadow: 0 0 5px black, 0 0 5px black, 0 0 1px white;
}

#service_section h2 {
    background: #337ab7;
    padding: 10px;
    color: #ffffff;
}
.hidemd{
    display:none !important;
}

#csbd {
    -webkit-animation: rotation 3s infinite linear;
}


/*slider logos*/
.slider {
    width: 80%;
    margin: 10px auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity:1;
}

.slick-active {
    opacity:1;
}

.slick-current {
    opacity: 1;
}
/*slider logos*/

/*Blue Services Bar start*/
.nav_bar
{
    background: #005fa6;
    padding: 7px;
    text-align: center;
}
.serv_nav
{
    display: inline-block;
width:100%;
}
.serv_nav ul {
    padding: 0.4em 0em 0em 0em;
    list-style: none;
}
.serv_nav ul li {
    display: inline-block;
    float: left;
    /*margin: 0em 1em 0em 0em;*/
    width: 31.3%;
    border-right: dotted thin #62b6f5;
}
.serv_nav ul li:last-child {
    border-right:none;
}
.serv_nav ul li a.active {
    color: #f0ad4e;
    font-weight: bold;
}

.serv_nav ul li a {
    position: relative;
    display: inline-block;
    outline: none;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size:16px;
    overflow: hidden;
    padding: 0 7px;
    color: #fff;
    font-weight:600;
}

.serv_nav ul li a span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    width:100%;
}
.serv_nav ul li a span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.serv_nav ul li a:hover {
    color: #f0ad4e;
    width:100%;
}

.serv_nav ul li a:hover span, .serv_nav ul li a:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 100%;
}
/*Blue Services Bar end*/
.serv_link
{
    display:none !important;
}
.dis_servlink{
    display: inline-block !important;
}
.black_fnt
{
    margin-top: 20px;
    background:rgb(0, 95, 166);
    padding: 10px;
    color: #fff;
    margin-bottom:0px;
}
.nopadding
{
    padding:0px;
}
.brdr_ser
{
    border:solid thin #eee;
    margin-bottom:10px;
    padding:20px 0px 0px 0px;
    border-radius:4px;

}
.brdr_ser:hover
{
    box-shadow:0 0 10px #d4d3d3;
    border: solid thin #eee;

}
.name_serv
{
    height:50px;
}
.res_box
{
    width:80px;
    height:80px;
    background-size: 77px;
}
.nav-tabs{
 border-bottom:none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #f0ad4e;
    cursor: default;
    background-color:transparent;
    border:none;
    width:100%;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color:transparent;
    border:none;
}
.trafic_pera
{
    font-size:15px;
    letter-spacing:1px;
}
.site_name:hover
{
text-decoration: none;
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .head h4 {
        font-size: 21px;
    }
    .head h5 {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .slide_text {
        padding: 12% 10%;
    }

    .slide_text h1 {
        font-size: 24px;
    }

    .slide_text h3 {
        font-size: 15px;
    }

    .boxnew {
        font-size: 18px !important;
        line-height: 30px !important;
    }
    .resmob
    {
        text-align:center !important;
    }
    .topnav
    {
        min-height:120px !important;
    }

    .hidemd{
        display:inline-block !important;
    }
    .Nav-item {
        float: none;
        width: 100%;

    }
    .Nav-item a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #tabs a{
        font-size: 15px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .slide_text {
        padding:25% 10%;
    }

    .slide_text h1 {
        font-size: 24px;
    }

    .slide_text h3 {
        font-size: 15px;
    }

    .boxnew {
        font-size: 18px !important;
        line-height: 30px !important;
    }
    .resmob
    {
        text-align:center !important;
    }
    .topnav
{
        min-height:120px !important;
}

    .hidemd{
        display:inline-block !important;
    }
.Nav-item {
     float: none;
    width: 100%;

}
    .Nav-item a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #tabs a{
        font-size: 13px;
    }
}

.anchor{
    display: block;
    height: 135px;
    margin-top: -135px;
    visibility: hidden;
}