﻿/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */


/* =============================================================
   GENERAL STYLES
 ============================================================ */

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    font-size: 15px;
}

.set-pad {
    padding-top: 35px;
}

.set-row-pad {
    padding-top: 30px;
    padding-bottom: 50px;
}


/*=====================================
  NAVBAR STYLES 
    ===================================*/

.logo-custom {
    max-height: 40px;
}

#menu {
    background-color: rgba(28, 43, 75, 1);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1C2B4B, endColorstr=#1C2B4B)";
    /*background: url("../img/transparent.png") repeat scroll 0 0 transparent;*/
    background-image: none;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    min-height: 70px;
}

.navbar-inverse {
    border-color: transparent;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #FFF;
    /*padding: 22px 10px;*/
}

.navbar-right {
    margin-top: 10px !important;
}


/*=====================================
  HOME STYLES 
    ===================================*/

.home-sec {
    padding-top: 10px;
    padding-bottom: 60px;
    background: url(../img/10.jpg) no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}

/* for ios */
@media screen and (max-device-width: 1024px){
    .home-sec {
        background-attachment: scroll;
    }
}



/*body {
    padding-top: 70px;
}

.home-sec img {
    margin: 0 auto;
-webkit-box-shadow: 0px -5px 10px -3px rgba(0,0,0,1);
-moz-box-shadow: 0px -5px 10px -3px rgba(0,0,0,1);
box-shadow: 0px -5px 10px -3px rgba(0,0,0,1);
}

.home-sec {
    padding-top: 10px;
    padding-bottom: 60px;
    background: url(../img/10.jpg) no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}*/

.home-sec .overlay {
    /*background: rgba(38, 57, 88, 0.89);*/
    /*min-height: 500px;*/
}

.home-sec h1 {
    color: #fff;
    font-weight: 900;
    font-size: 50px;
    text-transform: uppercase;
    padding-bottom: 35px;
}

.home-sec h3 {
    text-transform: uppercase;
}


/*.set-flexi {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    background-color: transparent;
    border: 0px solid #000;
    padding-top: 120px;
    margin: 0 0 60px;
}*/

.set-flexi {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    background-color: transparent;
    border: 0px solid #000;
    padding-top: 80px;
    margin: 0 0 10px;
}

.flex-control-nav {
    display: none!important;
}

.set-flexi a {
    margin: 5px;
}


/*=====================================
  TAG LINE STYLES 
    ===================================*/

.tag-line {
    background: #E9E9E9;
    color: #000;
}

.tag-line h2 {
    font-size: 20px;
    font-weight: 900;
    padding: 5px 10px 10px 5px;
    color: #005E5A;
}

.tag-line h2 > i {
    margin-left: 8px;
    margin-right: 8px;
}


/*=====================================
  HEADER LINE STYLES 
    ===================================*/

.header-line {
    font-weight: 900;
    font-size: 25px;
    padding-bottom: 5px;
    padding-top: 25px;
    color: #000;
}

h1::after {
    content: " ";
    border: solid 2px #2f9484;
    display: block;
    width: 200px;
    margin: 12px auto;
}

.des-1 {
    font-size: 21px;
    padding-bottom: 15px;
    text-align: left;
    text-indent: -23px;
}

.des-1-check {
    color: #2f9484;
    vertical-align: middle;
}


/*=====================================
  ABOUT STYLES 
  ===================================*/

.about-div {
    padding: 30px;
}

.icon-round-border {
    border: 10px double #1A94C4;
    color: #2f9484;
    text-align: center;
    padding-top: 15px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    /*cursor: pointer;*/
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.icon-round-border:hover {
    color: #fff;
    border: 10px double #fff;
    background-color: #1A94C4;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.about-div hr {
    border: 1px solid #1A94C4;
}

.about-div h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.about-div p {
    padding-top: 10px;
}

.btn-set {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    margin-bottom: 20px;
}


/*=====================================
  RECRUIT STYLES 
  ===================================*/

#recruit-sec {
    background-color: #2d3d5a;
    color: #fff;
}

#recruit-sec .header-line {
    color: #fff;
}

.recruit-div h4 {
    line-height: 30px;
    font-weight: 700;
}

.recruit-div {
    padding: 30px;
}

.recruit-div hr {
    border: 1px solid #1A94C4;
}

.recruit-div h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.recruit-div p {
    font-size: 21px;
    padding-top: 0px;
    padding-bottom: 15px;
}

.recruit-div img {
    border: 10px double #fff;
}


/*=====================================
  CONTENTLIST STYLES 
  ===================================*/

#contentlist-sec {
    padding-top: 10px;
    padding-bottom: 60px;
    word-break: break-all;
    /*background: url(../img/header2.jpg) no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;*/
}

#contentlist-sec .overlay {
    /*background: rgba(0, 0, 0, 0.76);*/
    background: #E9E9E9;
    min-height: 600px;
}

#contentlist-sec h1 {
    /*color:#fff;*/
}

#contentlist-sec .form-control {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
}


/*.table-bordered {
  border: 4px double #1a94c4;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #1a94c4;
}*/


/*=====================================
  Footer STYLES 
  ===================================*/

#footer {
    padding: 5px 20px;
    background-color: #2d3d5a;
    text-align: right;
    color: #fff;
    font-size: 15px;
}

#footer a {
    color: #fff;
}

.d-logo img {
    margin-right: 0px;
}

#privacyModal .modal-body {
    height: 400px;
    overflow: auto;
}

.privacy_content h2 {
    font-size: 18px;
}

.float-share {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-left: -120px;
    margin-bottom: 10px;
    padding: 10px 0;
    position: fixed;
    text-align: center;
    top: 65%;
    width: 80px;
    z-index: 9999;
    /*overflow: hidden;*/
}

.facebook-like {
    margin-bottom: 10px;
}

@media screen and max-width 999px {
    .float-share {
        display: none!important;
    }
}

#back-top {
  bottom: 50px;
  position: fixed;
  right: 30px;
  z-index: 9999;
  display: none;
}
#back-top .btn {
  padding: 6px 12px;
}