@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300);


body {
   
    font-family: 'Open Sans', sans-serif;
}

.user-data{
    cursor: pointer;
    border-top: 5px solid #173d7b;
    border-bottom: 2px solid #173d7b;
    height: 400px;
    width: 100%;
    background-color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    padding: 50px 0;
}
.user-data img{
width: 80px;
    height: 80px;
    position: absolute;
    top: -40px;
    left: 35%;
    border:2px solid #dc3545;
}
.count-data{
    cursor: pointer;
    border-left: 10px solid #ccc;
    height: 150px;
    width: 100%;
    background-color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    padding: 55px 0;
}
.count-data p .fa{
    width: 40px;
    height: 40px;
    padding: 10px;
    position: absolute;
    
    left: 0px;
    background-color: #fff;
    border-radius: 50%;
    
}
.customer-count p .fa{
    border:2px solid #17a2b8 ;


}
.customer-count{
     border-left: 10px solid #17a2b8;
     color: #17a2b8
}
.Phone-count p .fa{
    border:2px solid #28a745 ;
    
}
.Phone-count{
     border-left: 10px solid #28a745;
     color:#28a745 
}
.user-count p .fa{
    border:2px solid #dc3545 ;
    
}
.user-count{
     border-left: 10px solid #dc3545;
     color: #dc3545
}
.reps-count p .fa{
    border:2px solid #ffc107 ;
    
}
.reps-count{
     border-left: 10px solid #ffc107;
     color: #ffc107
}

#accordion .panel,#accordion2 .panel,#accordion3 .panel,#accordion4 .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}
#accordion .panel-heading,#accordion2 .panel-heading,
#accordion3 .panel-heading,#accordion4 .panel-heading{
    padding: 0;
    border-radius:0;
    border: none;
}
#accordion .panel-title a,#accordion2 .panel-title a,
#accordion3 .panel-title a,#accordion4 .panel-title a{
    display: block;
    padding: 14px 30px 14px 70px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #173d7b;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}


#accordion .panel-title a.collapsed,#accordion2 .panel-title a.collapsed,
#accordion3 .panel-title a.collapsed,#accordion4 .panel-title a.collapsed{
    background: #fff;
    color: #173d7b;
}

#accordion .panel-title a.collapsed:hover,#accordion2 .panel-title a.collapsed:hover
#accordion3 .panel-title a.collapsed:hover,#accordion4 .panel-title a.collapsed:hover{
    color: #ef6145;
}
#accordion .panel-title a:before,#accordion2 .panel-title a:before,
#accordion3 .panel-title a:before,#accordion4 .panel-title a:before{
    content: "";
    width: 55px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: -13px;
    transform: skewX(-25deg);
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:hover:before,
#accordion2 .panel-title a.collapsed:hover:before,
#accordion3 .panel-title a.collapsed:hover:before,
#accordion4 .panel-title a.collapsed:hover:before{
    background: #d7573e;
}
#accordion .panel-title a:after,#accordion2 .panel-title a:after,
#accordion3 .panel-title a:after,#accordion4 .panel-title a:after{
    content: "\f047";
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}
#accordion .panel-title a.collapsed:after,#accordion2 .panel-title a.collapsed:after,
#accordion3 .panel-title a.collapsed:after,#accordion4 .panel-title a.collapsed:after{
    color: #173d7b;
}
#accordion .panel-title a.collapsed:hover:after,
#accordion2 .panel-title a.collapsed:hover:after,
#accordion3 .panel-title a.collapsed:hover:after,
#accordion4 .panel-title a.collapsed:hover:after{
    color: #fff;
}
#accordion4{
    margin-bottom: 50px;
}
#accordion .panel-body,#accordion2 .panel-body,
#accordion3 .panel-body,#accordion4 .panel-body{
    font-size: 14px;
    color: #5a3245;
    line-height: 25px;
    padding: 20px 15px 20px 40px;
    position: relative;
    border: none;
    transition: all 0.5s ease 0s;
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#accordion .panel-body:before,#accordion2 .panel-body:before,
#accordion3 .panel-body:before,#accordion4 .panel-body:before{
    content: "";
    width: 5px;
    height: 40px;
    background: #173d7b;
    position: absolute;
    top: 30px;
    left: 0;
}



#accordion .panel-body p,#accordion2 .panel-body p,
#accordion3 .panel-body p,#accordion4 .panel-body p{
    margin-bottom: 0;
}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

ul,ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    color: #FF432E;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 21px;
}


.btn-primary {
    border-color: #FF432E;
    background-color: #FF432E;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    border-color: #ea321e;
    background-color: none !important;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #FF432E;
    background-color: #FF432E;
}


/**** Start Section Title Section ****/

.section-title h3{
    color: #666 !important;
    //font-style: italic;
    font-size: 28px;
    font-family: 'Oswald', sans-serif;
    text-transform: none;
}

.section-title p {
    padding-bottom: 60px;
    color: #999;
    font-size: 18px;
    //font-style: italic;
    font-weight: 300;
}


/**** Start Logo Section ****/

#logo-section {
    
}

.logo h1 {
    font-family: 'Lobster', cursive;
    color: #fff;
    font-size: 60px;
}

