
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

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

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  font-weight: normal;
  line-height: 1;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}

label, legend {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: .9rem;
  line-height: 1.714;
  color: #000000;
  display: block;
}


label > .label-text {
  display: inline-block;
  margin-left: 1rem;
  font-family: "Nunito Sans", sans-serif;
  line-height: inherit;
}

label > input[type="checkbox"],
label > input[type="radio"] {
  margin: 0;
  position: relative;
  top: .15rem;
}

input[type="search"]{
    display: block;
    height: 6.6rem;
    padding: 1.8rem 0;
        padding-top: 1.8rem;
        padding-bottom: 1.8rem;
    border: 0;
    outline: none;
    color: rgba(0, 0, 0, 0.8);
    font-family: "Nunito Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 3rem;
    max-width: 100%;
    background: transparent;
        background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ol, ul {
  list-style: none;
}

li {
  display: block;
}

a {
  text-decoration: none;
  line-height: inherit;
}

a img {
  border: none;
}

/*
User Dashboard Design CSS
*/
.tooltip > .tooltip-inner{
  font-size: 14px;
  padding: 10px 10px;
}

.sidebar {
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #f1f1f1;
  
}

.sidebar a {
  display: block;
  background-color: #f1f1f1;
  color: black;
  font-size: 18px;
  padding: 10px;
  border-bottom: 1px solid black;
  font-family: Times New Roman;
  text-decoration: none;
}
 
.sidebar a.active {
  background-color: black;
  color: white;
}

.sidebar a:hover:not(.active) {
  background-color: black;
  color: white;
}

div.content {
  margin-left: 200px;
  padding: 1px 16px;
  height: 1000px;
}

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}

@media screen and (min-width:376px)  and (max-width: 991px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
    margin-right: 30px;
  }

  .sidebar a{
    float: none;
  }
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: left;
    float: none;
  }
}

/*End of User Dash Board CSS*/


/* Pricing table CSS*/

section.pricing {
  /*background: linear-gradient(to right, #0062E6, #33AEFF);*/
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  height: 480px;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 20px;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 25px;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 25px;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 15px;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  font-family: Times New Roman;
  padding: 1rem;
  opacity: 0.7;
  margin-top: 30px;
  transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}

/* End of pricing table*/
.story_anchors
{
  text-decoration: underline;
  font-family: Arial;
  font-weight: bold;

}

 .story_anchors a{
  font-weight: bolder !important;
  color: #101957 !important;
 }



.story_anchors:hover{ 
  border:1px solid #101957;
  /*box-shadow: #101957 0px 0px 15px;*/
}

 .likes{
    color: white !important;
    margin-right: 0;
 }

 .likes:hover{
  color: red;
 }
 
 .likes_text {
	 color:white;
 }

 .likes_box{

  height: 40px;
  

 }
 .likes_box div{
  margin-top: 10px;
  /*padding-right: 20px;*/
 }
 
 .likes_box div:nth-child(odd) {
	 padding:0;
 }
 .likes_box div:nth-child(even) {
	 padding:0 10px;
 }

 .scrollup{
    position:fixed;
  width:48px;
  height:48px;
    bottom:60px;
    right:30px;
    color: white;
    background-color: #4175AF;
    font-size: 20px;
    font-family: arial;

}

a.scrollup {
  outline:0;
  padding-top: 10px;
  padding-left: 15px;
      display: block;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
  
  color: white;
    
  text-decoration:none;
}
a.scrollup i:hover {
  text-decoration:none;
}

.follow {
  margin-top: 10px;
  margin-right: 100px;
  float: right;
}

.follow a{
  height: 30px;
  padding: 10px 30px;
  display: block;
  font-size: 20px;
  font-family: Times New Roman !important;
  color: black;
  font-weight: bolder;
}
.search-container {
  margin-right: 100px;
  float: right;
}

.search-container input[type=text] {
  outline: none;
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border-top-left-radius:20px;
  border-bottom-left-radius:20px; 
  border: 2px solid #3FB5CD;
  border-right: none;
  background: transparent;
}

.search-container button {
  outline: none;
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: transparent;
  font-size: 17px;
  border: 2px solid #3FB5CD;
  border-top-right-radius:20px;
  border-bottom-right-radius:20px;
  cursor: pointer;
  border-left: none;
}

.search-container button:hover {
  background: #ccc;
}

.search-container button:focus {
	outline:none !important;
}

