
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i|Roboto+Slab:300,400,700&display=swap');*/

@import url('https://fonts.googleapis.com/css?family=Blinker&display=swap');

body {
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: 'Blinker', sans-serif;
	/*font-family: roboto slab,times new roman,Times,serif;*/
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
}
body a:focus, a:hover {
	text-decoration: none;
}
input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
}
label {
	margin: 0;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none;
}
/*-- //Reset-Code --*/

/*-- header --*/

.header-logo{
    border-right:1px solid #ccc;
}
.conf-contact ul li{
    display: inline-block;
    padding: 17px 10px;
    font-size: 15px;
    letter-spacing: 1px;
}
.conf-social ul li{
    display: inline-block;
	margin: 10px 5px 5px 5px;
}
.conf-social ul li a i{
    padding:8px 8px;
    letter-spacing: 1px;
    background: #4ac1ff;
    border-radius: 50%;
    width:30px;
    height:30px;
	text-align:center;
	font-size:14px; 
    color: #fff;
}
.conf-social ul li a i:hover{
    background:#000;
    color: #fff;
}
/*-- //header --*/

/*-- banner --*/

.banner1{
	background:url(../images/banner.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:300px;
}
/*-- nav --*/
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-brand {
    padding: 0px 0 0;
    font-size:1em;
    line-height: 45px;
	font-weight:600;
}
.navbar-brand span {
   /*Color: #f53753;
   Color: #fff; */
}
/*----navbar-nav----*/
.top-nav ul li a{
	color: #202242;
	padding: 0.2em 1em;
	font-size: 1.05em;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	font-weight: 500;
}
.top-nav ul li.active a,
.top-nav ul li a:hover{
	color:#ffe13e;
}
.logo a{
	display:block;
}
/* top-nav */
.top-nav:before,
.top-nav:after {
    content: " ";
    display: table;
}
.top-nav:after {
    clear: both;
}
nav {
	position: relative;
	/*margin: 2.4% 0 0 5.5%;*/
}
nav ul {
	padding: 0;
	float: left;
	margin: 0.5em 0;
}
nav a {
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}

.navbar-nav > li > a {
    padding: 10px 14px;
    font-size: 1.1em;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    border: 2px solid rgba(74, 73, 73, 0.04);
	
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
   color: #ffe13e!important;
    background: none!important;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #ffe13e!important;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a {
    color: #202242!important;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #202242!important;
    background: none!important;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	 color: #202242!important;
	 font-size:0.9em;
}
.navbar-default .navbar-brand {
    color: #fff!important;
    margin: .1em 0 .1em 2em;
}
.dropdown-menu > li > a {
    display: block;
        padding: 3px 27px;
	   color: #fff;
}
.navbar-inverse {
    background: none!important;
    border: none!important;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding: 0!important;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: none!important;
    background: none!important;
}
.navbar-default .navbar-nav > li > a {
	    margin-right: 10px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;    
}
.navbar-nav {
    margin: .2em!important;
}
.navbar {
    border-radius: 0px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffe13e!important;
    background: none!important;
	border: 2px solid #f53753;
}
.navbar-right {
    float: left!important;
    margin-left:14em!important;
    margin: .3em;
}
.navbar {
    position: absolute;
    min-height: 0;
    background: rgba(0, 0, 0, 0.46);
    margin: 0!important;
    padding-top: 0!important;
    border: none;
    margin-left: 0%!important;
    z-index: 999;
    width: 100%;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color:#fff;
    background: none!important;
	border: 2px solid #f53753;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background: none!important;
	border: 2px solid #f53753;
	border: 2px solid #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: cyan;
     background: none!important;
    border: 2px solid #fff;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 120px!important;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
      background-color: rgba(82, 89, 99, 0.48);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius:0px!important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
       color: #f53753;
    text-decoration: none;
    background-color: #212121;
}
/*-- //nav --*/
/*-- social-icons --*/
ul.top-links li {
       margin-right: 10px;
    display: inline-block;
}
ul.top-links {
 float: right!important;
    margin-right: 4em;
}
ul.top-links {
    float: right!important;
    margin-right: 4em;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 2%;
}
ul.top-links li a i.fa {
    color: #f53753;
    color: #000;
    font-size: 15px;
    background: #fff;
        padding: 0.7em 0;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 10px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
ul.top-links li a i.fa:hover {
    color:#fff;
}
i.fa.fa-facebook:hover {
    background: #3b5998;
}
i.fa.fa-twitter:hover {
    background: #00ACEE;
}
i.fa.fa-linkedin:hover {
    background: #00a0dc;
}
i.fa.fa-google-plus:hover {
    background: #dd4b39;
}
/*-- //social-icons --*/
/*--slider--*/
/* #slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    bottom:-35%;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width:32px;
    height:32px;
    background: transparent url("../images/left.png") no-repeat left top;
}
 .callbacks_nav:hover{
  	opacity: 0.5;
  }
.callbacks_nav.next {
  left: auto;
   background: transparent url("../images/right.png") no-repeat right top;
      left:51%;
 }
 .callbacks_nav.prev {
	right: auto;
	background-position:left top;
	    left: 46%;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display:none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  }
.callbacks_tabs{
       list-style: none;
    position: absolute;
    bottom: -39%;
    left: 42%;
    padding: 0;
    margin: 0;
    z-index: 990;
    display: block;
    text-align: center;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
       display: inline-block;
    margin: 0 7px;
}
/*----*/
/* .callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 12px;
    width: 12px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
	background: #f53753;
    border: 1px solid #f53753;
    height:1px;
    width:40px;
    border-radius: 0;
}
/*----*/
/*.w3l_banner_info{
    margin:7em auto 0;
    text-align: center;
}

.w3l_banner_info h4 {
      font-size: 6em;
    line-height: 1.5em;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    letter-spacing: 4px;
        border-top: 6px solid #fff;
    border-left: 6px solid #fff;
    width: 60%;
    margin: 0 auto;
    padding-top: 25px;
}
.w3l_banner_info h4 span{
	display: block;
    font-size: 2em;
    padding: .4em .5em;

	color:#fff;
}
.w3l_banner_info p {
    color: #f53753;
    font-size: 1.2em;
    text-transform: uppercase;
   letter-spacing: 11px;
   margin-bottom:1.5em;
}
.w3l_banner_info h4 i{
	display: block;
    font-style: normal;
    padding: .4em .5em;
    color: #212121;
    width: 22%;
}
a.read{
	font-size:1.1em;
	color:#333;
	background:#fff;
	padding:0.6em 2em;
}
/* Underline From Center */
/* .hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #f53753;
  height:5px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
} 
/*-- //banner --*/
.banner-heading {
    width: 50%;
    margin: 10em auto 5em;
    padding: 1em;
}
.banner-heading h3 {
    text-transform: capitalize;
    text-align: center;
    font-size: 3em;
    color: #fff;
    line-height: 1.4em;
	font-weight:600 !important;
    letter-spacing: .05em;
}
.banner-heading p {
    color: #ccc;
    text-align: center;
    margin: 1em 0;
    font-size: 1em;
    line-height: 1.8em;
}
.more a {
    text-transform: capitalize;
    color: #fff;
    font-size: 1em;
    border: 2px solid #FF5722;
    padding: .4em 1em;
    background: #FF5722;
}
.more a:hover {
    background-color: #00d0ff;
    border-color: #00d0ff;
}
.more {
    margin: 2em 0;
    text-align: center;
}
.banner-grids {
    margin-top: 8em;
    position: absolute;
    top:55%;
    left: 200px;
    z-index: 999;
}
.banner-grid1,.banner-grid2,.banner-grid3{
    border-radius: 8px;
    margin-right: 1em;
    width: 31.33%;
}
.banner-grid1:hover,.banner-grid2:hover,.banner-grid3:hover{
    background: rgba(0, 0, 0, 0.44);
}
.banner-grid2{
	background: rgb(19, 42, 99);
	background: rgba(19, 42, 99, 0.79);
	color:#fff;
	transition:1s all;
}
.banner-grid1{
	background: #4CAF50;
	background: rgba(76, 175, 80, 0.79);
	color:#fff;
	transition:1s all;
}
.banner-grid1 a,.banner-grid2 a,.banner-grid3 a {
    color: #fff;
}
.banner-grid3{
	background: brown;
	background: rgba(165, 42, 42, 0.79);
	color:#fff;
	transition:1s all;
}
.banner-grid1 h3, .banner-grid2 h3, .banner-grid3 h3 {
    font-size: 1.3em;
    line-height: 1.4em;
    /*color: #bdbdbd; */
    padding: 1em 1em 2em;
    font-weight: normal;    
}
.banner-grid1 h4,.banner-grid2 h4,.banner-grid3 h4 {
    font-size: 1em;
    padding: 0 1.5em 1.2em;
    color: #fff;    
}
.flexslider-info {
    margin: 0em !important;
}


/*-- gallery --*/
.w3l_gallery_grid li{
	display: inline-block;
    float: left;
    width: 32.33%;
    padding: 1%;
}
.box {
    position: relative;
    overflow: hidden;
}
.gallery p{
    letter-spacing: 0.5px;
    color: #383636;
    margin-top: 10px;
    line-height: 30px;
}
.box .topic-place-date{
    position: absolute;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    padding: 1em;
	width:100%;
	text-shadow:1px 1px #2d2d2c;
}
.topic-place-date .left-place img{
    width: 45px;
    height: 27px;
    border-radius: unset;
    position: unset;
    margin-right: 10px;
}
.topic-place-date .left-place{
    float:left;
}
.topic-place-date .right-date{
    float:right;
}
.box .topic-conf{
    /*position: absolute;*/
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    padding: 1em;
    width: 100%;
    /* margin-top: 3em; */
    line-height: 25px;
    text-shadow: 1px 1px #2d2d2c;
}
.box .conf-date{
    /*position: absolute;*/
    font-size: 19px;
    /* font-weight: 600; */
    color: #fff;
    letter-spacing: 2px;
    /*padding: 1em;*/
    width: 100%;
    text-align: center;
    /*bottom: 4em;*/
    text-shadow: 1px 1px #2d2d2c;
}
.box .conf-count{
    /*position: absolute;*/
    font-size: 19px;
    /* font-weight: 600; */
    color: #fff;
    letter-spacing: 2px;
    padding: 1em;
    width: 100%;
    text-align: center;
    bottom: 2em;
    text-shadow: 1px 1px #2d2d2c;
}
.topic-content{
    /*position: absolute;*/
    bottom: 0;
    left: 1.8em;
    background:#202121f2;
    padding: .5em 1em;
    width: 85%;
}
.topic-content .conf-about{
    color: #fff;
    font-size: 17px;
    text-align: center;
	letter-spacing:1px;
	padding:2px 0px;
}
.box img {
  position: absolute;
  left: 0;
  border-radius: 10px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.conf-box-info{
    width: 100%;
    float: left;
    height: 216px;
    /*background:hsla(0, 0%, 25%, 0.86);*/
    position: absolute;
    border-radius: 10px;
}
.box .overbox {
	background-color: hsla(0, 0%, 11%, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100;
	border-radius: 10px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 100%;
    padding:1em 2em 2em;
}
.box,.box .overbox {
	height: 216px;
}
.box:hover .conf-box-info{
    display:none;
}
.box:hover .overbox { opacity: 1; }

.box .overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
}
.title{
	color: #fff;
    padding: 0em 1em;
}
.box .topic-conf {
  font-size:15px;
  text-transform: uppercase;
  /*opacity: 0;*/
  transition-delay: 0.1s;
  transition-duration: 0.2s;
}
.left-conf{
   float:left;
}
.right-conf{
   float:right;
} 
.box:hover .title,
.box:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.overbox .left-conf img{
    width: 45px;
    height: 27px;
    border-radius: unset;
    position: unset;
    margin-right: 10px;
}
.box .tagline {
    font-size: 14px;
    line-height: 1.6em;
    /* opacity: 0; */
    transition-delay: 0.2s;
    transition-duration: 0.2s;
    /* margin: 40px 0 0 0; */
    color: #fff;
    letter-spacing: 1px;
    padding: 2em 1em;
}
.box .topic-contry{
	font-size: 14px;
    transition-delay: 0.1s;
    transition-duration: 0.1s;
    padding:1em;
    color: #fff;
    letter-spacing: 1px;
}
.box .view-conf{
	font-size: 14px;
   transition-delay: 0.1s;
    transition-duration: 0.1s;
    /* margin: 15px 0 20px 0; */
    color: #fff;
    letter-spacing: 1px;
    border: 1px solid #447b08;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    display: inline-block;
    background: #529a05;
	margin:0em 1em;
}
.box:hover .tagline,
.box:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}
.box img:hover{
	border:2px solid;
	}

/*-- //gallery --*/


/* about */
.about{
    background:url(../images/about-bg1.jpg) no-repeat;
	background-size:cover;
}
.w3l_head {
    letter-spacing:1px;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    color: #1c3d86;
    border-bottom: double 4px #4ac1ff70;
    padding: 10px 20px;
    width: fit-content;
    /* text-align: -webkit-match-parent; */
    margin: auto;
}
.about-conf .heading h2{
    color:#fff;
}
.about-conf{
    background:#00000085;
	padding:2em;
}
.about-conf p {
    color: #fff;
    line-height: 25px;
    margin: 10px 0px;
}
.gridicon i.fa {
    font-size: 25px;
    border: 1px dotted #292928;
    width: 55px;
    height: 50px;
    text-align: center;
    line-height: 2em;
    color: #009ced;
    background: #fff;
}
.gridtext h4 {
    color: #ffffff;
    margin: 0.6em 0 0.6em 0;
    font-size: 21px;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px #2d2d2c;
}
.gridtext p {
    color: #999;
    font-size: 1em;
    line-height: 1.8em;
}
.about-left-grids h3 {
    color: #000;
    font-weight: 600;
}

.gridicon {
    width: 20%;
	float:left;
}

.gridtext {
    margin: 1em 1em;
    width: 100%;
    float: left;
}
.about-right img {
    width: 100%;
}
/* //about */

/*-- Stats --*/

.stats {
	width:100%;
	background:#fff;
}
.associates ul li {
    display: inline-block;
    margin: 15px 13px;
}
.associates ul li a img {
    width: 256px;
    border: 1px solid #e0dfdf;
    padding: 3px;
}

/*-- //Stats --*/


/*-- Team --*/
.membership{
    background:url(../images/memories-bg.jpg) no-repeat;
	background-size:cover;
	padding:3em 0em;
}
.teamw3agile h3 {
    color: #fff;
    text-align: center;
    font-size: 3em;
    text-transform: uppercase;
}

.teamw3agile-grids{
	text-align:center;
	padding:3em;
	background:#f1efefd4;
}
.teamw3agile-grids p{
    line-height: 25px;
    font-size: 16px;
    letter-spacing: 0.5px;
	margin-top: 20px;
}
.view-more{
	background: #1999db;
	display: grid;
	padding: 6px 15px;
	color: #fff;
	letter-spacing: 1px;
	border-radius: 5px;
	/* margin-top: 15px; */
	text-align: center;
	margin: 30px auto;
	width: 130px;
	margin-top: 5px;
}
.view-more:hover{
	background: #1c3d86;
}
a:hover{
	color:white;
}


/*-- //Team --*/
/* news */
.news,.gallery,.stats,.about,.teamw3agile,.contact{
    padding: 3em 0;
}

.teamw3agile {
	    background: url(../images/team3.jpg) no-repeat 0px 0px;
		background-size:cover;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		-ms-background-size:cover;
		background-attachment:fixed;
}
.news img {
    vertical-align: middle;
    width: 100%;
	position:relative;
    border: 1px solid #d1d1d1;
}
.news-grid1 h3 {
    font-size: 1.4em;
    margin: 2em 0 .5em;
    color: #000;
	text-align:center;
}
.news-grid1 p {
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
	text-align:center;
}
.absolute .p1 {
    color: #fff;
}
.absolute {
    position: absolute;
    top: 16.5em;
    left: 2em;
    background: #1cd3f1;
    padding: .5em 1em;
    width: 85%;
}
.absolute-right {
    float: right;
}
.absolute-left {
    float: left;
}
p.left {
    float: left;
    margin-right: 1em;
    color: #fff;
}
p.right {
    float: right;
    color: #FFF;
}
.span1{
	color:#fff;
}
/* //news */



/*--contact--*/
input#name, input#phone, input#email {
    /*height: 50px;*/
}
input#name:focus, input#phone:focus, input#email:focus, textarea#message:focus {
    box-shadow: none;
    border-bottom: 2px solid #000;
}
.form-control {
    box-shadow: none;
	margin-bottom: 10px !important;
}
.form-control:focus {
    border: none;
}
.login-pad form input[type="text"], .login-pad form input[type="email"] {
    border: none;
    border-bottom: 2px solid #000;
    margin: 0 0 24px 0;
    width: 100%;
    padding: 10px 10px;
    font-size: 14px;
    outline: none;
    color: #000;
    border-radius: 0;
    font-weight: 600;
}
.login-pad textarea {
	margin: 16px 0;
    resize: none;
    width: 100%;
    color: #000;
    font-size: 14px;
    outline: none;
    padding: 10px 10px;
    border: none;
    border-bottom: 2px solid #000;
    height: 120px;
    -webkit-appearance: none;
    border-radius: 0px;
    font-weight: 600;
	margin-top:15px;
}
.login-pad button.btn.btn-primary {
    font-size: 1em;
    text-align: center;
    font-weight: normal;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0;
    display: block;
    margin-top: 25px;
    background-color: #FF5722;
    border-color: #FF5722;
    outline: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
	letter-spacing:1px;
}
.login-pad button.btn.btn-primary:hover {
	background-color: #00d0ff;
	border-color: #00d0ff;
}
.map-home iframe{
    margin-top: 50px;
	width: 100%;
	min-height: 403px;
	outline:none;
	border: none;
}
.map-home h3 {
    font-size: 26px;
    margin-bottom: 25px;
    color: #545454;
    letter-spacing: 1px;
    margin-top: 35px;
    text-align: center;
}
/*--- login --*/
/*--check-box--*/
.login-pad{
	margin:0em 0em 0 0;
}
.login-pad .checkbox input {
	position: absolute;
	left: -9999px;
}
.login-pad.checkbox i {
	border-color: #fff;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.login-pad.checkbox i:hover {
	border-color:red;
}
.login-pad  i:before {
	background-color: #2da5da;	
}
.login-pad  .rating label {
	color: #ccc;
	transition: color 0.3s;
	-o-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
}
.login-pad  .checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.login-pad .checkbox input + i:after {
    content: url(../images/tick.png);
    top: -3px;
    left: 2px;
    width: 15px;
    height: 15px;
}
.login-pad  .checkbox {
	float: left;
}
.login-pad .checkbox {
	padding-left: 38px;
	font-size: 14px;
	color:#999;
	cursor: pointer;
	font-weight: 400;
}
.login-pad  .checkbox {
	position: relative;
    display: block;
    margin: 0 0 18px 0;
}
.login-pad  .checkbox i {
	position: absolute;
	top:0px;
	left:5px;
	display: block;
	width:16px;
	height:16px;
	outline: none;
	border:1px solid #969696;
	background:#fff;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-o-border-radius:0px;
}
.login-pad  .checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.login-pad .checkbox input + i:after {
	color: #2da5da;
}
.login-pad .rating input:checked ~ label {
	color: #2da5da;	
}
.login-pad .checkbox input:checked + i:after {
	opacity: 1;
}
.login-pad input[type="submit"] {
    border: none;
    outline: none;
    color: #fff;
	padding: 5px 23px;
    font-size: 20px;
    -webkit-appearance: none;
    background: #000;
}
.login-pad input[type="submit"]:hover {
	background: #8c8700;
	color:#fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.map-home h2 {
    font-size: 20px;
    margin-bottom: 25px;
}
 /* Set a size for our map container, the Google Map will take up 100% of this container */
            #map {
                width: 100%;
                height: 400px;
				margin-top:70px;
            }

