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

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

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

/*=====================================
   GENERAL STYLE SECTION
    ===================================*/

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

.pad-low {
    padding-top: 40px;
}

text-center {
    text-align: center;
}

h1, h2, h3.h4 {
    font-family: 'Nova Flat';
}

h3 {
    color: #6fbbe4;
}


h1:after {
    content: '';
    display: block;
    width: 120px;
    height: 2px;
    background: #6fbbe4;
    margin: auto;
    text-align: center;
    margin-top: 15px;
}


h2:after {
    content: '';
    display: block;
    width: 120px;
    height: 2px;
    background: #6fbbe4;
    margin: auto;
    text-align: center;
    margin-top: 15px;
}

.pad-set {
    padding-top: 100px;
    padding-bottom: 60px;
}
/*=====================================
   COLOR CODES
    ===================================*/
.main-color {
    color: #004e92;
}

.main-color-bk {
    background-color: #004e92;
}



/*=====================================
   NAV BAR STYLE SECTION
    ===================================*/

/*Menu Back Color*/
.navbar-default {
    background-color: #004e92;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

}
/*Set margin bottom*/
.navbar {
    margin-bottom: 0px;
}
/*Logo Image */
.navbar-brand-logo {
    max-height: 60px;
    padding-bottom: 10px;
}
/*top-menu links color*/
.navbar-default .navbar-nav > li > a {
    color: #FFF;
    font-size: 16px;
}
    /*top-menu links color on hover*/
    .navbar-default .navbar-nav > li > a:hover {
        color: #ffffff;
    }

/*top-menu links & margin*/
.navbar-nav > li > a {
    border-right: 1px solid #31684D;
    margin: 5px 0px 5px 0px;
    color: #ffffff!important;
    font-weight: 800;
    letter-spacing: 1px;
}

/*Font-awesome-icon*/
.nav li > a > i {
    color: #fff;
    padding-left: 5px;
}
/*dummy small text*/
.nav li > a > span {
    font-size: 12px;
    display: table;
    color: #fff;
}
/*=====================================
   HEADER SECTION BAR STYLE 
    ===================================*/
.header-sec-bar {
    background-color: #6fbbe4;
    font-size: 30px;
    text-align: center;
	font-weight: 800;
    color: #fff;
    padding: 3px;
}

    .header-sec-bar i {
        margin-right: 5px;
        margin-left: 20px;
    }

/*=====================================
 MAIN  HEADER SECTION  STYLE 
    ===================================*/
#main-head {
    color: #fff;
    padding: 20px 10px 35px 10px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    background-color: #004e92;
}

    #main-head input:focus {
        border: 1px solid #6fbbe4;
    }
	
	#main-head textarea:focus {
        border: 1px solid #6fbbe4;
    }

    #main-head .form-control {
        height: 40px;
        color: #ff6a00;
        background-color: rgba(255, 255, 255, 0);
        border: 1px solid #c0c0c0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
	

	


    #main-head span {
        color: #6fbbe4;
        font-size: 30px;
    }

    #main-head h5 {
        padding: 10px 2px 10px 2px;
    }
/*=====================================
 SLIDER SECTION
    ===================================*/
#carousel-slider {
    border: 3px double #6fbbe4;
}
/* navigation icon style*/
.control-icon {
    position: absolute;
    top: 50%;
}

/* bootstrap adjustments */
.carousel-control.right {
    right: 0;
    left: auto;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right,rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0) 100%)!important;
}

.carousel-control.left {
    left: 0;
    right: auto;
    background-repeat: repeat-x;
    background-image: linear-gradient(to left,rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0) 100%)!important;
}
/* Caption Back Color */
.back-light {
    background-color: rgba(0, 0, 0, 0.60);
    line-height: 30px;
    font-size: 14px;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    border: 5px solid #004e92;
}

.carousel-indicators .active {
    width: 20px;
    height: 20px;
    background-color: #6fbbe4;
}

/*=====================================
 BUTTON CODE STYLE 
    ===================================*/