.search-container1 {
  margin-left: 120px;
  float: left;
}

.search-container1 input[type=text] {
  outline: none;
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border-top-left-radius:20px;
  border-bottom-left-radius:20px; 
  border: 2px solid #3FB5CD;
  border-right: none;
  background: transparent;
}

.search-container1 button {
  outline: none;
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: transparent;
  font-size: 17px;
  border: 2px solid #3FB5CD;
  border-top-right-radius:20px;
  border-bottom-right-radius:20px;
  cursor: pointer;
  border-left: none;
}

.search-container1 button:hover {
  background: #ccc;
}

.topnav {
  overflow: hidden;
  background-color: black;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 14px;
}

.topnav a:hover {
  color: #ddd;
}

.topnav a.active {
  color: white;
}

.topnav-right {
  float: right;
}

.blog_para
{
  font-size: 18px;
  font-family: Times New Roman;
  font-weight: bold;
  margin-top: 0;
  padding: 10px 20px;
  text-align: justify;
  
}

.blog_para img
{
	width: 50%;
	display: block;
	margin:0 auto;
}

@media (max-width:768px) {
	.blog_para img
	{
		width: 100%;
	}
}

.cmnt_para{
  font-size: 16px;
}

.form-group input[type="text"],.form-group input[type="url"],.form-group input[type="password"],.form-group input[type="number"],.form-group input[type="email"],.form-group input[type="file"],.form-group textarea,.form-group select{

  background:transparent;
  border:none;
  outline: none;
  border-bottom: 1px solid gray;
  padding: 0 20px;
  margin-top: 10px;
}

.form-group input[type="text"]:focus,.form-group input[type="password"]:focus,.form-group input[type="url"],.form-group input[type="email"]:focus,.form-group input[type="number"]:focus,.form-group input[type="file"]:focus,.form-group textarea:focus,.form-group select:focus{
  outline: none;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 1px solid gray;
  box-shadow: none;
}





.auth_like{
  height: 39px; 
  width: 39px;
  display: block;
  background-image:url("../img/blog_like.png");
  background-size: cover;
  margin-right: 5px;
  float: right;
}
.auth_dislike{
  height: 39px; 
  width: 39px;
  display: block;
  float: right;
  background-image:url("../img/blog_dislike.png");
  background-size: cover;
}

.auth_like1{
  height: 39px; 
  width: 39px;
  display: block;
  background-image:url("../img/blog_like.png");
  background-size: cover;
  margin-right: 5px;
  float: right;
}
.auth_dislike1{
  height: 39px; 
  width: 39px;
  display: block;
  float: right;
  background-image:url("../img/blog_dislike.png");
  background-size: cover;
}

.feature-block {
  background: #fff none repeat scroll 0 0;
  padding: 30px 20px;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 991px) {
.feature-block {
    margin-bottom: 30px;
  }
}

.img-fluid {
  height: 60px;
  margin-bottom: 30px;
  width: 60px;
}
.feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}

.feature-block h4 {
  
  font-size: 16px;
}

.feature-block p {
  font-size: 14px;
  margin-bottom: 20px;
}

.feature-block a {
  color: #505050;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.3s;
}

.feature-block a:hover {
  color: #71c55d;
}



