

/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

   
   
  
   
/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name: 	TeamPack
Version:        1.0.1
Author:         ThemeHunter
URL:            https://themeforest.net/user/themexhunter
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#1	 Plagins Reset Style
#2	 Global Elements
#3	 TeamPack Bundle Plagins
#4	 19 TeamPack Awesome Style 

 





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

 body {
	font-family: 'Nunito', sans-serif;
	font-weight: normal;
	font-style: normal;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.mp-button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
	list-style:none
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color:#f53939;
	text-decoration: none;
}
a,
button {
	color: ;
	outline: medium none;
}
button{cursor: pointer;}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Nunito', sans-serif;
	color: #313131;
	margin-top: 0px;
	font-style: normal;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
p{
	font-family: 'Nunito', sans-serif;
	font-weight:400;
}
.Nunito{
	font-family: 'Nunito', sans-serif;
}
* {
  box-sizing:border-box;
}

img {
    display: inline-block;
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    border-style: none;
}
.form-control:focus {
    box-shadow:none;
}
.btn.focus, .btn:focus {
   box-shadow:none;
}


.bdt-section-muted {
    background-color: #f3f7f9;
	padding-top: 70px;
    padding-bottom: 70px;
}
.bdt-grid {
	text-align:center;
	display: block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.bdt-section-muted h1 {
    font-size: 1.8rem;
    margin-bottom: 12px !important;
	text-transform: uppercase;
	font-weight: 600;
}
.bdt-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
.bdt-breadcrumb>*>* {
    display: inline-block;
    font-size: 16px;
    color: #999;
}
.bdt-breadcrumb>:nth-child(n+2):not(.bdt-first-column)::before {
    content: "/";
    display: inline-block;
    margin: 0 20px;
    color: #999;
}


.demo-banner {
	height: 658px;
    background: url(../img/banner5.jpg) no-repeat;
    background-position: center 0px;
    position: relative;
}
.demo-banner:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.banner_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}
.demo-brand {
    display: inline-block;
    margin-bottom: 20px;
    max-width: 200px;
}
.banner_inner h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 100;
	font-family: 'Nunito', sans-serif;
    margin-bottom: 25px;
}
.banner_inner p {
    margin-bottom: 50px;
    font-size: 18px;
	line-height: 32px;
	font-family: 'Nunito', sans-serif;
}


.top_padding {
    padding: 100px 0;
	background: #f3f9ff;
}

section {
    position: relative;
}





.section-demo{
	margin:80px 0px;
}
.section-title {
    font-size: 28px;
    font-weight: 800;
    color: #212121;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px;
    letter-spacing: 3px;
}
.fade:not(.show) {
    opacity: 1;
}
.th-tbs2{
	width:100%;
}
.nav-tabs .nav-link.active {
    color: #000000;
    background: #ffffff;
}
.nav-tabs .nav-link {
	color:#000;
	background: #e8e8e8;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
.th-tbs2 .nav-tabs{
	text-align:center;
	display:block;
}
.th-tbs2 .tablinks ul li {
    border-bottom: none;
    border-radius: 0;
    margin-bottom: 0;
    display: inline-block;
    float: none;
    margin-right: 11px;
    background: white;
}
.th-tbs2 .tablinks .active a {
    color: #000000;
    background: #ffffff;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
    margin-right: 15px;
	display: inline-block;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    font-size: 16px;
    font-weight: 600;
	font-family: 'Nunito', sans-serif;
    text-align: center;
}

.tab-content {
    padding: 10px 0px 0px 0px;
}



.widget-container {
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.mini-box {
    width: 20%;
    padding: 11px;
}
.minibox1-wrap {
    margin: 0px -11px;
}


.minibox1-wrap .mini-box{
	float:left;
	width:20%;
}
.minibox1-wrap .more-btn {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.minibox1-wrap .contentbox{
  position:relative;
  top:0px;
    box-shadow: 0 0 0 rgba(0,0,0,0.14);
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;  
}
.minibox1-wrap .contentbox:hover {
    box-shadow: 0 0 32px rgba(0,0,0,0.14);
    border-bottom: 3px solid #ef2626;
}
.minibox1-wrap .contentbox {
    text-align: center;
    height: 160px;
    border-top: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    border-bottom-color:  #0056b3;
    border-bottom-style: solid;
}

.minibox1-wrap .contentbox:hover {
    top: -5px;
}
.minibox1-wrap .tbinr {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.img-wrap {
    font-size: 47px;
}
.mp-title {
    margin: 0px 0px 0px 0px;
    color: #000;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
	font-weight:600;
}






.bg_before_pink {
    background: #de1d37;
    border: 2px solid #de1d37;
}
.bg_before_pink, .bg_before_blue {
    width: 190px;
    max-width: 210px;
}
.preview_outer:hover .overlay {
    opacity: 1;
}
.bg_before_pink {
    color: #fff;
}
.button_default_style:hover, .button_default_style:focus, .bg_before_pink {
    color: #fff;
}
.tpro-button:hover, .tpro-button:focus {
    color: #303840;
    -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
}
.tpro-button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    font-weight: 600;
	cursor:pointer;
    font-size: 16px;
	font-family:"Nunito",sans-serif;
    padding: 12px 30px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
}
.bg_before_pink:hover{
    background: #fff;
    border: 2px solid #fff;
    color: #303840;
}
.section-overlay .colorwhite .bg_before_pink:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #303840;
}
.preview_outer:hover::before, .preview_outer:focus::before {
    visibility: visible;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0.80;
}



#scrollUp {
	background-color:#f53939;
	bottom: 80px;
	color: #fff;
	font-size: 16px;
	height: 40px;
	line-height: 41px;
	right: 30px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 40px;
}
#scrollUp:hover {
    background:#fff;
    color: #26BDEF;
}







.big_padding {
    padding: 120px 0;
}
.retina-ready .responsive-img {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.retina-ready .responsive-img > img {
    width: 100%;
}
.retina-text {
    padding: 1px 10%;
}
.margin_bottom_25 {
    margin-bottom: 25px;
}

.default_section_heading {
    font-size: 60px;
    font-weight: 100;
    margin: 0;
    padding: 0;
    color: #222d38;
    text-transform: capitalize;
}
.some_features {
    background: url(../img/parallax-feature.jpg) no-repeat;
	background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 23.3437px;
}
.section-overlay.green::before {
    background:#f53939;
}
.section-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #24c1dd;
    opacity: .80;
}
.colorwhite {
    color: #fff;
	margin-bottom: 20px;
}
.feature-box h3 {
    font-weight: 600;
    margin-bottom: 20px;
	color:#fff;
	font-family: "Nunito", sans-serif;
	font-size:26px;
}
.feature-box p {
	color:#fff;
	font-size:17px;
	line-height:26px;
	font-weight:400;
	font-family: "Nunito", sans-serif;
}
.col-md-offset-2 {
    margin-left: 16.66666667%;
}





.support_demo {
    background: url(../img/parallax-support.jpg) no-repeat;
	background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center -79.456px;
}
.support_demo .colorbalck .button{
	color:#fff;
}
.support_demo .feature_heading {
    padding: 8% 0;
    vertical-align: middle;
}
.margin_bottom_25 {
    margin-bottom: 25px;
}





.tp-divid{
	padding: 60px 0px 40px 0px;
}
.tp-separator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.tp-separator .tp-sep-hldr {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 11%;
}
.tp-separator .tp-sep-hldr .tp-sep-lne {
    border-top: 1px solid #eeee;
    display: block;
    position: relative;
    width: 100%;
}
.tp-separator .heading {
    font-size: 18px;
    font-weight: 400;
    padding: 0 16px;
    text-transform: uppercase;
}
.section{
	padding-top:50px;
	padding-bottom:50px;
}