.drop-pad p {
    line-height: 1.8em;
    font-size: 1em;
    margin-bottom: 1em;
    color: #999;
}
.sign-gd-two ul li {
    color: #040404;
    margin: 25px 0;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 400;
    list-style-type: none;
}
.sign-gd-two ul li a{
    color: #464646;
	text-decoration:none;
}
.sign-gd-two ul li a:hover{
    color: #00d0ff;	
}
.sign-gd-two ul li i{
	color: cyan;
    margin-right: 10px;
    font-size: 16px;
}
.sign-gd-two ul li{
	margin-bottom:15px;
}
/*--//check-box--*/
/*--//contact--*/
/*--Map--*/
iframe {
    width: 100%;
    border: none;
    height: 400px;
    outline: none;
}

/*--//Map--*/
/*-- Footer --*/

.footer {
	background-color: #1d1d1d;
	padding: 50px 0;
}

.footer-grid ul li {
	display: block;
	font-size: 13px;
	line-height: 25px;
	color: #999;
}

.footer-grid ul li a.scroll {
	color: #999;
    text-transform: uppercase;
}

.footer-grid ul li a.scroll:hover {
	color: #FFF;
}

.footer-grid p {
	color: #999;
	line-height: 25px;
	/*--w3layouts--*/
	/*--agileits--*/
	margin-bottom: 15px;
}

