﻿/*=============================================================
    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 CREDITs AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */

/* =============================================================
   GENERAL STYLES
 ============================================================ */
body {
    font-family: 'Open Sans', sans-serif;
}

.pad-top {
    padding-top:50px;
}
.pad-top-bottom {
     padding-top:20px;
      padding-bottom:30px;
}
.text-center {
    text-align:center;
}

section {
    padding:40px 0px 40px 0px;
}
p {
    line-height:30px;
    font-size:16px;
    padding:10px 0px 10px 0px;
}
 h1 {
font-weight: 900;
color:rgb(255, 15, 101);
}
h5 {
font-weight: 600;
color:rgb(200, 101, 40);
}
 h6 {
font-weight: 600;
color:rgb(0, 0, 0);
}
 .color-strip {
     margin:20px 0px 30px 0px;
     max-width:230px;
height: 2px;
border-top: 0;
background: #c4e17f;
border-radius: 5px;
background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

/* =============================================================
  BUTTON SECTION STYLES
 ============================================================ */
.custom-btn-one {
    color: #fff;
   background-color:rgba(0, 0, 0, 0.70);
   border-color: rgb(255, 15, 101);
}
    .custom-btn-one:hover {
         color: #fff;
        background-color:rgba(0, 0, 0, 0.40)
    }
    .btn-style-two {
    color: #fff;
background-color: #797979;
border-color: #929292;
border-radius: 0px!important;
-webkit-border-radius:  0px!important;
-moz-border-radius:  0px!important;
}
.btn-style-two:hover {
    color: #fff;
}

 .btn-style-three {
    color: #fff;
background-color: #3BAD72;
border-color: #44EBB5;
border-radius: 0px!important;
-webkit-border-radius:  0px!important;
-moz-border-radius:  0px!important;
}
.btn-style-three:hover {
    color: #fff;
}
.btn-style-four {
    color: #fff;
background-color: #3BAD72;
border-color: #44EBB5;
border-radius: 0px!important;
-webkit-border-radius:  0px!important;
-moz-border-radius:  0px!important;
}
.btn-style-four:hover {
    color: #fff;
}
/* =============================================================
  HOME SECTION STYLES
 ============================================================ */


#home-sec {
    
    background: url(../img/home.jpg) no-repeat center center;
padding: 0;
-webkit-background-size: cover;
background-size: cover;
background-attachment: fixed;
color:#fff;


}
    #home-sec .overlay {
        padding-top:100px;
        background:rgba(0, 0, 0, 0.30);
        min-height:350px;
    }
 #home-sec .main-img {
     
     max-height:100px;
   border:5px solid rgb(100, 15, 101);
  content:url('../img/sad.jpg');  /*SAD IMAGE URL  - LEFT SIDE IMAGE*/
  cursor:pointer;
}
 #home-sec .main-img:hover {
  content:url('../img/smile.jpg'); /*SIMLE IMAGE URL ON HOVER - LEFT SIDE IMAGE*/
  cursor:pointer;
}
    #home-sec a,#home a:hover {
        text-decoration:none;
    }
#home-sec .main-img-2 {
     max-height:200px;
   border:5px solid rgb(255, 15, 101);
  content:url('../img/smile.jpg');  /*SMILE IMAGE URL  - RIGHT SIDE IMAGE*/
  cursor:pointer;
}
#home-sec .main-img-2:hover {
  content:url('../img/sad.jpg');  /*SAD IMAGE URL ON HOVER - RIGHT SIDE IMAGE*/
  cursor:pointer;
}
 

#home-sec h1 {
font-weight: 900;
padding: 20px 0px 0px 0px;
}
#home-sec h2 {
font-weight: 400;
padding: 0px 0px 30px 0px;
color:#fff;
}
#home-sec h3 {
padding: 5px 0px;
color:#fff;
font-weight:800;
}
    #home-sec small {
        color:#fff;
    }
.icon-round {
font-size: 30px;
height: 60px;
width: 60px;
line-height: 60px;
color: #fff;
border: 2px solid #fff;
text-align: center;
border-radius: 50%;
-webkit-transition: 400ms;
-moz-transition: 400ms;
-o-transition: 400ms;
transition: 400ms;
cursor: pointer;
}
    .icon-round:hover {
        background-color:rgb(255, 15, 101);
    }

.icon-round-active {
      background-color:rgb(255, 15, 101);
}

    /* =============================================================
  TEAM SECTION STYLES
 ============================================================ */
    