.logo span {
    color: #999;
}



/**** Start Background Color ****/

.blue {
    background: #28ABE3;
}

.green {
    background: #72bf48;
}

.red {
    background: #FF432E;
}

.light-red {
    background: #FB6648;
}

.light-orange {
    background: #FA6900;
}

.color {
    background: #0ECEAB;
}

.moove {
    background: rgba(163, 108, 185, 0.87);
}


/**** Start Main Body Section ****/



.menu-item {
    color: #fff;
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
    margin-bottom: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    
}

.menu-item a {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-item a p {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

.menu-item a i {
    font-size: 50px;
    padding-bottom: 20px;
}

.menu-item:hover a {
    text-decoration: none;
    //color: #333;
    animation: wobble;
    -webkit-animation: wobble;
    animation-duration: 1000ms;
    -webkit-animation-duration: 1000ms;
}

@media only screen 
and (min-width : 600px) 
and (max-width : 991px) {
    
    .menu-item {
        display: inline-block;
        width: 32.8%;
    }
    
    .menu-item.responsive {
        width: 49.5%;
        float: left;
        margin-right: 3px;
    }
    
    .menu-item.responsive-2 {
        width: 49.5%;
        float: right;
    }
    
}



@media only screen 
and (min-width : 992px) 
and (max-width : 1199px) {
    
    .menu-item {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .menu-item a i {
        font-size: 32px;
    }
    
    .menu-item a p {
        font-size: 16px;
    }
    
}


.home-slider img {
    width: 100%;
    height: auto;
}

.home-slider .carousel-indicators {
    position: absolute;
    bottom: 10%;
}

.home-slider .carousel-indicators .active {
    background-color: #FF432E;
}


.copyright {
    background: #173d7b;
    color: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 20px;
}



/**** Start Modal Section ****/

.section-modal .modal-content {
    padding: 100px 0 !important;
    min-height: 100%;
    border: 0 !important;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #888;
    font-weight: 300;
}



.section-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.section-modal .close-modal:hover {
    opacity: .3;
}

.section-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.section-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}






/**** Start Feature Section ****/


.feature, .feature-2 {
    padding-bottom: 80px;
}

.feature {
    text-align: center;
}
.feature h4{
    font-size: 15px;
    color: #666;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
}

.feature-2 h4{
    font-size: 15px;
    color: #444;
    padding-bottom: 10px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
}

.feature p, .feature-2 p {
    color: #444;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
}


.feature i {
   font-size:3.5em;
   color:#fff;
    background: #FF432E;
    width: 100px;
    height: 100px;
   padding:25px;
    margin-bottom: 10px;
   -webkit-border-radius:70%;
   -moz-border-radius:70%;
   -o-border-radius:70%;
   border-radius:70%;
   position: relative;
    box-shadow: 0 0 0 30px transparent;
    -webkit-transform: translate3d(2, 2, 2);
    -moz-transform: translate3d(2, 2, 2);
    -o-transform: translate3d(2, 2, 2);
    transform: translate3d(2, 2, 2);
    -webkit-transition: box-shadow .6s ease-in-out;
    -moz-transition: box-shadow .6s ease-in-out;
    -o-transition: box-shadow .6s ease-in-out;
    transition: box-shadow .6s ease-in-out;
}
.no-touch .feature:hover i,
    .no-touch .feature:active i,
    .no-touch .feature:focus i {
        
        -webkit-transition: box-shadow .4s ease-in-out;
        -moz-transition: box-shadow .4s ease-in-out;
        -o-transition: box-shadow .4s ease-in-out;
        transition: box-shadow .4s ease-in-out;
        box-shadow: 0 0 0 0 #FF432E;
}


.feature-2 i {
    color:#FF432E;
   font-size:3em;
   padding:1px 10px 0 1px;
   position: relative;
    
}



/**** Start Portfolio Section ****/

.portfolio-item {
    position: relative;
    margin-bottom: 30px;
}

.portfolio-item .portfolio-details {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.portfolio-item .portfolio-details h4 {
    padding-top: 20%;
    padding-bottom: 10%;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

.portfolio-item .portfolio-details a i {
    font-size: 30px;
}

.portfolio-item:hover .portfolio-details {
    opacity: 1;
    animation: pulse;
    -webkit-animation: pulse;
    animation-duration: 300ms;
    -webkit-animation-duration: 300ms;
}


/**** End Portfolio Section ****/


/**** Start ABout Us Section ****/

.about-text {
    padding-bottom: 50px;
}
.about-text p {
    color: #777;
    text-align: justify;
}
.about-text ul {
    margin-top: 30px;
    font-size: 13px;
}
.about-text li {
    margin-bottom: 10px;
    color: #999;
}
.about-text li i {
    padding-right: 10px;
    color: #FF432E;
}


/* progress bar */

.skill {
    padding-bottom: 5px;
}

.skill p {
  margin-bottom:7px;

}

.progress {
  background: #fff;
  overflow: visible;
  height: 20px;
  margin-bottom: 10px;
  background-color: #f9f9f9;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar {
    background: #FF432E;
  float: left;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  position:relative;
}

 .progress-bar-span { 
 opacity:1;
 position:absolute;
 top:-5px;
 background:#ACB2B8;
 padding:3px 10px;
 color:#FFF;
 border-radius: 0px;
 right:0px;
    -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; 
 }

.skill:hover .progress-bar-span {
  opacity:1;
    -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}


/* Custom Tab */

.custom-tab .nav-tabs.nav-justified > .active > a, 
.custom-tab .nav-tabs.nav-justified > .active > a:hover, 
.custom-tab .nav-tabs.nav-justified > .active > a:focus {
    border-radius: 0;
    //border-left-color: transparent;
    color: #666;
    border-bottom-color: #ddd;
}

.custom-tab .nav-tabs.nav-justified {
    margin-bottom: 20px;
    background: #FF432E;
}

.custom-tab .nav-tabs.nav-justified > li {
    border-right: 1px solid #f1f1f1;
}
.custom-tab .nav-tabs.nav-justified > li:last-child {
    border-right: none;
}

.custom-tab .nav-tabs.nav-justified > li > a {
    padding: 10px;
    font-size: 18px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.custom-tab .nav-tabs.nav-justified > li > a:hover {
    border-radius: 0;
    color: #333;
}

.custom-tab .tab-content .tab-pane p {
    text-align: justify;
    color: #777;
}

@media only screen 
and (min-width : 320px) 
and (max-width : 991px) {
    
    .custom-tab {
        margin-top: 30px;
    }
    
}







/*** Start Pricing Section ****/


.pricing-section {
    padding: 80px 0;
    background: #f5f5f5;
}

.pricing-table {
    text-align: center;
    background: #fff;
}

@media only screen 
and (min-width : 320px) 
and (max-width : 991px) {
    
    .pricing-table {
        margin-bottom: 30px;
    }
    
}



.plan-name {
    padding: 15px 0;
    background: #FF432E;
}

.plan-name h3 {
    font-weight: 300;
    color: #fff;
}

.plan-price {
    padding: 25px 0;
}

.plan-price .price-value {
    font-size: 38px;
    line-height: 40px;
    font-weight: 600;
    color: #444;
}

.plan-price .price-value span {
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
}

.plan-price .interval {
    line-height: 14px;
}

.plan-list li {
    padding: 13px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

.plan-list li:first-child {
    border-top: 1px solid #eee;
}

.plan-signup {
    padding: 25px 0;
    background: #FF432E;
}

.plan-signup a {
    text-transform: uppercase;
    color: #fff;
}


/**** Start Team Member Section ****/


.team-member {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.team-details {
    font-family: 'Open Sans', sans-serif;
    padding-left: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
}

.team-member img {
    width: 100%;
    height: auto;
}

.team-details h4 {
    font-size: 25px;
    font-weight: 300;
    color: #FF432E;
    font-family: 'Oswald', sans-serif;
    text-transform: none;
    text-align: center;
    padding-top: 20%;
}

.team-details .designation {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

.team-details ul {
    padding-top: 40%;
}
.team-details li {
    display: inline-block;
    list-style: none;
    padding-right: 10px;
}

.team-details li a {
    padding: 5px 8px;
    background: #FF432E;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.team-member:hover .team-details {
    opacity: 1;
    -webkit-animation: pulse;
    animation: pulse;
    animation-duration: 300ms;
    -webkit-animation-duration: 300ms;
}



/**** Start Latest News Section ****/


.latest-post {
    padding-bottom: 20px;
}

.latest-post h4 {
    padding-top: 20px;
    padding-bottom: 5px;
}

.latest-post h4 a {
    color: #FF432E;
}

.latest-post .post-details li {
    color: #FF432E;
    display: inline;
    font-size: 13px;
    color: #999;
    padding-right: 10px;
}

.latest-post .post-details li i {
    padding-right: 5px;
    color: #FF432E;
}

.latest-post p {
    padding: 15px 0;
    color: #999;
    font-weight: 300;
    text-align: justify;
}



/**** Start Contact Section ****/


.footer-contact-info {
    background: #FF432E;
    color: #fff;
    padding: 20px 30px;
    //margin-top: 80px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

@media only screen 
and (min-width : 320px) 
and (max-width : 991px) {
    
    .footer-contact-info {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    
}

.footer-contact-info ul {
    padding-bottom: 10px;
}

.footer-contact-info h4 {
    padding-bottom: 10px;
}

.footer-contact-info li strong {
    font-weight: 600;
}


.footer-social {
    padding: 78px 0;
    border: 1px solid #FF432E;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.footer-social li {
    display: inline-block;
    padding: 0 10px;
}

@media only screen and (max-width : 360px) {
    
    .footer-social li {
        padding: 0 5px;
    }
    
}

.footer-social li a {
    background: #FF432E;
    padding: 8px;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #FF432E;
    
}

.footer-social li i {
    font-size: 15px;
    width: 20px;
    height: 20px;
}

.footer-social li:hover a {
    background: #fff;
    //border: 1px solid #FF432E;
    color: #666;
}



.contact .btn-primary {
    padding: 20px;
    font-size: 16px;
}

.contact .btn-primary:hover {
    background: transparent;
}

.contact .section-title h3{
    color: #fff;
}

.contact .section-heading {
    color: #fff;
}

.contact .form-group {
    margin-bottom: 25px;
}

.contact .form-group input,
.contact .form-group textarea {
    padding: 20px;
}

.contact .form-group input.form-control {
    height: auto;
}

.contact .form-group textarea.form-control {
    height: 236px;
}

.contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact .text-danger {
    color: #e74c3c;
}

.contact button {
    font-weight: 400;
    margin-top: 30px;
}

.contact .btn-primary {
    padding: 20px;
    font-size: 16px;
}

.contact .btn-primary:hover {
    background: transparent;
    color: #FF432E;
}



/**** Start Testimonial Section ****/

.testimonial {
    margin-bottom: 80px;
}

.testimonial h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 20px;
}

.testimonial .speech {
    background: #FF432E;
    padding: 20px;
    color: #fff;
}

.share-it{
    position:fixed;
    min-height:200px;
    width:40px;
    background:#fff;
    right:0;
    z-index:9;
    top:20%;
    left: 0%;
}   
.share-it i{
    font-size:16px;

}
    
.facebook{margin:0 auto; float:right; margin-left:4px;}
.facebook  a{
    color:#fff;
    padding:10px 16px;
    background-color:#527aba;
    display:inline-block;
    transition:0.5s ease;
}
.facebook  a:hover{
    color:#fff;
    padding:10px 20px;
    margin-right:-20px;
    background-color:#527aba;
    display:inline-block;
}

.twitter{margin:0 auto; float:right; margin-left:4px;}
.twitter  a{
    color:#fff;
    padding:10px 16px;
    background-color:#77cdf1;
    display:inline-block;
    text-align:center;
    transition:0.5s ease;
}
.twitter  a:hover{
    color:#fff;
    padding:10px 20px;
    margin-right :-20px;
    background-color:#77cdf1;
    display:inline-block;
    text-align:center;

}

.google{margin:0 auto; float:right; margin-left:4px;}
.google  a{
    color:#fff;
    padding:10px 16px;
    background-color:#4c4c4c;
    display:inline-block;
    transition:0.5s ease;
}
.google  a:hover{
    color:#fff;
    padding:10px 20px;
    margin-right:-20px;
    background-color:#4c4c4c;
    display:inline-block;    
}
.rss{margin:0 auto; float:right; margin-left:4px;}
.rss a{
    color:#fff;
    padding:10px 16px;
    background-color:#fe8f19;
    display:inline-block;
    transition:0.5s ease;
}
.rss a:hover{
    color:#fff;
    padding:10px 20px;
    margin-right:-20px;
    background-color:#fe8f19;
    display:inline-block;
}

.linkedin{margin:0 auto; float:right; margin-left:4px;}
.linkedin a{
    color:#fff;
    padding:10px 16px;
    background-color:#157ecc;
    display:inline-block;
    transition:0.5s ease;
}
.linkedin a:hover{
    color:#fff;
    padding:10px 20px;
    margin-right:-20px;
    background-color:#157ecc;
    display:inline-block;
    
}

.youtube{margin:0 auto; float:right; margin-left:4px;}
.youtube a{
    color:#fff;
    padding:10px 16px;
    background-color:#fe322f;
    display:inline-block;
    transition:0.5s ease;
}
.youtube a:hover{
    color:#fff;
    padding:10px 20px;
    margin-right:-20px;
    background-color:#fe322f;
    display:inline-block;
    transition:0.3s ease;
}


/**{outline: 1px solid red;}*/

body{
    background: #f2f2f2 !important;
}
#logo-section .logo{
    position: relative;
}

#logo-section .logo img{
    /* position: absolute; */
    max-width: 65px;
    max-height: 100%;
    /*top: -6px;*/
    /*left: 665px;*/
}
.logo h1 {
    display: inline-block;
}
.logo span {
    display: block;
    margin-top: -28px;
}

.copyright .Copyright-Name{
    color: #fff  !important;
    font-size: 25px;
    font-weight: bold;
}

#transparent{
    background-color: transparent;
}

.transparent {
    zoom: 1.2;
    filter: alpha(opacity=20);
    opacity: 0.5;
}

.shadow{
    box-shadow: 0 0 10px 1px #000 !important;
}


.home-slider .carousel-indicators .active{
    background-color: rgba(76, 175, 80, 0.67);
}




.Login {
    font-weight: 400;
    position: relative;
    margin: 150px auto;
     padding: 24px 10px 22px;
    overflow: hidden;
    border-radius: 0.5em;
    border: 2px solid #122345;
    /*
    box-shadow: inset 0 0 10px 0px rgba(76, 175, 80, 0.67),
                0 0 19px 7px rgba(76, 175, 80, 0.27);
                */
}

.Login label {
    float: left;
    padding-top: 9px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    /*text-shadow: 0 1px 0 #000;*/
    /*text-indent: 10px; */
    font-weight: 700;
    cursor: pointer;
}

.Login input {
    float: left;
    padding: 15px 10px;
    margin-bottom: 9px;
    font-size: 16px;
color: #fff;
    border: 1px solid #4CAF50;
    box-shadow: 0 0 7px #4CAF50;
    border-radius: 8px;

    /* Font styles */
    color: #fff;
    background: transparent;
}

.Login input:hover,
.Login label:hover ~ input {
    background: transparent;
}

.Login input[id="password"]{
    margin-bottom: 0;
}

.Login input:focus {
    box-shadow: inset 0 0 2px #000;
    background: rgba(76, 175, 80, 0.19);
    border: 1px solid #4CAF50;
    box-shadow: 0 0 7px #4CAF50;
    outline: none; /* Remove Chrome outline */
    /*background: transparent;*/
}

/*.Login p:nth-child(3),*/
/*.Login p:nth-child(4) {*/
    /*float: left;*/
    /*width: 50%;*/
/*}*/

.Login .label-remember {
    display: inline-block;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0px;
    text-indent: 2px;
    padding:10px;
    margin-left: 15px;
}

.Login .checkbox {
    margin-top: 0;
}

/*.Login input[type=checkbox] {*/
    /*margin-left: 10px;*/
    /*vertical-align: middle;*/
/*}*/

.Login input[type=submit] {
    /* Width and position */
    width: 100%;
    padding: 8px 5px;

    /* Styles */
    border: 1px solid #0273dd; /* Fallback */
    border: 1px solid rgba(0,0,0,0.4);
    box-shadow:
            inset 0 1px 0 rgba(255,255,255,0.3),
            inset 0 10px 10px rgba(255,255,255,0.1);
    border-radius: 3px;
    background: #38a6f0;
    cursor:pointer;

    /* Font styles */
    font-family: 'Ubuntu', 'Lato', sans-serif;
    color: white;
    font-weight: 700;
    font-size: 15px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
}

.Login input[type=submit]:hover {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}

.Login input[type=submit]:active {
    background: #287db5;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.6);
    border-color: #000; /* Fallback */
    border-color: rgba(0,0,0,0.9);
}

.no-boxshadow .Login input[type=submit]:hover {
    background: #2a92d8;
}

.Login:after {
    /* Size and position */
    content: "";
    height: 1px;
    width: 33%;
    position: absolute;
    left: 20%;
    top: 0;

    /* Styles */
    background: -moz-linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
    background: -ms-linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
    background: -o-linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), color-stop(0.25, #444), color-stop(0.5, #b6b6b8), color-stop(0.75, #444), to(transparent));
    background: -webkit-linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
    background: linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
}

.Login:before {
    /* Size and position */
    content: "";
    width: 8px;
    height: 5px;
    position: absolute;
    left: 34%;
    top: -7px;

    /* Styles */
    border-radius: 50%;
    box-shadow: 0 0 6px 4px #fff;
}

.Login .first-div:before{
    /* Size and position */
    content:"";
    width: 280px;
    height: 139px;
    position:absolute;
    top:0;
    left: 38px;

    /* Styles */
    -webkit-transform: rotate(75deg);
    -moz-transform: rotate(75deg);
    -ms-transform: rotate(75deg);
    -o-transform: rotate(75deg);
    transform: rotate(75deg);
    background: -moz-linear-gradient(50deg, rgba(255,255,255,0.15), rgba(0,0,0,0));
    background: -ms-linear-gradient(50deg, rgba(255,255,255,0.15), rgba(0,0,0,0));
    background: -o-linear-gradient(50deg, rgba(255,255,255,0.15), rgba(0,0,0,0));
    background: -webkit-linear-gradient(50deg, rgba(255,255,255,0.15), rgba(0,0,0,0));
    background: linear-gradient(50deg, rgba(255,255,255,0.15), rgba(0,0,0,0));
    pointer-events:none;
}

.no-pointerevents .Login div:nth-child(1):before {
    display: none;
}

.menu-item:hover {
    box-shadow: inset 0 0 0px 5px rgba(255, 255, 255, 0.70);
}
.menu-item.disabled:hover {
    box-shadow: none;
    cursor: not-allowed;
}
.menu-item.disabled:hover a{
    animation: none;
    -webkit-animation: none;
    animation-duration: 0ms;
    -webkit-animation-duration: 0ms;
}
.menu-item.disabled{
    filter: alpha(opacity=55);
    opacity: .55;
}

a.disabled {
    pointer-events: none;
}

a.disabled {
    cursor: not-allowed ;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none ;
    box-shadow: none;
    opacity: .65;
}

.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #34495e;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}


.navbar-inverse{
  background: #fff !important;
  padding-bottom: 10px;
}
.navbar-nav{
  margin-top: 10px;
}



.navbar-nav li a {
  font-size: 20px;
  font-weight: bold;
  opacity: 0.6;
  color: #173d7b !important;
   transition: 0.5s;
}

.navbar-nav li a:hover {
opacity: 1;

}
@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}



#contact{
   
    font-family: 'Roboto', sans-serif;
}



#contact .form-control{
    border-radius: 0;
    border:2px solid #1e1e1e;
}

#contact button{
    border-radius:0;
    border:2px solid #1e1e1e;
}

#contact .row{
    margin-bottom:30px;
}

@media (max-width: 768px) { 
    #contact iframe {
        margin-bottom: 15px;
    }
    
}