.footer-grid input[type="email"] {
	width: 70%;
	padding: 10px 0;
	background-color: transparent;
	font-size: 15px;
	font-weight: 600;
	border: none;
	border-bottom: 2px solid #777;
	outline: none;
}

.footer-grid input[type="submit"] {
	padding: 7px 40px;
	font-size: 14px;
	background-color: #fb3d01;
	border: none;
    letter-spacing: 1px;
	color: #FFF;
	float: right;
	margin-top: 10px;
	outline: none;
}

.footer-grid input[type="submit"]:hover{
	background-color: #FFF;
	color:#000;
}
.copyright {
    text-align: center;
    background: #000;
	padding:1em 0;
}

.copyright p {
	color: #999;
	line-height: 25px;
}

.copyright p a {
	color: #CCC;
}

.copyright p a:hover {
	color: #FFF;
}

/*-- //Footer --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 35px;
	height: 35px;
	border: none;
	text-indent: 100%;
	background: url(../images/top-arrow.png) no-repeat 0px 0px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
}
#toTopHover {
	width: 35px;
	height: 35px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/


/*-- Slider --*/

.slider {
	position: relative;
	padding: 0;
	margin-top: 100px;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	border: 0;
}

a.callbacks_nav {
	display: none;
}

ul.callbacks_tabs {
	/*--w3layouts--*/
	/*--agileits--*/
	position: absolute;
    z-index: 9;
    bottom: 10%;
    left: 47.3%;
}

ul.callbacks_tabs li {
	display: inline-block;
}

.callbacks_tabs a{
	visibility: hidden;
}

.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	visibility: visible;
	display: inline-block;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	border: 1px solid #CCC;
	background: transparent;
}

.callbacks_here a:after {
	border: 1px solid cyan;
	background: cyan;
}

.layer-agileits {
	position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    padding:4em 0em;
    transition-duration: 2s;
    background: #00000063;
}
.slider-content{
    content: "";
    display: inline-block;
    width: 75%;
    height:70%;
    left: 0;
    top: 0;
	text-align: left;
    padding: 2em 2em;
    position: absolute;
    border: 6px solid #fff;
    -webkit-clip-path: polygon(0 0, 90% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 90% 0, 75% 100%, 0 100%);
}

.layer-agileits h3 {
	font-size: 25px;
	letter-spacing:1px;
	color: #FFF;
	width: 100%;
}
/*--w3layouts--*/
/*--agileits--*/

.layer-agileits h2 {
	font-size:30px;
	font-weight: 300;
	letter-spacing:2px;
	color: #FFF;
	font-weight:800;
	width:100%;
	padding:1em 0em;
}
.layer-agileits h4 {
	font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #FFF;
    font-weight: 600;
    width: 75%;
}
/*.layer-agileits a {
    position: absolute;
    top: 45%;
	left:46%;
	text-transform: capitalize;
    color: #fff;
    font-size: 0.875em;
	letter-spacing:1px;
    border: 2px solid #FF5722;
    padding: .6em 1.2em;
    background: #FF5722;
	text-transform:uppercase;-
	
}*/
.layer-agileits a:hover {
    background-color: #00d0ff;
    border-color: #00d0ff;
}
/*-- //Slider --*/
.fa-phone:before {
    color: #4ac1ff;
}
.fa-envelope:before {
    color: #4ac1ff;
}
i.fa.fa-instagram:hover {
    background: #8a3ab9!important;
}