/* start team-1 */
.section-1{
    width: 100%;
    padding: 0px 35px 0px ;
}
.team-box {
	width: 23%;
	max-width: 296px;
	height: 420px;
	background: #fff;
	float: left;
	margin: 15px 12px;
	box-shadow: 0px -3px 4px -3px #a28f8f inset, 1px -1px 11px -2px #9a92928a;
	border-radius: 2px;
	text-align: center;
}

.team-box:last-of-type {
	margin-right: 0;
}

.section-1 .team-box h3{
    margin-bottom: 0px;
	color: #2c3038;
    font-size: 24px;
    font-family: "Nunito",sans-serif;
    font-weight: 700;
}
.section-1 .positionss{
    font-family: 'Nunito', sans-serif;
    font-size: 13px;    
}
.team-box:first-of-type {
	float: left;
}
.team-box .head {
	height: 122px;         
    background: -webkit-radial-gradient( #b30e2c 50%, #6f2626 100%); 
	background-size: cover;
	border-radius: 5px 5px 0 0;
	margin-bottom: 75px;
	background-color: #ececec8a;
}
.image3 img {
    width: 100%;
}
.image3 {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	overflow:hidden;
	background-size: cover;
	position: relative;
	top: 50px;
	margin: auto;
	border: 2px solid #fff;
	cursor: pointer;
	background-color: #fff;
}
.image3:hover {
    transform: rotateX(360deg);
    transition: 2s;
}

.para {
    color: #fb2525;
	font-weight: 300;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 16px;
}
.subbox {
    margin: auto;
    position: relative;
    top: 15px;
    text-align: center;
}
.subbox .subsub .twitter {
	padding:8px 12px;
	background:#2196f3;
	color:#fff;
}
.subbox span {
    width: 20%;
    display: inline-block;
}
.subbox p:first-of-type {
	font-weight: 600;
	color: #000;
	margin-bottom: 0rem;
}
.subsub {
    margin-top: -10px;
    display: block;
    text-align: center;
}
div .circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0px 2px;
    position: relative;
    top: 26px;
    cursor: pointer;
    display: inline-block;
}
div .circle:last-of-type {
	margin-right: 0;
}

.photos {
	width: 1301px;
	margin: auto;
}
.photo {
	width: 32.5%;
	height: 230px;
	background: #fff;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	border-radius: 2px;
	box-shadow: 0px -1px 6px -1px #c5b5b5 inset;
  overflow: hidden;
}
.photo img {
	width: 95%;
	height: 100%;
	opacity: .9;
	position: relative;
	left: 22px;
}





.tp-padding-1{
	margin-top:20px;
	
}
.style-2{
	padding-left:35px;
	padding-right:35px;
	background:#fff;
}
.style-2.team-style-three .single-team-style-three .img-box {
    height: 345px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
	position:relative;
}
.style-2.team-style-three .single-team-style-three .img-box > img {
    width: 100%;
	position:relative;
}
.style-2.team-style-three .single-team-style-three .img-box .img-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(21, 24, 40, 0.7);
    z-index: 0;
    padding: 40px;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.style-2.team-style-three .single-team-style-three:hover .img-box .img-overlay{
    opacity: 1;
}
.style-2.team-style-three .single-team-style-three:hover .img-box .social {
	opacity:1;

}
.style-2.team-style-three .single-team-style-three .img-box .social {
    padding-top: 15px;
    padding-left: 85px;
    position: absolute;
    left: 10px;
    z-index: 1;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
}
.style-2.team-style-three .single-team-style-three .img-box .social a:hover {
	color:#fb2525;
}
.style-2.team-style-three .single-team-style-three .img-box .social a {
    color: #fff;
    font-size: 16px;
	padding: 0px 5px;
}
.style-2.team-style-three .single-team-style-three .img-box .social a:nth-child(1) {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.style-2.team-style-three .single-team-style-three .img-box .social a:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.style-2.team-style-three .single-team-style-three .img-box .social a:nth-child(3) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.style-2.team-style-three .single-team-style-three .text-box {
    background: #ef2626;
    text-align: center;
    position: relative;
	color:#fff;
    z-index: 9;
    padding: 28px;
}
.style-2.team-style-three .single-team-style-three .text-box h3 {
    margin: 0;
    font-size: 22px;
    color: #FFFFFF;
	font-weight:700;
    line-height: 1em;
    margin-bottom: 10px;
    font-family: 'Nunito', sans-serif;
    text-transform: capitalize;
}
.style-2.team-style-three .single-team-style-three .text-box span{
	font-size:16px;
	color: #fff;
}
/* End team-1*/

/* start team-2*/
.business_team_item_2 {
    margin-bottom: 0px;
    cursor: pointer;
}
.business_team_item_2 .team_img_2 {
    position: relative;
    z-index: 1;
}
.business_team_item_2 .team_img_2 img {
    max-width: 100%;
}

.business_team_item_2 .team_img_2 .social_icon_2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: #242639;
    width: 110px;
    height: 110px;
    -webkit-clip-path: polygon(0px 100%, 0px 100%, 100% 0px, 100% 100%);
    clip-path: polygon(0px 100%, 0px 100%, 100% 0px, 100% 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 20px;
    padding-right: 8px;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}
.business_team_item_2:hover .social_icon_2 {
    background: #ef2626;
}
.social_icon_2 {
    margin-bottom: 0;
}
.business_team_item_2 .team_img_2 .social_icon_2 a {
    font-size: 16px;
    color: #fff;
    margin-right: 8px;
}
.business_team_item_2 .team_img_2 .hover_content_2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(21, 24, 40, 0.7);
    z-index: 0;
    padding: 40px;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.business_team_item_2:hover .hover_content_2 {
    opacity: 1;
}
.business_team_item_2 .team_img_2 .hover_content_2 p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: opacity 0.7s linear, -webkit-transform 0.5s linear;
    transition: opacity 0.7s linear, -webkit-transform 0.5s linear;
    -o-transition: transform 0.5s linear, opacity 0.7s linear;
    transition: transform 0.5s linear, opacity 0.7s linear;
    transition: transform 0.5s linear, opacity 0.7s linear, -webkit-transform 0.5s linear;
}
.business_team_item_2:hover .hover_content_2 p {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.business_team_item_2 .content_2 {
    padding: 30px 0px 0px 0px;
}
.business_team_item_2 .content_2 h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
	font-family: "Nunito", sans-serif;
    margin-bottom: 0;
	color: #1a1d31;
}
.business_team_item_2 .content_2 p {
font-size: 16px;
    font-weight: 400;
    color: #8c8c8c;
    margin-bottom: 0;
    margin-top: 8px;
}