@media screen and (max-width: 600px) {
            .auth_like{
          height: 36px; 
          width: 36px;
          display: block;
          background-image:url("../img/blog_like.png");
          background-size: cover;
          margin-right: 5px;
        
        }
        .auth_dislike{
          height: 36px; 
          width: 36px;
          display: block;
        
          background-image:url("../img/blog_dislike.png");
          background-size: cover;
        }
		
		.auth_like1{
          height: 36px; 
          width: 36px;
          display: block;
          background-image:url("../img/blog_like.png");
          background-size: cover;
          margin-right: 5px;
        
        }
        .auth_dislike1{
          height: 36px; 
          width: 36px;
          display: block;
        
          background-image:url("../img/blog_dislike.png");
          background-size: cover;
        }

    .follow {
      float: left;
      margin-left: 80px;
      margin-bottom: 30px;
      margin-top: 0;
      margin-right: 60px;
  }

  .follow a{
    height: 30px;
    padding: 10px 30px;
    display: block;
    font-size: 20px;
    font-family: Times New Roman !important;
    color: black;
    font-weight: bolder;
  }
  .search-container {
    outline: none;
    float: none;
    margin-bottom: 30px;
  }
  .search-container input[type=text]{
    float: none;
    display: block;
    text-align: left;
    margin: 0 0 0 30px;
    padding: 8px;
    outline: none;
    border: 2px solid #3FB5CD;  
     border-right: none;
  }
  .search-container button {
    float: left;
    outline: none;
    display: block;
    text-align: left;
    margin: -45px 0 0 230px;
    padding: 8px;
    border-left: none;
  }

  .search-container1 {
    outline: none;
    float: none;
    margin-left: 20px;
    margin-bottom: 30px;
  }

  .search-container1 input[type=text]{
    float: left;
    display: block;
    text-align: left;
    /*margin: 0 0 0 30px;*/
    padding: 8px;
    outline: none;
    border: 2px solid #3FB5CD;  
     border-right: none;
	 width: 80%;
  }
  .search-container1 button{
    float: right;
    outline: none;
    display: block;
    text-align: left;
    /*margin: -45px 0 0 250px;*/
    padding: 8px;
    border-left: none;
	margin-right: 26px;
	margin-bottom: 20px;
  }
  .head{
    margin-left: 10px !important;
  }
    .head1{
    margin-right: 10px !important;
  }

  .blog_para{
    margin-bottom: 30px;
  }
}
/* ------------------------------------------------------------------- 
 * ## Style Placeholder Text
 * ------------------------------------------------------------------- */
::-webkit-input-placeholder {

  /* WebKit, Blink, Edge */
  color: rgba(0, 0, 0, 0.4);
}

:-moz-placeholder {

  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

::-moz-placeholder {

  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

:-ms-input-placeholder {

  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.4);
}

::-ms-input-placeholder {

  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.4);
}

::placeholder {

  /* Most modern browsers support this now. */
  color: rgba(0, 0, 0, 0.4);
}

.placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
}

@media only screen and (max-width:400px) {
  .display-1 {
    font-size: 3rem;
  }

}

/* ------------------------------------------------------------------- 
 * ## close button for search and mobile navigation 
 * ------------------------------------------------------------------- */
.header__overlay-close {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  top: 21px;
  left: 50%;
  margin-left: -23px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.header__overlay-close::before, .header__overlay-close::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 20px;
  top: 12px;
  left: 22px;
  background-color: #000000;
}

.header__overlay-close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__overlay-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/* ===================================================================
 * # header
 *
 * ------------------------------------------------------------------- */
.s-header {
  background-color: #FFFFFF;
  text-align: center;
  height: 78px;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}

/* -------------------------------------------------------------------
 * ## header logo
 * ------------------------------------------------------------------- */
.header__logo {
  display: inline-block;
  margin: 3px 0 0 0;
  padding: 0;
  z-index: 501;
  position: absolute;
  top: 45%;
  left: 40px;
}