@media (max-width:1920px) {
	.navbar-right {
		margin-left: 30em!important;
	}
	.banner-grids {
		left: 20%;
	}
}
@media (max-width:1680px) {
	.navbar-right {
		margin-left: 21em!important;
	}
	.banner-grids {
		left: 16%;
	}
}
@media (max-width:1600px) {
	.navbar-right {
		margin-left: 18em!important;
	}
	.banner-grids {
		left: 14%;
	}
}
@media (max-width:1440px) {
	.navbar-right {
		margin-left: 12em!important;
	}
	.banner-grids {
		left: 10%;
	}
	.layer p {
		top: 40%;
	}
}
@media (max-width:1366px) {
	.navbar-right {
		margin-left: 8em!important;
	}
	.banner-grids {
		left: 8%;
	}
}
@media (max-width:1280px) {
	.navbar-right {
		margin-left: 5em!important;
	}
	.banner-grids {
		left: 6%;
	}
}
@media (max-width:1080px) {
	.navbar-right {
		margin-left: 2em!important;
	}
	ul.top-links {
		margin-right: 2em;
	}
	.navbar-default .navbar-brand {
		margin: .1em 0 .1em 1em;
	}
	.navbar-default .navbar-nav > li > a {
		margin-right: 2px;
	}
	.layer h3 {
		top: 28%;
		font-size: 2.8em;
	}
	.layer a {
		left: 45%;
	}
	.banner-grid1 h3, .banner-grid2 h3, .banner-grid3 h3 {
		padding: 1em 0em;
	}
	.banner-grid1 h4, .banner-grid2 h4, .banner-grid3 h4 {
		padding: 0 0 1em;
	}
	.banner-grid1, .banner-grid2, .banner-grid3 {
		margin-right: .5em;
	}
	.banner-grids {
		top: 50%;
	}
	.layer a{ 
		padding: 0.4em 1.2em;
	}
	.absolute {
		top: 13.5em;
		left: 1.5em;
	}
	.footer-grid input[type="email"] {
		width: 63%;
	}
	.stats-img i.fa {
		font-size: 4em;
	}
	.numscroller {
		font-size: 34px;
	}
	.news-grid1 h3 {
		line-height: 1.4em;
	}
	
	.callbacks_tabs a:after {
		height: 12px;
		width: 12px
	}
	.layer p {
		top: 43%;
	}
	.layer a {
		top: 49%;
	}
}
@media (max-width:1024px) {
	.navbar-default .navbar-brand {
		margin: .1em 0 .1em .5em;
	}
	.navbar-default .navbar-nav > li > a {
		margin-right: 0px;
	}
	ul.top-links {
		margin-right: 1em;
	}
	.banner-grid1 h3, .banner-grid2 h3, .banner-grid3 h3 {
		font-size: 1.2em;
	}
	.layer h3 {
		font-size: 2.6em;
	}
	.layer a {
		top: 52%;
	}
	ul.callbacks_tabs {
		bottom: 36%;
	}
	.about-left-top, .about-left-bottom {
		margin: 2em 0 0 0;
	}
	.heading h2, .heading h3, .gallery h3, .stats h3,h3.agileits-title,.teamw3agile h3{
		text-transform: uppercase;
		font-size: 2.5em;
	}
	.about-left-grids h3{
		font-size:21px;
	}
	.news, .gallery, .stats, .about, .teamw3agile, .contact {
		padding: 4em 0;
	}
	.teamw3agile-grid h4 {
		margin-bottom: 10px;
	}
	.banner-grids {
		left: 3%;
	}
	.box .overbox {
		padding: 4em 2em 2em;
	}
	.box, .box .overbox {
		height: 190px;
	}
}
@media (max-width:991px) {
	.navbar-nav > li > a {
		padding: 10px 10px;
	}
	.banner-grids {
		left: 12%;
	}
	.banner-grid1, .banner-grid2, .banner-grid3 {
		width: 33.33%;
		float: left;
		margin-right: 0;
	}
	.gridtext {
		margin: 0 1em;
		float: left;
		width: 35%;
	}
	.gridicon {
		width: 11%;
		float: left;
	}
	.news-grid1 {
		width: 33.33%;
		float: left;
	}
	.absolute {
		top: 10.5em;
		left: 1.5em;
		padding: 0.3em .5em;
		width: 82%;
	}
	.stats-info p {
		font-size: 16px;
	}
	.numscroller {
		font-size: 30px;
	}
	.drop-pad {
		width: 50%;
		float: left;
	}
	.login-pad {
		margin: 0em 0em 0 0;
		width: 50%;
		float: left;
	}
	.map-home h3 {
		font-size: 20px;
		margin-bottom: 25px;
		margin-top: 0;
		text-align: center;
	}
	.login-pad textarea{
		height:100px;
	}
	.sign-gd-two ul li {
		margin: 16px 0;
	}
	.drop-pad ul {
    margin: 2em 0 0 0;
	}
	.sign-gd-two ul li{
		letter-spacing:0px;
	}
	.footer-grid input[type="submit"] {
		padding: 7px 20px;
	}
	.callbacks_tabs a:after {
		height: 10px;
		width: 10px
	}
	.teamw3agile-grid {
		width: 50%;
		float: left;
	}
	.w3l_gallery_grid li {
		width: 50%;
		float: left;
	}
	.stats-img i.fa {
		font-size: 3em;
	}
	.layer h3 {
		top: 27%;
	}
	.layer a {
		top: 50%;
		left: 44%;
	}
	ul.callbacks_tabs {
		bottom: 38%;
		left: 47%;
	}
}
@media (max-width:900px) {
	.navbar-nav > li > a {
		font-size: 1.05em;
	}
	.navbar-right {
		margin-left: 12em!important;
	}
	ul.top-links {
		top: 11%;
		left: 42%;
	}
	.banner-grids {
		top: 47%;
		left: 7%;
	}
	.banner-grid1, .banner-grid2, .banner-grid3 {
		width: 32.33%;
		float: left;
		margin-right: 1%;
	}
	.layer a {
		left: 44%;
	}
}
@media (max-width:800px) {
	.news-grid1 {
		width: 50%;
		float:left;
	}
	.absolute {
		top: 16.5em;
		left: 2em;
		padding: 0.5em 1em;
		width: 85%;
	}
	.more {
		margin: 1em 0 3em;
	}
	.heading h2, .heading h3, .gallery h3, .stats h3, h3.agileits-title,.teamw3agile h3  {
		text-transform: uppercase;
		font-size: 2.2em;
	}
	iframe {
		height: 350px;
	}
	.navbar-right {
		margin-left: 4em!important;
	}
	.banner-grids {
		left: 3%;
		top: 42%;
	}
	.layer h3 {
		font-size: 2.4em;
		letter-spacing: 4px;
	}
}
@media (max-width:768px) {
	.banner-grids {
		left: 0%;
	}
	
	h1{
		font-size: 28px;
	}
	.layer h3 {
		font-size: 2.4em;
		letter-spacing: 6px;
	}
	.layer a {
		left: 44%;
		top:46%;
	}
	nav ul {
		margin: 0;
	}
	.navbar-toggle {
		margin-top: 13px;
	}
	.navbar-right {
		margin-left: 6em!important;
	}
	.banner-grid1 h3, .banner-grid2 h3, .banner-grid3 h3 {
		padding: .7em 0em;
	}
	.layer h3 {
		font-size: 2.2em;
		letter-spacing: 4px;
		top:24%;
	}
	.layer p {
		top: 39%;
	}
}
@media (max-width:736px) {
	.navbar-toggle {
		position:absolute;
		float: none;
	}
	.navbar-header.navbar-left {
		text-align: center;
	}
	.stats-grid-1, .stats-grid-2, .stats-grid-3, .stats-grid-4 {
		width: 50%;
		float: left;
	}
	.stats-grid-1, .stats-grid-2 {
		margin-bottom: 3em;
	}
	.stats-img {
		margin-bottom: 15px;
	}
	.footer-grid-1, .footer-grid-2 {
		width: 100%;
		float: left;
		margin-bottom: 2em;
		text-align: center;
	}
	.footer-grid-3 {
		float: left;
		width: 95%;
		text-align: center;
	}
	.banner-grids {
		left: 0%;
	}
	.gridtext {
		width: 34%;
	}
	.absolute {
		top: 15.5em;
	}
	.box, .box .overbox {
		height: 221px;
	}
	.banner-grids {
		position: static;
		margin-top: 0;
	}
	.banner-grid1, .banner-grid2, .banner-grid3 {
		width: 100%;
		float: none;
		margin: 1em 0;
	}
	ul.callbacks_tabs {
		bottom: 50%;
	}
	.layer a {
		top: 60%;
	}
	.layer p {
		top:52%;
	}
	.layer h3 {
		top:36%;
	}
	ul.top-links {
		top: 2%;
		left: 73%;
	}
	.navbar-right {
		margin-left: 23em!important;
	}
	
}
@media (max-width:667px) {
	.gridtext {
		float: none;
		width: 100%;
		margin: 1em 0;
	}
	.about-left-bottom {
		margin: 0;
	}
	.gridtext h4 {
		font-size: 1.2em;
	}
	.absolute {
		top: 13.5em;
		left: 1.7em;
	}
	.news-grid1 h3 {
		font-size: 1.3em;
		margin: 1em 0 .5em;
	}
	.news-grid1 {
		width: 70%;
		float: none;
		margin: 0 auto;
	}
	.absolute {
		top: 20em;
		left: 2em;
		width: 87%;
	}
	.box, .box .overbox {
		height: 200px;
	}
	.login-pad {
		margin: 2em 0em 0 0;
		width: 100%;
		float: none;
	}
	.drop-pad {
		width: 100%;
		float: none;
	}
	.map-home h3 {
		font-size: 18px;
		margin-bottom: 15px;
		margin-top: 0;
		text-align: center;
		letter-spacing: 0;
	}
	.drop-pad ul {
		margin: 0;
	}
	.teamw3agile-grid {
		width: 100%;
		float: none;
	}
	.layer h3 {
		font-size: 2.2em;
		letter-spacing: 4px;
		top: 30%;
	}
	.layer p {
		top: 48%;
		letter-spacing: 0;
	}
	.layer a {
		left: 43%;
		top: 56%;
	}
	ul.callbacks_tabs {
		bottom: 53%;
	}
	.banner-grids {
		margin-top: 0em;
	}
	ul.top-links {
		top: 4%;
		left: 71%;
	}
	.navbar-right {
		margin-left: 20em!important;
	}
	.box .overbox {
		padding: 5em 2em 2em;
	}
}
@media (max-width:600px) {
	.gridicon {
		width: 14%;
	}
	.absolute {
		top: 17.5em;
		width: 85%;
	}
	.w3l_gallery_grid li {
		width: 100%;
		float: none;
	}
	.box, .box .overbox {
		height: 362px;
	}
	ul.top-links li {
		margin-right: 5px;
		display: inline-block;
	}
	.layer a {
		left: 42%;
		top: 65%;
	}
	.layer p {
		top: 55%;
	}
	.navbar-right {
		margin-left: 18em!important;
	}
	ul.top-links {
		top: 2%;
	}
}
@media (max-width:568px) {
	.about-left-grids h3 {
		font-size: 19px;
	}
	.news-grid1 {
		width: 80%;
	}
	.absolute {
		top: 19.5em;
		width: 86%;
	}
	.box, .box .overbox {
		height: 340px;
	}
	.more {
		margin: 1em 0 2em;
	}
	.banner-grid1, .banner-grid2, .banner-grid3 {
		padding: 0px 10px;
	}
	.layer h3 {
		font-size: 2em;
		letter-spacing: 3px;
		top: 30%;
	}
	.layer p {
		top: 49%;
	}
	.layer a {
		left: 40%;
		top: 63%;
	}
	ul.callbacks_tabs {
		left: 45.3%;
	}
	.news, .gallery, .stats, .about, .teamw3agile, .contact {
		padding: 3em 0;
	}
	.gallery ul{
		padding-left: 30px !important;
		}
	.about-left-grids, .about-right, .news-grids, .w3layouts_gallery_grids, .stats-info, .map-home, .teamw3agile-grids {
		margin: 2em 0 0;
	}
	.login-pad button.btn.btn-primary {
		font-size: .9em;
		padding: 6px 10px;
	}
	.navbar-nav {
		margin: 7.5px -15px !important;
	}
	ul.top-links {
		left: 69%;
	}
}