.etisalat{
color: #b3ba06 !important;
}
.orange{
color: #fe8f19 !important;
}

.share-it{
    position:fixed;
    min-height:200px;
    width:40px;
    background:#fff;
    right:0;
    z-index:9;
    top:20%;
    left: 0%;
}   
.share-it i{
    font-size:16px;

}
    
.facebook{margin:0 auto; float:right; margin-left:4px;}
.facebook  a{
    color:#fff;
    padding:10px 16px;
    background-color:#527aba;
    display:inline-block;
    transition:0.5s ease;
}
.facebook  a:hover{
    color:#fff;
    padding:10px 20px;
    margin-right:-20px;
    background-color:#527aba;
    display:inline-block;
}

.twitter{margin:0 auto; float:right; margin-left:4px;}
.twitter  a{
    color:#fff;
    padding:10px 16px;
    background-color:#77cdf1;
    display:inline-block;
    text-align:center;
    transition:0.5s ease;
}
.twitter  a:hover{
    color:#fff;
    padding:10px 20px;
    margin-right :-20px;
    background-color:#77cdf1;
    display:inline-block;
    text-align:center;

}

.google{margin:0 auto; float:right; margin-left:4px;}
.google  a{
    color:#fff;
    padding:10px 16px;
    background-color:#4c4c4c;
    display:inline-block;
    transition:0.5s ease;
}
.google  a:hover{
    color:#fff;
    padding:10px 20px;
    margin-right:-20px;
    background-color:#4c4c4c;
    display:inline-block;    
}
.rss{margin:0 auto; float:right; margin-left:4px;}
.rss a{
    color:#fff;
    padding:10px 16px;
    background-color:#fe8f19;
    display:inline-block;
    transition:0.5s ease;
}
.rss a:hover{
    color:#fff;
    padding:10px 20px;
    margin-right:-20px;
    background-color:#fe8f19;
    display:inline-block;
}