.team-leader-block{
    max-width:993px;
    margin:0 auto;
}
.team-leader-box{
    width:auto;
    margin-right: 3.82979%;
    height: auto;
    overflow: hidden;
    text-align: center;
    float: left;
}
.team-leader-box span{
    margin-bottom:24px;
    display:block;
}
.team-leader-box:nth-of-type(4n+0){ margin:0;}
.team-leader{
    width:auto;
    height:auto;
    position:relative;
    border-radius:50%;
    box-shadow:0px 0px 0px 7px rgba(241,241,241,0.80);
    margin:7px 7px 25px 7px;
    
}
.team-leader-shadow{
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    border-radius:50%;
    position:absolute;
    width:100%;
    height:100%;
    z-index:10;
    border-radius:50%;
}
.team-leader-shadow a{
    display:block;
    width:100%;
    height:100%;
}
.team-leader:hover .team-leader-shadow{
    box-shadow:inset  0px 0px 0px 148px rgba(17,17,17,0.80);
}
.team-leader:hover ul{ display:block; opacity:1}
.team-leader img{
    display:block;
    border-radius:50%;
}
.team-leader ul{
    display:block;
    opacity:0;
    padding:0;
    margin:0;
    list-style:none;
    position:absolute;
    left:0;
    top:50%;
    width:100%;
    text-align:center;
    margin-top:-14px;
    z-index:15;
    transition:all 0.6s ease-in-out;
    -moz-transition:all 0.6s ease-in-out;
    -webkit-transition:all 0.6s ease-in-out;
}
.team-leader ul li{
    display:inline;
    margin:0 11px;
}
.team-leader ul li a{
    font-family: 'FontAwesome';
    display:inline-block;
    font-size:28px;
    color:#fff; 
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}
.team-leader ul li a:hover, .team-leader ul li a:focus{
    text-decoration:none;
}
.team-leader ul li a.fa-twitter:hover{
    color:#55acee;
}
.team-leader ul li a.fa-facebook:hover{
    color:#3b5998;
}
.team-leader ul li a.fa-pinterest:hover{
    color:#cb2026;
}
.team-leader ul li a.fa-google-plus:hover{
    color:#dd4b39;
}


  /*=====================================
  ADS STYLES 
    ===================================*/


#ads {
    
    background: url(assets/img/2.jpg) no-repeat center center;
padding: 0;
-webkit-background-size: cover;
background-size: cover;
background-attachment: fixed;
color:#fff;

}
    #ads  .overlay {
       padding-top: 60px;
background: rgba(0, 0, 0, 0.80);
min-height: 400px;
    }
    #ads h4 {
        line-height:40px;

    }
    #ads i {
        padding:5px;
    }
    #ads img {
        border:3px solid rgb(255, 15, 101);
        margin:5px;
    }

    /*=====================================
  PHONE STYLES 
    ===================================*/

#phone {
    padding-bottom: 100px;
    padding-top: 50px;
}
    #phone i {
        margin-right:5px;
        color:#fff;
        font-size:20px;
    }
    #phone .col-xs-12.col-sm-4.col-md-3 {
        padding: 0;
    }

.phone-wrap {
    position: relative;
    cursor: pointer;
}

#phone a:hover {
    text-decoration: none;
}

.phone-wrap img {
    width: 100%;
}

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

    .phone-wrap .portfolio-sec-inner h3 {
        margin: 10px 0;
    }

        .phone-wrap .portfolio-sec-inner h3 a {
            font-size: 24px;
            color: #fff;
        }

.phone-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 0;
    background-color: rgb(255, 15, 101);
    color: #fff;
    vertical-align: middle;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    padding: 30px;
}

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

.phone-wrap:hover .overlay {
    opacity: 1;
}

    /*=====================================
  SCREEN STYLES 
    ===================================*/

#screen {
    padding-bottom: 100px;
    padding-top: 50px;
}
    #screen i {
        margin-right:5px;
        color:#fff;
        font-size:20px;
    }
    #screen .col-xs-12.col-sm-4.col-md-3 {
        padding: 0;
    }

.screen-wrap {
    position: relative;
    cursor: pointer;
}

.screen a:hover {
    text-decoration: none;
}

.screen-wrap img {
    width: 100%;
}

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

    .screen-wrap .portfolio-sec-inner h3 {
        margin: 10px 0;
    }

        .screen-wrap .portfolio-sec-inner h3 a {
            font-size: 24px;
            color: #fff;
        }

.screen-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 0;
    background-color: rgb(255, 15, 101);
    color: #fff;
    vertical-align: middle;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    padding: 30px;
}

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

.screen-wrap:hover .overlay {
    opacity: 1;
}

    /*=====================================
  LABTOP STYLES 
    ===================================*/

#labtop {
    padding-bottom: 100px;
    padding-top: 50px;
}
    #labtop i {
        margin-right:5px;
        color:#fff;
        font-size:20px;
    }
    #labtop .col-xs-12.col-sm-4.col-md-3 {
        padding: 0;
    }

.labtop-wrap {
    position: relative;
    cursor: pointer;
}

#labtop a:hover {
    text-decoration: none;
}

.labtop-wrap img {
    width: 100%;
}

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

    .labtop-wrap .portfolio-sec-inner h3 {
        margin: 10px 0;
    }

        .labtop-wrap .portfolio-sec-inner h3 a {
            font-size: 24px;
            color: #fff;
        }