@media (max-width:480px) {
	.navbar-toggle {
		left: 48%;
	}
	ul.top-links {
		top: 2%;
		left: 64%;
	}
	.navbar-right {
		margin-left: 14em!important;
	}
	.absolute {
		top: 15.5em;
		left: 1.7em;
	}	
	.box, .box .overbox {
		height: 283px;
	}
}
@media (max-width:440px) {
	.gridicon {
		width: 20%;
	}
	.news-grid1 {
		width: 100%;
	}
	.absolute {
		top: 17.5em;
		width: 85%;
	}
	.box, .box .overbox {
		height: 257px;
	}
	input#name, input#phone, input#email {
		height: 40px;
	}
	.copyright {
		padding: 1em;
	}
	.footer-grid p {
		margin-bottom: 0;
	}
	ul.top-links li {
		margin-right: 0px;
	}
	.banner-grid1 h3, .banner-grid2 h3, .banner-grid3 h3 {
		font-size: 1.2em;
		padding: .6em 0em;
		line-height: 1.2em;
	}
	.layer h3 {
		font-size: 2em;
		letter-spacing: 2px;
	}
	.layer a {
		left: 40%;
		top: 50%;
	}
	.login-pad button.btn.btn-primary {
		padding: 7px 12px;
		margin-top: 20px;
	}
	.layer a {
		top: 70%;
	}
	.layer a {
		padding: 0.3em 1em;
		font-size: .8em;
		letter-spacing: 0;
	}
	ul.callbacks_tabs {
		left: 43.3%;
		bottom: 54%;
	}
	.callbacks_tabs a:after {
		height: 8px;
		width: 8px;
	}
	ul.top-links {
		top: 2%;
		left: 65%;
	}
	.layer h3 {
		font-size: 1.8em;
		letter-spacing: 1px;
		top: 28%;
	}
	.layer p {
		top: 50%;
	}
	.navbar-right {
		margin-left: 13em!important;
	}
}
@media (max-width:414px) {
	.navbar {
		position: relative;
		min-height: 0;
		background: #000;
	}
	.navbar-toggle {
		position: absolute;
		float: none;
		top: 0;
		left: 13.5em;
	}
	ul.top-links {
		top: 2%;
		left: 63%;
	}
	.navbar-right {
		margin-left: 11.8em!important;
	}
	.layer h3 {
		top: 13%;
	}
	.layer p {
		top: 37%;
	}
	.layer a {
		top: 56%;
	}
	ul.callbacks_tabs {
		left: 44.3%;
		bottom: 64%;
	}
	.absolute {
		top: 16.5em;
	}
	.box, .box .overbox {
		height: 240px;
	}
}
@media (max-width:768px) {
	.news, .gallery, .stats, .about, .teamw3agile, .contact {
		padding: 1em 0;
	}
	.about-left-grids, .about-right, .news-grids, .w3layouts_gallery_grids, .stats-info, .map-home, .teamw3agile-grids {
		margin: 2em 0 0;
	}
	.absolute {
		top: 14.5em;
		width: 83%;
	}
	.box, .box .overbox {
		height: 221px;
	}
	.login-pad button.btn.btn-primary {
		font-size: .9em;
		padding: 6px 12px;
		margin-top: 20px;
	}
	.footer-grid input[type="email"] {
		width: 100%;
	}
	ul.top-links {
		top: 2%;
		left: 31%;
	}
	.navbar-default .navbar-brand {
		margin: 2em 3.6em;
	}
	.navbar-toggle {
		top: 7em;
		left: 11.5em;
	}
	.navbar-right {
		margin-left: 10em!important;
	}
}
@media (max-width:375px) {
	.box, .box .overbox {
		height: 216px;
	}
	.absolute {
		padding: 0.3em 1em;
	}
	.teamw3agile-grid h4 {
		font-size: 24px;
	}
	.navbar-default .navbar-brand {
		margin: 2em 3.5em;
	}
	.layer a {
		top: 63%;
	}
	.layer p {
		top: 39%;
	}
}
@media (max-width:320px) {
	.gridicon {
		width: 100%;
		text-align: center;
		margin-bottom: 1em;
	}
	.gridtext {
		width: 100%;
		text-align: center;
	}
	.absolute {
		top: 11.5em;
		left: 1.5em;
		width: 85%;
	}
	.box, .box .overbox {
		height: 180px;
	}
	.stats-grid-1, .stats-grid-2, .stats-grid-3, .stats-grid-4 {
		width: 100%;
		float: left;
	}
	.stats-grid-3, .stats-grid-4 {
		margin-bottom: 3em;
	}
	.stats-info p {
		font-size: 15px;
	}
	.numscroller {
		font-size: 20px;
	}
	.heading h2, .heading h3, .gallery h3, .stats h3, h3.agileits-title, .teamw3agile h3 {
		text-transform: uppercase;
		font-size: 2em;
	}
	.navbar-default .navbar-brand {
		margin: 1.6em 2.54em;
	}
	ul.top-links {
		left: 28%;
	}
	.navbar-toggle {
		left: 9.5em;
		top: 5.6em;
	}
	.layer h3 {
		top: 5%;
		letter-spacing: 0px;
		font-size: 1.6em;
	}
	.layer p {
		top: 32%;
	}
	.layer a {
		left: 37%;
		top: 61%;
	}
	ul.callbacks_tabs {
		bottom: 68%;
	}
	.footer-grid input[type="submit"]{
		float:none;
	}
	.navbar-right {
		margin-left: 8em!important;
	}
	.box .overbox {
		padding: 4em 2em 2em;
	}
}


/*---testimonial start ---*/

.client-review{
    background-color: #1d1d1d;
    width: auto;
    margin-left: -38rem;
    right: 0;
    position: absolute;
    height: 400px;
    width: 100%;
    top: 0;
    left: 0;
}
.client-review .content_subhead{
    margin-left: 40rem;
    width: 45%;
    padding: 2em;
}
.content_subhead h5 {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    margin-top: -5px;
    margin-bottom: 6px;
}
.content_subhead h2 {
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 18px;
    margin-bottom: 0px;
    color: #fff;
}
.content_subhead p {
    color: #fff;
    margin: 0 0 15px;
	text-align:justify;
}
.ps-container {
	position: relative;
	width: 100%;
	height:500px;
	overflow: hidden;
	letter-spacing:1px;
	color: #fff;
	background: #fff;
	/*margin:3em 0em;*/
}
.ps-container select{
    display:none;
}
.ps-slides .ps-user-icon{
    width:33%;
}
.ps-slides .ps-user-icon img{
    border:5px solid #fff;
	padding:5px;
	margin-left: -45px;
    margin-top: 68px;
    height: 172px;
    width: 154px;
}
.ps-container > .ps-slidewrapper {
	position: absolute;
	/*width: 50%;*/
}
.detail-testimonial {
	background: #fff;
	padding: 15px;
	height: 245px;
	margin-left: -44px;
	margin-top: 30px;
}
.ps-container > ps-slidewrapper> div,
.ps-slidewrapper > nav,
.ps-slides > div {
	position: absolute;
}

.ps-header {
	top: 0px;
	left: 0px;
	height: 150px;
	z-index: 1001;
	background: #fff;
}

.ps-header h1 {
	color: #ccc;
	line-height: 150px;
	margin: 0;
	padding: 0 50px;
	font-weight: 200;
	font-size: 14px;
	letter-spacing: 10px;
}

.ps-contentwrapper {
	top: 150px;
	bottom: 0px;
	overflow: hidden;
	z-index: 1000;
}

.ps-content {
	/*background: #fff;*/
	width: 100%;
	height: 100%;
	padding: 50px;
}

