/*=================================================================
	Basic Setup css
==================================================================*/
html {
    font-size: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
	font-family: 'Poppins', sans-serif;
  font-size: 14px;
	color: #222222;
	font-weight: normal;
	overflow-x: hidden;
	line-height: 20px;
}


@font-face{
  font-family: 'Poppins-Regular';
  src: url('./../poppins/Poppins-Regular.ttf');
}

@font-face{
  font-family: 'Poppins-Medium';
  src: url('./../poppins/Poppins-Medium.ttf');
}

@font-face{
  font-family: 'Poppins-SemiBold';
  src: url('./../poppins/Poppins-SemiBold.ttf');
}

@font-face{
  font-family: 'Poppins-Bold';
  src: url('./../poppins/Poppins-Bold.ttf');
}

@font-face{
  font-family: 'Rubik-Bold';
  src: url('./../Rubik/Rubik-Bold.ttf');
}

@font-face{
  font-family: 'Rubik-Medium';
  src: url('./../Rubik/Rubik-Medium.ttf');
}

@font-face{
  font-family: 'Rubik-Regular';
  src: url('./../Rubik/Rubik-Regular.ttf');
}

@font-face{
  font-family: 'Raleway-Bold';
  src: url('./../Raleway/Raleway-Bold.ttf');
}



a,
a:active,
a:hover,
a:focus,
a:visited{
	text-decoration:none;
	/*background:transparent;*/
	outline:none;
	color:inherit;
}

/*a:hover{
	color: #663fb5 !important;
}*/

button:focus{
	outline:none;
}

li{
	/*list-style:none;*/
}

article,
figure,
footer,
header,
nav,
section{
	display:block
}

select:focus {
    outline-offset:0;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
	width: device-width;
}
@-moz-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@-o-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}





a:focus, a:hover {
    	text-decoration:none !important;
	}


.navbar {
    /*position: relative;*/
    min-height: 50px;
    margin-bottom: 20px;
    border: none;
}

.navbar-toggle {
  /*border: 2px solid #FFFFFF;*/
  color: #ffffff;
  background: #1b4e63;
}


.navbar-toggle .icon-bar {
    background: #fff !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}

.header-body {
  height: calc(100vh - 80px);
}

/* .reportBG {
  background-color: #f1f8fb !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
} */

/* .greeting-text{
  border-left: 3px solid #184558;
  margin-left: 14px;
  height: 75px;
} */

/* .partner-logos{
  background: url(../img/tracka-bn.png);
  height:200px;
  background-repeat: no-repeat
} */

.greeting-text p {
  font-size: 13px;
  color: #5c8b9e;
  line-height: 15px;
  margin-bottom: 18px;
  margin-left: 15px;
}

.err-msg {
  color:red;
  font-size: 12px;
  padding:3px
}

.greeting-text a {

  display: inline-block;
  font-size: 29px;
  /* color: #4a9e9d; */
  margin: 14px 13px;
  color:#2199cc !important;

}

.p10{
  padding: 10px !important
}

.alt-table{
  padding: 10px;

}

.alt-table ul li{
  list-style: none;
  /* border-bottom: solid 1px #fafafa */
}

.alt-table p, .alt-table a{
  font-size: 13px;
  line-height: 1.3;
  margin-top:5px;
  /* font-size: 10px */
}

.alt-table p {
  color: #777;
}

.rank-badge{
  background: #184456;
    color: #b3c9d2;
    padding: 1px 5px;
    border-radius: 32px;
    border: solid #a2e4ff 2px;
    font-size: 8px;

}

.rank-segment{
  display: flex;
    justify-content: space-between;
    padding: 5px 2px;
    width: 300px;
    background: #fbfbfb;
    border-radius: 5px;
    margin-top:7px;
    color: #b9bdca;
}

.rank-segment span{
  color: #222222
}

#form .input-group input[class="form-control"] {
  border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 17px;
  color:#222;
  padding:7px 12px;
  border-right-width:0;
}

#form .input-group select[class="form-control"] {
  border-radius:50px;
  border-top-left-radius:0;
  border-bottom-left-radius:0;
  font-size:17px;
  width:100px;
  color:#222;
  border-left-width:0;
}

.form-control:focus {
    border:1px solid #ccc !important;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(254, 86, 33, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 2px rgba(0, 0, 0, .6) !important;
}

.form-group1 .form-control:focus {
    border:none!important;
    outline:0;
    -webkit-box-shadow:none !important;
    box-shadow: none !important;
    border-bottom:1px solid brown !important;
}


	


::-webkit-scrollbar{
	height: 7px;
	width: 7px;
}
::-webkit-scrollbar-track{
	border-radius: 50px;
	/*-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.1);*/
}
::-webkit-scrollbar-thumb{
	border-radius: 1px;
	background-color: #a7a7a7;
}

/*=================================================================
  Dashboard Css
==================================================================*/


/*adminsection*/

