/*   
Theme Name: TNAPro
Theme URI: 
Description: This Theme is created for TNA.
Author: Aniket
Author URI: 
Version: 1.0
*/

/* FONTS */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
	/* font-family: 'Open Sans', sans-serif; */


@import url('https://api.fontshare.com/v2/css?f[]=satoshi@900,700,500,301,701,300,501,401,901,400&display=swap');
	/* font-family: 'Satoshi', sans-serif; */

	
html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-size: 14px;
    font-family: 'Satoshi', sans-serif;
    color: #222;
    background: #fff;
    overflow-x: hidden;
    position: relative;
}

body {
    font-size: 100%;     /* flexible baseline */
    line-height: 1.4;
}


/* Scrollbar */

body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}


div {
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.aligncenter {
    text-align: center;
}

.alignright{
    text-align: right;
}

.justify{
	text-align:justify!important;
}

.nogap {
    margin: 0!important;
    padding: 0!important;
}

.nomar {
    margin: 0!important;
}

.nopad {
    padding: 0!important;
}

.udpad10{
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

.udpad20{
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}

.udpad30{
    padding-top: 30px!important;
    padding-bottom: 30px!important;
}

.unipad10{
    padding: 10px!important;
}

.unipad20{
    padding: 20px!important;
}

.unipad30{
    padding: 30px!important;
}

.pad0{
	padding-right: 0px!important;
    padding-left: 0px!important;
}

.pad2{
	padding-right: 2px!important;
    padding-left: 2px!important;
}

.pad5{
	padding-right: 5px!important;
    padding-left: 5px!important;
}

.pad10{
	padding-right: 10px!important;
    padding-left: 10px!important;
}

.pad20{
	padding-right: 20px!important;
    padding-left: 20px!important;
}

.secpad10{
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

.secpad20{
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}

.secpad30{
    padding-top: 30px!important;
    padding-bottom: 30px!important;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    /* width: whatever width you want*/;
}

.white {
    color: #fff!important;
}

.whitebg {
    background: #fff!important;
}


.black {
    color: #000!important;
}

.blackbg {
    background: #000!important;
}

.sec {
    color: #57c8e7!important;
}

.secbg {
    background: #57c8e7!important;
}

.secbg h1, .secbg h2, .secbg h3, .secbg h4 , .secbg h5, .secbg h6, .secbg a, .secbg p, .secbg ul li{
    color: #fff!important;
}

a{
    color: #222;
    text-decoration: none;
    cursor: pointer;
}

a:hover{
    text-decoration: none;
    color:#57c8e7;
    cursor: pointer;
}

p a:hover{
    color:#57c8e7;
}

a:hover, a:focus, a:link, a:active{
	outline:none;
	border:0;
	text-decoration:none;
}

/* a:focus, a:link, a:active{
	
} */

* {
    outline: none;
}

ol, ul {
    font-size: 16px;
	padding: 0 0 0 20px;
}

blockquote {
    margin: 10px 0 10px 2em;
    padding: 20px;
    border-left: 5px solid rgba(0,0,0,.05);
}

img {
    outline: none;
    border: none;
}

.hunimg img {
    width: 100%;
    height: auto;
}

/* Textonomy */

p {
    font-size: 16px;
	width: 100%;
}

p img {
    float: left;
    margin: 0 10px 10px 0;
	max-width: 100%;
    height: auto;
}

.intro p{
	font-size: 1.2rem;
    line-height: 2rem;
}

h1,h2,h3,h4,h5,h6 {
   font-family: 'Satoshi', sans-serif;
}

h2{
	font-size:1.6em;
}

h3{
	font-size:1.2em;
    font-weight: 600;
}

hr {
    margin: 15px 0;
    border-top: 1px solid #eee;
	width: 100%;
}

@media (max-width: 768px){ 
	h2{
		font-size:1.6em;
	}
	
	h3{
		font-size:1.2em;
	}
}

header{
    width: 100%;
    display: block;
    z-index: 100!important;
    padding: 0;
    transition: background-color 0.3s ease;
    position: fixed;
    left: 0;
    border-top:solid 15px #fff;
}

.headerbg{
    background: #fff;
}

.headersep{
    background: #fff;
}

.headersep:after {
    position: absolute;
    z-index: -1;
    content: "";
    right: -5%;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: inherit;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-30deg);
}

@media (max-width: 768px){

    header{
        border-top:none;
    }

    .headerbg, .headersep{
        background: none;
    }
}

.subheader{
    width: 100%;
    background: #222;
    height: 650px;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: top center!important;
    position: relative;
}

.subheader img{
    text-align: center;
    max-width: 600px;
    height: auto;
    z-index: 2;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
}

@media (max-width: 1290px){ 
	.subheader{
        height: 500px;
    }

    .subheader img{
        height: auto;
        width: 80%;
    }
}

@media (max-width: 768px){ 
	.subheader{
        height: 230px;
    }
}

.subheader:after{
    content:"";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;    
    z-index: 1;
    background-color: rgba(000, 000, 000, 0.4);
}


.navbar {
    padding: 0;
}

@media (max-width: 768px){ 
	
	.navbar {
		padding: 0.5rem 1rem;
		max-height: 95vh;
	}
}

.navbar::-webkit-scrollbar {
    width: .3em;
}
.navbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.navbar::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.logo{
	max-width:120px;
}

.logo img{
	width: 120px;
    height: auto;
    margin-bottom: 10px;
    border: 5px solid #fff;
    position: absolute;
    top: 0;
}

@media (max-width: 768px){
    .logo img{
        width: 100px;
        border: 2px solid #fff;
    }    
}

.navbar-nav li{
	padding:10px;
	position:relative;
}

@media (max-width: 992px){ 

    .logo img{
        position: inherit;
    }

}

@media (min-width: 992px){     
	
	.navbar-nav li {
		padding: 2rem 0.3rem;
	}
	
	.navbar-nav li :last-child{
		padding-right:0;
	}
	
}

.navbar-toggler{
	background:#57c8e7;
	color:#fff;
}

.navbar-nav li a{
    font-weight: 500;
	color:#222;
    font-size: 1em;
}

@media (max-width: 1200px){ 
    .navbar-nav li a{
        font-size: 0.9em;
    }
}

.navbar-nav li a:hover{
	color:#57c8e7!important;
}

.current-menu-item a{
	color:#57c8e7!important;
}

/* DropDown */

.navbar-nav li:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu{
	background:#fff;
	min-width:200px;
	line-height: 90%;
    top:80%;
}

@media (min-width: 992px){ 
	
	.dropdown-menu{
		padding: 0;
		margin: 0;
	}
	
}

@media (max-width: 992px){ 
	
	.dropdown-menu{
		/*display:block;*/
		background: transparent;
		border: 0;
		padding: 10px 20px 0;
	}
	
}

.dropdown-menu li{
	padding:10px;
	border-bottom:1px solid #868e96;
}

.dropdown-menu li a{
    font-weight: 500;
    letter-spacing: .1em;
    color: #222;
	font-size: 0.8em!important;
    line-height: 1em;
}

.dropdown-menu li a{
    color:#000!important;
}

.dropdown-menu li a:hover{
	color:#57c8e7!important;
}

.dropdown-menu li:last-child{
    border-bottom: 0;
}

/* 3rd level Menu */

@media (min-width: 992px){ 

    .dropdown-menu li .dropdown-menu{
        padding:0;
        border-bottom:1px solid #868e96;
        position: absolute;
        left: 100%;
        top: 0;
    }

}

.dropdown-menu li .dropdown-menu li:last-child{
    border-bottom: 0;
}

/* ------- */

.fmenu{
	background:#57c8e7;
	color:#000;
}

.connectmenu a{
    color: #fff;
    background: #57c8e7;
    padding: 1em 3.5em;
    margin: 1.4rem auto 0 auto;
    border-radius: 20px;
    font-size: 1.15em;
}

.hidesx{
    display: block;
}

@media (max-width: 992px){ 
	
	.hidesx{
        display: none!important;
    }
	
}

#menu-main-nav-menu{
    background: #fff;
}

/* 
.menu-main-nav-menu li:last-child{
    display: ;
} */

.turqbtn{
    color: #fff;
    background: #57c8e7;
    padding: 0.6em 2.5em;
    margin: 15px auto 0 auto;
    border-radius: 20px;
    text-decoration: none;
}

.turqbtn:hover{
    color:#fff;
}

main{
	width: 100%;
    min-height: 600px;
    background: #fff;
    position: relative;
}

.content{
    padding: 10px 0 0;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: 50% 50%!important;
}

section{
	width:100%!important;
	background:#fff;
	display: inline-block;
    position: relative;
}

.sectitle{
	width:100%;
	margin:0;
	padding:1em 0;
	color:#000000;
	font-weight:500;
	display:inline-block;
    text-align: center;
    line-height: 100%;
}

.pagetitle{
    padding: 1.5em 0;
    letter-spacing: 1px;
    font-weight: 600;
}

/* .sectitle::after{
    display: block;
    content: "";
    position: relative;
    max-width: 150px;
    width: 50%;
    border-bottom: 5px solid #57c8e7;
    padding: 5px 0px;
} */

.secbg .sectitle::after{
    border-bottom: 5px solid #fff;
}

.btn-tna {
    background: #57c8e7;
    color: #fff;
    font-size: 1.5rem;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 5px;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
}


/* Main Video Slide */

.homecapx{
    width: 100%;
    background: #444;
    padding: 30px;
    display: block;
}

.homecapx h1{
    width: 100%;
    color: #fff;
    padding: 10px 0;
    margin: 0;
    font-size: 2.5em;
    letter-spacing: 1px;
    text-align: left;
    line-height: 110%;
    font-weight: 600;
    display: block;
    text-shadow: 2px 2px #000;
}

.homecapx h2{
    color: #fff;
    padding: 10px 0 2em;
    margin: 0;
    font-size: 1.8em;
    letter-spacing: 1px;
    text-align: left;
    font-weight: 500;
    width: 100%;
    clear: both;
    text-shadow: 2px 2px #000;
}

@media (max-width: 1320px){ 
	.homecapx h1 {
        font-size: 1.8em;
  }
	.homecapx h2 {
        font-size: 1.2em;
  }

  .homecapx .box-excerpt{
    font-size: 0.8em;
  }
  
}


@media (max-width: 768px){ 
	.homecapx h1 {
        font-size: 2em;
  }
	.homecapx h2 {
        font-size: 1.2em;
  }

  .homecapx .box-excerpt{
    font-size: 0.8em;
  }
  
}

.homecapstexts{
    color:#fff;
    text-align: center;
    text-shadow: 1px 1px #000;
}

.homecapx .box-title {
    /* color: #57c8e7!important; */
    text-align: center;
    font-size: 2em;
}

.homecapx .box-excerpt {
    font-size: 1.2em;
    line-height: 130%;
    margin-bottom: 20px;
}

@media (max-width: 1290px){ 
	.homecapx .box-title {
        font-size: 1.4em;
    }
    
    .homecapx .box-excerpt {
        font-size: 0.8em;
    }
}

@media (max-width: 768px){ 
	.homecapx .box-title {
        font-size: 1em;
    }
    
    .homecapx .box-excerpt {
        font-size: 0.8em;
    }
}

.homesecbtn {
    background: #222;
    color: #fff;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 10px 15px;
    display: inline-block;
    text-align: center;
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: 1px;
    width: 100%;
    margin: 0 0 5px;
    border-radius: 20px;
}

.homesecbtn:hover{
    color:#57c8e8;
    font-weight: 600;
}

.boxx{
    position: relative;
    padding: 0 5px;
}

.boxxwrapper{
    position: relative;
    min-height: 175px;
    padding: 0.6em 1em;
    margin-bottom: 10px;   
}

.boxxwrapperbg{
    background-image: url('assets/trarrow.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 15%;
}

.boxxwrapper h3{
    font-size: 2em;
    color: #fff;
    padding: 0 0 0.5em;
    text-align: left;
    margin: 0;
    font-weight: 600;
}

.boxxwrapper p{
    font-size: 16px;
    color: #fff;
    padding: 0;
    text-align: left;
}

/* Events */

.events{
    position: relative;
    padding: 0 5px;
}

.eventswrapper{
    position: relative;
    margin-bottom: 20px;
    text-align: center;  
}

.eventswrapper h1{
    font-size: 1.5em;
    font-weight:900;
    padding: 10px 0;
}

.eventswrapper img{
    width: 100%;
    height: auto;
}

.eventswrapper h4{
    font-size: 1.4em;
    padding: 10px 5px 5px;
    margin: 0;
}

.eventswrapper p{
    font-size: 16px;
    padding: 0 5px 5px;
    margin: 0;
}

.eventimg{
    position: relative;
    width:100%;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: 50% 50%!important;
    position: relative;
}

.eventimg .dummy {
    padding-top: 60%;
}

.register{
    width: 100%;
    text-transform: uppercase;
    color:#222;
    border-bottom: thin solid #57c8e7!important;
    font-weight: 500;
    letter-spacing: 1px;
}

.homehappycommunity{
    width: 100%;
    position: relative;
    text-align: center;
    padding:1em;
}

.homehappycommunity h1{
    font-size: 7em;
    color: #d8f2f9;
    font-weight: 300;
    margin-bottom: 20px;
}

@media (max-width: 768px){ 
	.homehappycommunity h1{
		font-size: 3em;
        font-weight: 600;
	}
}

.homehappycommunity p{
    color: #222;
}

.homehappycommunity .ubadge{
    display: flex;
    width: auto;
    align-items: center;
    justify-content: center;
}

.homehappycommunity .ubadge .avatar{
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
}

.homehappycommunity .ubadge .details{
    text-align: left;
    padding: 10px;
}

.homehappycommunity .ubadge .details h4{
    font-size: 1.2em;
    margin: 0;
    padding: 1em 0 0;
    color:#222;
}

.homehappycommunity .ubadge .details p{
    color:#222;
}

/* Team */

.team{
    position: relative;
}

.teamwrapper{
    position: relative;
    margin-bottom: 10px;
    text-align: center;  
}

.teamwrapper img{
    width: 100%;
    height: auto;
}

.teamwrapper h4{
    font-size: 1.4em;
    padding: 10px 5px 0;
    margin: 0;
    color:#222;
}

.teamwrapper p{
    font-size: 14px;
    padding: 0 5px 5px;
    margin: 0;
    color:#222;
}

/* Blog */

.blogfilter{
    list-style: none;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin: 1em 0 3em;
}

.blogfilter li{
    list-style: none;
    float: left;
}

.blogfilter li a{
    text-decoration: none;
    color: #222;
    border: solid thin #57c8e7;
    border-radius: 20px;
    padding: 0.6em 2.5em;
    margin: 10px;
    font-weight: 500;    
}

.blog{
    width: 100%;
    margin-bottom: 2em;    
}
  
.blogwrapper .blogimg img{
    width: 100%;
    height:180px;
    object-fit: cover;
}
  
.blogwrapper h4{
      color: #222;
      text-align: left;
      margin: 0;
      padding: 0 0 5px;
      font-size: 1.2em;
      font-weight: 600;
}

.blogwrapper h4 span{
    font-size: 0.8em;
    color:#444;
}
  
.blogwrapper p{
      color: #57c8e7;
      text-align: left;
      margin: 0;
      padding: 5px 0 0;
      font-size: 1.2em;
      font-weight: 500;
      line-height: 1.5em;
}

.blogwrapper .readmore{
    width: 100%;
    text-transform: uppercase;
    color:#222;
    border-bottom: thin solid #57c8e7!important;
    font-weight: 500;
    letter-spacing: 1px;
}

.page-numbers{
    padding: 10px;
    color:#000;
    font-size: 1.2em;
  }
  
  .page-numbers.current{
    color: #57c8e7;
    font-weight: bold;
  }

/* Connect Page */

.contitle{
    display: flex;
    color:#57c8e7;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 0;
    font-size: 1.5em;
    align-items: center;
}

.contactdetails h2{
	font-size: 1.5em;
    font-weight: 400;
    color: #424242;
    margin: 5px 0 5px 0;
    text-align: left
}

.contactdetails h3{
	font-size: 1.2em;
    color: #424242;
    font-weight: normal;
    border: 0;
    padding: 10px 0;
    margin: 0;	
}

.concapimg{
    width:100%;
    max-width: 200px;
    height:auto;
}


.contactbtn{
	padding:10px 30px;
	color:#57c8e7;
	border:0;
	cursor:pointer;
	text-align: center;
    border-radius: 5px;
	float:right;
	background:#000;
}

.msgarea{
	max-height:100px;
}


/* What we offer */

.mz{
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: 50% 50%!important;
    position: relative;
    margin-bottom: 10px;
  }
  
  .mz::after{
    content:"";
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 0;  
  }
  
  .mz .dummylg{
    padding-top: 460px;
    background: rgba(0, 0, 0, 0.4);
  }
  
  .mz .dummysm{
    padding-top: 225px;
    background: rgba(0, 0, 0, 0.4);
  }
  
    .mz .dummyxs{
    padding-top: 180px;
    background: rgba(0, 0, 0, 0.4);
  }
  
  @media (max-width: 768px) {
    .mz .dummylg {
      padding-top: 60%;
    }
    .mz .dummysm {
      padding-top: 60%;
    }
  }
  
  
  .mz h3{
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 10px;
    font-size: 1.8em;
    font-weight: 600;
    line-height: 1;
  }

  .mz h4{
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 10px;
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1;
  }
  
  .mz h3 span{
    width: 100%;
    font-size: 0.8em;
    font-weight: 300;
    display: block;
  }

/* How do I become TNA */

.servicelist{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
}

.servicelist li {
    width: 100%;
    display: inline-block;
    padding: 20px 10px 20px 80px;
    font-size: 16px;
    position: relative;
    text-align: justify;
	color:#000;
}

.servicelist li:hover {
	color:#fff;
	background:#57c8e7;
}

.servicelist li i{
    font-size: 2.5em;
    color: #57c8e7;
    position: absolute;
    left: 10px;
    top: 10px;
}

.servicelist li:hover i{
	color: #fff;
}

.servicelist li strong{
	text-transform:uppercase;
}


/* Business Member */

.bizpackbox{
	margin-bottom: 30px;
}

.bizpackheader{
	width: 100%;
    background: #57c8e7;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 1.2em;
    padding: 20px 10px;
    border-radius: 5px;
}

@media (min-width: 768px){
    .bizpackheader{
        height: 100px;
    }
}

.bizpackcontent{
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 5px;
}

.bizpackcontent p{
    font-size: 14px;
}

.bizpackfooter{
	width: 100%;
    background: #242424;
    color: #fff;
    font-size: 1.5em;
    padding: 20px 10px;
    border-radius: 5px;
}

.bizpackfooter p{
    font-size: 15px;
}

.bizpackboxul li{
    width:100%;
    list-style: none;
    display: flex;
    align-items: start;
    text-align: left;
    margin-bottom: 10px;
}

.bizpackboxul li b{
    font-size: 16px;
    font-weight: 600;
}

.bizpackboxul li p{
    margin:0;
    font-size: 14px;
}

.bizpackboxul li p b{
    font-size: 16x;
    font-weight: 600;
}

.bizpackboxul li i {
    font-size: 1.5em;
    margin-right: 10px;
    color: #57c8e7;
    width: 25px;
}

/* WiT */

.witBlock {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: bottom center !important;
    position: relative;
    margin-bottom: 30px;
  }
  
  .witBlock .dummy {
    padding-top: 60%;
  }
  
  .witBlock .witBlockdetails {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
  }
  
  .witBlock .witBlockdetails h3 {
    color: #57c8e7;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .witBlock .witBlockdetails p {
    clear: both;
    text-shadow: 2px 2px #000;
    color: #57c8e7;
    padding: 2px 0;
    margin: 0;
    text-align: center;
    font-size: 1.4rem !important;
    text-transform: uppercase;
  }

  .witBlock .witBlockdetails small {
    width: 100%;
    padding: 5px 10px;
    color: #fff;
    font-size: 1em;
    display: flex;
    justify-content: center;
    margin: 0;
  }
  
  .witBlockdetails img {
    height: 40px !important;
    width: auto;
    margin-top: 10%;
    margin-bottom: 10px;
  }


/* Footer */

footer{
    width:100%;
    background:#f1f1f1;
}

footer h4 {
    color: #222;
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
}

footer p {
    color: #222;
    font-size: 13px;
    text-align: justify;
}

.social{
	margin:10px 0 20px;
	padding:0;
	list-style:none;
	width:100%;
	text-align:left;
	display:inline-block;
}

.social li{
	width: 40px;
    display: inline-block;
    text-align: center;
	
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
	
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.social li i{
	color: #57c8e7;
    text-align: center;
    font-size: 2rem;
}

.social li:hover i{	
	color:#222;
}

.copyright, .copyright.a{
    font-size: 13px;
    color:#222;
}

#mc_embed_signup #mce-success-response {
    color: #529214!important;
    display: none;
    padding: 0 0 10px 0!important;
}

/* Business Partners */


.bmp{
	padding:0;
	background:#fff;
    border: 1px solid #eee;
    position: relative;
    text-align: center;
	overflow: hidden;
}

.bmp .dummy{
    padding-top:60%;
}

.per90 img{
	width:90%;
	height:auto;
}

.bmpcontent{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.bmpintro{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#57c8e7;
	opacity:0;
	transition: opacity .6s;
	color:#fff;
	cursor:pointer
}

.bmpintrowrapper{
	position:absolute;
	top:10px;
	bottom:10px;
	left:10px;
	right:10px;
}

.bmp:hover .bmpintro{
	opacity:1;
	transition: opacity .6s;
}

.bmdetails p{
	text-align:justify;
}

.bmdetails h3{
	font-weight: 600;
    padding: 0 0 20px;
    margin: 0;
    font-size: 1.5rem;
}


/* WiT */

.witBlock {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    margin-bottom: 30px;
  }
    
  .witBlock .witBlockdetails {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
  }
  
  .witBlock .witBlockdetails h3 {
    color: #57c8e7;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
  }
  
  .witBlock .witBlockdetails p {
    clear: both;
    text-shadow: 2px 2px #000;
    color: #57c8e7;
    padding: 2px 0;
    margin: 0;
    text-align: center;
    font-size: 1rem !important;
    text-transform: uppercase;
    font-weight: 600;
  }
  
  .witBlockdetails img {
    height: 40px !important;
    width: auto;
    margin-top: 3%;
    margin-bottom: 10px;
  }

  .witbtns {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
  }
  
  .witbtns a, .witbtns button {
    padding: 10px 20px;
    background: #57c8e7;
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    font-weight: 700;
    margin: 5px 0;
    border-radius: 5px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border:none;
    outline:none;
    cursor:pointer;
  }
  
  .witbtns a img, .witbtns button img{
    height:20px;
    width:auto;
    margin-right: 5px;
  }

  .proprof img{
    width:100%;
}

.proprof{
    margin-bottom: 10px;
}

.proprof p{
    margin: 0;
    text-align: center;
    font-weight: 600;
    padding: 5px 0 0;
    width: 100%;
    font-size: 1.2em!important;
}

.proprof span{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1em;
}

.wittitle{
    width: 100%;
    padding: 2.5em 0;
}

.wittitle h1{
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;
    font-size: 2.5rem;
    padding: 0;
    color: #000000;
    margin: 0;
}

.wittitle h4{
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
    line-height: 100%;
    font-size: 1.2rem;
    padding: 10px;
    color: #000000;
    margin: 0;
}

.wittitle h2{
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;
    font-size: 2rem;
    padding: 0;
    color: #000000;
    margin: 0;
}

.modal{
    background: rgba(0,0,0,0.7);
}


/* Slick */

.slick-dots{
    list-style: none;
}

.slick-dots li{
    color:#222;
}


/* Masonry */

.massonry {
    -webkit-column-count: 2;
    -moz-column-count:2;
    column-count: 2;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
     margin: 1.5em;
      padding: 0;
      -moz-column-gap: 1.5em;
      -webkit-column-gap: 1.5em;
      column-gap: 1.5em;
}

.massonry .hcpost{
    display: inline-block;
    background: #fff;
    margin: 0 0 1.5em;
    width: 100%;
	-webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* Modules */

.modules {
    position: relative;
    padding: 10px 5px;
}

.moduleimg {
    position: relative;
    width: 100%;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: 50% 50%!important;
    position: relative;
}

.modulesimg{
    padding: 2%;
    background: #bbb;
    text-align: center;
}

.modulesimg img{
    width: 100%;
    height: auto;
    text-align: center; 
}

.moduleimg .dummy {
    padding-top: 60%;
}

.modules h4{
    font-size: 1.5em;
    font-weight: 600;
    color: #57c8e8;
    padding: 0;
    margin: 0;
    text-align: center;
}

.modules p{
    text-align: center;
    font-size: 1em;
    padding: 0 0 5px;
    margin: 0;
    font-weight: 600;
}



.wpcf7-not-valid-tip {
    color: #fff!important;
    font-size: 0.8em!important;
    font-weight: normal;
    display: block;
    background: maroon;
    padding: 3px 5px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    background: maroon;
    color: #fff!important;
    padding: 5px;
}

.form-control {
    display: block;
    width: 100%;
    height: auto!important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* New */