.ps-content h2 {
	padding: 0px 15px;
	/* border-right: 1px solid #f2f2f2; */
	/* border-bottom: 1px solid #f2f2f2; */
	letter-spacing: 1px;
	font-size: 26px;
	margin: 0px 0 0px;
	text-align: center;
	font-weight: 700;
	color: #1f4188;
}
.ps-content h4 {
	padding: 0px 15px;
	/* border-right: 1px solid #f2f2f2; */
	/* border-bottom: 1px solid #f2f2f2; */
	letter-spacing: 0.5px;
	font-size: 17px;
	margin: 10px 0 0px;
	text-align: center;
	font-weight: 600;
	color: #282926;
}
.ps-content p {
	line-height: 23px;
	font-size: 14px;
	letter-spacing: 1px;
	/* word-spacing: 10px; */
	padding: 10px 15px;
	font-weight: 400;
	text-align: center;
	text-transform: capitalize;
	color: #383636;
}

.ps-content span.ps-price {
	float: left;
	margin: 10px;
	width: 140px;
	height: 140px;
	line-height: 140px;
	text-align: center;
	color: #fff;
	background: #f7cfc6;
	background: rgba(247,197,185,0.8);
	font-size: 55px;
	font-weight: 200;
}

.ps-content a:last-child {
	font-size: 14px;
	font-weight: 700;
	color: #555;
	letter-spacing: 4px;
	float: right;
	border: 3px solid #555;
	padding: 3px;
	text-indent: 4px;
}

.no-touch .ps-content a:last-child:hover {
	color: #b2d79d;
	border-color: #b2d79d;
}

.ps-content a:last-child:before {
	content: '\53';
	font-family: 'icon';
	font-style: normal;
	font-weight: normal;
	speak: none;
	padding-right: 5px;
}

.ps-slidewrapper {
	right: 0px;
	top: 0%;
	height:400px;
	overflow: hidden;
}

.ps-slides {
	top: 0px;
	bottom:80px;
	width: 100%;
}

.ps-slides > div {
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 0 9999px rgba(179,157,250,0.1);
}

.ps-slidewrapper > nav {
    width: 100%;
    height: 200px;
    bottom: -147px;
    right: 82px;
    z-index: 1000;
}

.ps-slidewrapper > nav > a {
	width: 5%;
	height: 16%;
	position: relative;
	float: right;
	box-shadow: inset 0 0 0 9999px #525685cc;
	outline: none;
}

.ps-slidewrapper > nav > a:first-child {
	box-shadow: inset 0 0 0 9999px #1c3d86;
}

.no-touch .ps-slidewrapper > nav > a {
	-webkit-transition: box-shadow 0.4s ease-in-out;
	-moz-transition: box-shadow 0.4s ease-in-out;
	-ms-transition: box-shadow 0.4s ease-in-out;
	-o-transition: box-shadow 0.4s ease-in-out;
	transition: box-shadow 0.4s ease-in-out;
}

.no-touch .ps-slidewrapper > nav > a:hover {
	box-shadow: inset 0 0 0 9999px #2223231a;
	
}

.no-touch .ps-slidewrapper > nav > a:first-child:hover {
	box-shadow: inset 0 0 0 9999px rgba(249,15,15,0.1);
	opacity:0.8;
}

.ps-slidewrapper > nav > a:after {
	content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 95%;
    left: 135%;
    margin: -20px 0 0 -50px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

.ps-slidewrapper > nav > a:first-child:after {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin: -30px 0 0 -50px;
}

.ps-slides > div,
.ps-slidewrapper > nav > a {
	background-color:#39bcff;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}

.ps-move {
	-webkit-transition: top 400ms ease-out;
	-moz-transition: top 400ms ease-out;
	-o-transition: top 400ms ease-out;
	-ms-transition: top 400ms ease-out;
	transition: top 400ms ease-out;
}

@media screen and (max-width: 860px) {

	.js .ps-container > ps-slidewrapper{
		width: 100%;
	}

	.js .ps-header {
		height: 50px;
	}

	.js .ps-header h1 {
		line-height: 50px;
		padding: 0px 20px;
		letter-spacing: 4px;
	}

	.js .ps-slides {
		bottom: 320px;
		top: 50px;
	}

	.js .ps-slidewrapper > nav {
		height: 100px;
	}

	.js .ps-contentwrapper {
		top: auto;
		height: 220px;
		bottom: 100px;
	}

	.js .ps-content {
		padding: 10px;
	}

	.js .ps-content h2 {
		border-right: none;
		font-size: 18px;
		margin: 10px 0;
		padding-top: 0;
	}

	.js .ps-content span.ps-price {
		font-size: 18px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-weight: 700;
		margin-bottom: 0;
	}

	.js .ps-content p {
		line-height: 20px;
		border: none;
		padding: 5px 10px;
		height: 80px;
		overflow-y: scroll;
	}

	.js .ps-content a:last-child {
		font-size: 13px;
		margin: 10px 20px 0 0;
	}
}

/* ---- socioal-left start here --*/
.social-part{
    padding-bottom:3em;
}
.facebook{
    margin-top:0px;
	float:left;
	width:100%;
	box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.6), 0 0 0px 1px rgba(255, 255, 255, 0.5);
    background: #fff;
    height: 350px;
    /*padding: 0px 10px;*/
}
.tit-heading h2{
    color: #333;
    text-align: center;
    font-size:18px;
    letter-spacing:2px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 10px 0px;
}
.facebook .tit-heading h2{
	background:#3b5998;
	color: white;
	}
.twitter{
	 float:left;
	 width:100%;
	 box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.6), 0 0 0px 1px rgba(255, 255, 255, 0.5);
     background: #fff;
     height: 350px;
     /*padding: 0px 10px;*/
}
.twitter .tit-heading h2{
	background: #f6295f;
	color: white;
	}
.you-tube{
	 float:left;
	 width:100%;
	 box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.6), 0 0 0px 1px rgba(255, 255, 255, 0.5);
     background: #fff;
     height: 281px;
     padding: 0px 10px;
}
.scrollbar{
	float: left;
	height:300px;
	width: 100%;
	overflow-y: scroll;
	overflow-x:hidden;
	margin-bottom: 25px;
	padding:15px;
	
}
.scrollbar p{
    padding:20px 15px;
}
.scrollbar ul li{
	display:block;
	}
.force-overflow
{
	min-height:370px;
}

 *  STYLE 2
 */

#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	background-color:#504f53;	
	background-image: -webkit-linear-gradient(45deg,
	                  rgba(255, 255, 255, .2) 25%,
					  transparent 25%,
					  transparent 50%,
					  rgba(255, 255, 255, .2) 50%,
					  rgba(255, 255, 255, .2) 75%,
					  transparent 75%,
					  transparent)
}


/*--- tab code ---*/


/*-- gallery --*/

