body{
	font-family: 'Muli', sans-serif;
	font-size:14px;
	line-height:1.42857143;
	color:#333;
	background-color:#fff

}
h1,h2,h3,h4,h5,h6
{
font-family: 'Poppins', sans-serif;
font-weight: 500;
}
 
.top-section
{
	background: #005274; 
	padding: 1px;
	color: #fff;
	padding: 8px 6px 4px 6px;
	margin-top: -10px;
}
.top-section .review-timeline
{
	color: #fff;
	font-size: 12px; 
	font-weight: bold;
}
.navbar-default {
    background: linear-gradient(to bottom, #005274, #007db3);
    border: none;
    padding-top:7px;
    padding-bottom: 7px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
padding: 17px 25px 18px 25px;
    border-left: 0.5px solid #0a5375;
    line-height: 37px; text-transform: uppercase;}
    
.navbar-default .navbar-nav > li:last-child a {
    border-right: 1px solid #0a5375;

}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #005274;
    background-color: #fff;
    text-decoration: none;
}
.logo
{
	width: 75%; 
	margin-top: 3%;
	margin-bottom: 3%;
}
.carousel .carousel-item img
{
	height: 500px;
}
.spacing-top
{
	margin-top: 2rem;
}
.spacing-bottom
{
	margin-bottom: 2rem;
}
.dpname h4 {
    background-color: #e0f2fc;
    padding: 13px;
    color: #333;
    margin-bottom: 0;

}
.dpname p
{
	color:#337ab;
}
h4
{
	 margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}
.headingbg {
    background-color: #e0f2fc;
    margin: 20px 0px 20px 0px;
}
.headingbg span {
	background-color: #52d0dd;
	padding: 12px;
	color: #fff;
	border-radius: 3px;
}
h3
{
	color: #0070a8;
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: normal
}
.blog-section .blog-description
{
	margin-top: 0.625rem;
    margin-bottom: 4.625rem;
}
.blog-section .blog-beta
{
	padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    bottom: 0;
    position: absolute;
}
.blog-meta .blog-meta-chip {
    font-weight: normal;
    font-family: "Daytona W01 Regular", sans-serif;
    color: #486a7e;
    font-size: 1.125rem;
    line-height: 1.55556;
    border: solid 1px;
    border-radius: 100%;
    line-height: 2.5rem;
    min-width: 2.5rem;
    min-height: 2.5rem;
    max-width: 2.5rem;
    max-height: 2.5rem;
    text-align: center;
  }
  .blog-meta .blog-meta-published {
    font-weight: normal;
    font-family: "Daytona W01 Regular", sans-serif;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.28571;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.5 !important;
	padding-bottom: 10px;
    display: inline-block;
}
.blog-meta-chip
{
	display: inline-block;
    position: relative;
    top: -8px;
}
.blog-section .card .card-body{
	padding:10px;
}
.blog-section .card
{
	background-color: #ffffff;
    border: 0;
    border-radius: 0;
    position: relative;
    height: 100%;
    box-shadow: none;
}

.blog-meta .blog-meta-published .blog-meta-label {
    color: #fff;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
}
.style-theme-blue {
    color: #0070a8 !important;
}
.blog-meta .blog-meta-chip-default {
    height: 1.5625rem;
    width: 1.5625rem;
    margin: 0.375rem auto;
    background-size: contain;
    background-position: 50% 50%;
    background-image: url(../images/sn-logo.svg);
    background-repeat: no-repeat;
}
.blog-meta-chip.style-theme-neutral
{
	position: relative;
	top:4px;
}
.blog-section .card .blog-meta
{
	/* position: absolute; */
    bottom: 0;
}
.article-section .card .blog-meta
{
	position: absolute;
    bottom: 0;
}
.blog-section .card img{
	height: 380px;
    width: 100%;
    object-fit: cover;
}
.blog-descripion {
    display: block;
    margin-bottom: 10px;
	position: relative;
	font-size: 16px;
}
.pd-3rem{
padding-bottom: 4.25rem;
}
.card-body .issue1
{

    margin-top: 20px;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}