.leftbar-admin{
  /*background-image:url(../img/Group399.jpg); 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
  position: fixed;
  /*padding-top: 42px;*/
  padding-top: 16px;
  left: 0%;
  top: 0%;
  background-color: #1b4e63;
  /*box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);*/
  border-right: 1px solid #eff3f2;
  width: 16.7%;
  height: 100%;
  transition: all .6s ease;
  overflow-y: scroll;
  overflow-x: hidden;
}

.bg-info2 h4 {
  font-family: 'Poppins-Medium';
  margin-top: 30px;
  margin-left:20px;
  margin-bottom:30px;
  color:#1b4e63
}

.role3 {
  background: #e1f2fb !important;
  color: #318a94 !important;
  padding: 1px 13px !important;
  border-radius: 18px !important;
  font-size: 10px;
}

.link:hover{
  /* color: #fff !important; */
  font-weight: bolder
}

.bg-info2 h5{
  font-family: 'Poppins-Medium';
  margin-top: 10px;
  margin-left:20px;
  margin-bottom:-5px;
  /* margin-bottom:30px; */
  color:#1b4e63;
  /* font-size: 18px */
}

.table {
  /* display: grid !important; */
}
.__navlinkbtn {
  background: #1b4e63 !important;
  color: #ffffff !important;
  border-radius: 4px;
  padding: 8px 40px !important;
  font-family: Poppins-Medium;
  line-height: 1.5;
  margin-top: 7px;
}

.__navlink_h{
  color: #1b4e63 !important
}
.__morebtn {
  width: 93px;
  padding: 5px 12px;
  color: #1b4e63;
  border-color: #1b4e63;
  font-family: Poppins-Medium;
}

.__morebtn:hover {
  background-color: #1b4e63 !important;
  color: #ffffff !important;
  border-color: #1b4e63 !important;
}

.__morebtn:active, .open>.dropdown-toggle.btn-default {
  background-color: #1b4e63 !important;
  color: #ffffff !important;
  border-color: #1b4e63 !important;
}


.leftbart{
  position: fixed;
  /*padding-top: 42px;*/
  padding-top: 1%;
  left: 0%;
  /*top: 0%;*/
  background-color: #ffffff;
  /*border-right: 1px solid #c0bebe33;*/
  border-right: 1px solid #e3e3e3;
  width: 256px;
  height: 100%;
  transition: all .6s ease;
  overflow-y: scroll;
  overflow-x: hidden;
}

.leftbar::-webkit-scrollbar {
    width: 0px;
}
.leftbart::-webkit-scrollbar {
    width: 0px;
}
.butt_section{
  padding: 35px;
}

.ml2{
  margin-left: 10px
}

/* liking */

.like-default {
  color: #1b4d62;
  background: #b6c6cd;;
  /* padding: 7px 4px 7px 9px; */
  padding: 8px ;
  border-radius: 50%;
}

.unlike-default {
  color: #1b4d62;
  background: #b6c6cd;;
  padding: 10px 0px 7px 9px;
  /* padding: 7px ; */
  border-radius: 50%;
}



.liked{
  color: #1b4d62;
  background: #b6c6cd;
  border-radius: 50%;
  padding: 9px;
}

.unliked{
  color: #1b4d62;
  background: #b6c6cd;
  border-radius: 50%;
   padding: 10px 4px 6px 9px;
  /* padding:10px; */
}

.__dashnotif {
    position: absolute;
    /* margin-top: 18px; */
    color: #ea4335;
    font-size: 8px;
    /* margin-left: -11px; */
  }

  .deleteBox .delete {
  cursor: pointer;
  color: #ffffff;
  margin-top:10px;
  float: right;
}

.leftbart p {
  /*font-family: Raleway-Medium;*/
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #595959;
  background-color: white;
  padding: 12px 16px;
 /* margin-bottom: 10%;*/
  cursor: pointer;
  /*text-align: center;*/
  line-height: 23px;
}
.dashboard_name {
    padding: 2px;
    margin-left: 16%;
    margin-bottom: 10%;
}
.leftbar i {
    float: left;
    padding: 4px;
}
.leftbart i {
    float: left;
    padding: 4px;
}
.activedashboard{
  /*background-color: #f9f9f9 !important;*/
  /*font-family: Raleway-Bold !important;*/
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.4px;
    /*color: #595959 !important;*/
    border-left: 4px solid #298FCE !important;
    /*border: 1px solid #f0842d;*/
    color: #298FCE !important;
    /*width: 197px;*/
    width: 100%;
}

/* font-size */
.f-12 {
  font-size: 12px
}

/*end*/

a.__navlink:hover{
  color:#337ab7
}
.following-card{

  border: solid 1px #eff3f5;
  padding: 10px;
  border-radius: 5px;
  margin-left:10px;
  background:#f6fafd;
  margin-top:10px
}
 
.following-card p{

  line-height: 18px;
  font-size: 12px;
  color: #000000;
  font-family: Poppins-Medium;
  margin-top: 5%;
  height:30px

}




/*li:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #386b02;
    left: 0;
    top: 5px;
    position: absolute;
}*/