.w3l_gallery_grid li{
	display: inline-block;
    float: left;
    width: 32.33%;
    padding: 1%;
}
.box1 {
    position: relative;
    overflow: hidden;
}
.gallery p{
    letter-spacing: 0.5px;
    color: #383636;
    margin-top: 10px;
    line-height: 28px;
	text-align: justify;
}
.box1 .topic-place-date {
	position: absolute;
	font-size: 16px;
	color: #fff;
	/* letter-spacing: 1px; */
	padding: 1em 0.2em;
	width: 100%;
	text-shadow: 1px 1px #2d2d2c;
}
.topic-place-date .left-place img{
    width: 45px;
    height: 27px;
    border-radius: unset;
    position: unset;
    margin-right: 10px;
}
.topic-place-date .left-place{
    float:left;
}
.topic-place-date .right-date{
    float:right;
}
.box1 .topic-conf{
    position: absolute;
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    padding: 1em;
    width: 100%;
    margin-top: 1.8em;
    line-height: 25px;
    text-shadow: 1px 1px #2d2d2c;
}
.box1 .conf-date{
    position: absolute;
    font-size: 19px;
    /* font-weight: 600; */
    color: #fff;
    letter-spacing: 2px;
    padding: 1em;
    width: 100%;
    text-align: center;
    bottom: 4em;
    text-shadow: 1px 1px #2d2d2c;
}
.box1 .conf-count{
    position: absolute;
    font-size: 19px;
    /* font-weight: 600; */
    color: #fff;
    letter-spacing: 2px;
    padding: 1em;
    width: 100%;
    text-align: center;
    bottom: 2em;
    text-shadow: 1px 1px #2d2d2c;
}
.topic-content-one{
    position: absolute;
    bottom: 0;
    left: 1.8em;
    background:#202121f2;
    padding: .5em 1em;
    width: 85%;
}
.topic-content-one .conf-about{
    color: #fff;
    font-size: 17px;
    text-align: center;
	letter-spacing:1px;
	padding:2px 0px;
}
.box1 img {
  position: absolute;
  left: 0;
  border-radius: 10px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.conf-box-info-one{
    width: 100%;
    float: left;
    height: 216px;
    background:hsla(0, 0%, 25%, 0.86);
    position: absolute;
    border-radius: 10px;
}
.box1 .overbox {
	background-color: hsla(0, 0%, 11%, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100;
	border-radius: 10px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 100%;
    padding:1em 2em 2em;
}
.box1,.box1 .overbox {
	height: 216px;
}
.box1:hover .conf-box-info-one{
    display:none;
}
.box1:hover .overbox { opacity: 1; }

.box1 .overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}

.box1 .title {
  font-size:15px;
  text-transform: uppercase;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 0.2s;
}
.left-conf{
   float:left;
}
.right-conf{
   float:right;
} 
.box1:hover .title,
.box1:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.overbox .left-conf img{
    width: 45px;
    height: 27px;
    border-radius: unset;
    position: unset;
    margin-right: 10px;
}
.box1 .tagline {
	font-size: 14px;
    line-height: 1.6em;
    opacity: 0;
    transition-delay: 0.2s;
    transition-duration: 0.2s;
    margin: 40px 0 0 0;
    color: #fff;
    letter-spacing: 1px;
}
.box1 .topic-contry{
	font-size: 14px;
    transition-delay: 0.1s;
    transition-duration: 0.1s;
    margin:15px 0 20px 0;
    color: #fff;
    letter-spacing: 1px;
}
.box1 .view-conf{
	font-size: 14px;
   transition-delay: 0.1s;
    transition-duration: 0.1s;
    /* margin: 15px 0 20px 0; */
    color: #fff;
    letter-spacing: 1px;
    border: 1px solid #447b08;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    display: inline-block;
    background: #529a05;
}
.box1:hover .tagline,
.box1:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

/*-- //gallery --*/



.banner_upconfernce {
    background-image: url(../images/banner2.jpg);
    background-size: cover;
    height: 208px;
    padding: 3%;
    text-align: center;
	margin-top: 100px;
}
.banner_headings h1{
  color: #fff;
font-size: 47px;
}
.banner_headings ul li{
  float: left;
  color: #fff;
  text-decoration: none;
  list-style-type: none;
  margin:2px;
}
.banner_headings ul li span{
  font-weight: 600;
  color: #ff6a00;
  
}
.banner_headings li a span:hover{
  color: green;

}
.list_banner_heading{
     margin-left: 40%;
     padding: 2px;
}

.about_upcoming_conference{
    padding: 3em 0 0 0;
}
.about_upcoming_content{
  padding: 2em;
}
.about_upcoming_content .fa{
    color: #257202;
    font-weight: 600;
    font-size: 16px;
    margin: 4px;

}
.about_upcoming_content p{
  padding: 16px;
    
    line-height: 30px;
        text-align: justify;
}
.about_upcoming_content a{
  color: green;
  font-weight: 600;
}
.about_upcoming_content a:hover{
  color: #095400;
  font-weight: 600;
}
.about_upcoming_conference h2{
  font-weight: bold;
}

.tab_part{
 width: 100%;
 padding: 10px;
 padding-bottom: 4em;
}
/* Style tab links */
.tablink {
 background-color: #23a1e2;
 color: white;
 float: left;
 border: none;
 outline: none;
 cursor: pointer;
 padding: 14px 16px;
 font-size: 17px;
 width: 100%;
 border-right: 1px solid #fff;
 border-bottom: 5px solid #1d1d1d;
}

.tablink:hover {
 background-color: #1d1d1d;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
 color: white;
 display: none;
 /*padding: 100px 20px;*/
 height: auto;
 border-bottom: 5px solid #1d1d1d;
}

#Home {background-color: #f1f3f1;}
#News {background-color:#f1f3f1;}
#Contact {background-color: #f1f3f1;}

.tabcontent h2{
 color: #000000;
 padding:20px;
 font-weight: 600;
}
.country_name_box{
 border: 1px solid #eee;
   padding: 20px 15px;
   
   margin-bottom: 30px;
   box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.16);
   border-radius: 20px;
}
.country_name_box img{
 margin-top: 7px;
 height: 36px;
}
.country-content{
 color: #272e38;
   font-size: 16px;
   
   font-weight: 600;
}
.country-content a{
color: #0c6100;
   font-size: 15px;
   
}
.country-content a:hover{
color: #fb3d01;
}
.box1 .conf-date{
   /*border: 1px solid #eee;*/
   padding: 12px 15px 10px 10px;
   /* padding-bottom: 1em; */
   text-align: center;
   /* margin-bottom: 30px; */
   margin: 16px;
   box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.16);
   border-radius: 20px;

}
.place-confernce-date {
    /* border: 1px solid #eee;*/
   padding: 12px 15px 10px 10px;
   
   margin: 16px;
   box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.16);
   width: 21%;
   text-align: center;
   border-radius: 20px;
}
.place-confernce-date img{
    margin-top: 14px;
   height: 29px;
}
.place-confernce-date a{
   color: #0c6100;
   font-size: 14px;
   font-weight: 600;
}
.place-confernce-date a:hover{
 color: #272e38;
   
}
.conferences-venu-sections-place{
 padding-bottom: 2em;
}
.place-confernce-date p{
color: #272e38;
   font-size: 19px;
   
   font-weight: 600;
}
.confernce_date_box .conf-date {
   border: 1px solid #eee;
   padding: 12px 15px 10px 10px;
   /* padding-bottom: 1em; */
   text-align: center;
   /* margin-bottom: 30px; */
   margin: 16px;
   box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.16);
   border-radius: 20px;
}
.conf-date .fa{
 color: #000000;
 margin: 6px;

}
.conf-date a{
 color: #0c6100;
   font-size: 17px;
   font-weight: 600;
}
.conf-date a:hover{
 color: #272e38;
 
}
.conf-date span{
 color: #272e38;
   font-size: 19px;
   
   font-weight: 600;
}



.card-box {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 0px;
    padding: 22px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.card-box .btn-deep-orange:hover {
    background-color: #1FB800 !important;
    color: #fff !important;
}
.btn-deep-orange:hover {
    background-color: #1FB800!important;
    color: #fff !important;
}

.conference-name {
    font-size: 18px;
    font-weight: 600;
    color: #1FB800;
}

.conference-date {
    color: #272e38;
    margin-bottom: 5px;
    font-weight: 600;
}
/* ---- subscribe-footer --*/

.subscribe-footer{
    background:#282927;
}
#subscribe {
    width: 100%;
}
.subscribe-contact-form {
    padding: 29px;
    height: 100px;
    width: 90%;
    margin: auto;
    /* border: 1px solid #173a48;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);*/
}
.subscribe-contact-form .contact-full-name, .subscribe-contact-form .contact-email {
    width: 71%;
    margin-left: 25px;
    margin-top: 0px;
    float: left;
}
.subscribe-contact-form .contact-full-name input, .subscribe-contact-form .contact-email input {
    border: solid 1px #eeeeee;
}
.subscribe-contact-form input {
    background: #f9f9f9 !important;
    height: 42px;
}
.contact-submit {
    width: 25%;
    float: right;
}
.subscribe-contact-form .btn {
    font-size: 16px;
    border: 0px;
    padding: 5px 30px !important;
    text-align: center;
    font-weight: 600;
    text-align: center;
    font-weight: 500;
    background:#529a05 !important;
    margin-top: 0px;
    color: #ffffff;
    border-radius: 5px;
    margin-left: 0px;
}

/*-- //subscribe-footer --*/

/*-- sponor-confrnce-icon --*/

.sponor-confrnce-icon{
width:100%;
clear:both;
padding:3em 0em;
}
.sponor-confrnce-icon ul li {
    display: inline-block;
    margin: 10px 10px;
    width: min-content;
    border: 1px solid #e0dfdf;
    padding: 5px 5px;
}
.sponor-confrnce-icon ul li a img {
    width: 128px;
    padding:0px;
height:136px;
}

.sponor-confrnce-icon ul li:hover{
    background: #f2f3f2;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.6), 0 0 0px 1px rgba(255, 255, 255, 0.5);
}
/*-- //sponor-confrnce-icon --*/
.about-confrnce-parg1 ul li{ 
	padding: 5px 0px;
	margin-left: 2em;
}

@media screen and (min-width: 300px) and (max-width: 589px) {
.w3l_gallery_grid li {
    width: 100%;
}
.box .topic-conf {
    font-size: 15px;
}
.box .conf-date {
    font-size: 17px;
    letter-spacing: 1px;
}
.box img {
    height: 100%;
}
.conf-box-info {
    height: 100%;
}
.ps-slides .ps-user-icon img {
    display: none;
}
.ps-container > .ps-slidewrapper {
    width: 95%;
	left:0px;
}
.ps-container {
    margin: 0em 0em;
}
.associates ul li {
    width: 43%;
    float: left;
}
.associates ul li a img {
    width: 100%;
	height: 65px;
	object-fit: contain;
}
.gridtext {
    float: left;
    width: 100%;
}
.twitter {
    margin-top: 1em;
	margin-bottom:1em;
}
}