.business_team_info_two .business_team_item_2:hover .team_img_2 .social_icon_2 a {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.business_team_info_two .business_team_item_2 .team_img_2 .social_icon_2 a {
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    display: inline-block;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    margin: 0px;
    -webkit-transition: all 0.3s linear, border 0.5s linear, -webkit-transform 0.6s linear;
    transition: all 0.3s linear, border 0.5s linear, -webkit-transform 0.6s linear;
    -o-transition: all 0.3s linear, transform 0.6s linear, border 0.5s linear;
    transition: all 0.3s linear, transform 0.6s linear, border 0.5s linear;
    transition: all 0.3s linear, transform 0.6s linear, border 0.5s linear, -webkit-transform 0.6s linear;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
}
.business_team_info_two .business_team_item_2 .team_img_2 .social_icon_2 a:hover {
    border-color: #fff;
}
.business_team_info_two .business_team_item_2 .team_img_2 .social_icon_2 {
    width: 100%;
    -webkit-clip-path: inherit;
    clip-path: inherit;
    background: rgba(255, 52, 80, 0.9);
    height: auto;
    padding-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 0px;
    opacity: 0;
    -webkit-transition: opacity 0.7s linear;
    -o-transition: opacity 0.7s linear;
    transition: opacity 0.7s linear;
}
.business_team_info_two .business_team_item_2:hover .team_img_2 .social_icon_2 {
    opacity: 1;
}
/* End team-2*/

/* start team-3*/
.bg-light-gray{
    background-color: #f6f6f6;
}
.box-team-3 {
    position: relative;
    overflow: hidden;
    padding: 20px;
    background: #fff;
}
.team-img-3 {
    position: relative;
}
.box-team-3 .overlay-3 {
    background-color: rgba(255,22,55, .7);
    border-radius: 50%;
    -webkit-transition: all .5s ease-in .1s;
    -o-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
}
.overlay-3 {
    background-color: rgba(255,22,55, 0.75);
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 98;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.center-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.box-team-3 ul li:nth-child(1) {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.box-team-3 ul li:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.box-team-3 ul li:nth-child(3) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.team-social-3 li {
    display: inline-block;
}
.team-social.white-bg li a {
    background: #ffffff;
}
.team-social-3 li a {
    font-size: 14px;
    color: #18191d;
    height: 38px;
    width: 38px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 50%;
}
.team-data-img-3 h4{
    color: #18191d;
	font-weight:700 !important;
	text-transform:capitalize;
	font-family:'Nunito', sans-serif;
	font-size:22px;
	margin-top: 26px;
	margin-bottom: 10px;
}
.designation-3 {
    font-size: 16px;
}
.color-light-grey-3 {
    color:#8c8c8c;
	font-size: 16px;
	margin-bottom: 6px;
}
.box-team-3.second-color-3 .overlay-3{
    background-color: rgba(241,195,15, .7);
}
.box-team-3:hover .overlay-3 {
    opacity: 1;
    visibility: visible;
    border-radius: 0;
}
.box-team-3.third-color-3 .overlay-3 {
    background-color: rgba(24,25,29, .7);
}
.box-team-3:hover img {
    transform: scale(0.95);
}
.team-social-3.white-bg li a {
    background: #ffffff;
}
.team-social-3 li a {
    font-size: 14px;
    color: #18191d;
    height: 38px;
    width: 38px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 50%;
}
.facebook-bg-hvr:hover {
    background: #4267B2 !important;
    color: #fff !important;
    border: 1px solid transparent !important;
}
.twitter-bg-hvr:hover {
    background: #1DA1F2 !important;
    color: #fff !important;
    border: 1px solid transparent !important;
}
.google-bg-hvr:hover {
    background: #DB4437 !important;
    color: #fff !important;
    border: 1px solid transparent !important;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.team-member-3, .team-member-3 .team-img-3 {
	position: relative;
}
.team-member-3 {
	overflow: hidden;
}
.team-member-3, .team-member-3 .team-img-3 {
	position: relative;
}

.team-hover-3 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.3);
    background-color: rgba(24,25,29, .7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.team-hover-3 .desk p{
	color:#fff;
	font-size: 16px;
	line-height:26px;
	margin-bottom: 0;
}
.team-member-3:hover .team-hover-3 .desk {
	top: 35%;
}
.team-member-3:hover .team-hover-3, .team-member-3:hover .team-hover-3 .desk, .team-member-3:hover .team-hover-3 .s-link {
	opacity: 1;
}
.team-hover-3 .desk {
	position: absolute;
	top: 0%;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateY(-55%);
	-ms-transform: translateY(-55%);
	transform: translateY(-55%);
	-webkit-transition: all 0.3s 0.2s;
	transition: all 0.3s 0.2s;
	padding: 0 20px;
}
.desk, .desk h4, .team-hover-3 .s-link a {
	text-align: center;
	color: #222;
}
.team-member-3:hover .team-hover-3 .s-link {
	bottom: 30%;
}
.team-member-3:hover .team-hover-3, .team-member-3:hover .team-hover-3 .desk, .team-member-3:hover .team-hover-3 .s-link {
	opacity: 1;
}
.team-hover-3 .s-link {
	position: absolute;
	bottom: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
	-webkit-transform: translateY(45%);
	-ms-transform: translateY(45%);
	transform: translateY(45%);
	-webkit-transition: all 0.3s 0.2s;
	transition: all 0.3s 0.2s;
	font-size: 35px;
}
.desk, .desk h4, .team-hover-3 .s-link a {
	text-align: center;
	color: #222;
}
.team-member-3 .s-link a {
    margin: 0 7px;
    color: #333;
    font-size: 15px;
    width: 35px;
    border: 1px solid #ddd;
    border-radius: 0px;
    /* padding: 8px 11px; */
    background: #eeeeee;
    height: 35px;
    line-height: 35px;
    display: inline-block;
}
.team-member-3 .s-link a:hover {
	color:#ef2626;
}
.team-member-3 .s-link a:hover {
	border-radius:%;
}
.team-title-3 {
	padding: 20px 0;
	display: inline-block;
	letter-spacing: px;
	width: 100%;
}
.team-title-3 h5 {
	margin-bottom: 10px;
	display: block;
	font-size:22px;
	font-weight: 700;
	margin-top: 8px;
	text-transform: capitalize;
}
.team-title-3 span {
	font-size: 16px;
	text-transform: capitalize;
	color: #8c8c8c;
	letter-spacing:0px;
}
/* End team-3*/

/* start team-4 */
.bg-4{
	margin-top:0px;
}
.team-area-4 {
	overflow: hidden;
}
.team-item-4 {
	float: left;
	width: 25%;
	padding:20px;
	margin-bottom:0px;
}
.team-wrapper-4{ }
.team-img-4{
	position:relative;
}
.team-img-4::before {
	position: absolute;
	content: "";
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(255, 52, 80, 0.9);
	opacity: 0;
	border-radius: 45px 0px;
	transition:0.5s;
	height:0%;
}
.team-wrapper-4:hover .team-img-4::before{
	opacity: 1;
	height:100%;
}
.team-img-4 img{width:100%;border-radius: 45px 0px;}
.team-text-4 {
  display: block;
  left: 30px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition:0.5s;
  opacity:0;
}
.team-wrapper-4:hover .team-text-4{opacity:1;}
.team-text-4 h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 7px;
  font-family:"Nunito",sans-serif;
  text-transform: capitalize;
}
.team-text-4 span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display:inline-block;
}
.team-icon-4 {position:relative;
  margin-top: 14px;
}
.team-icon-4 a {transition: all 0.5s;
  color: #fff;
  font-size: 14px;
  margin-right: 8px;
  border:1px solid #fff;
  padding:5px 8px;
}
.team-icon-4 a:hover{
	background:#fff;
	color: rgba(255, 52, 80, 0.9);
}
.team-icon-4 a:last-child{margin-right:0;}
/* End team-4 */

/* start team-5 */
#team-5{
	background:#f6f6f6;
}
.single-team-member-5{
	position:relative;
}
.member-image-5 {
    margin-bottom: 30px;
    border-radius: 30px 30px 30px 0;
    position: relative;
    z-index: 1;
}
.member-image-5 img {
    border-radius: 30px 30px 30px 0;
}
.team-five-2 .member-image-5 img{
    border-radius: 0px 0px 0px 0px;
}
.team-five-2 .team-hover-effects-5 {
    border-radius: 0px 0px 0px 0px;
}
img {
    max-width: 100%;
    max-height: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}
.team-hover-effects-5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    border-radius: 30px 30px 30px 0;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.team-social-icon-5 {
	text-align:center;
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
}
.single-team-member-5:hover .team-social-icon-5{
	top: 50%;
	opacity:1;
}
.member-text-5 h4 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.member-text-5 p{
	font-size: 16px;
	color:#8c8c8c;
}
.team-social-icon-5 a{
	color:#fff;
	padding: 0 4px;
    display: inline-block;
}
.team-social-icon-5 a:hover{
	color:#d41212;
}
.single-team-member-5:hover .member-text-5 h4{
	color:#d41212;
}
.single-team-member-5:hover .team-hover-effects-5 {
    opacity: 1;
}
/* end team-5 */

/* start team-5 */
.bg-6{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.team-warp-6 {
  position:relative;
  width:20%;
  height: 360px;
  float:left;
  overflow:hidden;
}
.team-warp-6 .imgBox-6 {
  position: relative;
}
.team-warp-6 .imgBox-6 img {
  max-width: 100%;
  transition: 1s;
}
.team-warp-6:hover .imgBox-6 img{
  transform:scale(1.5);
}
.team-warp-6 .details-6 {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #fff;
  text-align:center;
  transform: scale(.5);
  visibility:hidden;
  transition:.5s;
}
.team-warp-6:hover .details-6 {
  transform: scale(1);
  visibility: visible;
}
.team-warp-6 .details-6 .content-6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  box-sizing: border-box;
}
.team-warp-6 .details-6 .content-6 h1{
  position: relative;
  margin:0;
  padding:0;
  font-weight:700;
  font-size:22px;
  text-transform: capitalize;
}
.team-warp-6 .details-6 .content-6 h1 span {
    font-size: 16px;
    color: #8c8c8c;
	font-weight:300;
    text-transform: capitalize;
}
.team-warp-6 .details-6 .content-6 h1:before {
  content: '';
  position: absolute;
  bottom:-10px;
  width: 50px;
  height: 2px;
  background: #f00;
  left: 50%;
  transform: translateX(-50%);
} 
.team-warp-6 .details-6 .content-6 ul {
  position:relative;
  display: flex;
  padding: 0;
  width: 70%;
  margin: 30px auto 0;
  opacity:0;
  transform: translateY(100px);
  transition: .5s;
 
}
.team-warp-6:hover .details-6 .content-6 ul{
   opacity:1;
   transform: translateY(0px);
}
.team-warp-6 .details-6 .content-6 ul li {
  list-style:none;
  width: 25%;
  text-align: center;
}
.team-warp-6 .details-6 .content-6 ul li a {
  display: block;
  color: #262626;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #262626;
}
.team-warp-6 .details-6 .content-6 ul li a:hover {
  background: #f53939;
  color: #fff;
  border: 1px solid #f53939;
}
/* end team-6 */

/* start team-7 */
.bg-7{
	background-color: #f6f6f6;
}
.our-team-7{
    text-align: center;
	position: relative;
    color: #fff;
	margin-bottom:25px;
}
.our-team-7 img{
    width: 100%;
    height: 100%;
}
.our-team-7 .content-7{
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 45%;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: center top 0;
    transition: all 0.5s ease 0s;
    opacity: 0;
}
.our-team-7:hover .content-7,
.our-team-7.active .content-7{
	opacity: 1;
	transform: perspective(400px) rotateX(0deg);
}
.our-team-7 .content-7 .title-7{
	margin: 0 0 10px;
	display: block;
	font-size: 22px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
}
.our-team-7 .content-7 .post-7{
	margin: 0 0 25px;
	display: block;
	color:#fff;
	font-size: 16px
}
.our-team-7 .social-7{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.our-team-7 .social-7 li{
	display: inline-block;
}
.our-team-7 .social-7 li a{
	display: block;
	color: #fff;
    font-size: 15px;
    height: 35px;
    width: 35px;
    line-height: 35px;
	border-radius: 0;
	background-color: #F32248;
	margin-right: 5px;
	transition: all 0.5s ease 0s;
	position: relative;
}
.our-team-7 .social-7 li a:hover, .our-team-7.active .social-7 li a{
	border-radius: 50%;
	text-decoration: none;
}
@media screen and (max-width: 990px){
.our-team-7{
	margin-bottom: 30px;
	width: 75%;
    margin: 25px auto;
	}
}
/* end team-7 */

/* start team-8 */
.bg-8{
    background: #f7f7f7;
}
.view-8 {
    width: 23%;
    margin: 10px;
    float: left;
    /* border: 10px solid #fff; */
    overflow: hidden;
    position: relative;
    left: 0%;
    text-align: left;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff url(../images/) no-repeat center center
}
.view-8 .mask, .view-8 .content {
    width: 300px;
    height: 300px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view-8 img {
    display: block;
    position: relative;
}
.view-8 h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    position: relative;
    font-size: 17px;
    padding: 0 0 10px 0;
    background: rgba(0, 0, 0, 0.8);
    margin: 50px 0 0 0;
}
.view-8 p {
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: left;
}
.view-8-sixth img { 
  transition: all 0.4s ease-in-out 0.5s; 
}
.view-8-sixth .mask{ 
  background-color:rgba(107, 101, 100, 0.62);
  opacity:0;
  transition: all 0.3s ease-in 0.4s;
}
.view-8-sixth h2{
  opacity:0;
    font-family: 'Roboto', sans-serif;
    background: transparent;
    margin: 80px 40px 0px 20px;
	font-size: 20px;
	font-weight:700;
    transform: scale(10);
    transition: all 0.3s ease-in-out 0.1s;
}
.view-8-sixth p { 
  opacity:0;
    transform: scale(10);
  transition: all 0.3s ease-in-out 0.2s;
}
.view-8-sixth a.info { 
  opacity:0;
    transform: translateY(100px);
  transition: all 0.3s ease-in-out 0.1s;
}
.view-8-sixth:hover .mask {  
  opacity:1; 
  transition-delay: 0s;
}                                      
.view-8-sixth:hover img { 
  transition-delay: 0s; 
}
.view-8-sixth:hover h2 { 
  opacity: 1;
    transform: scale(1);
  transition-delay: 0.1s;
}
.view-8-sixth:hover p { 
  opacity:1; 
   transform: scale(1);
  transition-delay: 0.2s;
}
.view-8-sixth:hover a.info { 
  opacity:1;
    transform: translateY(0px);
  transition-delay: 0.3s;
}


.team-style-8 .view-8.view-8-sixth{
    overflow: hidden;
}
.team-style-8 .view-8.view-8-sixth:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.team-style-8 .view-8.view-8-sixth:hover figcaption {
    -moz-transform: translateY(0px) translateY(0px);
    -webkit-transform: translateY(0px) translateY(0px);
    -o-transform: translateY(0px) translateY(0px);
    -ms-transform: translateY(0px) translateY(0px);
    transform: translateY(0px) translateY(0px);
}
 .team-style-8 .view-8.view-8-sixth img {
    -webkit-transition: -webkit-transform 0.8s;
    -moz-transition: -moz-transform 0.8s;
    transition: transform 0.8s;
}
 .team-style-8 .view-8.view-8-sixth {
    overflow: hidden;
}
.team-style-8 .view-8.view-8-sixth figcaption {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    padding: 20px;
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateY(100%) translateY(-90px);
    -webkit-transform: translateY(100%) translateY(-90px);
    -o-transform: translateY(100%) translateY(-90px);
    -ms-transform: translateY(100%) translateY(-90px);
    transform: translateY(100%) translateY(-90px);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
}
.team-style-8 .awsm-personal-info {
    position: relative;
    margin-bottom: 15px;
}
.team-style-8 .awsm-personal-info h3 {
    margin: 0 0 3px;
    padding: 0;
	color:#fff;
	font-size:22px;
    font-weight: 700;
	font-family:"Nunito",sans-serif;
}
.awsm-personal-info span {
	color: #fff;
	font-size:16px;
}
.team-style-8 .view-8.view-8-sixth .awsm-contact-info {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.team-style-8 .view-8.view-8-sixth:hover .awsm-contact-info {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.team-style-8 .awsm-social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 0 -5px;
}
.team-style-8 .awsm-social-icons li {
    display: inline-block;
    padding: 0 5px;
}
.team-style-8 .view-8.view-8-sixth figcaption a {
    color: #fff;
}
.team-style-8 .view-8.view-8-sixth figcaption a:hover {
    color: #fb2525;
}
.team-style-8 .awsm-social-icons a {
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

/* end team-8 */

/* start team-9 */

.profile-card-9 .profile-inner-9{
	perspective:1000px;
	position: relative;
}
.profile-card-9 .profile-img-9{
	transform:rotateY(0deg);
	backface-visibility: hidden;
	transform-style: preserve-3d;
	transition:  all 0.50s ease 0s;
}
.profile-card-9:hover .profile-img-9{
	 visibility:hidden;
	transform:rotateY(180deg);
}
.profile-card-9 .profile-img-9 img{
	 width:100%;
	height:auto;
}
.profile-card-9 .over-layer-9{
	 position: absolute;
	 top:0;
	left:0;
	width:100%;
	height:100%;
	 padding:30px 20px;
	background:rgba(236, 151, 31,0.8);;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	transform:rotateY(-180deg);
	transition:  all 0.50s ease 0s;
}
.profile-card-9:hover .over-layer-9{
	visibility: visible;
	transform:rotateY(0deg);
}
.profile-card-9 .over-layer-9 .social-links-9{
	margin:0 0 20px 0;
	padding:0;
}
.profile-card-9 .over-layer-9 .social-links-9 li{
	list-style: none;
	 display: inline-block;
}
.profile-card-9 .over-layer-9 .social-links-9 li a{
	color:#333;
	width:30px;
	height:30px;
	background:#fff;
	line-height:30px;
	text-align:center;
}
.profile-card-9 .over-layer-9 .social-links-9 li a:hover{
	text-decoration: none;
	transition: all ease-in-out 0.3s;
    transform: translateY(-4px);
    text-shadow: none;
    box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.34);
}
.profile-card-9 .over-layer-9 p{
	color:#fff;
	font-size:16px;
	line-height:26px;
}
 .profile-card-9 .profile-contact-9{
	color:#fff;
	text-align: center;
	padding:20px 10px;
	background:#ec971f;
	margin-bottom:15px;
}
.profile-card-9 .profile-contact-9 h4{
    margin: 8px 0px;
	color:#fff;
	font-weight:700;
	font-size:22px;
	text-transform: capitalize;
}
.profile-card-9 .profile-contact-9 span{
    color: #ffffff;
    font-size: 16px;
}
/* end team-9 */

/* start team-10 */
.bg-10{
	background: #f7f7f7;
}
.box-10{
	text-align: center;
	position: relative;
	margin-bottom:25px;
}
.box-10:after{
	content: "";
	display: block;
	background: #000;
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	opacity: 0;
	transform: rotateX(50deg);
	transform-origin: 0 0;
	transition: all 0.4s ease-in-out 0s;
}
.box-10:hover:after{
	transform: rotateX(0);
	opacity: 0.9;
}
.box-10 img{
	width: 100%;
	height: auto;
}
.box-10 .box-content-10{
	color: #eae2b7;
	position: absolute;
	top: 50%;
	left: 20px;
	right: 20px;
	opacity: 0;
	z-index: 1;
	transform: translate(10%, -50%);
	transition: all 0.2s ease-out;
}
.box-10:hover .box-content-10{
	opacity: 1;
	transform: translate(0, -50%);
	transition-delay: 0.2s;
}
.box-10 .icon{
	display: inline-block;
	font-size: 32px;
	margin-bottom: 10px;
}
.box-10 .title{
	font-size: 22px;
	font-weight: 700;
	color:#fff;
	text-transform: capitalize;
	margin: 0 0 10px;
}
.box-10 .post{
	display: block;
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
}
@media only screen and (max-width:990px){
	.box-10{ 
	margin-bottom: 30px;
    width: 70%;
    margin: 20px auto; 
	}
}

.team-area-10 .team-items .single-item {
    margin-bottom: 30px;
}
.team-area-10 .team-items .item {
    -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}
.team-area-10 .single-item.team-standard .thumb {
    overflow: hidden;
}
.team-area-10 .team-items .item .thumb {
    position: relative;
    z-index: 1;
}
.team-area-10 .single-item.team-standard .thumb .social {
    bottom: -55px;
    left: 0;
    padding: 15px 25px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.team-area-10 .single-item.team-standard .item:hover .thumb .social {
    bottom: 0;
}
.team-area-10 .single-item.team-standard .thumb .social ul {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 30px;
    display: inline-block;
    padding: 10px 30px;
}
.team-area-10 .single-item.team-standard .thumb .social li {
    display: inline-block;
}
.team-area-10 .single-item.team-standard .thumb .social li a {
    color: #f53939;
    display: inline-block;
    font-size: 20px;
    margin: 5px 10px 0;
}
.team-area-10 .team-items .item .info {
    background: #ffffff none repeat scroll 0 0;
    padding: 30px;
}
.team-area-10 .team-items .item .info h4 {
    font-weight: 700;
    margin-bottom: 10px;
	font-size: 22px;
	font-family:"Nunito", sans-serif;
    text-transform: capitalize;
}
.team-area-10 .single-item.team-standard .item .info span {
    display: inline-block;
    font-family: "Nunito",sans-serif;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
	font-size: 16px;
    color: #f53939;
}
.team-area-10 .single-item.team-standard .item .info span::after {
    background: #f53939 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
}
.team-area-10 .team-items .item .info p:last-child {
    margin-bottom: 0;
	color: #777;
    line-height: 28px;
	font-size: 16px;
}
/* end team-10 */

/* start team-11 */
.no-margin {
	margin: 0 !important;
}
.no-padding {
	padding:0;
}
.row:before {
    content: " ";
    display: table;
}
.agents-block-11 {
    background-color: #fff;
    text-align: center;
    padding: 45px 15px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 2;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.block-body-11 .auther-info span { display: block;}
 .blue {color: #000; }

.agents-block-11:hover { 
	box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2); 
	-webkit-transform: scale(1.1); transform: scale(1.1); 
	-webkit-transform: translate(0, -10px); 
	transform: translate(0, -10px); 
	z-index: 3; 
}
.agents-block-11 .auther-thumb-11 { 
	width: 150px; 
	height: 150px; 
}
.agents-block-11 .web-logo-11{ 
	margin-bottom: 0px;
	height: 0px;
} 
.agents-block-11 .block-body-11 .auther-info { 
	font-size: 16px; 
	line-height: 26px;
	margin: 0 0 10px 0;
	font-weight: 300;
 }
.agents-block-11 .block-body-11 .description {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 20px 0;
    font-weight: 300;
}
.agents-block-11 .blue{
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 0px;
}
.agents-block-11 span{
    font-size: 16px;
	color:#8c8c8c;
}
.agents-block-11 .view{
    font-size: 14px;
    background: #f53939;
    color: #fff;
	border:1px solid #f53939;
    padding: 10px 18px;
    border-radius: 26px;
	-webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.agents-block-11 .view:hover{
	background:#fff;
	color:#f53939;
	border:1px solid #f53939;
}
.agents-block-11 .description {
    color: #959595;
    font-style: inherit;
    height: 60px;
    overflow: hidden;
    padding: 0 15px;
}
.text-center {text-align:center}
.agents-block-11 .auther-thumb-11 {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin-bottom: 0px;
}
.img-circle {
    border-radius: 50%;
}
.item-thumb-11, figure {
    position: relative;
}
figure {
    margin: 0;
}
/* end team-11 */

/* start team-12 */
.team-box-12 {
	text-align: center;
	padding-bottom: 15px;
	background:#f53939;
	box-shadow:0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12),0 5px 5px -3px rgba(0,0,0,0.3);
	transition: all 0.4s ease-in-out 0s;
}

.team-box-12:hover{
	box-shadow:none;
}
.team-box-12 .img-box-12 {
	position: relative;
	overflow: hidden;
}
.team-shape-12,
.team-box-12 h3,
.team-hover-box-12 ul li a {
    transition: all 0.5s ease 0s;
}
.team-shape-12 {
	background-color: rgba(0,0,0,0.8);
    position: absolute;
    height: 72px;
	bottom: -6px;
    left: 0;
	right: 0;
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 95%, 0% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 100% 95%, 0% 0%);
}
.team-box-12:hover .team-shape-12 {
	height: 0;
}
.team-box-12 h3 {
	font-weight:700;
	font-size: 22px;
	color: #fff;
	margin-top: 27px;
	text-transform: capitalize;
}
.team-box-12:hover h3 {
	color: #000000;
	letter-spacing : 0px;
}
.team-box-12 p {
	color: #fff;
	font-size: 16px;
}
.team-box-12 .img-box-12::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	display: inline-block;
	-webkit-transform: scaleY(0);
	        transform: scaleY(0);
	-webkit-transform-origin: 0 0 0;
	        transform-origin: 0 0 0;
	transition: all 0.4s ease-in-out 0s;
	opacity: 0;
}
.team-box-12:hover .img-box-12::before {
	opacity: 1;
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
	visibility: visible;
}
.team-hover-box-12 {
	position: absolute;
	top: -50%;
	left: 0;
	right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
	padding: 0 28px;
    transition: all 1s ease 0s;
}
.team-box-12:hover .team-hover-box-12 {
	top: 50%;
}
.team-hover-box-12 ul {
	padding-left: 0;
	margin-bottom: 20px;
}
.team-hover-box-12 ul,
.team-hover-box-12 ul li,
.team-hover-box-12 ul li a {
	display: inline-block;
}
.team-hover-box-12 ul li a {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	line-height: 40px;
	border: 2px solid #fff;
	color: #fff;
}
.team-hover-box-12 ul li a:hover {
	border-color: #f53939;
	color: #f53939;
}
.team-hover-box-12 p {
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.45px;
}
/*--------------- media query start -------------------*/
@media (max-width: 479px) {

	.team-section-12 .row > .col-xs-6, .team-section-12 .row > .s6 {
		width: 100%;
	}
}
@media (max-width: 991px) {
.team-box-12 {
		max-width: 270px;
		display: block;
		margin: 0 auto 30px;
	}
  .about-box-12 {
		max-width: 272px;
		margin: 0 auto;
	}
}


/* start team-12 */
.bg-13{
	background: #f9f9f9;
}
.box2-13 .icon li a{
	text-align:center
}
.box2-13 .inner-content:after{
	content:"";
}
.box2-13{
	position:relative;
	overflow:hidden;
	background: #666971;
    margin-top: 60px;
}
.box2-13 img{
	width:100%;
	height:auto;
}
.box2-13 .box-content-13{
	width:100%;
	height:100%;
	position:absolute;
	top:50%;
	left:50%;
	z-index:2;
	transform:translate(-50%,-50%);
}
.box2-13 .box-content-13:after,.box2-13 .box-content-13:before,.box2-13:after,.box2-13:before{content:"";
	width:80%;
	height:80%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%) rotate(45deg);
	transition:all .5s ease 0s;
}
.box2-13:before{
	background:linear-gradient(45deg,rgba(0,0,0,.2) 49%,transparent 50%);
	left:-100%
}
.box2-13:after{
	background:linear-gradient(45deg,transparent 49%,rgba(0,0,0,.2) 50%);
	left:160%;
}
.box2-13 .box-content-13:after,.box2-13 .box-content-13:before{
	width:65%;
	height:65%;
	background:linear-gradient(45deg,rgba(244, 67, 54, 0.65) 49%,transparent 50%);
	left:-100%;
	transition-delay:.1s;
}
.box2-13 .box-content-13:after{
	background:linear-gradient(45deg,transparent 49%,rgba(244, 67, 54, 0.65) 50%);
	left:160%;
}
.box2-13:hover .box-content-13:after,.box2-13:hover .box-content-13:before,.box2-13:hover:after,.box2-13:hover:before{
	left:50%;
}
.box2-13 .inner-content-13{
	text-align:center;
}
.box2-13 .inner-content-13{
	width:50%;
	height:50%;
	color:#fff;
	padding:40px 0;
	position:absolute;
	top:50%;
	left:50%;
	z-index:2;
	transform:translate(-50%,-50%) scale(0);
	transition:all .3s ease .2s;
}
.box2-13 .inner-content-13:after{
	width:100%;
	height:100%;
	background:rgba(255,79,79,.8);
	position:absolute;
	top:50%;
	left:50%;
	z-index:-1;
	transform:translate(-50%,-50%) rotate(45deg);
}
.box2-13:hover .inner-content-13{
	transform:translate(-50%,-50%) scale(1);
	transition:all .3s ease 0s;
}
.box2-13 .title{
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
	font-family:"Nunito", sans-serif;
    margin-bottom: 5px;
    color: #fff;
}
.box2-13 .post{
	display:block;
	font-size:16px;
	text-transform:capitalize;
	margin-bottom:18px;
	color: #fff;
}
.box2-13 .icon{
	padding:0;
	margin:0;
	list-style:none;
	transform:rotateY(360deg) scale(0);
	transition:all .3s ease 0s;
}
.box2-13:hover .icon{
	transform:rotateY(0) scale(1);
}
.box2-13 .icon li{
	display:inline-block;
	margin:0 3px
}
.box2-13 .icon li a{
	display:block;
	width:35px;
	height:35px;
	line-height:35px;
	background:#fff;
	font-size:16px;
	color:#505050;
	transition:all .3s ease 0s;
}
.box2-13 .icon li a:hover{
	box-shadow:0 0 0 5px rgba(0,0,0,.5);
	background:#fff;
	color:#ff4f4f;
}
/* end team-13 */

/* start team-14 */
.ourTeam {
    background: #fff;
}
.ourTeam h2 {
    color: #222;
    margin: 0 0 30px 0
}
.ourTeam .i {
    margin-top: 30px
}
.ourTeam .i .team-warp-14 {
    background: #2d2c7b29;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    overflow: hidden;
    padding-bottom: 110px
}
.ourTeam .i .team-warp-14 .wrap {
    position: relative
}
.ourTeam .i .team-warp-14 .wrap img {
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    filter: gray; /* IE6-9 */
      -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
      filter: grayscale(0); /* Microsoft Edge and Firefox 35+ */
}
.ourTeam .i .team-warp-14 .wrap .info {
    padding-top: 30px;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}
.ourTeam .i .team-warp-14 .wrap .info .name {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
	font-family:"Nunito", sans-serif;
    margin: 0 0 8px 0;
	text-transform:capitalize;
}
.ourTeam .i .team-warp-14 .wrap .info .position {
    margin: 0;
    font-size: 16px;
    color: #fb2525;
}
.ourTeam .i .team-warp-14 .more {
    position: absolute;
    bottom: -100%;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}
.ourTeam .i .team-warp-14 .more p {
    margin: 0 18px 50px 18px;
    line-height: 26px;
    font-size: 16px;
}
.ourTeam .i .team-warp-14 .more .socials {
    margin: 0 0 20px 0
}
.ourTeam .i .team-warp-14 .more .socials a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #fff;
    margin: 0 0 0 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 0 rgba(0, 0, 0, .1)
}
.ourTeam .i .team-warp-14 .more .socials a:first-child {
    margin: 0
}
.ourTeam .i .team-warp-14 .more .socials a.facebook {
    background: #3262b9;
}
.ourTeam .i .team-warp-14 .more .socials a.facebook:hover {
    background: #07358a;
}
.ourTeam .i .team-warp-14 .more .socials a.twitter {
    background: #3dd7e5;
}
.ourTeam .i .team-warp-14 .more .socials a.twitter:hover {
    background: #02adbd;
}
.ourTeam .i .team-warp-14 .more .socials a.google-plus {
    background: #e23535;
}
.ourTeam .i .team-warp-14 .more .socials a.google-plus:hover {
    background: #ca0b0b;
}
.ourTeam .i .team-warp-14 .more .socials a.linkedin {
    background: #0b8aca;
}
.ourTeam .i .team-warp-14 .more .socials a.linkedin:hover {
    background: #266788;
}
.ourTeam .i .team-warp-14:hover img {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
}
.ourTeam .i .team-warp-14:hover .info {
    top: 0;
}
.ourTeam .i .team-warp-14:hover .more {
    bottom: 30px;
}
/* end team-14 */

/* start team-15 */

.bg-15{
    background: #f9f9f9;
}
.webcoderskull-15:after,
.webcoderskull-15:before{
	content: ""
}
.webcoderskull-15{
	overflow: hidden;
	margin-bottom:25px;
}
.webcoderskull-15 .title {
	letter-spacing: 1px;
}
.webcoderskull-15 {
	background: #0017b7;
	overflow: hidden;
	position: relative;
}
.webcoderskull-15:after,
.webcoderskull-15:before {
	border-width: 0 180px 140px;
	border-style: solid;
	border-color: transparent transparent  #ffdd40;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translate(-55%, 100%);
	transition: all .5s 0s cubic-bezier(.6, -.28, .735, .045)
}
.webcoderskull-15:after {
	border-width: 150px 250px;
	border-color:transparent #dc3545 #47cf73 #0ebeff;
	top: 25%;
	transform: translate(-60%, 100%)
}
.webcoderskull-15:hover:before {
	transition: all .4s 0s cubic-bezier(.175, .885, .32, 1.275);
	transform: translate(-55%, 0);
	transition-delay: .2s
}
.webcoderskull-15:hover:after {
	transition: all .4s 0s cubic-bezier(.175, .885, .32, 1.275);
	transform: translate(-60%, 0);
	transition-delay: 0s
}
.webcoderskull-15 img {
	width: 100%;
	height: auto;
	opacity: 1;
	transform: scale(1.1) translateY(3%);
	transition: all .5s ease 0s
}
.webcoderskull-15:hover img {
	transform: scale(1.1) translateY(-3%);
	opacity: .4
}
.webcoderskull-15 .box-content-15 {
	padding: 20px 0 0 20px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 2;
	transform: translateY(20%);
	transition: all .5s ease 0s
}
.webcoderskull-15:hover .box-content-15 {
	opacity: 1;
	transform: translate(0);
	transition-delay: .1s
}
.webcoderskull-15 .title {
	font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
	font-family:"Nunito", sans-serif;
}
.webcoderskull-15 span {
    font-size: 16px;
    color: #fff;
}
/* end team-15 */


/* start team-16*/
.bg-16{
	padding-top:30px;
}

#sync1 .item {
  margin: 5px;
  color: #FFF;
  text-align: center;
}
#sync1 .item .team-title {
  background-color: #ddd;
  color: #333;
  padding: 10px 5px;
}
#sync1 .item .team-title h5 {
    color:#000; 
    font-size: 22px;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
	margin-top:5px;
}
#sync1 .item .team-title span {
  color: red;
  font-size: 16px;
  margin-bottom:10px;
  display:block;
}
#sync1 .item .team-title p {
  font-size: 16px;
}
#sync1 .item .s-link {
  background-color: red;
  color: #fff;
  padding: 10px 0;
}
#sync1 .item .s-link a {
  color: #fff;
    font-size: 14px;
    margin: 0 5px;
}
#sync2 {
  margin-top: 50px;
}
#sync2 .item {
  background: #C9C9C9;
  margin: 5px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current .item {
  border: 1px solid red;
}
.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}
#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}
#sync2 .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
#sync2 .owl-nav {
    text-align: right;
    float: right;
    margin-top: 0;
    margin-top: 50px;
}
#sync2 .owl-nav >div {
    background-color: #f44336;
    display: inline-block;
    width: 40px;
	color:#fff;
    height: 40px;
    text-align: center;
    line-height: 20px;
    font-size: 1.125rem;
    padding: 8px;
    margin: 0 10px 0 0;
    border: 2px solid #f44336;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