/*hover on dropdown and drop*/
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}
/*hover on dropdown and drop end*/


/*=================================================================
  Custom Css
==================================================================*/
.hidden1 {
  display:none !important;
}

.hidden2 {
  display:none;
}

.p-0{padding: 0;}

.p-1{padding: 1px;}

.p-5{padding: 5px;}

.pl-0{padding-left: 0;}

.pl-1{padding-left: 1px;}

.pl-5{padding-left: 5px;}


.pr-0{padding-right: 0px;}
.pr-1{padding-right: 1px;}
.pr-5{padding-right: 5px;}

.mt-2p{margin-top:2%;}

.mt-4p{margin-top:4%;}
.mt-5p{margin-top:5%;}

.__mainbg{
  background-image: url(../img/mainbg.svg);
  /*background-repeat: no-repeat;
  background-size: cover;
  background-origin: content-box;*/
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 0 0 5%;
}

.__mainbg1{
  background-image: url(../img/mapbg.svg);
  padding: 4% 0;
}
.__mainbgb{
  background-image: url(../img/mapbg2.svg);
  padding: 4% 0;
}

.__mainbg2{
  background-image: url(../img/projectbg.svg);
  padding: 4% 0;
}

.__mainbg3{
  background: #1b4e63;
  padding: 4% 0;
}

.__mainbg4{
  background: #f5f5f5;
  /* background: #ffffff; */
  padding: 4% 0;
}

.__mainbg5{
  background: #1b4e63;
  padding: 4% 0 2%;
}

.__midcardtable2b{
  background: #F8F8F8;
  border-radius: 4px;
  margin: 0 25px;
}

.s-table {
  background: #fff;
  height: 80px;
  margin-bottom: 10px;
  color: #389493 !important;
  font-size: 12px !important;
}
.s-table-hd {
  background: #fff;
  height: 64px;
  margin-bottom: 10px;
  color: #1a5454 !important;
  font-size: 13px !important;
}
.s-table2 {
  background: #f4fbfb;
  height: 80px;
  margin-bottom: 10px;
  color: #389493 !important;
  font-size: 12px !important;
}
.s-table3 {
  
  /* background: #dff7f7; */
  background: #caecec;
  height: 80px;
  margin-bottom: 10px;
  color: #389493 !important;
  font-size: 12px !important;
}

.s-table4 {
  
  background: #e0f5f5;
  height: 80px;
  margin-bottom: 10px;
  color: #389493 !important;
  font-size: 12px !important;
}
.s-table-inner {
  /* padding: 16px 35px 16px 35px; */
  text-align: center;
  display: block;
}

.flex2{
  display: flex;
  justify-content: space-around;
}

.s-table-header{
  padding: 10px 10px 10px 10px;
  margin: 0;
  background: #fff;
  border-bottom: solid 1px #f5f5f5;

}

.dash-img2{
  width: 50px;
  height: 50px;
  margin-top: -10px;
  border-radius: 50%;
  margin-right:7px
}

.btn-tb-nw{
  background: #389493;
  border-radius: 50px;
  color: #fff !important;
  padding: 5px 19px !important;
  font-size: 12px !important
}

.s-table p, .s-table2 p, .s-table3 p , .s-table4 p{
  margin-top:26px;
  font-weight:500;
  text-transform: capitalize
}

.s-table-hd p{
  margin-top:26px;
  font-weight:800;
  text-transform: capitalize
}


/*custom menu expand search*/

/*.header {
  max-width: 720px;
  margin: 2em auto 10em;
}*/

.__dealnavbar{
      box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 20px 0;
}

.header-nav {
  position: relative;
  padding-right: 3em;
  margin-top: 9px;
}
.header-nav:before, .header-nav:after {
  content: '';
  display: table;
}
.header-nav:after {
  clear: both;
}