.labtop-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 0;
    background-color: rgb(255, 15, 101);
    color: #fff;
    vertical-align: middle;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    padding: 30px;
}

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

.labtop-wrap:hover .overlay {
    opacity: 1;
}

  /*=====================================
  HIRE STYLES 
    ===================================*/
  #hire-sec {
    
    background: url(../img/hire.jpg) no-repeat center center;
padding: 0;
-webkit-background-size: cover;
background-size: cover;
background-attachment: fixed;
color:#fff;


}
    #hire-sec .overlay {
        background:rgba(0, 0, 0, 0.80);
        min-height:570px;
    }
#hire-sec .form-control {
    background-color:transparent;
}

 /*=====================================
  SCROLLUP STYLES 
    ===================================*/
a.scrollup {
background: rgb(255, 15, 101);
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.7;
}


/*=====================================
   MENU STYLES 
    ===================================*/


.header_top_menu{
    background:#CEF6F5;
    position:relative;
}


a.navbar-brand.our_logo{
    position: absolute;
    left: 0;
    top: -50px;
    width: 25%;
}

.header_top_menu .call_us_text a{
    color:#000000;
    font-size:15px;
    margin-left:15px;
    padding:5px;
    display:inline-block;
}
.header_top_menu .call_us_text a i{
    color:#e7a331;
    margin-right:10px;
    font-size:18px;
}

.head_top_social a{
    color: #e7a331;
    padding: 5px;
    display: inline-block;
}

/* main menu */
.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0; 
    left: 0; 
    right: 0; 
    z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color: #000;
    height:80px;
    
}

.menu-scroll .header_top_menu{
    display:none;
}
.menu-scroll a.navbar-brand.our_logo {
    top: -16px;
}

.main_menu_bg{
    background:#000000000;
    height: 80px;
    
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.container-fluid {
    margin-top: 15px;

}

.main_menu_bg .navbar {
   margin-bottom: 0px;
    
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color: #da9b31;
}

/* slider section */

.slider{
    background:url(../images/bannerbg.jpg) center center no-repeat;
    background-size:cover;
}
.main_slider {
    
}
.main_slider .main_slider_content h1{
font-size: 6rem;
    font-family: "amaranth", cursive;
    color: #fff;
    line-height: 6rem;
    margin:0px 0px 60px 0px;
}   
.main_slider_content{
    padding:250px 0px 200px 0px;
    width:70%;
    margin:0 auto;
    color:#fff;
}

.slider_overlay{
    background:rgba(0, 0, 0, .6);
    width:100%;
    top:0;
    left:0;
}


/* ===========================
--- About
============================ */

.boxed-grey {
    background: #eee;
    padding: 20px;
}

.team h5 {
    margin-bottom: 10px;
}

.team p.subtitle {
    margin-bottom: 10px;
}

.avatar {
    margin-bottom: 20px;
}

.team-social {
    margin-left: 0;
    padding-left: 0;
    
}

.team-social {
    text-align: center;
}

.team-social li{
    display: inline-block;
    margin:0 !important;
    padding:0;
}


.team-social a{
    margin:0;
    padding:0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
    color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.team-social a i{
    text-align: center;
    margin:0;
    padding:0;
}
.team-social .social-facebook a{background: #3873ae;}
.team-social .social-twitter a{background: #62c6f8;}
.team-social .social-dribble a{background: #d74980;}
.team-social .social-deviantart a{background: #8da356;}
.team-social .social-google a{background: #000;}
.team-social .social-vimeo a{background: #51a6d3;}
.team-social .social-facebook a:hover{background: #4893ce;}
.team-social .social-twitter a:hover{background: #82e6ff;}
.team-social .social-dribble a:hover{background: #f769a0;}
.team-social .social-deviantart a:hover{background: #adc376;}
.team-social .social-google a:hover{background: #333;}
.team-social .social-vimeo a:hover{background: #71c6f3;}




/* ===========================
--- search 
============================ */




.button {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
  height: 42px;
  cursor: I-beam;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  overflow: hidden;
  border: none;
  -webkit-border-radius: 21px;
  border-radius:10px;
  font: normal 20px/normal "Antic", Helvetica, sans-serif;
  color: #3BAD72
  text-decoration: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: rgba(40, 40, 40, 0.4);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5) inset;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5) inset;
  -webkit-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -moz-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -o-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
}

.button:hover {
  width: 350px;
  opacity: 0.82;
  color: #3BAD72
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -moz-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -o-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
}

.button:focus {
  width: 490px;
  cursor: default;
  padding: -13px 20px 0;
  color: rgba(255, 255, 255, 1);
  -webkit-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -moz-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -o-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
}

.text {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  font: normal 25px/1 "amaranth", Helvetica, sans-serif;
  color: #3BAD72;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

input:focus {
  outline: none;
}

body {
   background-attachment: fixed;
}