.btn-style-1 {
    color: #fff;
    background-color: #6fbbe4;
    border-color: #004e92;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .btn-style-1:hover {
        color: #fff;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

.btn-style-4 {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    background-color: #004e92;
    border-color: #245e49;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .btn-style-4:hover {
        color: #fff;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

.btn-style-2 {
    color: #fff;
    background-color: #004e92;
    border-color: #308d6c;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .btn-style-2:hover {
        color: #fff;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
/*=====================================
 ABOUT SECTION  STYLE 
    ===================================*/
#about {
    padding-bottom: 100px;
    background-color: #fff;
    padding-top: 30px;
}

.icon-round {
    margin-top: 30px;
    font-size: 60px;
    height: 128px;
    width: 128px;
    line-height: 130px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    margin-bottom: 10px;
    background-color: #004e92;
    color: #fff;
}

    .icon-round:hover {
        background-color: #6fbbe4;
        cursor: pointer;
    }

	
	/*=====================================
 Specification SECTION  STYLE 
    ===================================*/
#specification {
    padding-bottom: 100px;
    background-color: #f0f0f0;
    padding-top: 30px;
}

.icon-round {
    margin-top: 30px;
    font-size: 60px;
    height: 128px;
    width: 128px;
    line-height: 130px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    margin-bottom: 10px;
    background-color: #004e92;
    color: #fff;
}

    .icon-round:hover {
        background-color: #6fbbe4;
        cursor: pointer;
    }

/*=====================================
 BUDGET SECTION  STYLE 
    ===================================*/
#budget {
    background-color: #004e92;
    color: #fff;
    padding: 20px;
}

/*=====================================
 VEDIO SECTION  STYLE 
    ===================================*/
#vedio-sec {
    padding-bottom: 80px;
    padding-top: 50px;
}

.vedio-style {
    border: 0px;
    width: 100%;
    min-height: 300px;
    margin-top: 20px;
}
/*=====================================
  REVIEW STYLES 
    ===================================*/
.reviews-section {
    background: #db3615;
    text-align: center;
}

    .reviews-section h2 {
        padding-top: 50px;
        color: #fff;
    }

.slide-custom {
    min-height: 200px;
    padding: 20px;
    line-height: 30px;
}

.reviews-section h4 i {
    padding: 5px;
}

.reviews-section h4 {
    color: #fff;
}

/*=====================================
  EVENTS STYLES 
    ===================================*/
#recent-events {
    padding-bottom: 20px;
    padding-top: 30px;
    background-color: #F7F7F7;
}
    #recent-events i {
        margin-right:5px;
        color:#6fbbe4;
    }
    #recent-events .col-xs-12.col-sm-4.col-md-3 {
        padding: 0;
    }

.recent-events-wrap {
    position: relative;
    cursor: pointer;
}

#recent-events a:hover {
    text-decoration: none;
}

.recent-events-wrap img {
    width: 100%;
}

.recent-events-wrap .recent-events-inner {
    top: 0;
    background: transparent;
    opacity: .8;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
}

    .recent-events-wrap .recent-events-inner h3 {
        margin: 10px 0;
    }

        .recent-events-wrap .recent-events-inner h3 a {
            font-size: 24px;
            color: #fff;
        }

.recent-events-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 0;
    background-color: #004e92;
    color: #fff;
    vertical-align: middle;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    padding: 30px;
}

    .recent-events-wrap .overlay .preview {
        bottom: 0;
        display: inline-block;
        height: 35px;
        line-height: 35px;
        border-radius: 0;
        background: transparent;
        text-align: center;
        color: #fff;
    }

.recent-events-wrap:hover .overlay {
    opacity: 1;
}

/*=====================================
   IMPACT STYLE 
    ===================================*/
#impact {
    padding-bottom: 20px;
    padding-top: 30px;
}

    #impact h4 {
        color: #000;
    }



.knob-sec {
    text-align: center;
}


/*=====================================
   CONTACT STYLE 
    ===================================*/
#contact {
    padding-bottom: 20px;
    padding-top: 30px;
    background-color: rgb(240, 240, 240);
}

/*=====================================
  FOOTER STYLES 
    ===================================*/