.menu {
  display: inline-block;
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu li {
  display: inline-block;
}
.menu li a {
  color: #ffffff;
    display: block;
    padding: 5px 10px;
    position: relative;
    transition: color 0.3s;
    z-index: 10000000;
}


/*.menu .__deala a {
  color: #333;
    display: block;
    padding: 5px 10px;
    position: relative;
    transition: color 0.3s;
    z-index: 10000000;
}

.menu .active {
  color: #298fce !important;
  text-decoration: underline !important;
}

.menu li a:hover {
  color: #298fce;
  text-decoration: underline !important;
}

.menu .__sign{
  background-color: transparent;
    border: solid 1px #ffffff;
    margin-top: 5px;
    border-radius: 4px;
    transition: all 0.4s ease-in;
}

.menu .__signa a{
  background-color: transparent;
    border: solid 1px #333;
    color: #333;
    margin-top: 5px;
    border-radius: 4px;
    transition: all 0.4s ease-in;
}*/

.search-button {
  position: absolute;
  right: 20px;
  top: 32%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #afdaef;
  padding: 8px;
  border-radius: 5px;
}

.search-toggle {
  position: relative;
  display: block;
  height: 10px;
  width: 10px;
}
.search-toggle::before, .search-toggle::after {
  content: '';
  position: absolute;
  display: block;
  transition: all 0.1s;
}
.search-toggle::before {
  border: 2px solid #1b4e63;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: -2px;
  top: -2px;
}
.search-toggle::after {
  height: 2px;
  width: 7px;
  background: #1b4e63;
  top: 10px;
  left: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.search-toggle.active::before {
  width: 0;
  border-width: 1px;
  border-radius: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -1px;
  left: 4px;
}
.search-toggle.active::after {
  width: 12px;
  left: -1px;
  top: 4px;
}

.__dealsearch-toggle {
  position: relative;
  display: block;
  height: 10px;
  width: 10px;
}
.__dealsearch-toggle::before, .__dealsearch-toggle::after {
  content: '';
  position: absolute;
  display: block;
  transition: all 0.1s;
}
.__dealsearch-toggle::before {
  border: 2px solid #000000;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: -2px;
  top: -2px;
}
.__dealsearch-toggle::after {
  height: 2px;
  width: 7px;
  background: #000000;
  top: 10px;
  left: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.__dealsearch-toggle.active::before {
  width: 0;
  border-width: 1px;
  border-radius: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -1px;
  left: 4px;
}
.__dealsearch-toggle.active::after {
  width: 12px;
  left: -1px;
  top: 4px;
}

.search-input:focus {
  outline: none;
}



#header-2 {
  overflow: hidden;
  background: transparent;
  padding: 10px 0;
  border-radius: 0;
  margin-bottom: 0;
 border-bottom:  solid 2px #18475a;
 background: #fff;
}
#header-2 .menu li {
  opacity: 1;
  transition: opacity 0.2s 0.1s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.2s 0.1s;
  transition: transform 0.3s, opacity 0.2s 0.1s, -webkit-transform 0.3s;
}
#header-2 .menu li:nth-child(1) {
  transition-delay: 0.4s;
}
#header-2 .menu li:nth-child(2) {
  transition-delay: 0.5s;
}
#header-2 .menu li:nth-child(3) {
  transition-delay: 0.6s;
}
#header-2 .menu li:nth-child(4) {
  transition-delay: 0.7s;
}
#header-2 .menu li:nth-child(5) {
  transition-delay: 0.8s;
}
#header-2 .menu li:nth-child(6) {
  transition-delay: 0.9s;
}
#header-2 .search-box {
  position: absolute;
  left: 0;
  height: 100%;
  padding-left: 2em;
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
  opacity: 0;
  transition: all 0.4s 0.3s;
}
#header-2 .search-box .search-input {
  border: 0;
  width: 100%;
  height: 100%;
  color: #1b4e63 !important;
    border-bottom: 1px solid #1b4e63;
  background-color: transparent;
}


#header-2 .search-box .search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1b4e63;
  opacity: 1; /* Firefox */
}

#header-2 .search-box .search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #1b4e63;
}

#header-2 .search-box .search-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #1b4e63;
}

#header-2 .search-box .__sinput {
  border: 0;
  width: 100%;
  height: 100%;
  color: #000000 !important;
    border-bottom: 1px solid;
  background-color: transparent;
}


#header-2 .search-box .__sinput::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1; /* Firefox */
}

#header-2 .search-box .__sinput:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
}

#header-2 .search-box .__sinput::-ms-input-placeholder { /* Microsoft Edge */
  color: #000000;
}
#header-2 .search-box .search-toggle {
  width: 14px;
  height: 14px;
  padding: 0;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#header-2.show .menu li {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}
#header-2.show .search-box {
  width: calc(100% - 5em);
  -webkit-transform: translateX(-31%);
  transform: translateX(-31%);
  opacity: 1;
}

/*custom menu end*/

.__logo{
  width: 97px;
  margin-top: -10px;
}


.__navlink{
  font-size: 14px;
  line-height: 1.56;
  color: #1b4e63 !important;
  font-family: Poppins-Medium;
}

.__navlink1{
  font-size: 14px;
  line-height: 1.56;
  color: #ffffff !important;
  font-family: Poppins-Medium;
}

.footer-nav{
  display: none
}

.alt-table{
  display: none
}

.main-table{
  display: block
}

/*carouse; top*/
.__cont{
  margin-left: 0px;
  padding-left: 0px;
  margin-right: 5%;
}

.__carousel-innert>.item> .__img{
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  /*clip-path: polygon(0 0, 100% 0, 83% 100%, 0% 100%);*/
  height: 489px;
}

.__carousel-controlt{
  width: 5%;
  top: 90%;
  left: 90%;
  right: 2% !important;
  z-index: 999999;
}

.__carousel-controlt span{
  font-size: 12px !important;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 1px 6px;
  /*height: 20px !important;
  width: 20px !important;*/
  background: #ffffff;
  color: #000000;
}

.__carousel-controlt.left{
  background-image: linear-gradient(to right,transparent 0,transparent 100%);
}
.__carousel-controlt.right{
  background-image: linear-gradient(to right,transparent 0,transparent 100%);
}