@media screen and (min-width: 590px) and (max-width: 767px) {
.w3l_gallery_grid li {
    width: 50%;
}
.box, .box .overbox {
    height: 200px;
}
.box .topic-conf {
    font-size: 15px;
}
.box .conf-date {
    font-size: 17px;
    letter-spacing: 1px;
}
.box img {
    height: 100%;
}
.conf-box-info {
    height: 100%;
}
.ps-slides .ps-user-icon img {
    display: none;
}
.ps-container > .ps-slidewrapper {
    width: 95%;
	left:0px;
}
.ps-container {
    margin: 0em 0em;
}
.gridtext {
    float: left;
    width: 100%;
}
.associates ul li {
    width: 43%;
    float: left;
}
.associates ul li a img {
    width: 100%;
}
.twitter {
    margin-top: 1em;
	margin-bottom:1em;
}
.client-review {
    display: none;
}
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
.header-logo {
    width: 20%;
    float: left;
    margin-top: 7px;
}
.header-conf{
    width: 80%;
    float: left;
}
.conf-contact{
    width: 70%;
    float: left;
}
.conf-contact ul li {
    padding: 17px 4px;
}
.conf-social{
    width: 30%;
    float: left;
}
.conf-social ul li {
    margin: 10px 0px 5px 0px;
}
.conf-social ul li a i {
    padding: 8px 6px;
    width: 30px;
    height: 30px;
    font-size: 15px;
}
.box, .box .overbox {
    height: 200px;
}
.box .topic-conf {
    font-size: 15px;
	line-height:21px;
}
.box .conf-date {
    font-size: 17px;
    letter-spacing: 1px;
}
.box img {
    height: 100%;
}
.gridtext {
    margin: 0.5em 1em;
    width: 45%;
}
.gridicon {
    width: 21%;
}
.associates ul li {
    width: 29%;
    float: left;
}
.associates ul li a img {
    width: 100%;
}
.client-review {
    height: 100%;
	margin-left: 0rem;
	width:50%;
}
.client-review .content_subhead {
    margin-left: 0rem;
    width: 100%;
}
.ps-container > .ps-slidewrapper {
    width: 50%;
}
.ps-slides .ps-user-icon {
    width: 40%;
    float: left;
}
.detail-testimonial {
    margin-left: 33%;
    width: 63%;
}
.facebook {
    width: 32%;
}
.twitter {
    width: 32%;
    margin:0px 13px;
}
.you-tube {
    width: 32%;
}
}


@media screen and (min-width: 1001px) and (max-width: 1199px) {
.header-logo {
    width: 20%;
    float: left;
    margin-top: 7px;
}
.header-conf{
    width: 80%;
    float: left;
}
.conf-contact{
    width: 70%;
    float: left;
}
.conf-contact ul li {
    padding: 17px 4px;
}
.conf-social{
    width: 30%;
    float: left;
}

.box, .box .overbox {
    height: 200px;
}
.box .topic-conf {
    font-size: 15px;
	line-height:21px;
}
.box .conf-date {
    font-size: 17px;
    letter-spacing: 1px;
}
.box img {
    height: 100%;
}
.gridtext {
    margin: 0.5em 0em;
    width: 100%;
}
.gridicon {
    width: 21%;
}
.gridtext h4 {
    letter-spacing: 1px;
}
.associates ul li {
    width: 30%;
    float: left;
}
.associates ul li a img {
    width: 100%;
}
.client-review {
    height: 100%;
	margin-left: 0rem;
	width:50%;
}
.client-review .content_subhead {
    margin-left: 0rem;
    width: 100%;
}
.ps-container > .ps-slidewrapper {
    width: 50%;
}
.ps-slides .ps-user-icon {
    width: 40%;
    float: left;
}
.detail-testimonial {
   margin-left: 0%;
    width: 100%;
    margin-top: -34px;
}

}

@media screen and (min-width: 1200px) and (max-width: 1320px) {

.conf-social ul li {
    margin: 10px 3px 5px 3px;
}
}
.w3layouts_gallery_grids{ 
	width: 100%;
	float: left;
	margin-bottom: 2em;
}

.partner {
	display:flex;
	justify-content: center;
	column-gap:24px;
	margin-top:35px;
}
.partner a {
	background: white;
    box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.6), 0 0 0px 1px rgba(255, 255, 255, 0.5);
    width: 275px;
	border-width: 4px;
    border-style: solid;
    /*border-image: linear-gradient(to right, #23a1e2, #1c3d86) 1;*/
	border-image: repeating-linear-gradient(45deg, #23a1e2, #1c3d86 10%) 10;
}
.partner img {
	width:100px;
	height:auto;
}
.fa-pinterest {
    background: #E60023;
    color: white;
    padding: 10px 13px 8px 15px;
    margin: 2px;
}
.fa-linkedin {
    background: #0A66C2;
    color: white;
    padding: 10px 13px 8px 15px;
    margin: 2px;
}
.fa-telegram {
    background: #0088cc;
    color: white;
    padding: 10px 13px 8px 15px;
    margin: 2px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff6e3;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.headtitl-breadcum {
    /*text-transform: uppercase;
    letter-spacing: 1px;*/
     padding: 0px 0px 20px 0px; 
    position: relative;
    width: fit-content;
}

/*.headtitl-breadcum h2:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #5a6ff1;
     top: 26px; 
}*/

.headtitl-breadcum h2 span {
    font-weight: 600;
    color: #73c25f;
}

.card-body .input-group {
    width: 100%;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.card-body input {
    line-height: normal;
    width: 100%;
    /*margin: 20px 0px;*/
    padding: 8px;
    /*height: 45px;*/
	margin-bottom: 15px;
}

.btn-submit {
    position: relative;
    /* display: inline-block; */
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    padding: 5px 20px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 50px;
    letter-spacing: 1px;
    background-color: #4151b1;
    text-transform: capitalize;
    width: 125px;
    margin: auto;
    height: 40px;
}

.btn-block {
    display: block;
    width: 200px;
}

.j-name a {
	background: chocolate !important;
	}
	
.j-name h5 {
	padding-bottom: 10px;
	}
	
.content-main {
    /*background: #f1f1f1;*/
    position: relative;
    width: 100%;
    float: left;
   /* height: 520px;*/
    max-height: 1000px;
    z-index: 5;
    box-shadow: 0 -2px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px rgb(0 0 0 / 10%);
    border-radius: 0 3px 3px 3px;
}

.content-main ul {
    margin: 0px;
    padding: 0px;
}

.content-main ul li {
    display: block;
    padding: 10px;
    float: left;
}

.content-main ul li a img {
    width: 100%;
    height: 200px;
}

.content-main ul li a {
    color: rgb(0 0 0 / 70%);
}
.slides img {
	width:100%;
	}
.conf-contact a:hover {
	color:#0b539e!important;
	}
	
/*banner css*/
.wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slides-container {
    height: 500px;
    position: relative;
    transition: 900ms cubic-bezier(0.48, 0.15, 0.18, 1)
}

.slide-img {
    height: 100%;
    width: 100%;
    position: absolute;
}

.slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* arrow navigation */
.next-btn,
.prev-btn {
    padding: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    background-color: var(--arrowBg);
    color: var(--arrowColor);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 100;
    cursor: pointer;
    transition: 400ms;

}

.next-btn:hover,
.prev-btn:hover {
    background-color: var(--arrowHover);
    color: var(--titleColor)
}

.prev-btn {
    left: 0;
}

.next-btn {
    right: 0;
}

/* navigation dots */


.navigation-dots {

    display: flex;
    height: 32px;
    align-items: center;
    justify-content: center;
    margin: 16px 0;
    margin-top: -50px;


}

.single-dot {
    z-index: 100;
    background-color: var(--dotBg);
    height: 16px;
    width: 16px;
    margin: 0 8px;
    border: 2px solid var(--dotBorder);
    border-radius: 50%;
    cursor: pointer;
    transition: 400ms;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);

}

.single-dot.active {
    background-color: var(--arrowColor);
}

#advisory{
	border: 1px solid #f7f7f7; 
	height: 440px; 
	padding: 10px; 
	text-align: center;
}



/*responsive*/
@media screen and (min-width: 320px) and (max-width:768px){
 
	#cssmenu > ul > li {
		 z-index: 16;
    background: #fff;
		}
	.conf-contact ul li {
		padding:0px!important;
		}
	 ul.callbacks_tabs {
		 bottom: 15%;
		 }
	/*.gallery ul {
		padding-left:0px!important;
		}
		.view-more {
		position: relative;
        top: 37px;
		}
		*/
	.w3l_gallery_grid li {
		padding: 4%;
		}
	
	.about-conf  p {
		text-align:justify;
		}
	.heading h1 {
		color: #94cae5;
		}
	.associates ul {
		column-count:2;
		}
	.associates ul li {
		width:auto!important;
		}
	.ps-container {
		display:none;
		}
	/*inner page css*/
	.pub {
		width:100%!important;
		}
	.content-main {
		max-height: fit-content;
		}
	.content-main ul li a img {
		width: 92%!important;
		height:auto;
		}
	.slider {
		margin-top: 68px;
	}
	.banner_upconfernce {
		height: 150px;
		margin-top: 65px;
	}
	#advisory{
		height: auto; 
		margin-bottom: 10px;
	}
}
	