#footer-sec {
    background-color: #6fbbe4;
    color: #fff;
    padding: 20px;
}

    #footer-sec i {
        margin-right: 10px;
    }

    #footer-sec span {
        font-size: 20px;
        color: #6fbbe4;
    }

    #footer-sec small {
        display: table-cell;
        color: #000;
        font-size: 12px;
    }

    #footer-sec p {
        border-right: 1px solid #004e92;
        padding-right: 10px;
    }

    #footer-sec .media-heading {
        color: #fff;
        font-size: 14px;
    }

#blog-footer-div {
    border-right: 0px solid #004e92;
    padding-right: 10px;
}

#footser-end {
    text-align: right;
    background-color: #004e92;
    color: #fff;
    padding: 10px;
}
/*=====================================
  SCROLL UP STYLES 
    ===================================*/

a.scrollup {
    background: #308d6c;
height: 32px;
width: 32px;
color: #fff;
font-size: 18px;
line-height: 32px;
text-align: center;
text-decoration: none;
position: fixed;
bottom: 10px;
right: 10px;
z-index: 9999;
opacity: 0.5;
}
/*=====================================
  PRELOADER STYLES 
    ===================================*/
#pre-div {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}

#loader {
    background-image: url("../img/loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 400px;
    left: 30%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 20%;
    width: 500px;
}




/*=====================================
   STYLES Added
    ===================================*/

.ul_style{
	line-height: 150%; 
	margin-left: -20px;
}




 .width100
 {
	  width: 100%;
 }
 
  .width80
 {
	  width: 80%;
 }

  .width60
 {
	  width: 60%;
	  text-align: center;
 }

  .width40
 {
	  width: 40%;
 }

  .width20
 {
	  width: 20%;
 }

  .width10
 {
	  width: 10%;
 }
 
 

.b_bottom1
 {
	border-bottom: 1px solid #ffad00 
 }


.b_left1
 {
	border-left: 1px solid #ffad00 
 }


.b_top1
 {
	border-top: 1px solid #ffad00 
 }


.b_right1
 {
	border-right: 1px solid #ffad00 
 }


.b_bottom2
 {
	border-bottom: 2px solid #ffad00 
 }


.b_left2
 {
	border-left: 2px solid #ffad00 
 }


.b_top2
 {
	border-top: 2px solid #ffad00 
 }


.b_right2
 {
	border-right: 2px solid #ffad00 
 }

.tablehead
 {
	  background: #004e92;
	  color: #ffffff;
 }
 
.rowlight
 {
	  background: #a9d6ef;
 }

.rowdark
 {
	  background: #6fbbe4;
 }

 
 
 
  .viewer
 {
	margin-top: 6pt; 
	color: #ffffff;
 }
 
 .viewer span
 {
	background: #ffffff; 
	color: #000000;
 }
 
 
 
#social p, .twitter {
  font: normal normal 10px Arial;
  text-align: center;
  color: #998578;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#social .twitter {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 14px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#social .twitter:hover {
  color: #FF7D6D;
  text-decoration: none;
}
.twit{
  background:#004e92 !important;
}
#social span {
  font-style: italic;
  display: block;
}

#social img {
  max-width: 100%;
}
/* Floating Social Media Bar Style Starts Here */

#social .fl-fl {
        border: 1px solid #fff;
  background: #004e92;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -145px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#social .fl-tw {
  background: #23a1f4;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -160px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}



#social .fa {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}

#social .fl-fl:hover {
  right: -52px;
}

#social .fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px!important;
  vertical-align: top!important;
}

/*#social .float-fb {*/
/*  top: 160px;*/
/*}*/

@media (min-width: 577px){
#social .float-fb {
  top: 160px;
}
#social .float-tw {
  top: 215px;
}
}



#social .float-gp {
  top: 270px;
}

#social .float-rs {
  top: 325px;
}

#social .float-ig {
  top: 380px;
}

#social .float-pn {
  top: 435px;
}
/* Floating Social Media Bar Style Ends Here */




@media (max-width:576px){

#social .float-fb {
     top: none; 
    bottom: 65px !important;
    left: 0px !important;
    width: 50% !important;
}
#contact{
	margin-bottom: 110px;
}
#social .float-tw {
     top: none; 
    bottom: 65px !important;
    right: 0px !important;
    width: 50% !important;
}
}