/* end team-16 */

/* start team-17 */
.team-block-two-17 {
    position: relative;
}
.team-block-two-17 .inner-box-17 {
    position: relative;
}
.team-block-two-17 .inner-box-17 .image-17 {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.team-block-two-17 .inner-box-17 .image-17:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.60));
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.60));
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.60));
    background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.60));
}
.team-block-two-17 .inner-box-17 .image-17 img {
    position: relative;
    width: 100%;
    display: block;
}
.team-block-two-17 .inner-box-17 .image-17 .social-box-17 {
    position: absolute;
    left: -20px;
    bottom: -40px;
    right: 0px;
    z-index: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.team-block-two-17 .inner-box-17 .image-17 .social-box-17 li {
    position: relative;
    margin: 0px 8px;
    display: inline-block;
}
.team-block-two-17 .inner-box-17 .image-17 .social-box-17 li a {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.team-block-two-17 .inner-box-17:hover .image-17 .social-box-17 {
    bottom: 20px;
}
.team-block-two-17 .inner-box-17 .lower-content-17 {
    position: relative;
    padding: 25px 0px;
    text-align: center;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.team-block-two-17 .inner-box-17 .lower-content-17 h5 {
    position: relative;
    z-index: 1;
    font-weight: 700;
	font-family:"Nunito", sans-serif;
    line-height: 1.3em;
    margin-bottom: 10px;
	font-size: 22px;
}
.team-block-two-17 .inner-box-17:hover .lower-content-17 h5 a, 
.team-block-two-17 .inner-box-17:hover .lower-content-17 .designation-17, .team-block-two-17 .inner-box-17:hover 
.lower-content-17 .social-box-17 li a {
    color: #ffffff;
}
.inner-box-17:hover .lower-content-17:before, .team-block-two-17 .inner-box-17:hover .lower-content-17:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.team-block-two-17.style-two-17 .inner-box-17:hover .lower-content-17:after {
    height: 100%;
}
.team-block-two-17 .inner-box-17:hover .image-17:before {
    opacity: 1;
}
.team-block-two-17 .inner-box-17 .lower-content-17 .designation-17 {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: #666666;
    z-index: 1;
	font-family:'Nunito', sans-serif;
    line-height: 1.3em;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.team-block-two-17.style-two-17 .inner-box-17 .lower-content-17:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0%;
    display: block;

    background: -webkit-linear-gradient(top, #f53939 0%, #6d0d0d 100%);
    background: linear-gradient(to bottom, #f53939 0%, #6d0d0d 100%);
}
.team-block-two-17 .inner-box-17 .lower-content-17:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #ec0203;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
/* end team-17 */

/* start team-18 */
.team-section-four {
    position: relative;
}
.team-block-three {
    position: relative;
    padding: 0px;
}
.team-block-three .inner-box {
    position: relative;
    padding: 40px 40px 0;
}
.team-block-three .inner-box .image-wrapper {
    position: relative;
}
.team-block-three .image-wrapper:before {
    position: absolute;
    content: '';
    background: #fff;
    border: 7px solid #e8e8eb;
    left: 40px;
    bottom: 40px;
    width: 100%;
    height: 100%;
}
.team-block-three .inner-box .image {
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.team-block-three .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: .5s ease;
}
.team-block-three .inner-box:hover .image img {
    transform: scale(1.2);
}
.team-block-three .inner-box:hover .image-wrapper:after {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.team-block-three .image-wrapper:after {
    position: absolute;
    content: '';
    background: #3648b2;
    left: 40px;
    bottom: 40px;
    width: 70%;
    height: 70%;
    transition: .5s ease;
    opacity: .8;
}
.team-block-three .inner-box .overlay-box {
    position: absolute;
    left: 55px;
    bottom: 30px;
    right: 55px;
    padding: 25px 0;
    color: #ffffff;
    text-align: center;
    background: rgba(54, 72, 178, 0.95);
    opacity: 0;
    z-index: 9;
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px);
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}
.team-block-three .overlay-box ul{
	padding:0;
	margin:0;
}
.team-block-three .image-wrapper:before {
    position: absolute;
    content: '';
    background: #fff;
    border: 7px solid #e8e8eb;
    left: 40px;
    bottom: 40px;
    width: 100%;
    height: 100%;
}
.team-block-three .inner-box:hover .overlay-box {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.team-block-three .inner-box .overlay-box {
    position: absolute;
    left: 55px;
    bottom: 30px;
    right: 55px;
    padding: 25px 0;
    color: #ffffff;
    text-align: center;
    background: rgba(54, 72, 178, 0.95);
    opacity: 0;
    z-index: 9;
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px);
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}
.team-block-three .inner-box .overlay-box .social-links {
    position: relative;
    width: 100%;
}
.team-block-three .inner-box .overlay-box .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 4px;
    line-height: 24px;
}
.team-block-three .inner-box .overlay-box .social-links.style-two li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    font-size: 15px;
}
.team-block-three .inner-box .overlay-box .social-links li a {
    position: relative;
    color: #ff4747;
    background: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    font-size: 15px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.team-block-three .inner-box .overlay-box .social-links li a span{
	padding: 2px 2px;
	color:#fff;
    background: #ff4747;
}
.team-block-three .inner-box .overlay-box .social-links li a:hover {
    background: #ff4747;
    color: #fff;
}
.team-block-three .inner-box .overlay-box .social-links li a:hover span {
    background: #fff;
    color: #ff4747 !important;
}
.team-block-three .inner-box .lower-box {
    position: relative;
    padding-top: 25px;
    text-align: center;
}
.team-block-three .inner-box .lower-box h4 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
	text-transform:capitalize;
	font-family:"Nunito", sans-serif;
	margin-bottom: 10px;
}
.team-block-three .inner-box .lower-box h4 a {
    color: #222;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.team-block-three .inner-box .lower-box .designation {
    position: relative;
    color: #fff;
    font-size: 18px;
}

/* end team-18 */



.team-block-two {
    position: relative;
    margin-bottom: 15px;
}
.team-block-two .inner-box {
    position: relative;
}
.team-block-two .inner-box .image {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.team-block-two .inner-box .overlay-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 30px;
    color: #ffffff;
    text-align: center;
    background: rgba(54, 72, 178, 0.95);
    opacity: 0;
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px);
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}
.team-block-two .inner-box:hover .overlay-box {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
}
.team-block-two .inner-box .overlay-box .social-links {
    position: relative;
    width: 100%;
}
.team-block-two .overlay-box ul{
	padding:0;
	margin:0;
}
.team-block-two .inner-box .overlay-box .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 4px;
    line-height: 24px;
}
.team-block-two .inner-box .overlay-box .social-links.style-two li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    font-size: 15px;
}
.team-block-two .inner-box .overlay-box .social-links li a span{
	padding: 2px 2px;
	color:#fff;
    background: #ff4747;
}
.team-block-two .inner-box .overlay-box .social-links li a:hover {
    background: #ff4747;
    color: #fff;
}
.team-block-two .inner-box .overlay-box .social-links li a:hover span {
    background: #fff;
    color: #ff4747 !important;
}
.team-block-two .inner-box .overlay-box .social-links li a {
    position: relative;
    color: #ff4747;
    background: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    font-size: 15px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.team-block-two .inner-box .lower-box {
    position: relative;
    padding-top: 12px;
    text-align: center;
}
.team-block-two .inner-box .lower-box h4 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
}
.team-block-two .inner-box:hover .lower-box h4 {
	color: #f53939;
}
.team-block-two .inner-box .lower-box .designation {
    position: relative;
    color: #fff;
    font-size: 18px;
}