.__main-textt{
    position: absolute;
    top: 16%;
    padding: 52px;
    
}

.__colat{
  font-size: 50px;
  line-height: 1.2;
  font-family: Rubik-Bold;
  color: #000;
  color: #ffffff;
}

.__colat1{
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  color: #ffffff;
}

.__becobtn{
  font-size: 16px;
  background: #1b4e63;
  color: #ffffff !important;
  border-radius: 4px;
  line-height: 1.56;
  font-family: Poppins-Medium;
  padding: 10px 20px;
  margin-top: 10%;
}
.__becobtn1{
  font-size: 16px;
  background: #ffffff;
  color: #1b4e63 !important;
  border-radius: 4px;
  line-height: 1.56;
  font-family: Poppins-Medium;
  padding: 10px 20px;
  margin-top: 10%;
}

.__becobtn1:hover{
  background: #f3f3f3 !important;
  color: #346980 !important;
  /* border-color: #fff !important; */
}
.__becobtn:hover{
  background: #346980 !important;
  color: #f3f3f3 !important;
  /* border-color: #fff !important; */
}
/*carouse; top end*/

.__hwk{
  font-size: 32px;
  line-height: 1.19;
  color: #222;
  font-family: Rubik-Bold;
}

.__hwk1{
  font-size: 17px;
  line-height: 1.5;
  color: #000000;
}

.__hwk2{
  font-size: 40px;
  line-height: 1.18;
  color: #1b4e633d;
  font-family: Raleway-Bold;
}

.__hwk2 span{
  font-size: 17px;
  line-height: 1.5;
  color: #333333;
  font-family: Poppins-Medium;
}

.__hwkline{
  background: #1b4e63;
  padding: 7px;
  margin-top: 10%;
}

.__hwkcountdiv:before {
  content: "";
  width: 1px;
  height: 74px;
  background-color: rgba(27, 78, 99, 0.24);
  right: 3px;
  top: 8px;
  position: absolute;
}

.__hwkcount{
  font-size: 40px;
  line-height: 1.18;
  color: #333333;
  font-family: Raleway-Bold;
}

.__hwkcount1{
  font-size: 16px;
  line-height: 1.56;
  color: #333333;
}

#map{
  width: 100%;
}


.__pro{
  font-size: 32px;
  line-height: 1.19;
  color: #ffffff;
  font-family: Rubik-Bold;
}

.__pro1{
  font-size: 15px;
  line-height: 1.5;
  color: #ffffff;
}


/*carousel project*/

#custom_carousel{
  margin-top: 5%;
}

#custom_carousel .item  .top {
    overflow:hidden;
    max-height:100%;
    margin-bottom:0;
}
#custom_carousel .item {

  color:#000;
  background-color:#fff;
  overflow:hidden
}

#custom_carousel .item img{
width:100%;
height:auto
}

#custom_carousel .item .__imgs{
background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 396px;
  /* height: 69vh; */
  /* height: 104vh; */
}

#custom_carousel .izq 
{
    position:absolute;
  left: -10px;
  top:40%;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px;
}
/* Next button  */
#custom_carousel .der 
{
       position:absolute;
  right: -10px !important;
  top:40%;
  left:inherit;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px;
}
#custom_carousel .controls{

    overflow:hidden;
    padding:0;
    margin-top: 35px;
    /*white-space: nowrap;
    text-align: center;*/
    position: relative;
    /*background:#fff;*/
    border:0;
}
#custom_carousel .controls .nav{

    padding:0;
    margin:0;
    /*white-space: nowrap;
    text-align: center;*/
    position: relative;
    /*background:#fff;*/
    width: auto;
    border: 0;
}
#custom_carousel .controls li {
    transition: all .5s ease;
    display: inline-block;
    max-width: 175.5px;
    height: 90px;
    /*opacity:.5;*/
}
#custom_carousel .controls li a{
    padding:0;
    background: #ffffff;
}
#custom_carousel .controls li img{
width:100%;
height:110px
}

#custom_carousel .controls li.active {
    background-color:#fff;
    color: #1b4e63;
    opacity:1;
    font-family: Poppins-Bold;
}
#custom_carousel .controls a small {
    overflow:hidden;
    display:block;
    font-size:10px;
    line-height: 1.5;
    /*margin-top:5px;*/
    padding: 15px 12px;
    height: 90px;
}

.__probcard{
  padding: 40px 10px;
}

.__prob{
  font-size: 19px;
  line-height: 1.5;
  color: #000000;
  font-family: Poppins-SemiBold;
}

.__prob1{
  font-size: 16px;
  line-height: 1.56;
  color: #000000;
  margin-top: 5%;
}

.__prob2{
  line-height: 1.5;
  color: #000000;
  font-family: Poppins-SemiBold;
}

.__prob3{
  color: #47bb7f
}

.__probtn{
  border: 1px solid #1b4e63;
  background: transparent;
  color: #1b4e63 !important;
  line-height: 1.56;
  padding: 8px 16px;
  margin-top: 5%;
}