.card-body .issue1 a
{
	color: #871f80;
	text-decoration: none;
}
.article-section .card-body h3
{
    font-size: 22px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 125%;
    font-weight: 400;
    /*font-family: "Titillium Web", Arial, sans-serif;*/
}
 .swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      height: calc((100% - 30px) / 2);
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center; 
      align-items: center;
    }
.twitter i
{
	padding: 1.5rem 1.3rem;
    background-color: #006B99;
    font-size: 35px;
    color: #fff;
    border-radius: 0 0 0 15%;
}
.article-section .card-body h3 a
{
	color:#000;
}
.article-section .card-body p a
{
	font-size: 20px;
    color: #39a2db;
    text-decoration: none;
    line-height: 25px; 
    font-weight: 600;
}
.article-section .card
{
	height: 100%;
	background-color: #DADFE2;
	border:0;
}
.indexingpartner
{
	color: #000;
    font-size: 30px;
}
.swiper-container1{
	height: 480px !important;
}
.swiper-container2 .swiper-slide img
{
	    width: 165px !important;
    border: 1px solid gainsboro;
    height: 80px;
    object-fit: contain;
    margin: 1px 0;
}
.swiper-container2 .swiper-wrapper
{
	/*transform: translate3d(0px, 23px, 0px) !important;*/
	position: relative;
	top:28px;
}
.indexingpartner center
{
	padding: 3px 0 6px;
}
.twitter i
{
	padding: 1.5rem 1.3rem;
    background-color: #006B99;
    font-size: 35px;
    color: #fff;
    border-radius: 0 0 0 15%;
}
.twitter
{
	background-color:#DADFE2;
}
.twitter .followtext
{
	color:#006B99;
}
footer 	.twitter
{
	width: 18%;
	margin-right: 23px;
	display: inline-block;
}
footer .twitter:last-child
{
	margin-right: 0;
}
footer .twitter:nth-child(2) .followtext i
{
	padding: 1.5rem 1.5rem;
}

.navbar-toggler-icon
{
	border: 1px solid #fff;
    padding: 4px 5px;
    border-radius: 3px;
    
}
.navbar-toggler-icon i
{
	color:#fff;
}
.navbar-toggler:focus, .navbar-toggler:hover
{
	outline: none;
}
@media (min-width: 320px) and (max-width: 768px)
{
	.navbar-default .navbar-nav > li > a
	{
		padding: 0px 25px 0px 25px;
		display: block;
	}
	.navbar-nav
	{
		margin-top: 1rem;

	}
}
@media (min-width: 320px) and (max-width: 575px)
{
        .gif-logo img
    {
  
    margin-top: 0;
    margin-bottom: 9px;
    }
	div.swiper-pagination1
{
	    position: relative;
    top: 0;
}
	footer .twitter
	{
		width: 100%;
		margin-bottom: 1rem;
		padding:0rem 0.5rem 0 0;
	}
	div.twitter .followtext span:nth-child(2) {
			
			top: 17px;
		}
		div.swiper-container1
		{
			height: 100% !important;
		}
h3.card-title.heading-text1 + .blog-descripion
{
	margin-bottom: 4rem;
}
}
@media (min-width: 320px) and (max-width: 767px)
{
		.navbar-default .navbar-nav > li > a
	{
		border-left: 0 !important;
	}
		.navbar-default .navbar-nav > li:last-child > a
	{
		border-right: 0 !important;
	}
	div.advertisement {
    padding: 8px 15px 0;
}

}
@media (min-width: 576px) and (max-width: 767px)
{
	footer .twitter
	{
		width: 45%;
		margin-bottom: 1rem;
		padding:0rem 0.5rem 0 0;
	}
		div.twitter .followtext span:nth-child(2) {
			
			top: 17px;

}

}
@media (min-width: 768px) and (max-width: 991px)
{
	footer .twitter
	{
		width: 46%;
		margin-bottom: 1rem;
		padding:0rem 0.5rem 0 0;
	}
	div.twitter .followtext span:nth-child(2) {
			width: 70% !important;
			top: 17px;

}
.navbar-default .navbar-nav > li > a
{
	border-left:0 !important;
}
.navbar-default .navbar-nav > li:last-child a
{
	border-right: 0 !important;
}

}
@media (min-width: 992px) and (max-width: 1199px)
{
	footer .twitter
	{
		width: 17%;
		margin-bottom: 1rem;
		padding:0rem 0.5rem 0 0;
	}
	.navbar-default .navbar-nav > li > a
	{
		padding: 17px 10px 18px 17px !important;		
	}
	/*footer .twitter span i
	{
		padding: 0.5rem !important;
	}*/
	.twitter .followtext span:nth-child(2)
	{
		position: relative;
    left: 9px;
    top: 7px;
	}
}
.twitter .followtext span:first-child
{
	width: 20%;
	float: left;
}