.header__logo a {
  display: block;
  outline: 0;
  border: none;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.header__logo img {
  width: 165px;
  height: 75px;
}

/* -------------------------------------------------------------------
 * ## header search trigger
 * ------------------------------------------------------------------- */
.header__search-trigger {
  height: 18px;
  min-width: 18px;
  background-image: url(../img/icons/icon-search.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 50%;
  right: 50px;
}

.header__search-trigger::before {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 18px;
  content: "Search";
  display: block;
  color: #000000;
  float: left;
  padding-right: 33px;
}

/* ------------------------------------------------------------------- 
 * ## header-search
 * ------------------------------------------------------------------- */
.header__search {
  display: block;
  text-align: center;
  background-color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 900;
}

.header__search-form {
  width: 100%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 50%;
}

.header__search-form label {
  color: #000000;
}

.header__search-form::after {
  content: "Press Enter to begin your search.";
  display: block;
  letter-spacing: 0.6px;
  font-size: 1.6rem;
  margin-top: 3rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}

.header__search-form input[type="search"] {
  background-color: transparent;
  color: #000000;
  height: auto;
  width: 100%;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 6rem;
  line-height: 1.5;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  max-width: 680px;
  padding-top: .6rem !important;
  padding-bottom: .6rem !important;
  margin: 0 auto;
  text-align: center;
}

.header__search-form input[type="search"]::-webkit-input-placeholder {

  /* WebKit, Blink, Edge */
  color: #000000;
}

.header__search-form input[type="search"]:-moz-placeholder {

  /* Mozilla Firefox 4 to 18 */
  color: #000000;
  opacity: 1;
}

.header__search-form input[type="search"]::-moz-placeholder {

  /* Mozilla Firefox 19+ */
  color: #000000;
  opacity: 1;
}

.header__search-form input[type="search"]:-ms-input-placeholder {

  /* Internet Explorer 10-11 */
  color: #000000;
}

.header__search-form input[type="search"]::-ms-input-placeholder {

  /* Microsoft Edge */
  color: #000000;
}

.header__search-form input[type="search"]::placeholder {

  /* Most modern browsers support this now. */
  color: #000000;
}

.header__search-form input[type="search"].placeholder {
  color: #000000 !important;
}

.header__search-form input[type="search"]:focus {
  outline: none;
}

.header__search-form input[type="submit"] {
  display: none;
}

body.search-is-visible {
  overflow: hidden;
}

.search-is-visible .header__search {
  opacity: 1;
  visibility: visible;
}

/* ------------------------------------------------------------------- 
 * ## header-toggle
 * ------------------------------------------------------------------- */
.header__toggle-menu {
  display: none;
  width: 40px;
  height: 40px;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 50%;
  left: 20px;
}

.header__toggle-menu span {
  display: block;
  width: 22px;
  height: 2px;
  margin-top: -1px;
  background-color: #000000;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: absolute;
  right: 9px;
  top: 50%;
  bottom: auto;
  left: auto;
}

.header__toggle-menu span::before,
.header__toggle-menu span::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
}

.header__toggle-menu span::before {
  top: -8px;
}

.header__toggle-menu span::after {
  bottom: -8px;
}

/* -------------------------------------------------------------------
 * ## main navigation
 * ------------------------------------------------------------------- */
.header__nav-wrap {
  display: inline-block;
}

.header__nav-wrap a {
  color: rgba(0, 0, 0, 0.6);
}

.header__nav-wrap .header__nav-heading {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #111860;
  text-transform: uppercase;
  letter-spacing: .3rem;
  margin-top: 8.4rem;
  text-align: center;
}

.header__nav-wrap .header__nav-heading,
.header__nav-wrap .close-mobile-menu {
  display: none;
}

.header__nav {
  list-style: none;
  margin: 0;
/*  padding: 0;*/
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 78px;
}

.header__nav li {
  display: inline-block;
  position: relative;
  padding: 0 1.5rem;
}

.header__nav li.has-children {
  padding-right: 3.3rem;
}

.header__nav li a {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.header__nav li.has-children > a::after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  height: 5px;
  width: 5px;
  margin-top: -3px;
  pointer-events: none;
  position: absolute;
  right: 1.8rem;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__nav li:hover li,
.header__nav li:focus li {
  background: transparent;
}

.header__nav li:hover > a,
.header__nav li:focus > a {
  color: #000000;
}

.header__nav li.current > a {
  color: #000000;
}

.header__nav li ul {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  padding: 1.8rem 0;
  background: #151515;
  border-radius: 0 0 3px 3px;
  z-index: 500;
  -webkit-transform: translate3d(0, 15px, 0);
  -ms-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.header__nav li ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  left: calc(100% + 1px);
  border-radius: 0 0 3px 3px;
  padding-top: 1.2rem;
}

.header__nav li ul li {
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  min-height: 33px;
  width: 100%;
}

.header__nav li ul li a {
  display: block;
  white-space: nowrap;
  padding: 7.5px 3rem 7.5px 2rem;
  font-family: "Nunito Sans", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
}

.header__nav li ul li a:hover,
.header__nav li ul li a:focus {
  color: #FFFFFF;
}

.header__nav li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* ------------------------------------------------------------------- 
 * responsive:
 * header
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
  .header__logo {
    left: 30px;
  }

  .header__logo img {
    width: 150px;
    height: 23px;
  }

  .header__search-trigger {
    right: 30px;
  }

  .header__nav {
    font-size: 11px;
  }

  .header__nav > li {
    padding: 0 1rem;
  }

  .header__nav > li.has-children {
    padding-right: 2.3rem;
  }

  .header__nav > li.has-children > a::after {
    right: 1.2rem;
  }

}

@media only screen and (max-width:1000px) {
  .header__logo {
    left: 20px;
  }

  .header__search-trigger {
    right: 20px;
  }

}

@media only screen and (max-width:900px) {
  .header__logo {
      top:45%;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  .header__logo img {
    width: 200px;
   height: 75px;
  }

  .header__search-trigger {
    right: 30px;
  }

  .header__search-trigger::before {
    display: none;
  }

  .header__search-form::after {
    font-size: 1.5rem;
  }

  .header__search-form input[type="search"] {
    max-width: none;
    width: 75%;
    font-size: 4.2rem;
  }

  .header__toggle-menu {
    display: block;
  }

  .header__nav-wrap {
    background-color: #FFFFFF;
    margin: 0;
    border: none;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 600;
    overflow-y: auto;
  }

  .header__nav-wrap .header__nav-heading, 
  .header__nav-wrap .close-mobile-menu {
    display: block;
  }

  .header__nav {
    margin: 6rem 7rem 3rem 7rem;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .header__nav > li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .header__nav > li a {
    line-height: 60px;
    color: #000000;
  }

  .header__nav li {
    display: block;
    padding: 0;
    text-align: left;
  }

  .header__nav li ul {
    display: none;
    position: static;
    background-color: transparent;
    padding: 0 0 1.8rem 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: none !important;
    transition: none !important;
  }

  .header__nav li.has-children > a::after {
    top: 27px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
  }

  .header__nav li.has-children > a.sub-menu-is-open::after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  .header__nav li:hover > a, .header__nav li:focus > a {
    color: #111860;
  }

  .header__nav li.current > a {
    color: #111860;
    font-weight: 700;
  }

  .header__nav li ul li a {
    padding: 7.5px 1.5rem 7.5px 1.5rem;
    color: black;
  }

  .header__nav li ul li a:hover, .header__nav li ul li a:focus {
    color: #111860;
  }

  body.nav-wrap-is-visible {
    overflow: hidden;
  }

  .nav-wrap-is-visible .header__nav-wrap {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
  }

}

@media only screen and (max-width:800px) {
  .header__nav {
    margin: 6rem 6rem 3rem 6rem;
  }

}

@media only screen and (max-width:600px) {
  .header__logo img {
    width: 160px;
    height: 23px;
  }

  .header__search-form input[type="search"] {
    font-size: 3.4rem;
  }

  .header__nav {
    font-size: 17px;
  }

}

@media only screen and (max-width:400px) {
  .header__logo img {
    width: 140px;
    height: 21px;
  }

  .header__search-form input[type="search"] {
    font-size: 2.6rem;
  }

  .header__nav {
    margin: 6rem 4.2rem 3rem 4.2rem;
  }

}

/* ------------------------------------------------------------------- 
 * ## main navigation on large screens
 * ------------------------------------------------------------------- */
@media only screen and (min-width:901px) {
  .header__nav li.has-children:hover > a::after, .header__nav li.has-children:focus > a::after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  .header__nav li ul {
    display: block !important;
  }

}




/*footer*/

    .social-icon{
            padding: 15px;
        }
        
        .social-icon > a{
            display: inline-block;
            border:1px solid white;
            margin-top: 5px;
            border-radius: 50%;
            color:white;
            transition: 0.5s;
            margin-left: 5px;
        }
        
     
        
        .social-icon > a > i{
            text-align: center;
             line-height: 40px;
            width:40px;
            font-size: 20px;
      
        }
        
        .social-icon > a:hover{
            background: white;
            color:black;
        }

        .copyright{
            padding: 30px 0px 0px 0px;
            color:aliceblue;
/*            background-image: url(../img/sur2.jpg);*/
            font-size: 14px;
            -webkit-background-clip:text

        }

.term{
   
    text-align: right;
}

.width{
    padding: 0px 50px;
}
        
        
        .footer{
            background: #000000;
            position: relative;
          
            bottom: 0px;
        }
       
/*/footer*/

      @media only screen and (min-width: 200px) and  (max-width: 1000px){
    
            .copyright{
                text-align: center;
            }
          
          .social-icon{
              text-align: center;
          }
          
          .header__logo img {
          width: 165px;
          height: 75px;
        }
          
          . col-sm-4{
              width:33.33%!important;
          }
          
         
        }    


    @media only screen and (min-width: 1000px) and  (max-width: 1300px){
        
        .width{
    padding: 0px 0px!important;
}
        .header__logo img {
          width: 165px;
          height: 75px;
        }
        
}


.story{
    display: flex;
    flex-direction: column;
}

.story > a{
    color:black;
    font-size: 1.5rem;
    padding-left: 40px;
    margin-top: 20px;
    transition: 0.5s;
}

.story > a:hover{
    color:white;
}

.card{
    box-shadow: 0px 0px  5px#888888;
    transition: 0.5s;
}





