.__probtn1{
  background: #1b4e63;
  color: #ffffff !important;
  line-height: 1.56;
  padding: 8px 16px;
  margin-top: 5%;
}
/*carousel project end*/

.__impcardline{
  background: #051014;
  height: 4px;
}

.__imp{
  font-size: 16px;
  line-height: 1.56;
  color: #3333339e;
  font-family: Poppins-Bold;
  margin: 5% 0 2px;
}

.__imphr{
  margin-top: 0px;
  border-top: 2px solid #1b4e6366;
}

.__impcard{
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin-top: 12px;
}

.__impimg{
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 212px;
}

.__imppc{
  padding: 20px;
  height: 28vh;
}

.__impp{
  font-size: 15px;
  line-height: 1.19;
  color: #000000;
  font-family: Rubik-Medium;
}

.__impp1{
  font-size: 12px;
  line-height: 1.5;
  color: #3333339c;
  margin-top: 40px;
}

.__lis{
  line-height: 1.19;
  color: #000000;
  font-family: Rubik-Medium;
  margin-top: 12px;
}
.__lis1{
  font-size: 12px;
  line-height: 1.5;
  color: #0000007d;
    margin-top: 10px;
}

.__lihr{
  margin-top: 10px;
  margin-bottom: 35px;
  border-top: 1px solid #70707063;
}

.__lis2{
  margin-top: 30px;
}

.__lis2 a{
  font-size: 16px;
  line-height: 1.56;
  color: #1b4e63 !important;
  font-family: Poppins-SemiBold;
}


/*partner slider*/