.linkedin{margin:0 auto; float:right; margin-left:4px;}
.linkedin a{
    color:#fff;
    padding:10px 16px;
    background-color:#157ecc;
    display:inline-block;
    transition:0.5s ease;
}
.linkedin a:hover{
    color:#fff;
    padding:10px 20px;
    margin-right:-20px;
    background-color:#157ecc;
    display:inline-block;
    
}

.youtube{margin:0 auto; float:right; margin-left:4px;}
.youtube a{
    color:#fff;
    padding:10px 16px;
    background-color:#fe322f;
    display:inline-block;
    transition:0.5s ease;
}
.youtube a:hover{
    color:#fff;
    padding:10px 20px;
    margin-right:-20px;
    background-color:#fe322f;
    display:inline-block;
    transition:0.3s ease;
}

  .pricingTable{background:#fff;border-radius:10px;overflow:hidden;position:relative;transition:all .3s ease 0s}
.pricingTable:hover{box-shadow:0 0 5px rgba(0,0,0,.8) inset,0 0 10px rgba(0,0,0,.8)}
.pricingTable svg{display:block;margin-left:-1px}
.pricingTable .pricing-content{padding:50px 0 30px;position:relative}
.pricingTable .title{font-size:35px;font-weight:600;color:#112445;text-transform:uppercase;margin:0 0 10px}
.pricingTable .pricing-content ul{padding:0;margin:0 0 30px;list-style:none}
.pricingTable .pricing-content ul li{font-size:18px;color:rgba(0,0,0,.3);line-height:40px;text-transform:capitalize}
.pricingTable .pricingTable-signup{display:inline-block;padding:8px 50px;background:#112445;border-radius:20px;font-size:20px;font-weight:600;color:#fff;text-transform:uppercase;position:relative;transition:all .3s ease 0s}
.pricingTable:hover .pricingTable-signup{box-shadow:0 0 10px #112445}
.pricingTable .pricingTable-signup:hover{color:#112445;background:#fff;box-shadow:0 0 10px #112445,0 0 10px #000 inset}
.pricingTable.blue .title{color:#005c99}
.pricingTable.blue .pricingTable-signup{background:#005c99}
.pricingTable.blue:hover .pricingTable-signup{box-shadow:0 0 10px #005c99}
.pricingTable.blue .pricingTable-signup:hover{color:#005c99;background:#fff;box-shadow:0 0 10px #005c99,0 0 10px #000 inset}
.pricingTable.red .title{color:#db2c29}
.pricingTable.red .pricingTable-signup{background:#db2c29}
.pricingTable.red:hover .pricingTable-signup{box-shadow:0 0 10px #db2c29}
.pricingTable.red .pricingTable-signup:hover{color:#db2c29;background:#fff;box-shadow:0 0 10px #db2c29,0 0 10px #000 inset}
@media  only screen and (max-width:990px){.pricingTable{margin-bottom:30px}
}


.about-section{
    margin-bottom: 50px;
}

/******************* Pricing Table Demo - 10 *****************/
.demo10{background:#C0BFBF;padding:15px 0 30px 0}
.pricingTable10{text-align:center}
.pricingTable10 .pricingTable-header{padding:20px 0 10px 0;background:#ccc;position:relative;transition:all .3s ease 0s}
.pricingTable10:hover .pricingTable-header{background:#fff; cursor: pointer;}


.pricingTable10 .heading{font-size:15px;color:#fff;text-transform:uppercase;letter-spacing:2px;margin-top:0}
.pricingTable10 .price-value{display:inline-block;position:relative;font-size:20px;font-weight:700;color:#09b1c5;transition:all .3s ease 0s}
.pricingTable10:hover .price-value{color:#fff}
.pricingTable10 .currency{font-size:15px;font-weight:700;position:absolute;top:6px;left:-19px}
.pricingTable10 .month{font-size:16px;color:#fff;position:absolute;bottom:15px;right:-30px;text-transform:uppercase}
.pricingTable10 .pricing-content{background:#fff;}
.pricingTable10 .pricing-content:after,.pricingTable10 .pricing-content:before{content:"";width:16px;height:16px;border-radius:50%;border:1px solid #7c7c7c;position:absolute;top:12px}
.pricingTable10 .pricing-content:before{left:40px}
.pricingTable10 .pricing-content:after{right:40px}
.pricingTable10 .pricing-content ul{padding:0 20px;margin:0;list-style:none}
.pricingTable10 .pricing-content ul:after,.pricingTable10 .pricing-content ul:before{content:"";width:8px;height:46px;border-radius:3px;background:linear-gradient(to bottom,#818282 50%,#727373 50%);position:absolute;top:-22px;z-index:1;box-shadow:0 0 5px #707070;transition:all .3s ease 0s}
.pricingTable10:hover .pricing-content ul:after,.pricingTable10:hover .pricing-content ul:before{background:linear-gradient(to bottom,#173d7b 50%,#173d7b 50%)}
.pricingTable10 .pricing-content ul:before{left:44px}
.pricingTable10 .pricing-content ul:after{right:44px}
.pricingTable10 .pricing-content ul li{font-size:15px;font-weight:700;color:#777473;padding:10px 0;border-bottom:1px solid #d9d9d8}
.pricingTable10 .pricing-content ul li:last-child{border-bottom:none}
.pricingTable10 .read{display:inline-block;font-size:16px;color:#fff;text-transform:uppercase;background:#d9d9d8;padding:8px 25px;margin:30px 0;transition:all .3s ease 0s}
.pricingTable10 .read:hover{text-decoration:none}
.pricingTable10:hover .read{background:#09b1c5}
@media  screen and (max-width:990px){.pricingTable10{margin-bottom:25px}
}

.perloader{
    border: 5px solid #fff;
    border-radius: 50%;
    border-top: 5px solid #173d7b;
    border-bottom: 5px solid #173d7b;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
    position: fixed;
    top:40%;right: 46%;
    z-index: 109998;
    opacity: 1;
}

}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
        

        header{ 
            background: url(../img/business.jpg)  no-repeat top center fixed;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            height: 600px;
            position: relative;
            color: #337ab7;
        }



a:hover, a:focus{
    text-decoration: none;
    outline: none;
}


.site-title  {
    padding: 2em 0;
}
.site-title h3 {
    font-size: 2.5em;
    color: #173d7b;
    font-family: 'Marvel-Regular';
    font-weight: 700;
}

.site-title2{
    font-size: 3em;
    color: #173d7b;
    font-family: 'Marvel-Regular';
    font-weight: 700;
}
.site-title p {
    font-size: 1.1em;
    color: #333333;
    line-height: 1.8em;
    margin-top: 0.5em;
}

.about-inner-column h4 {
    font-size: 2.5em;
    color: #FFD001;
    font-family: 'Marvel-Regular';
}
.about-inner-column p {
    font-size: 1.1em;
    color: #333333;
    line-height: 1.8em;
    margin: 1em 0 0;
}

.about-inner-column ul li a {
    color: #333333;
    font-size: 1.1em;
    padding-left: 2em;
}
.about-right img {
    width: 100%;
}

/* FontAwesome for working BootSnippet :> */

@import  url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
#team {
    background: #eee !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #173d7b;
    border-color: #173d7b;
}



.section-title {
    text-align: center;
    color: #173d7b;
    margin-bottom: 50px;
    text-transform: uppercase;
}






#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 50px;
    background: #fff;

    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.backside {
    min-width: 100% !important;
    min-height: 100% !important;
    padding-bottom: 0 !important;

    position: absolute;
    top: 0;
    left: 0;
    padding-top: 20px !important;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    padding: 10px;
}

.frontside .card,
.backside .card {
    min-height: 300px;
}
.frontside .card a,
.backside .card a {
    font-size: 18px;
    color: #173d7b !important;
}

.backside {

    padding: 0 !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #173d7b !important;
}

.backside .card .card-title {
    margin-top:0 !important;
}
.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.jumbotron {
background: #358CCE;
color: #FFF;
border-radius: 0px;
}
.jumbotron-sm { padding-top: 24px;
padding-bottom: 24px; }
.jumbotron small {
color: #FFF;
}
.h1 small {
font-size: 24px;
}


.contact-form{
    padding-top: 20px;
    background: #fff;
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form{
    padding: 20px;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}
.contact-form .btnContact {
    width: 20%;
    border: none !important;
    padding: 1.5%;
    background: #173d7b;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}
.custom-border{
    border: 1px solid #ced4da !important;
}

.companyinfo{
     -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.custab{
    border: 1px solid #ccc;
    padding: 5px;
    margin: 5% 0;
    box-shadow: 3px 3px 2px #ccc;
    transition: 0.5s;
    }
.custab:hover{
    box-shadow: 3px 3px 0px transparent;
    transition: 0.5s;
    }



.custom-ul{
position: absolute;
top: 135%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
padding: 0;
display: flex;

}
.custom-ul li{
list-style: none;
margin: 0 40px;

}
.custom-ul li .fa{
font-size: 40px;
color: #262626;
line-height: 80px;
transition: .5s;

}
.custom-ul li a{
position: relative;
display: block;
width: 80px;
height: 80px;
background-color: #fff;
text-align: center;
transform: perspective(100px) rotate(-30deg) skew(25deg) translate(0,0);
transition: .5s;
box-shadow: -20px 20px 10px rgb(0, 0, 0, 0.5);
}
.custom-ul li a::before{
content: "";
position: absolute;
top: 10px;
left: -20px;
height: 100%;
width: 20px;
background: #b1b1b1;
transition: .5s;
transform: rotate(0deg) skewY(-45deg);
}
.custom-ul li a::after{
content: "";
position: absolute;
top: 80px;
left: -11px;
height: 20px;
width: 100%;
background: #b1b1b1;
transition: .5s;
transform: rotate(0deg) skewX(-45deg);
}
.custom-ul li a:hover{
transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(20px, -20px);
box-shadow: -50px 50px 50px rgb(0, 0, 0, 0.5);
}
.custom-ul li:hover .fa{
color: #fff;
}
.custom-ul li a:hover{
transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(20px, -20px);
box-shadow: -50px 50px 50px rgb(0, 0, 0, 0.5);
}
.custom-ul li:hover:nth-child(1) a{
background: #3b5999;
}

.custom-ul li:hover:nth-child(1) a:before{
background: #2e4a86;
}
.custom-ul li:hover:nth-child(1) a:after{
background: #4a69ad;
}


.custom-ul li:hover:nth-child(2) a{
background: #e4405f;
}

.custom-ul li:hover:nth-child(2) a:before{
background: #d02d4c;
}
.custom-ul li:hover:nth-child(2) a:after{
background: #f1395c;
}

.container .mix{
    display: none;
}

div.search-box{
    padding-top: 250px;
}

form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  text-align: right;
  width: 95%;
  background: #f1f1f1;
}

form.example button {
  float: left;
  width:5%;
  padding: 10px;
  background: #173d7b;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

form.example button:hover {
  background: #173d7b;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}

.search-result {
  width: 100%;
  padding:10px 0;
  background: #fff;
  min-height: 100px;
  z-index: 999;
  border-bottom:  1px solid #173d7b;
}

.clear-search {
    position: absolute;
    left: 6%;
    bottom: 15%;
    z-index: 99999;
    background: transparent;
    text-align: center;
    color: #dd4b39;
    border: none;
    cursor: pointer;
    font-size: 25px !important;
}

.div_result_count{
    width: 100%;padding:5px;margin: 0;
}
.p_result_count{
   text-align: center;font-weight: bold;text-align: right;margin: 0; 
}
.custom-data-row{
    background-color: #ecf0f5;
    margin: 5px 0;
    padding: 10px 0 0 0 ;
    text-align: center;
    border-bottom: 1px solid #d2d6de;
}
.custom-lead{
    font-size: 16px !important;
    color: #173d7b !important;
}
.custom-lead a{
      color: #173d7b !important;
}

.custom-data-row:hover{
    background-color: #173d7b;
}
.custom-data-row:hover .custom-lead a{
    color: #fff !important;
}
.new-custom-lead{
     font-size: 14px !important;
     font-weight: bold;
 }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.callout.callout-info{
    background-color: #00c0ef !important;
    border-color: #0097bc;
}
.callout {
    border-radius: 3px;
    margin: 0 0 20px 0;
    padding: 15px 15px 15px 30px;
    border-right: 5px solid #eee;
    text-align: right;
    color: #fff
}
.custom-box{
    background-color: #fff;
}
.panel-title{
    text-align: right;
}
.wtree {
    margin-right: 50px;
}
.wtree li {
  list-style-type: none;
  margin: 10px 10px 10px 0;
  position: relative;
  cursor: pointer;
}
.wtree li:before {
  content: "";
  position: absolute;
  top: -10px;
  right: -20px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 20px;
  height: 30px;
}
.wtree li:after {
  position: absolute;
  content: "";
  top: 5px;
  right: -20px;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  width: 20px;
  height: 100%;
}
/*
.wtree li:last-child:after {
  display: none;
}
*/
.wtree li span {
  display: block;
  border: 1px solid #ddd;
  padding: 10px;
  color: #888;
  text-decoration: none;
}

.wtree li span:hover, .wtree li span:focus {
  background: #eee;
  color: #000;
  border: 1px solid #aaa;
}
.wtree li span:hover + ul li span, .wtree li span:focus + ul li span {
  background: #eee;
  color: #000;
  border: 1px solid #aaa;
}
.wtree li span:hover + ul li:after, .wtree li span:hover + ul li:before, .wtree li span:focus + ul li:after, .wtree li span:focus + ul li:before {
  border-color: #aaa;
}