.twitter .followtext span:nth-child(2)
{
	width: 65%;
	float: left;
	margin-left: 20px;
	word-wrap: break-word;
	word-break:break-word;
	/*margin-top: 17px;*/
	position: relative;
    left: 20px;
    top: 7px;
	
}

.twitter .followtext span a {
    text-decoration: none !important;
    font-size: 20px;
}
.Promotions-section .card ul li.list-group-item > a
{
	color:#333;
	text-decoration: none;
	 line-height: 1.5;
}
/*.icon
{
	color:#0070a8;
}*/
.Promotions-section .card ul li.list-group-item
{
	display: flex;
	border:0;
	padding: 6px 25px;
}
.Promotions-section .card ul.list-group
{
	    margin-bottom: 3rem;
}
.Promotions-section .card ul li.list-group-item::before
{
	content: "\f054";
	display: inline-block;
	color: #007bff;
	font-family: FontAwesome;
	    margin-right: 15px;
	        font-size: 10px;
    margin-top: 2px;
    text-align: justify;

}
.Promotions-section .card
{
	    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	  border:0;
	  border-radius: 0;
	  height: 100%;
}
.Promotions-section .card img
{
	padding: 2rem;
}
/*.Promotions-section .card:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }*/

    .Promotions-section .card .viewmore
    {
    	position: relative;
    }

    .Promotions-section .card .viewmore a
    {
	    position: absolute;
	    bottom: 25px;
    }