.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  /*margin-top: 5%;*/
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 15px 0;
  /*padding: 0;*/
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-
 {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/*partner slider end*/

/*image zoom*/
.__abuotm{
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 306px;
}

.__imghov{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 306px;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background: #000000;
  transition: all 0.4s ease-in;
  margin-top: 20px;
}

.__imghov .__abuotm{
  display: block;
  /*height: auto;*/
  /*-webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;*/
  max-width: 100%;
  -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}


.__imghov:hover .__abuotm{
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  transform: scale(1.4);
}

.__imgtxthov {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  /* border: solid 1px #707070; */
  color: #fff;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  text-align: center;
  padding-top: 85%;
  transition: all 0.4s ease-in;
}

.__imghov:hover .__imgtxthov {
  visibility: visible;
  opacity: 0.52;
}
/*end*/

.__ffl{
  font-size: 13px;
  color: #1b4e63;
  line-height: 1.56;
  font-family: Poppins-SemiBold;
  margin-top: 7px;
}

.__ffltab{
  border-radius: 4px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 20px 10px;  
}

.__nav-tabs {
  border-bottom: 1px solid transparent;
}

.__nav-tabs>li>a {
  padding: 15px 53px;
  margin-right: 1px;
}

.__nav-tabs>li>.__yout {
  background: #c4302b;
  color: #ffffff;
  border-radius: 4px 0 0 0;
}

.__nav-tabs>li>.__faceb {
  background: #00447a;
  color: #ffffff;
  border-radius: 0;
}

.__nav-tabs>li>.__twit {
  background: #4393d2;
  color: #ffffff;
  border-radius: 0 4px 0 0;
}

.__nav-tabs>li.active>a, .__nav-tabs>li.active>a:focus, .__nav-tabs>li.active>a:hover {
  color: #333333 !important;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}

.__nav-tabs>li a:focus, .__nav-tabs>li a:hover {
  color: #333333 !important;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}

.tab-pane{
  margin-top: 16px;
}

.__breg{
  font-size: 16px;
  line-height: 1.56;
  background: #ffffff;
  color: #1b4e63 !important;
  font-family: Poppins-Medium;
  padding: 6px 30px;
  margin-top: 30px;
}
.__breg:hover{
  font-size: 16px;
  line-height: 1.56;
  background: #0b6e98;
  color: #fff !important;
  font-family: Poppins-Medium;
  padding: 6px 30px;
  margin-top: 30px;
}

.__fbm{
  width:499px; 
  height:350px;
}





/*reg*/
.__carousel-inner>.item> .__img{
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  /*clip-path: polygon(0 0, 100% 0, 83% 100%, 0% 100%);*/
  clip-path: polygon(0 0, 98.5% 0, 90% 100%, 0% 100%);
  box-shadow: 0 9px 24px 0;
  height: 1000px;
}

.__carousel-control{
  width: 5%;
  top: 94%;
  left: 72%;
  right: 16% !important;
  z-index: 999999;
}

.__carousel-control span{
  font-size: 12px !important;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 1px 6px;
  /*height: 20px !important;
  width: 20px !important;*/
  background: #ffffff;
  color: #000000;
}

.__carousel-control.left{
  background-image: linear-gradient(to right,transparent 0,transparent 100%);
}
.__carousel-control.right{
  background-image: linear-gradient(to right,transparent 0,transparent 100%);
}

.__main-text{
    position: absolute;
    /* top: 50px; */
    width: 96.66666666666666%;
    padding: 55% 0 20px 60px;
    height:950px;
    top:0
}

.__cola{
  font-size: 43px;
  line-height: 1.2;
  font-family: Rubik-Bold;
  color: #ffffff;

}

.__log{
  color: #1b4e63 !important;
  background: #ffffff;
  border-radius: 0;
  line-height: 1.56;
}

.__formlogo{
  width: 111px;
  margin-top: 111px;
}
.__formlogo2{
  width: 111px;
  margin-top: 50px;
}

.__formcard {
  border-radius: 7px;
  -webkit-box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  margin-top: 30px;
}

.__formcard1 {
  background: #1b4e63;
  padding: 5px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.__formcard2{
  padding: 13px 33px;
}

.__formname {
  font-size: 24px;
  color: #333333;
  line-height: 1.21;
  text-align: center;
  font-family: Raleway-Bold;
  margin-top: 47px;
}

.__label{
  font-size: 16px;
  line-height: 1.19;
  font-family: Rubik-Medium;
  margin-top: 10px;
}
.__formin{
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
  height: 40px;
}

.__basbtn{
  background: #1b4e63;
  color: #ffffff !important;
  padding: 9px;
  font-size: 16px;
  font-weight: 600;
}
.__basbtn:focus {
  outline: none;
}

.__aggr{
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.5;
  color: #3333339c;
}

.__aggr a{
  color: #151dff;
}

.__aggr1{
  font-size: 16px;
  line-height: 1.5;
  color: #3333333d;
  font-family: Poppins-Bold;
  margin-top: 20px;
}

.__sigwf{
  padding: 0 33px;
}
.__sigwf a{
  font-size: 15px;
  color: #0000007d !important;
  line-height: 1.19;
  border: 1px solid #3b599873;
  border-radius: 26px;
  font-family: Rubik-Medium;
  padding: 12px 0;
}

.__sigwf span{
  color: #3b5998;
}
/*reg end*/

/*new css*/

/*customizing tooltip color*/
/*right tooltip*/
.tooltip.right > .tooltip-arrow {
  border-right-color: dodgerblue;
}

/*bottom tooltip*/
.tooltip.bottom > .tooltip-arrow {
  border-bottom-color: #1b4e63;
}

/*top tooltip*/
.tooltip.top > .tooltip-arrow {
  border-top-color: #8b1d78;
}

/*left tooltip*/
.tooltip.left > .tooltip-arrow {
  border-left-color: #8b1d78;
}

/*tooltip inner*/
.tooltip > .tooltip-inner {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #1b4e63;
  padding: 5px 20px;
  line-height: 1.5;
}

a.comment-link{
    margin-top: 5px;
    margin-left: 3px;
    display: inline-block;
}

a.comment-link i {
  font-size: 22px
}
.__persoac{
  font-size: 16px;
  line-height: 1.19;
  color: #333333;
  font-family: Rubik-Regular;
}
.__stepbtn{
  border: 1px solid #1b4e63;
  font-size: 16px;
  line-height: 1.56;
  color: #1b4e63 !important;
  font-family: Poppins-Medium;
  margin-top: 35px;
}

.__stepbtn1{
  font-size: 16px;
  line-height: 1.56;
  background: #1b4e63;
  color: #ffffff !important;
  font-family: Poppins-Medium;
  margin-top: 35px;
}


.__sel1{
  font-size: 13px;
  border: 1px solid #1b4e63;
  border-radius: 4px;
  padding: 0px 9px;
  line-height: 1.9;
  margin-top: 10px;
}

.__sel2{
  font-size: 13px;
  background:  #1b4e63;
  color:#fff;
  border-radius: 4px;
  padding: 0px 9px;
  line-height: 1.9;
  margin-top: 10px;
}
.__serviceselect label.__sel1.active{
  background-color:#1b4e63;
  color:#FFF;
}
.__serviceselect label .bizcontent{
  width:100%;
}
.__serviceselect .__sel{
    color: #000000 !important;
    padding:0;
}

.__formnlogo{
  width: 111px;
    margin-top: 26px;
}

.__regbg{
  background-image:url(../img/bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 20%;
}



.__midinbg{
  background-image:url(../img/bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:90px 0 29%;
}

.__resulp{
  font-size: 24px;
  line-height: 1.46;
  color: #1b4e63;
  font-family: Poppins-SemiBold;
}

.__pointp{
  font-size: 16px;
  line-height: 1.46;
  color: #000000;
}

.__gamep{
  font-size: 42px;
  line-height: 1.5;
  color: #000000;
}

.__gamep1{
  font-size: 22px;
  line-height: 1.5;
  color: #000000;
}

.__bsucbtn{
  background: #1b4e63;
  color: #ffffff !important;
  font-size: 16px;
  line-height: 1.56;
  padding: 6px 17%;
  margin-top: 5%;
}

.__welcombg{
  background: #f5f5f5;
    padding: 75px 0 10%;
}

.__signcard{
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  background: #ffffff;
  padding: 33px 0;
}

.__ffimg{
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 80px;
  height: 80px;
  background: #1b4e63;
  border-radius: 50%;
  margin: 0 auto;
}

.__ffp{
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  font-family: Poppins-Medium;
  margin-top: 5%;
}

.__ffp1{
  font-size: 12px;
  line-height: 1.5;
  color: #000000;
  display: block;
  margin: 0px 20px 0px 20px
}

.__ffbtn{
  line-height: 1.5;
  padding: 4px 12px;
  color: #1b4e63 !important;
  border: 1px solid #1b4e63;
  font-family: Poppins-Medium;
  margin-top: 16px;
}

.delete-span{
  top: -14px;
  display: block;
  position: absolute;
  font-size: 21px;
  right: -2px;
}
a.report-text{
  line-height: 24px
}
p {
  font-family: 'Poppins-Regular'
}
.__ffbtn2{
  line-height: 1.5;
  padding: 4px 12px;
  background-color: #1b4e63 !important;
  /* border: 1px solid #1b4e63; */
  font-family: Poppins-Medium;
  margin-top: 16px;
  color:#fff !important
}

.__ffbtn2b{
  line-height: 1.5;
  padding: 4px 12px;
  background-color: #fff !important;
  /* border: 1px solid #1b4e63; */
  font-family: Poppins-Medium;
  margin-top: 16px;
  color:#1b4e63!important
}

.__ffbtn4 {
  line-height: 1.3;
  padding: 6px 15px;
  color: #f9f9f9 !important;
  border: 1px solid #ffffff;
  font-family: Poppins-Medium;
  margin-top: 17px;
  font-size: 14px;
  /* display: block; */
  /* background-color: #fff !important; */
}

.__ffbtn4b {
  line-height: 1.3;
  padding: 6px 15px;
  background: #f9f9f9 !important;
  color: #1b4d62 !important;
  border: 1px solid #ffffff;
  font-family: Poppins-Medium;
  margin-top: 17px;
  font-size: 14px;
  /* display: block; */
  /* background-color: #fff !important; */
}

.follow-user{
  position: absolute;
    right: 50px;
    top: 100px;
}
a.close-btn{
  color: red
}

.cat-badge{
  padding: 2px 6px;
  border-radius: 10px;
  border-color: #f5f5f5;
  font-size: 10px;

}

.mt2{
  margin-top:20px
}

.badge-updated{
  font-size: 8px;
    background: #e0e8ef;
    padding: 1px 6px;
    border-radius: 10px;
  
}

.reportBlock {
  border-left: solid 2px #bce2f5;
  padding: 0px 10px 10px 10px;
  /* background: #f5f5f5; */
  /* background: #f2f3f5; */
  background: #f6fbfd;
}

.searchResult a {
  display: block;
  padding: 10px 10px 10px 17px;
  color: #1b4e63 !important;
  border-bottom: #e8e7e7 solid 1px;
  background:#f8f8f8;
  font-size: 13px
}

.flex2{
  margin-top:10px;
  justify-content:end
}

.flex{
  display: flex;
  justify-content:flex-start
}



/*new css end*/


/*footer*/
.__footp{
  font-size: 12px;
  line-height: 1.5;
  color: #000000;
  padding: 15px 0 8px;
}

.__footp span{
  color: #1b4e63;
  font-family: Poppins-Bold;
}

.__tags:hover{
  /* font-size: 1em; */
  color:#ccc;
  cursor: pointer;
}

/* colors */
.c-g8{
  color: #888;
}
.c-g7{
  color: #777;
}
.c-g6{
  color: #666;
}
.c-g5{
  color: #555;
}
.c-g4{
  color: #444;
}

/* .rep_on{
  color:#97bd98;
  font-size:.8em;
  background: #f8fff8;
  padding:3px;
  border-radius:3px;
  position: absolute;
  margin-top:4px

} */

.rep_on {
  /* color: #063042; */
  color: #0b6e98;
  font-size: .8em;
  background: #bce2f5;
  padding: 1px 5px;
  border-radius: 3px;
  position: absolute;
  margin-top: -0px;
  /* margin-bottom: 27px; */
}

.grey4{
  color:#828586 !important
}

.disp-tbl{
  margin-top:70px
}
.track-by{
  color: #8e9ea5 !important;
  font-size: 10px;
  text-align: center;
  display: block;
  line-height: 1.3
}

.m-visible{
  display: none
}

.tagg{
  width: 14px !important
}

.m-avatar {
  margin-left: 16px !important;
  margin-top: 23px !important;
  width:100px
}

.m-prof{
  padding:10px;
  background: #fff
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 0.25em;
  height: 0.25em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  /* margin: 80px auto; */
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: 1em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.supt3{
  position: absolute;
  top: 15px;
  right: -38px;
}
.loader:after {
  left: -1em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 0.25em 0 -0.13em;
  }
  40% {
    box-shadow: 0 0.25em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 0.25em 0 -0.13em;
  }
  40% {
    box-shadow: 0 0.25em 0 0;
  }
}

/*footer end

08171625255