.message_wrapper {
    width: 100%;
    background-color: #fff;
	padding: 24px 0px;
}
.contentleft {
    float: left;
    line-height: 1.6em;
}
.message_wrapper .contentleft p {
    font-size: 26px;
    font-family: 'Nunito',sans-serif;
    color: #000;
	font-weight:600;
	text-transform: capitalize;
	margin-top: 10px;
    margin-bottom: 0;
}
.contentright {
    float: right;
    line-height: 1.6em;
}
.button_green_image {
    display: block;
    position: relative;
    margin: 0;
}
.button_green_image a {
    text-decoration: none;
    float: left;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-bottom: 3px solid #000c4c;
    padding: 10px 30px 7px 46px;
    background: url(../img/link.png) no-repeat scroll 19px 13px #f53939;
    transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    text-transform: uppercase;
}
.button_green_image a:hover {
    transition: all ease-in-out 0.3s;
    transform: translateY(-4px);
    text-shadow: none;
    box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.34);
}



.footer {
    text-align: center;
    background: #393b40;
    padding: 80px 0;
}
.footer-info-wrapper:before {
    margin-bottom: 40px;
}

.footer-logo {
    margin-bottom: 19px;
}
.footer-desc {
    font-size: 14px;
    font-weight: 500;
    color:#d2cbcb;
    text-transform: uppercase;
	font-family: 'Nunito', sans-serif;
    letter-spacing: 1.5px;
}
.footer-info-wrapper:after {
    margin-top: 35px;
}
.footer-info-wrapper:before, .footer-info-wrapper:after {
    display: block;
    content: '';
    width: 1px;
    height: 40px;
    background: #717171;
    margin-left: auto;
    margin-right: auto;
}
.copyright-1 {
    text-align: center;
    background: #192244;
    font-size: 16px;
    color: #b9b9b9;
    padding: 15px 0;
}
.copyright-1 a {
    color:#b9b9b9;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.copyright-1 a:hover {
    color: #fff;
}