.post-description {
    box-shadow: none;
    padding: 10px;
    background: #fff;
}
.post-description h4 {
    font-size: 18px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 5px solid #013963;
    padding-left: 10px;
    margin-bottom: 10px;
    text-align:left;
    }

    .post-description p {
    padding: 4px 0px;
    text-align: left;
    color:#333;
}
.post-description h4 a
{
	color: #212121;
    text-decoration: none!important;
    opacity: 1;
   text-align: left;
}
.post-description h4 a:hover
{
	color:#0056b3;
	opacity: 0.8;
}
.See_all_btn{
    border: 2px solid #ccc;
    color: #ffffff;
    margin-bottom: 30px;
    padding: 4px 40px;
    display: inline-block;
    font-size: 20px;
}
.my-btn1{
    border: 2px solid white !important;
    color: white !important;
    margin-top: 0px !important;
}
.my-btn1:hover 
{
	background-color: orange;
	color:#fff;
}
 .center-align {
    text-align: center;
    margin-top:-20px;
}
.navbar .dropdown .dropdown-menu a:hover,.navbar .dropdown .dropdown-menu a:focus
{
	    background: linear-gradient(to bottom, #005274, #007db3);
    color: #fff;
}
.bgimg
{
	background-image: url('../images/booble.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.horizon
{
	    font-size: 40px;
    font-weight: 700;
    color:#fff;
}
.horizon + p
{
	font-size: 11px ;
	color:#fff;
}
.advertisement
{
	    padding: 8px 0 0;
}
.advertisement .heading1
{
	font-size: 23px;
    font-size: 700;
    font-weight: 700;
    color:#fff;
}
.advertisement .heading2
{
	font-size: 18px;
	color:#fff;
}
.advertisement .paratext1
{
	color:#fff;
}
.findout .btn
{
	border: 1px solid #fff;
    background-color: #fff;
}
.findout
{
	margin-bottom: 1rem;
}
.bgcoloroverlay
{
	    background: linear-gradient(to bottom, #005274, #007db3);
	    height: 100px;
	        height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
.post-thumb {
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.post-thumb::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
}
.post-thumb::after {
    content: '\f278';
    font-family: Material-Design-Iconic-Font;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 30px;
    opacity: 0;
    color: #ffffff;
    margin: -15px 0 0 -15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    line-height: 35px;
    text-align: center;
    border-radius: 6px;
}
.latest-news-main {
    background: #414246;
    background-size: cover;
    position: relative;
    margin-top: 0;
    padding: 60px 0;
}
.spacing-reverse-top
{
	margin-top: -2rem;
}
small
{
	font-size: 12px;
	font-weight: 100;
}
 .swiper-container-horizontal>.swiper-pagination-bullets
{
	bottom: -4px !important;
}
.swiper-pagination-bullet-active
{
	background-color:#e0f2fc !important;
}
.card .list-group .list-group-item a:hover {
    color: #0056b3;
}
.footer-sub .footer-sub_inner{
	background: #000;
	min-height: 380px;
}
.footer-sub {
    background: #191919;
    color: #fff;
}

.footer-sub h4 {
	font-size: 18px;
    color: #666;
    padding: 0px 20px 0px;
    text-transform: uppercase;
}
.footer-sub .F_Socail_icons{
	padding: 10px 20px 20px;
}
.footer-sub .F_Socail_icons li{
	display: inline-block;
    margin-top: 5px;
}
.footer-sub .F_Socail_icons a{
	color: #000;
    width: 30px;
    height: 30px;
    font-size: 18px;
    display: block;
    background: white;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
}
.footer-sub .border-bottom{
	border-bottom: 1px solid #3a3a3a !important;
}
.footer-sub .list-arrow-right li .fa {
	width: 25px;
    text-align: center;
    font-size: 18px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.footer-sub .Footer_logo {
	padding: 20px 15px 10px;
    border-bottom: 1px solid #3a3a3a;
	width: 100%;
}
.footer-sub h2 {
    font-size: 20px;
    color: #ffffff;
    padding: 25px 20px 15px;
    border-bottom: 1px solid #3a3a3a;
}
.list-arrow-right a {
    color: #ccc;
}
.reg-forms1 {
    padding: 5px 10px 30px 20px;
}
.reg-forms1 .form-group1 {
    padding: 0px;
    position: relative;
    margin-bottom: 10px;
}
.reg-forms1 .form-width {
    position: relative;
    /* width: 100%; */
}
.reg-forms1 .form-width i {
    position: absolute;
    top: 0;
    font-size: 18px;
    color: #ccc;
    width: 40px;
    height: 38px;
    background: #191919;
    border: 1px solid #3a3a3a;
    text-align: center;
    line-height: 39px;
    border-radius: 5px 0px 0px 5px;
}
.reg-forms1 .form-control {
    height: 38px;
    padding-left: 50px;
    border-radius: 6px;
}
.btn-formsubmit, .btn-formsubmit:hover {
    background: #1b9ee5;
    color: #fff;
    border-radius: 5px;
    padding: 5px 40px;
    font-size: 20px;
    display: block;
    width: 100%;
}
.footer {
    background: #0d131f;
    color: #fff;
        padding: 1rem 0;
}
.footer .row
{
	margin: 0;
}
.list-arrow-right {
    list-style-type: none;
    margin-top: 10px;
    padding-bottom: 10px;
}
.list-arrow-right li {
    position: relative;
    padding-left: 20px;
    font-weight: normal;
}
.list-arrow-right li {
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 8px;
}
.list-arrow-right a:hover {
    color:#FF5733;
    text-decoration: none;
}
.slideborder {
	border: 1px solid #f3f3f3;
    box-shadow: 0px 1px 7px rgb(0 0 0 / 13%);
    margin: 0px 25px;
    border-radius: 5px;

}
.slideborder .dpname
{
	padding-right:  0;
}
.swiper-container1 .swiper-slide:nth-child(odd) .dpname,.swiper-container1 .swiper-slide:nth-child(even) .dpname
{	
	padding-right: 13px !important;
}
div.swiper-container1 .swiper-slide:nth-child(1) .dpname,div.swiper-container1 .swiper-slide:nth-child(2) .dpname
{
padding-right: 0px !important;
}
.swiper-container.swiper-container1 .swiper-slide .slideborder:hover {
box-shadow: rgba(0, 0, 0, 0.75) 3px 2px 59px -31px !important;
cursor: pointer;
}

.carousel-control-next-icon,.carousel-control-prev-icon
{
background-color: #000;
    width: 27px;
    height: 27px;
    border-radius: 50px;
    border: 6px solid #000;
}
    .gif-logo img
    {
    height: 75px;
    width: 100%;
    margin-top: 9px;
    margin-bottom: 9px;
    }
    
    .line {
	padding-bottom: 17px;
	border-bottom: 0.1875rem solid #dfedf2;
}

ul.color_sign {
	 list-style-type:none;
}
   .sign{
    /*height:400px;*/
    border: 1px solid #00cccc ;
    background-color: white;
    margin-top: 5%;
        box-shadow: 5px 10px 18px #888888;
        height: 350px!important;
    }
    .color_sign p{
    color: gray;

    margin-top: 5%;

    font-family: "Times New Roman", Times, serif;
    }

    .size{

    margin-top: 15%;
    }


    
 
.words_overflow:hover {
  overflow: visible!important;
}


@media screen and (max-width: 600px) {
  .sign {
    max-width: 95%!important;
  }
}
/*
.words_overflow:hover {
  overflow: visible!important;
}*/
/*.words_overflow {
    -ms-overflow-style: none;  // IE 10+
    scrollbar-width: none;  // Firefox
}
.words_overflow::-webkit-scrollbar { 
    display: none;  // Safari and Chrome
}*/

.latestborder {

    padding: 10px;
    border: 1px solid #0cc;
    margin-bottom: 10px;

}
.blogtitle h2 {

    padding: 10px;
    background-color: #0cc;
    margin-bottom: 10px;

}
/*//blogpage1 css*/
.blogbg
{
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
    width: 100%;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  /*left: 0;*/
  right: -21px;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  overflow-y: scroll;
  padding-left: 10px;
  padding-right: 10px;
}

.sidenav a {
  padding: 8px 25px 8px 25px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: -21px;
  right: -10px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  .sidebar .input-group
{
    padding-right: 20px;
}
.sidenav .closebtn
{
    right: 15px;    
}
}
.sidebaricon
{
    background-color: #006B99;
    color: #fff;
    padding: 0 10px;
    position: relative;
    left: 0;
    top:100px;
}
#basic-addon2
{
     background-color: #006B99;
    color: #fff;
}

.search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
.search-container input[type=text] {
    border: 1px solid #ccc;  
  }
.h3color1,  .h3color
  {
    color: #000000;
    font-weight: 700;
    font-family: "Cambria","serif";
    margin: 20px 0 15px;
  }
  .h3color1
  {
    font-weight: 400 !important;
  }
  .meta
  {
    font-size: 12px !important;
    line-height: 18px !important;
    padding: 3px 10px;
    background: #eaf5ff;
    color: #025d80;
    display: inline-block;
    margin: 0 0 15px 0;
    margin-bottom: 5px;
    border: 1px solid #d6ebf3;
  }
  .h4class
  {
    font-size: 18px !important;
    line-height: 27px !important;
  }
  .icons .facebook, .icons .twittericon, .icons .linkedin, .icons .pinterest
  {
    background-color:#3B5998;
    color:#fff;
    padding: 8px 15px;
    margin-right: 7px;
    display: inline-block;
    font-size: 18px;
  }
  .icons .twittericon
  {
     padding: 8px 12px;
      background-color:#1DA1F2;
  }
   .icons .linkedin
   {
    padding: 8px 15px;
     background-color:#0077B5;
   }
   .icons .pinterest
   {
     padding: 8px 15px;
     background-color:#CB2027;
   }
   .sharetext
   {
    color:#000;

   }
   .social-share-icons {
    background: #f1fcff;
    padding: 15px 30px 9px 30px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #d8f3fb;
    margin-bottom: 20px;
}

.social-share-icons + div>a
{
    font-size: 12px;
    line-height: 18px;
    border: 1px solid #00aeef;
    color: #00aeef;
    padding: 0px 10px;
}
.social-share-icons + div>a:hover
{
background: #00aeef;
    color: #fff;
    text-decoration: none;
}
.comment-respond {
    margin-top: 30px;
}
#comments p {
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 1em;
}
#comments input
{
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0px 1px 3px #ddd;
    padding: 5px;
}
#comments label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
#comments input[type="submit"],#contact input[type="submit"] {
    position: relative;
    background: #00AEEF;
    font-size: 14px;
    line-height: 26px !important;
    /* font-weight: 600; */
    color: #ffffff;
    border: 2px solid #00AEEF;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 18px;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
#comments input[type="submit"]:hover,#contact input[type="submit"]:hover {
    background: transparent;
    color: #00AEEF;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.widget {
    margin-bottom: 20px;
}
.widget.sidebar_search {
    margin-top: 0;
}
.searchfield
{
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0px 1px 3px #ddd;
    padding: 5px
    width: 100%;
    height: 54px;
    border: none;
    border: 1px solid #f1f1f1;
    padding: 0 56px 0 12px;
    color: #9e9e9e;
}
.inputgroupicon 
{
    width: 54px;
    height: 100%;
    background-color: #00AEEF;
    right: 0;
    color: #fff;
}
h4.title {
    padding: 4px 10px;
    background: #00aeef;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    line-height: 21px;
    border: 1px solid #1697cc;
    margin-bottom: 15px;
    color: #fff;
    margin-top: 0;
}
.card
{
    border:0; 
    border: 1px solid #e4f0f5;
    background: #fff;
    box-shadow: 0px 1px 7px #deecf1;
    box-shadow: 0px 1px 7px #afe8ff;
}
#div_top_hypers #ul_top_hypers li{
			 display: inline-block;
			font-size: 20px;
			padding: 0 20px;
		  }
.mb-50{
	margin-bottom:50px;
}
.home_2_sect img{
	width: 140px;
    height: 140px;
    object-fit: contain;
}
.home_2_sect .Board__Members{
	object-fit: cover;
	border-radius:50%;
}
@media only screen and (min-width: 767px){
	.footer-sub .footer-sub_inner{
		min-height: 610px;
	}
}
.Footer_lOgo{
	color: #ffffff;
    font-size: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    margin-top: 30px;
}
.blog-meta-published-on span{
	font-size: 45px;
}
.blog-meta-published-on{
	font-size: 18px;
    position: absolute;
    top: 10px;
}
.p-tb-50{
	padding: 50px 0px;
}
.p-50{
	padding: 50px;
}
.font-bold{
	font-weight:bold;
}
.image_class {
  width: 99%!important;
  height: 200px;
  text-align: center;
  background-size: cover;
  margin: 0px!important;
  background-repeat: no-repeat;
  /*border: 1px solid red;*/

}
.Recently_Box img{
	object-fit: cover;
}
.Recently_Box .blog-meta{
	color: #3b535e;
    font-weight: 600;
}
.Recently_Box{ 
    background: #ebf1f5;
	border: 1px solid #ebf1f5;
    border-radius: 0px 0px 10px 10px;
}
.width33
{ 
	width: 25%!important; 
    display: inline-block!important;
}
.width100
{ 
	width: 100%!important; 
    display: inline-block!important;
}
.width24  
{
	width: 24%!important;
	margin: 2px;
	display: inline-block;
	padding: 2px;
}
.article-card-title{
    text-overflow: ellipsis; 
    overflow: hidden; 
    display: -webkit-box; 
    line-height: 18px;  
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
	margin-bottom: 10px;
}
.article-card-author{
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    line-height: 18px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 15px;
    color: #666;
    font-size: 18px;
}

.blueclr {
  white-space: nowrap; 
  width: 500px; 
  overflow: hidden;
  text-overflow: ellipsis; 
} 
.Recently_Box .action_section .action_section_01{
	border: 2px solid #c4672d;
    border-radius: 50%;
    width: 30px;
    display: inline-block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #c4672d;
    font-size: 10px;
}
.Recently_Box .action_section {
	padding: 10px 0px;
}
.Recently_Box .action_section .action_section_04{
	background: linear-gradient(#4caf50, rgb(0 0 0 / 46%));
    color: #fff;
    padding: 5px 5px;
    margin-left: 5px;
    border-radius: 3px;
    font-weight: 600;
}
.Recently_Box .action_section .action_section_03{
	background: linear-gradient(#ff5722, rgb(0 0 0 / 46%));
    color: #fff;
    padding: 5px 5px;
    margin-left: 5px;
    border-radius: 3px;
    font-weight: 600;
}
.Recently_Box .action_section .action_section_02{
	background: #03a9f4;
    color: #fff;
    padding: 5px 5px;
    margin-left: 5px;
    border-radius: 3px;
    font-weight: 600;
}
.Recently_Box .action_section .action_section_01 span{
	color: #03a9f4!important;
    font-weight: 700;
}
.Recently_Box .card-body{
	padding: 10px;
}
.blog-section-overlay a{
	color: #fff;
    font-size: 24px;
    line-height: 30px;
}
.blog-section-overlay .blog_btn{
	font-size: 16px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    margin-left: 5px;
    background: #690727;
    padding: 2px 10px;
}
.blog-section-overlay{
	padding: 10px;
    position: absolute;
    bottom: 0;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.35) 100%);
	display: grid;
    align-items: end;
	color: #fff;
}
.card-head{
	text-align:center;
	background-color:#1c1d1e;
	paddding: 10px;
	color:#fff;
}
.border-top-yellow{
	border-top:2px solid #fdc82f;
	margin-bottom: 20px;
}
.m-t-10{
	margin-top:20px;
}
.m-b-10{
	margin-top:20px;
}
.btn.btn-default {
  background-color: #efefef;
  border-radius: 0px !important;
}
.circularbox img {
  object-fit: cover;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.clr-blue{
	  color: #0b7199;
}
.doilink a{ 
 font-size: 13px !important;
  color: #000 !important;
} 

.footerbox .twitter {
  width: 18%;
  margin-right: 15px;
  display: inline-block;
}
.p-0 {
  padding: 0 !important;
}

.bg-black-333 {
  background-color: #333333 !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.border-bottom-gray {
  border-bottom: 1px solid #767676 !important;
} 
.footer-nav ul li {
  line-height: 26px;
}
.footer-widget li a {
  color: var(--theme-white-color) !important;
}
.bg-black {
  background-color: #000 !important;
}
.footer-widget li a {
  color: #fff !important;
}
.footer-widget h4 {
  color: #fff !important;

}
.text-gray-silver {

  color: #c0c0c0 !important;
}
.footer-widget {
  display: inline-block;
  width: 100%;
}
.media-widget a {
  margin-right: 15px;
}