/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html,body{
width:100%;
overflow-x:hidden;
margin:0px;
}


body {
   /* font-family: "Open Sans", sans-serif;*/
    color: #444444;
    font-family: "Raleway-Bold";
}

body::-webkit-scrollbar{
    display: none;
  }

  section::-webkit-scrollbar{
    display: none;
  }
  
a {
    color:#FFF;
    text-decoration: none;
}

a:hover {
    color: #813E98;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
/*    font-family: ;
*/
    font-family: 'Fira Sans';
}

p{
   font-family: "Raleway-Bold"; 
font-size: 20px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 43px;
    bottom: 77px;
    z-index: 996;
    background: #20ccdd;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
    overflow-x:hidden;

}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #fc7c1f;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}



#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background: #ffff;
  height: -19px;
 margin: -143px 0px 0px 0px;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(40, 58, 90, 0.9);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 78px;
margin: 3px 141px 0px -20px;
}
@media (max-width: 492px) {
  
  #header .logo img {
  max-height: 78px;
  margin: -12px 141px 0px 0px;

    }

#header {
  height: 71px
}
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 13px;
  font-size: 18px;
  font-weight: 500;
  color:black;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  margin: 15px 0px 0px 0px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #47b2e4;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #20ccdd;
  font-size: 14px;
  border: 2px solid #47b2e4;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;
}
.navbar .getstarted  a:hover,
.navbar .getstarted a:focus:hover {
  color: #fff;
/*  background: #31a9e1;
*/}
  
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 2px 20px;
  font-size: 18px;
  text-transform: none;
  font-weight: 500;
  color: black;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: black;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #6980F0;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
#header {
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    top: 20px;
    overflow-x:hidden;
    

}

#header .header-container {
    background: #00000069;
    margin: 73px 0px 0px 239px;
    padding: 1px 0px 3px 0px;
    position: fixed;
}

.fixed-top {
    position: fixed;
    top: 32px;
    right: 2px;
    z-index: 1030;
}

#header.header-scrolled {
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    top: -18px;
}

#header .logo {
    overflow: hidden;
    padding: 16px 30px 12px 30px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}

#header .logo-image {
    position: fixed;
    border-radius: 60%;
    overflow: visible;
    margin: 3px 0px 0px -293px;
    padding: 3px 0px 0px 87px;
}

#header .d-none {
    width: 33%;
}

@media (max-width: 457px) {
    #header .logo-image {
        border-radius: 60%;
        overflow: visible;
        margin: -20px -35px -26px 29px;
        width: 10px;
    }
}
*/

/* when screen is less than 600px wide
   show mobile version and hide desktop */

/*@media (max-width: 600px) {
    .logo-image .desktop {
        display: block;
    }
}

@media (max-width: 992px) {
    #header {
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        top: 0;
        background: #00000069;
    }
    #header.header-scrolled {
        background: #fff;
    }
}

@media screen and (min-width: 1024px) {
    #header .header-container {
        background: #00000069;
        margin: 73px 0px 0px 307px;
        padding: 1px 0px 3px 0px;
        position: fixed;
        width: 383px
    }
}

@media (max-width: 992px) {
    #header .header-container {
        background: #fff;
        margin: 21px 13px 6px 3px;
        padding: 44px 617px 12px 3px;
        height: 107px;
    }
}

#header .logo {
    padding-left: 0;
}

#header .logo h1 {
    font-size: 24px;
}
*/
/*@media screen and (min-width: 1024px) {
      
    #header .header-container {
        background: #FFFF;
        margin: 26px 54px -22px 0px;
        padding: 2px 0px 3px 304px;
        position: fixed;
        width: 1583px;
    }
}

.navbar {
    padding: 0;
    margin: 41px -40px 3px 214px;
}

@media (max-width: 575px) {
    .navbar {
        padding: 0;
        width: 349px;
    }
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}
*/
/*.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #020202;
    transition: 0.3s;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Exo";
    white-space: nowrap;
    transition: 0.3s;
    margin:-10px -37px 8px 40px;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #20ccdd;
}

.navbar .getstarted,
.navbar .getstarted:focus {
    background: #20ccdd;
    padding: 9px 25px;
    margin-left: 66px;
    margin-right: 30px;
    border-radius: 5px;
    color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    color: #fff;
    background: #00b383;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    width: 333px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
    font-weight: 500;
    color: #0e0e0e;
}

.navbar .dropdown ul a i {
    font-size: 12px;
    color: #0e0e0e;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #1f2020;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

*/
/*** Mobile Navigation */

/*.mobile-nav-toggle {
    color: rgb(14, 13, 13);
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
        margin: -100px -48px -174px 335px;
        font-size: 35px;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: white;
    transition: 0.3s;
    margin: 0px;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 800px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    background-color: #6980F0;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #36343a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #009970;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #009970;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

.text-start1 {
    color: white;
    margin-top: 22% !important;
}*/
/*........................#hero.................*/



/*.................services end...........*/
/*.................why choose us...........*/


#feature p {

   /*color: white;
    font-size: 28px;
    margin: -377px 90px 410px 508px;
    Font-family: Roboto;
    Font-style: Regular;
    line-height: 33px;
    text-align: justify;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 400;*/
    position: absolute;
    width: 923px;
    height: 473px;
    left: 230px;
    top: 1189px;
  /*font-family: 'Gill Sans MT';
    font-style: normal;*/
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: justify;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#features .icon-box {
    margin: 192px 0px 118px -144px;
    background-color: #6980F0;
    height: 523px;
    width: 1584px;
}

#features h1 {

    margin: -580px 90px 410px 500px;
    color: white;
    font-size: 41px;
   /* Font-family: Gill Sans MT;
    Font-style: Regular;*/
    font-weight: 400;
    display: flex;
    align-items: center;
    letter-spacing: 0.04em;
    line-height: 42px;
}

   #features p {
   color: white;
   font-size: 20px;
   margin: -551px 90px 410px 96px;
   /*Font-family: Roboto;
   Font-style: Regular;*/
   line-height:33px;
   text-align: justify;
   text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
   font-weight: 400;
   line-height: 42px;
}

#features button {
margin: -663px 122px 83px 688px;
width: 141px;
/*border-radius: 10px 10px 10px 10px;*/
height: 48px;
background: white;
color: #4D60C1;
}

#features .button1 {
 margin:-747px 0px 0px -444px;
 width: 141px; 
 border-radius: 10px 10px 10px 10px;
 height: 48px;
 background: white;
 color: #4D60C1;
}

#features button:hover  {
  background-color:#6980F0;
  color: #fff;
}

#features .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@media screen and (max-width: 900px) {
  #features .img-fluid {
 margin:-555px -208px 7px -248px; 
 height: 643px;
 position: absolute;
 max-width: 153%;
 padding: 322px;
}

#features .icon-box {

margin: 192px 0px 172px -144px;
background-color: #6980F0;
height: 647px;
width: 544px;

}

#features p {
  color: white;
  font-size: 20px;
  margin: -650px 7px 404px -5px;
/*Font-family: Roboto;
  Font-style: Regular;*/
  line-height: 30px;
  text-align: justify;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 400;
  margin: -781px -2px 211px 2px
}

#features h1 {
    margin: -820px -46px 670px -7px;
    color: white;
    font-size: 21px;
   /*Font-family: Gill Sans MT;
    Font-style: Regular;*/
    font-weight: 525;
    display: flex;
    align-items: center;
    letter-spacing: 0.04em;
    line-height: 42px;
}

#features button {
margin: -663px 32px 78px 115px;
width: 126px;
/*border-radius: 10px 10px 10px 10px;
*/height: 44px;
background: white;
color: #4D60C1;
 }
}





/*..............why choose us end..............*/
/*...................service....................*/

#Service h1 {
    margin:-159px -56px 40px -47px;
    Font-size: 36px;
    line-height: 41px;
    color: #813E98;
}

#Service p {
    margin: -17px 503px 0px -45px;
/*  font-family: Gill Sans MT;
    font-style: Regular;*/
    font-size: 20px;
    letter-spacing: 0.04em;
    text-align: justify;
}

#Service button {
    margin:45px 0px 54px 93px;
    width: 170px;
    border-radius: 10px 10px 10px 10px;
    height: 48px;
    background: #4D60C1;
    color: white;
}

 @media screen and (max-width: 500px) {
  #Service p {
  margin: -18px -3px -12px 11px;
  /*font-family: Gill Sans MT;
  font-style: Regular;*/
  font-size: 17px;
  letter-spacing: 0.04em;
  padding: -21px;
}

#Service h1 {
    margin: -11px -56px 40px 59px;
    Font-size: 27px;
    line-height: 41px;
   
 } 
 #Service img {
 Font-size: 27px;
 line-height: 41px;
 padding: 281px;
 left: -845px;
   } 
 }

 #Services h1
 {
    margin:-180px -56px 40px -47px;
    Font-size: 36px;
    line-height: 41px;
    color: #813E98;
 }

#Services p {
    margin: -17px 503px 0px -45px;
  /*font-family: Gill Sans MT;
    font-style: Regular;*/
    font-size: 20px;
    letter-spacing: 0.04em;
    text-align: justify;
}

#Services button {
    margin:45px 0px 54px 93px;
    width: 170px;
    border-radius: 10px 10px 10px 10px;
    height: 48px;
    background: #4D60C1;
    color: white;
}
@media screen and (max-width: 500px) {
#Services p {
margin: -18px -3px -12px 11px;
/*font-family: Gill Sans MT;
font-style: Regular;*/
font-size: 17px;
letter-spacing: 0.04em;
padding: -21px;
}

#Services h1 {
    margin: -101px -56px 40px 59px;
    Font-size: 27px;
    line-height: 41px;
   
 } 
 #Services img {
Font-size: 27px;
line-height: 41px;
padding: 281px;
left: -845px;
   } 
 }





/*.................... testimonial end  ..................*/

.featured-services .icon-box {
    
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 4px 35px rgba(41, 58, 143, 0.25);
  transition: all 0.3s ease-in-out;
  z-index: 1;
  margin: 291px 2px 41px 0px;
  height:331px;
  transform: skew(0deg, -6deg);
  border-bottom: 5px solid #6980F0;
  border-radius: 8px;
  box-sizing: content-box;
  padding-top: 15px;
  position: relative;
  overflow-x:hidden;
}

.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;

}

.featured-services .icon-box:after {
 content: "";
 position: absolute;
 left: 0;
 bottom: 0;
 width: 348px;
 height: 21px;
 border-top: 13px solid #fff;
 border-left: 142px solid transparent;
 border-right: 217px solid transparent;
 margin: 245px 141px 390px 0px;
}

.featured-services .icon-box:hover::before {
  background:#6980F0;
  top: 0;
  border-radius: 0px;
  border-style: none;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #106eea;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {

 /* font-family: 'Gill Sans MT';*/
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.04em;
  text-decoration: none;
  margin:147px -5px -59px -11px;
  justify-content: center;

}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}

@media (max-width: 767px) {


.featured-services .icon-box {
  transition: all 0.3s ease-in-out;
  margin: 60px 0px 0px 0px;
  transform: skew(0deg, -6deg);
  }
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
/*    width: 91%;
*/    overflow: hidden;
    position: relative;
    margin: 0px;
 
}
#hero h2 {
    margin: 175px 0px 0px 104px;
    color: #813E98;
 /* font-family: 'Markazi Text';
    font-style: normal;*/
    font-weight: 400;
    font-size: 58px;
}

#hero h1 {
    margin: 175px 0px 0px 104px;
    color: #813E98;
   /* font-family: 'Markazi Text';
    font-style: normal;*/
    font-weight: 400;
    font-size: 58px;
}
#hero p {
    content: justify;
    margin: 24px 738px 108px 103px;
    font-size: 24px;
   /* font-family: 'Markazi Text';
    font-style: normal;*/
    color: #363636;
    text-align: justify;

}

#hero button  {
    margin: -110px 0px 0px 105px;
/*  border-radius: 8px;
*/  width: 152px;
    background: #6980F0;
    height: 54px;
    transition: all 0.3s;
    z-index: -1;
}

#hero .button a:hover  {
  background-color:#813E98;
  color: #fff;
}
#hero img 
{
    margin: -647px -208px 7px 865px;
height: 631px;
    position: absolute;
}

@media (max-width: 412px) {
    #hero img {

 margin: -1071px -122px -87px 86px;
 height: 356px;
 background-size: cover;
 padding: 14px;
 width: 352px;
 position: absolute;

}
}

@media (max-width: 492px) {
    #hero p {
        margin: -333px 26px 347px 41px;
        font-size: 20px;
        text-align: justify;
    }
    #hero h2 {
        margin: 396px 64px 285px 177px;
        font-size: 0px;
    }
    #hero .circle {
        position: absolute;
        border-radius: 50%;
        padding: 154px;
        margin: -1073px 57px 0px 114px;
    }
    #hero button {
    margin: -619px 0px 0px 105px;
    border-radius: 8px;
    width: 152px;
    background: #6980F0;
    height: 54px;
  }
}

@media (max-width: 1024) {
    #hero p {
        margin: -333px 26px 347px 41px;
        font-size: 20px;
        text-align: justify;
    }
    #hero h2 {
        margin: 396px 64px 285px 177px;
        font-size: 0px;
    }
    #hero .circle {
        position: absolute;
        border-radius: 50%;
        padding: 154px;
        margin: -1073px 57px 0px 114px;
    }
    #hero button {
    margin: -619px 0px 0px 105px;
    border-radius: 8px;
    width: 152px;
    background: #6980F0;
    height: 54px;
}
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 8px 0;
    overflow: hidden;
}

.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-family: "Poppins", sans-serif;
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #fd9042;
    margin: 4px 10px;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #2a2c39;
}


/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/

#schedule {
    margin: 0px 0px 0px 0px;
}

#schedule .nav-tabs {
    text-align: center;
    margin: auto;
    display: block;
    border-bottom: 0;
    margin-bottom: 74px;
}

#schedule .nav-tabs li {
    display: inline-block;
    margin-bottom: 0;
    padding: 0px 41px 0px 31px;
}

#schedule .nav-tabs a {
    border-radius: 8px;
    font-weight: 200;
    color: rgb(12, 12, 12);
    padding: 0px 1px;
    margin: 34px 3px 16px 12px;
    text-align: center;
}

@media (max-width: 991px) {
    #schedule .nav-tabs a {
        padding: 83px 60px;
    }
}

@media (max-width: 767px) {
    #schedule .nav-tabs a {
        padding: 8px 50px;
    }
}

@media (max-width: 575px) {
    #schedule .nav-tabs a {
        padding: 10px 20px 11px 12px;
        margin: -31px 7px 13px -8px;
    }
}

#schedule .nav-tabs .active {
    color: rgb(12, 0, 0);
}

@media screen and (max-width: 500px) {
    .forder4 {
        display: none;
        width: 50%;
        position: fixed;
        bottom: 0;
        left: 49%;
        margin: 0 0 0 -20%;
        margin-left: 20px;
    }
}

#schedule .sub-heading {
    text-align: center;
    font-size: 18px;
    font-style: italic;
    margin: 0 auto 30px auto;
}

@media (min-width: 991px) {
    #schedule .sub-heading {
        width: 75%;
    }
}

#schedule .tab-pane {
    transition: ease-in-out 0.2s;
}

#schedule .schedule-item {
    padding-top: 15px;
    padding-bottom: 15px;
    transition: background-color ease-in-out 0.3s;
}

#schedule .schedule-item:hover {
    background-color: #fff;
}

#schedule .schedule-item time {
    padding-bottom: 5px;
    display: inline-block;
}

#schedule .schedule-item .speaker {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin: 0 10px 10px 0;
}

#schedule .schedule-item .speaker img {
    height: 100%;
    transform: translateX(-50%);
    margin-left: 50%;
    transition: all ease-in-out 0.3s;
}

#schedule .schedule-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

#schedule .schedule-item h4 span {
    color: #0e0e0e;
    font-weight: normal;
    font-size: 16px;
}

#schedule .schedule-item p {
    color: #0d0d0e;
    margin-bottom: 0;
    margin-left: 23px
}

#schedule .section-header h2 {
    font-size: 36px;
    color: #813e98;
    text-align: center;
    font-weight: 700;
    margin-bottom: 46px;
    font-family: "smoolthan";
}

#schedule .paragraph {
    font-family: "Exo";
    font-size: 18px;
}

#schedule .tab-pane .para {
    font-family: "Exo";
}

.ri-check-double-line {
    color: #293A8F;
    margin-right: 18px;
    font-weight: bold;
    font-size: 21px;
}

#schedule .forder4 {
    order: 4 !important;
    margin-top: -5.5% !important;
}

#schedule .img-fluid {
    max-width: 34%;
    margin-bottom: -30px;
    height: auto;
}

@media screen and (max-width: 500px) {
    #schedule .img-fluid {
        display: flex;
        align-items: center;
        padding: 1rem;
        margin-left: -15px;
        margin-right: -15px;
        display: flex;
        bottom: 0;
        margin: 0 0 0 -20%;
        margin-left: 20px;
        padding: 15px;
    }
}

.schedule .icon-box {
    text-align: center;
    border: 2px solid #20ccdd;
    height: 153px;
    position: relative;
}

@media (max-width: 575px) {
    .schedule .icon-box {
        padding: 0px 65px -1px 2px;
        margin: 49px 1px -243px 15px;
        text-align: center;
        border: 0px solid #ebe6e4;
        height: 200px;
        position: relative;
    }
}

@media (max-width: 786px) {
    .schedule .icon-box {
        padding: 0px 65px -1px 2px;
        margin: 49px 1px -243px 15px;
        text-align: center;
        border: 0px solid #ebe6e4;
        height: 200px;
        position: relative;
    }
}

.schedule .icon-box:hover {
    background: #cef8fc;
}

#schedule .nav-tabs a.active {
    background: #cef8fc;
    color: rgb(17, 16, 16);
    padding: 0px;
    box-shadow: 0px 15px 10px -15px #20ccdd;
}

#schedule .icon-box.active {
    background: #cef8fc;
    color: rgb(17, 16, 16);
    padding: 0px;
}

.schedule .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    border: 2px solid #20ccdd;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 96px;
    height: 94px;
    background: #fff;
}

.schedule .icon i {
    color: #fff;
    font-size: 24px;
    line-height: 0;
}

.schedule .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: "smoolthan";
    padding: 82px 1px 0px 0px;
}

.schedule .title a {
    color: #343a40;
}

.schedule .icon-box:hover .icon {
    background: #20ccdd;
}

.schedule .icon-box .active {
    background: #20ccdd;
}

.schedule .icon-box:hover .icon i {
    color: #f03c02;
}

.schedule .icon-box:hover .title a {
    color: #181717;
}

.schedule .description {
    font-size: 16px;
    font-weight: 600;
    padding: 82px 0px 0px 0px;
}

 #Event {
    padding: 0px 0 60px 0;
}

#Event .nav-tabs {
    text-align: center;
    margin: auto;
    display: block;
    border-bottom: 0;
    margin-bottom: 21px;
}

#Event .nav-tabs li {
    display: inline-block;
    margin-bottom: 0;
    padding: 0px 41px 30px 29px;
}

#Event .nav-tabs a {
    border-radius: 8px;
    font-weight: 200;
    color: rgb(12, 12, 12);
    padding: 0px 0px;
    margin: 6px 3px 16px 12px;
    text-align: center;
}

@media (max-width: 991px) {
    #Event .nav-tabs a {
        padding: 83px 60px;
    }
}

@media (max-width: 767px) {
    #Event .nav-tabs a {
        padding: 8px 50px;
    }
}

@media (max-width: 575px) {
    #Event .nav-tabs a {
        padding: 10px 20px 11px 12px;
        margin: -31px 7px 13px -8px;
    }
}

#Event .nav-tabs .active {
    color: rgb(12, 0, 0);
}

@media screen and (max-width: 500px) {
    .forder4 {
        display: none;
        width: 50%;
        position: fixed;
        bottom: 0;
        left: 49%;
        margin: 0 0 0 -20%;
        margin-left: 20px;
    }
}

#schedule .sub-heading {
    text-align: center;
    font-size: 18px;
    font-style: italic;
    margin: 0 auto 30px auto;
}

@media (min-width: 991px) {
    #Event .sub-heading {
        width: 75%;
    }
}

#Event .tab-pane {
    transition: ease-in-out 0.2s;
}

#Event .schedule-item {
    padding-top: 15px;
    padding-bottom: 15px;
    transition: background-color ease-in-out 0.3s;
}

#Event .Event-item time {
    padding-bottom: 5px;
    display: inline-block;
}

#Event .Event-item .speaker {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin: 0 10px 10px 0;
}

#Event .Event-item .speaker img {
    height: 100%;
    transform: translateX(-50%);
    margin-left: 50%;
    transition: all ease-in-out 0.3s;
}

#Event .Event-item h4 span {
    color: #0e0e0e;
    font-weight: normal;
    font-size: 16px;
}

#Event .Event-item p {
    color: #0d0d0e;
    margin-bottom: 0;
    margin-left: 23px
}

#Event .section-header h2 {
    font-size: 36px;
    color: #813e98;
    text-align: center;
    font-weight: 700;
    margin-bottom: 46px;
    font-family: "smoolthan";
}

#Event .Event-item .paragraph {
    font-family: "Exo";
}

#Event .tab-pane .para {
    font-family: "Exo";
}

.ri-check-double-line {
    color: #293A8F;
    margin-right: 6px;
    font-weight: bold;
    font-size: 21px;
}

#Event .forder4 {
    order: 4 !important;
    margin-top: -5.5% !important;
}

#Event .img-fluid {
    max-width: 34%;
    margin-bottom: -30px;
    height: auto;
}

@media screen and (max-width: 500px) {
    #schedule .img-fluid {
        display: flex;
        align-items: center;
        padding: 1rem;
        margin-left: -15px;
        margin-right: -15px;
        display: flex;
        bottom: 0;
        margin: 0 0 0 -20%;
        margin-left: 20px;
        padding: 15px;
    }
}

.Event .icon-box {
    text-align: center;
    border: 2px solid #20ccdd;
    height: 153px;
    position: relative;
}

@media (max-width: 767px) {
    .Event .icon-box {
        padding: 0px 65px -1px 2px;
        margin: 49px 1px -243px 15px;
        text-align: center;
        border: 0px solid #ebe6e4;
        height: 200px;
        position: relative;
    }
}

.Event .icon-box:hover {
    background: #cef8fc;
}

#Event .nav-tabs a.active {
    background: #cef8fc;
    color: rgb(17, 16, 16);
    padding: 0px;
    box-shadow: 0px 15px 10px -15px #20ccdd;
}

#Event .icon-box.active {
    background: #cef8fc;
    color: rgb(17, 16, 16);
    padding: 0px;
}

.Event .icon {
    position: absolute;
    top: -56px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    border: 2px solid #20ccdd;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 96px;
    height: 94px;
    background: #fff;
}

.Event .icon i {
    color: #fff;
    font-size: 24px;
    line-height: 0;
}

.Event .title {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 15px;
    font-family: "smoolthan";
    padding: 82px 1px 0px 0px;
    text-align: center;
}

.Event .title a {
    color: #343a40;
}

.Event .icon-box:hover .icon {
    background: rgb(76, 177, 207);
}

.Event .icon-box .active {
    background: rgb(76, 177, 207);
}

.Event .icon-box:hover .icon i {
    color: #f03c02;
}

.Event .icon-box:hover .title a {
    color: #181717;
}

.Event .tab-pane .description {
    font-size: 16px;
    font-weight: 600;
    padding: 82px 0px 0px 0px;
}


/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/

.values .card {
    border: 0;
    padding: 138px 27px 17px 26px;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.values .card-body {
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    transition: ease-in-out 0.4s;
    border-radius: 5px;
}

.values .card-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    color: #813e98;
}

.values .card-title a {
    color: #813e98;
    font-family: "smoolthan";
}

.values .card-text {
    color: #4b4949;
    font-family: "Exo";
    margin: 36px;
}

.values .list {
    font-family: "Exo";
    color: #0d0d0e;
}

.values .read-more a {
    color: #656262;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    transition: 0.4s;
}

.values .read-more a:hover {
    text-decoration: underline;
}

.values .card:hover .card-body {
    background: #813e98;
}

.values .card:hover .read-more a,
.values .card:hover .card-title,
.values .card:hover .card-title a:hover,
.values .card:hover .card-text:hover,
.values .list:hover {
    color: #fff;
}


/*--------------------------------------------------------------
# flowchart
--------------------------------------------------------------*/

#flowchart {
    padding: 29px 0px 17px 16px;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .arrow {
    color: rgb(146, 79, 209);
    font-size: 50px;
    padding: 31px 1px 0px 11px;
    text-align: center;
    margin: 0px -14px 0px -26px;
}

.nav-tabs .arrow1 {
    color: rgb(146, 79, 209);
    font-size: 50px;
    padding: 19px 0px 1px 49px;
    text-align: center;
    margin: 0px 0px 0px -48px;
}

.nav-tabs .arrow3 {
    color: rgb(146, 79, 209);
    font-size: 53px;
    padding: 0px;
    text-align: center;
    float: left;
    padding: 0px 78px 5px 0px;
}

.nav-tabs .arrow5 {
    color: rgb(146, 79, 209);
    font-size: 53px;
    padding: 0px;
    margin: -23px 0px -31px 1px;
    padding: 0px 187px 5px 143px;
}

.nav-tabs .arrow6 {
    color: rgb(146, 79, 209);
    font-size: 53px;
    padding: 0px;
    margin: -23px 0px -31px 1px;
    padding: 0px 187px 5px 86px;
}

.nav-tabs .arrow4 {
    color: rgb(146, 79, 209);
    font-size: 50px;
    padding: 0px;
    text-align: center;
    float: right;
    margin: -19px 2px -28px 342px;
}

@media (max-width: 575px) {
    .nav-tabs .arrow {
        transform: rotate(90deg);
        display: inline-block;
        padding: 0px 1px 0px 0px;
    }
}

@media (max-width: 768px) {
    .nav-tabs .arrow {
        margin: 0px 0px -39px 8px;
        transform: rotate(90deg);
        display: inline-block;
        padding: 0px 1px 0px 0px;
        font-size: 64px;
    }
}

@media (max-width: 992px) {
    .nav-tabs .arrow {
        transform: rotate(90deg);
        display: inline-block;
        padding: 0px 1px 0px 0px;
    }
}

@media (max-width: 575px) {
    .nav-tabs .arrow1 {
        transform: rotate(270deg);
        display: inline-block;
        padding: 0px 0px 5px 46px;
    }
}

@media (max-width: 768px) {
    .nav-tabs .arrow1 {
        margin: 0px 0px -58px -1px;
        transform: rotate(270deg);
        display: inline-block;
        padding: 0px 0px 5px 46px;
        font-size: 64px;
    }
}

@media (max-width: 992px) {
    .nav-tabs .arrow1 {
        margin: 0px 0px -58px -1px;
        transform: rotate(270deg);
        display: inline-block;
        padding: 0px 0px 5px 46px;
        font-size: 64px;
    }
}

@media (max-width: 575px) {
    .nav-tabs .arrow2 {
        transform: rotate(270deg);
        display: inline-block;
    }
}

@media (max-width: 768px) {
    .nav-tabs .arrow2 {
        transform: rotate(270deg);
        display: inline-block;
    }
}

@media (max-width: 992px) {
    .nav-tabs .arrow2 {
        transform: rotate(270deg);
        display: inline-block;
    }
}

@media (max-width: 575px) {
    .nav-tabs .arrow4 {
        transform: rotate(359deg);
        display: inline-block;
        padding: 0px 340px 0px 0px;
    }
}

@media (max-width: 786px) {
    .nav-tabs .arrow4 {
        margin: -29px 0px -24px 171px;
        transform: rotate(359deg);
        display: inline-block;
        padding: 0px 340px 0px 0px;
        font-size: 64px;
    }
}

@media (max-width: 992px) {
    .nav-tabs .arrow4 {
        margin: -29px 0px -24px 171px;
        transform: rotate(359deg);
        display: inline-block;
        padding: 0px 340px 0px 0px;
        font-size: 64px;
    }
}

@media (max-width: 575px) {
    .nav-tabs .arrow3 {
        transform: rotate(359deg);
        display: inline-block;
        margin-left: 30px;
    }
}

@media (max-width: 786px) {
    .nav-tabs .arrow3 {
        transform: rotate(359deg);
        display: inline-block;
        margin-left: 30px;
    }
}

@media (max-width: 992px) {
    .nav-tabs .arrow3 {
        transform: rotate(359deg);
        display: inline-block;
        margin-left: 30px;
    }
}

@media (max-width: 575px) {
    .nav-tabs .arrow5 {
        transform: rotate(270deg);
        display: inline-block;
        padding: 0px 0px 1px 9px;
    }
}

@media (max-width: 786px) {
    .nav-tabs .arrow5 {
        transform: rotate(270deg);
        display: inline-block;
        padding: 0px 0px 1px 9px;
    }
}

@media (max-width: 992px) {
    .nav-tabs .arrow5 {
        transform: rotate(270deg);
        display: inline-block;
        padding: 0px 0px 1px 9px;
    }
}

@media (max-width: 575px) {
    .nav-tabs .arrow6 {
        transform: rotate(270deg);
        display: inline-block;
        padding: 0px 0px 1px 9px;
    }
}

@media (max-width: 786px) {
    .nav-tabs .arrow6 {
        transform: rotate(270deg);
        display: inline-block;
        padding: 0px 0px 1px 9px;
    }
}

@media (max-width: 992px) {
    .nav-tabs .arrow6 {
        transform: rotate(270deg);
        display: inline-block;
        padding: 0px 0px 1px 167px;
        font-size: 68px;
        margin-top: -45px;
        margin-bottom: -9px;
    }
}

.flowchart .border1 {
    border: 1px solid #d4d9f0;
    padding: 13px;
    transition: 0.3s;
    color: #2a2c39;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    text-align: center;
}

@media (max-width: 575px) {
    .flowchart .border1 {
        border: 1px solid #d4d9f0;
        padding: 13px;
        transition: 0.3s;
        color: #2a2c39;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        text-align: center;
        margin: 0px 2px -5px -2px;
    }
}

@media (max-width: 992px) {
    .flowchart .border1 {
        border: 1px solid #d4d9f0;
        padding: 13px;
        transition: 0.3s;
        color: #2a2c39;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        text-align: center;
        margin: 0px 2px -5px -2px;
    }
}

.flowchart .border5 {
    border: 1px solid #d4d9f0;
    padding: 13px;
    transition: 0.3s;
    color: #2a2c39;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    text-align: center;
}

@media (max-width: 992px) {
    .flowchart .border5 {
        border: 1px solid #d4d9f0;
        padding: 13px;
        transition: 0.3s;
        color: #2a2c39;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        text-align: center;
        margin: 0px 2px -5px -2px;
    }
}

.flowchart .border6 {
    border: 1px solid #d4d9f0;
    padding: 13px;
    transition: 0.3s;
    color: #2a2c39;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    text-align: center;
    margin: 0px -89px -2px -68px;
}

.flowchart .border7 {
    border: 1px solid #d4d9f0;
    padding: 13px;
    transition: 0.3s;
    color: #2a2c39;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    text-align: center;
    margin: 0px -89px -2px -132px;
}

@media (max-width: 992px) {
    .flowchart .border7 {
        border: 1px solid #d4d9f0;
        padding: 13px;
        transition: 0.3s;
        color: #2a2c39;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        text-align: center;
        margin: 0px -89px -2px -2px;
    }
}

@media (max-width: 992px) {
    .flowchart .border6 {
        border: 1px solid #d4d9f0;
        padding: 13px;
        transition: 0.3s;
        color: #2a2c39;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        text-align: center;
        margin: 7px -2px -13px -2px;
    }
}

.flowchart .border2 {
    border: 1px solid #d4d9f0;
    padding: 13px;
    transition: 0.3s;
    color: #2a2c39;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    text-align: center;
}

@media (max-width: 992px) {
    .flowchart .border2 {
        border: 1px solid #d4d9f0;
        padding: 13px;
        transition: 0.3s;
        color: #2a2c39;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        text-align: center;
        margin: 2px 0px 0px 200px;
    }
}

.flowchart .border3 {
    border: 1px solid #d4d9f0;
    padding: 13px;
    transition: 0.3s;
    color: #2a2c39;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    text-align: center;
}

@media (max-width: 575px) {
    .flowchart .border3 {
        border: 1px solid #d4d9f0;
        padding: 13px;
        transition: 0.3s;
        color: #2a2c39;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        text-align: center;
        margin: 0px;
    }
}

.flowchart .h6 {
    font-family: "Exo";
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about .content h3 {
    font-weight: 700;
    font-size: 32px;
    color: #813e98;
    font-family: "smoolthan";
}

.about .section-header {
    font-size: 36px;
    color: #293a8f;
    text-align: center;
    font-weight: 700;
    margin-bottom: -14px;
    font-family: "smoolthan";
    margin-top: 59px;
}

.about .content h4 {
    font-size: 23px;
    margin: 32px 4px 1px -1px;
    font-family: "smoolthan";
    text-align: center;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-bottom: 10px;
    font-family: "Exo";
}

.about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #2b46e0;
}

.about .content p:last-child {
    margin-bottom: 0;
}

.about .img-fluid {
    width: 100%;
}

.about .txtClr {
    text-align: center;
    font-family: "Exo";
    margin: 11px 2px -19px 2px;
    font-size: 20px;
}

.about .txtClr1 {
    text-align: center;
    font-family: "Exo";
    margin: -35px 1px 3px 0px;
}

.about .txtclr9 {
    font-family: "Exo";
}

.about .ri-check-line {
    color: #2b46e0;
    font-size: 20px;
    font-weight: bolder;
    margin: -4px 24px 2px 2px;
}

.about .text-block {
    text-align: justify;
    font-size: 20px;
    font-family: "Exo";
    margin-bottom: 10px;
    margin-top: 54px;
}

.about .text-block1 {
    text-align: justify;
    font-size: 18px;
    font-family: "Exo";
    margin-bottom: 10px;
    margin-top: 35px;
}

@media (max-width: 575px) {
    .about .text-block {
        text-align: justify;
        font-size: 19px;
        font-family: "Exo";
    }
}

.about .text {
    margin-left: 86px;
}

@media (max-width: 575px) {
    .about .text {
        margin: 0px;
    }
}

.about .paragraph {
    border-bottom: 1px solid #cad4f6;
    margin: 8px 0px 10px 112px;
    padding: 0px 0px 13px 0px;
}

@media (max-width: 575px) {
    .about .paragraph {
        border-bottom: 1px solid #cad4f6;
        margin: 8px 0px 10px 112px;
    }
}

.about .paragraph1 {
    font-family: smoolthan;
    font-size: 17px;
    margin: 8px 0px 10px 112px;
}

@media (max-width: 575px) {
    .about .paragraph1 {
        margin: 8px 0px 10px 45px;
    }
}

.about .paragraph2 {
    font-size: 18px;
    font-size: "Exo";
}

.about .tex {
    font-family: "Exo";
    font-size: 17px;
    margin: 5px -4px 8px 68px;
}

@media (max-width: 575px) {
    .about .tex {
        font-family: "Exo";
        font-size: 17px;
        margin: 6px 0px 8px 0px;
    }
}

.ABout1 .paragraph {
    font-family: "Exo";
    font-size: 17px;
}

.ABout1 .text-block {
    padding: 2px 82px 16px 50px;
    text-align: justify;
}

.ABout1 .heading {
    font-family: "smoolthan";
    color: #294495;
    font-size: 22px;
    text-align: center;
}

.About1 .paragraph {
    font-family: "Exo";
    font-size: 17px;
}

.About1 .text-block {
    padding: 2px 82px 16px 50px;
    text-align: justify;
}

.About1 .heading {
    font-family: "smoolthan";
    color: #294495;
    font-size: 22px;
    text-align: center;
}

.About1 {
    padding: 0px 0px 0px 0px;
}

.imunita .paragraph {
    font-family: "Exo";
    font-size: 17px;
}

.imunita.text-block {
    padding: 2px 82px 16px 50px;
    text-align: justify;
}

.imunita .heading {
    font-family: "smoolthan";
    color: #813e98;
    font-size: 23px;
    text-align: center;
}

.imunita .paragraph {
    font-family: "Exo";
    font-size: 18px;
}

.imunita .text-block {
    padding: 2px 82px 16px 50px;
    text-align: justify;
}

.imunita {
    padding: 28px 0px 0px 0px;
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.features .nav-tabs {
    border: 0;
}

.features .nav-link {
    border: 1px solid #d4d6df;
    padding: 15px;
    transition: 0.3s;
    color: #2a2c39;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features .nav-link i {
    padding-right: 15px;
    font-size: 48px;
}

.features .nav-link h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.features .nav-link:hover {
    color: #ef6603;
}

.features .nav-link.active {
    background: #ef6603;
    color: #fff;
    border-color: #ef6603;
}

@media (max-width: 768px) {
    .features .nav-link i {
        padding: 0;
        line-height: 1;
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .features .nav-link {
        padding: 15px;
    }
    .features .nav-link i {
        font-size: 24px;
    }
}

.features .tab-content {
    margin-top: 30px;
}

.features .tab-pane h3 {
    font-weight: 600;
    font-size: 26px;
}

.features .tab-pane ul {
    list-style: none;
    padding: 0;
}

.features .tab-pane ul li {
    padding-bottom: 10px;
}

.features .tab-pane ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #ef6603;
}

.features .tab-pane p:last-child {
    margin-bottom: 0;
}

.content ul {
    list-style: none;
}

.content .paragraph {
    margin-left: 4px;
    font-family: "Exo";
}

.content .text {
    font-size: 20px;
    font-weight: 500;
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/

.cta {
    background: #2a2c39;
    padding: 80px 0;
}

.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.cta p {
    color: #fff;
}

.cta .cta-btn {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #ef6603;
}

.cta .cta-btn:hover {
    background: #fff;
    color: #ef6603;
}

@media (max-width: 1024px) {
    .cta {
        background-attachment: scroll;
    }
}

@media (min-width: 769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}


/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/

.featured-services {
    padding: 0;
}

.featured-services .icon-box {
    padding: 20px;
    background: #f9f9fa;
    border-radius: 4px;
    border-bottom: 2px white;
    transition: 0.3s;
    height: 96%;
    box-shadow: 2px 9px 5px rgb(230, 226, 226);
}

.featured-services .icon {
    margin: -6px -3px 15px 33px;
    border-color: 1px #eaecef;
}

.featured-services .icon i {
    color: #16df7e;
    font-size: 36px;
}

.featured-services .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 17px;
    margin-left: 30px;
    font-family: "exo";
}

.featured-services .title a {
    color: #5f687b;
    transition: 0.3s;
}

.featured-services .icon-box:hover .title a {
    color: #16df7e;
}

.featured-services .description {
    line-height: 24px;
    font-size: 14px;
}

featured-services .card {
    padding: 0px 0px 0px 0px;
    box-shadow: 2px solid #20ccdd;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .section-title p {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    font-family: "Exo";
    color: #293A8F;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 0 30px;
    margin: 30px 15px;
    text-align: center;
    min-height: 350px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #9faae0;
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-family: "exo";
    margin: 0 auto 15px auto;
    font-size: 19px;
    font-weight: 400;
    margin-top: 50px;
}

.testimonials .testimonial-item h5 {
    font-family: "exo";
    margin: 0 auto 15px auto;
    font-size: 19px;
    font-weight: 400;
    margin-top: 50px;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #293A8F;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #293A8F;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .info {
    width: 100%;
    background: #fff;
}

.contact .info i {
    font-size: 20px;
    color: #ef6603;
    float: left;
    width: 44px;
    height: 44px;
    background: #ffecde;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2a2c39;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #555974;
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #ef6603;
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    background: #fff;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
    background: #ef6603;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
    background: #fc8129;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 15px 0;
    margin-top: 70px;
    background: #f7f8f9;
    min-height: 40px;
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    font-family: "Exo";
    color: #813e98;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

@media (max-width: 992px) {
    .breadcrumbs ol {
        margin-top: 10px;
    }
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #404356;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  font-size: 14px;
  background: #37517e;
}

#footer .footer-newsletter {
  padding: 50px 0;
/*background: #f3f5fa;
*/text-align: center;
  font-size: 15px;
  color: #f9f9f9;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-newsletter form {
 margin: 31px 0px 0px 98px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
  width: 378px;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}

#footer .footer-top {
/*  padding: 60px 0 30px 0;
*/  background: #6980F0;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 25px;
  margin: 0 0 10px -159px;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 600;
  color: #ffff;
  font-family: "smoolthan";
  text-align: center;

}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "smoolthan";
  color: #FFFF;
}

#footer .footer-top h4 {
  font-size: 23px;
  font-weight: bold;
  color: #FFFF;
  position: relative;
  padding-bottom: 12px;
  font-family: "smoolthan";
  margin: 118px 0px 0px -38px;
}



#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;

}
#footer .footer-top .footer-links1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links1 ul a {
  color: #FFF;
  transition: 0.3s;
  display: inline-block;
  line-height: 2;
  font-size: 18px;

}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #FFF;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 18px;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
 #footer {
  font-size: 17px;
  background: #37517e;
  width: 413px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-top .footer-contact h3 {
  font-size: 25px;
  margin: 0 0 10px 72px;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 600;
  color: #ffff;
  font-family: "smoolthan";
  text-align: center;
}

#footer .footer-top .footer-contact {
  padding-bottom: 232px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding-left: 168px;  
  margin: 0;
}

#footer .footer-top .footer-links h4 {
  font-size: 23px;
  font-weight: bold;
  color: #FFFF;
/*position: relative;
*/padding-bottom: 12px;
  font-family: "smoolthan";
  margin: 41px 0px 0px 136px;
}

#footer .footer-top .footer-links h2 {
  font-size: 23px;
  font-weight: bold;
  color: #FFFF;
/*   padding-left: 219px;
*/  font-family: "smoolthan";
  padding-left: 10px;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top h5 {
  font-size: 23px;
  font-weight: bold;
  color: #FFFF;
  position: relative;
  padding-bottom: 12px;
  font-family: "smoolthan";
  margin: 12px 0px 0px 158px;
}

#footer .footer-top .footer-links1 {
margin: -330px 113px;
}

#footer .footer-top .footer-links {
margin: -185px 106px 0px 122px;
}

#footer .footer-top .footer-links1 ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links1 ul {
  list-style: none;
  padding-left: 8px;  
  margin: 0;
}
#footer .footer-top h6 {
  font-weight: bold;
  color: #FFFF;
  position: relative;
  padding-left: 153px;
  font-family: "smoolthan";
  margin: 12px 0px 0px 158px;
}

 #footer .mb-4
 {
    margin:0px 0px 0px 154px;
 }
}

/*--------------------------------------------------------------
#imunie
--------------------------------------------------------------*/

.imunie {
    background: #d5c3dd;
}

.para1 {
    font-family: "Exo";
    margin: 20px -2px 6px 3px;
    font-size: 20px;
    font-weight: 500;
}


/*--------------------------------------------------------------
#work
--------------------------------------------------------------*/

.txtClr2 {
    color: #213181;
    font-family: "smoolthan";
}

.work .card {
    border-radius: 12px;
}

.txtClr {
    color: #20ccdd;
    font-family: "exo";
    font-size: 17px;
}

.txtClr:hover {
    color: #3277b2;
    font-family: "exo";
    font-size: 17px;
}

.para2 {
    font-family: "smoolthan";
    font-size: 21px;
    font-weight: 400;
}

.para2 {
    font-family: "smoolthan";
    font-size: 18px;
    font-weight: 400;
}

.custBtn {
    color: #fff !important;
    /* background-color: #2bb083 !important; */
    background-color: #20CCDD !important;
    border-color: #8adbc0 !important;
    border-radius: 11px !important;
    border: none !important;
    padding: 7px 15px 5px 15px;
    text-align: center;
}

.custBtn1 {
    color: #fff !important;
    /* background-color: #2bb083 !important; */
    background-color: #20CCDD !important;
    border-color: #8adbc0 !important;
    border-radius: 11px !important;
    border: none !important;
    padding: 7px 15px 5px 13px;
    text-align: center;
}

.shadow8 {
    /* box-shadow: 0 .5rem 1rem rgba(24, 139, 194,.35)!important; */
    box-shadow: 0 .5rem 1rem rgba(69, 113, 178, .35) !important;
}

.txtClr0 {
    color: #20CCDD;
    font-family: "smoolthan";
}

.txt11 {
    font-family: "smoolthan";
    font-size: 18px;
}

.head {
    font-family: "Exo";
    color: #20CCDD;
    font-size: 19px;
}

.para3 {
    font-family: "smoolthan";
    font-size: 18px;
}

.para4 {
    font-family: "smoolthan";
    font-size: 18px;
}

.btn-info1.active {
    background-color: #2e8db9 !important;
    border-color: #0a53be !important;
    font-family: "exo";
}

.btn-info1 {
    color: #fff !important;
    background-color: #20ccdd !important;
    border-color: #20ccdd !important;
}

.btn-group {
    text-align: center;
    display: block;
}

.carrer {
    font-family: "Exo";
    font-size: 25px;
    color: #813e98;
}

.blc {
    /* border-left: 5px solid #309cfa; */
    border-left: 5px solid #20ccdd;
    height: 65px;
    margin-left: -16px;
}

.btn-info2 {
    color: #fff !important;
    /* background-color: #309cfa !important; */
    /* border-color: #309cfa !important; */
    background-color: #20ccdd !important;
    font-family: "Exo";
}

.btn-info3 {
    color: #fff !important;
    /* background-color: #309cfa !important; */
    /* border-color: #309cfa !important; */
    background-color: #20ccdd !important;
    padding: 10px 14px 2px -1px;
    font-family: "Exo";
}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog {
    padding: 40px 0 20px 0;
}

.blog .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
    max-height: 440px;
    margin: -30px -30px 20px -30px;
    overflow: hidden;
}

.blog .entry .entry-title {
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
    color: #813E98;
    transition: 0.3s;
    font-family: "Exo";
    font-size: 19px;
}

.blog .entry .entry-title a:hover {
    color: #20ccdd;
}

.blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #4084fd;
}

.blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.blog .entry .entry-meta ul li+li {
    padding-left: 20px;
}

.blog .entry .entry-meta i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
}

.blog .entry .entry-meta a {
    color: #777777;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.blog .entry .entry-content p {
    line-height: 24px;
    font-family: "smoolthan";
    font-size: 18px;
    text-align: justify;
}

@media (max-width: 500px) {
    .blog .entry .entry-content p {
        line-height: 24px;
        font-family: "smoolthan";
        font-size: 18px;
    }
}

.blog .entry .entry-list {
    font-family: "smoolthan";
    font-size: 17px;
}

.blog .entry .entry-list1 {
    font-family: "Exo";
    font-size: 19px;
}

.blog .entry .entry-list2 {
    font-family: "Exo";
    font-size: 21px;
    font-weight: 500;
}

.blog .entry .entry-list3 {
    font-family: "Exo";
    font-size: 18px;
    font-weight: 400;
}

.blog .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
}

.blog .entry .entry-content .read-more a {
    display: inline-block;
    background: #20ccdd;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
    background: #6980F0;
}

.blog .entry .entry-content h3 {
    font-size: 17px;
    margin-top: 30px;
    font-weight: bold;
    font-family: "smoolthan";
}

.blog .entry .entry-content h4 {
    font-size: 19px;
    margin-top: 30px;
    font-weight: bold;
    font-family: "smoolthan";
}

.blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
    color: #444444;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #012970;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
    color: #0d64fd;
    display: inline;
}

.blog .entry .entry-footer a {
    color: #013289;
    transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
    color: #4154f1;
}

.blog .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.blog .entry .entry-footer .cats li {
    display: inline-block;
}

.blog .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}

.blog .entry .entry-footer .tags li {
    display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ",";
}

.blog .entry .entry-footer .share {
    font-size: 16px;
}

.blog .entry .entry-footer .share i {
    padding-left: 5px;
}

.blog .entry-single {
    margin-bottom: 30px;
}

.blog .blog-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
    width: 120px;
    margin-right: 20px;
}

.blog .blog-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
    color: #012970;
}

.blog .blog-author .social-links {
    margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
    color: rgba(1, 41, 112, 0.5);
    margin-right: 5px;
}

.blog .blog-author p {
    font-style: italic;
    color: #b7b7b7;
}

.blog .blog-comments {
    margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
    font-weight: bold;
}

.blog .blog-comments .comment {
    margin-top: 30px;
    position: relative;
}

.blog .blog-comments .comment .comment-img {
    margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
    width: 60px;
}

.blog .blog-comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
    font-weight: bold;
    color: #444444;
    transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
    color: #4154f1;
}

.blog .blog-comments .comment h5 .reply {
    padding-left: 10px;
    color: #012970;
}

.blog .blog-comments .comment h5 .reply i {
    font-size: 20px;
}

.blog .blog-comments .comment time {
    display: block;
    font-size: 14px;
    color: #013ca3;
    margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
    padding-left: 40px;
}

.blog .blog-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
    font-family: "Exo";
}

.blog .blog-comments .reply-form p {
    font-size: 16px;
    font-family: "smoolthan";
}

.blog .blog-comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
    font-family: "smoolthan";
}

.blog .blog-comments .reply-form input:focus {
    box-shadow: none;
    border-color: #a0aaf8;
}

.blog .blog-comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #a0aaf8;
}

.blog .blog-comments .reply-form .form-group {
    margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: #20ccdd;
}

.blog .blog-comments .reply-form .btn-primary:hover {
    background-color: #013289;
}

.blog .blog-pagination {
    color: #024ed5;
}

.blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog .blog-pagination li {
    margin: 0 5px;
    transition: 0.3s;
}

.blog .blog-pagination li a {
    color: #012970;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
    background: #4154f1;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
    color: #fff;
}

.blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #012970;
    position: relative;
    font-family: "exo";
}

.blog .sidebar .sidebar-item {
    margin-bottom: 30px;
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;
}

.blog .sidebar .search-form form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #20ccdd;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    line-height: 0;
}

.blog .sidebar .search-form form button i {
    line-height: 0;
}

.blog .sidebar .search-form form button:hover {
    background: #5465f2;
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .categories ul li+li {
    padding-top: 10px;
}

.blog .sidebar .categories ul a {
    color: #6980F0;
    transition: 0.3s;
    font-family: "Exo";
}

.blog .sidebar .categories ul a:hover {
    color: #293A8F;
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #aaaaaa;
    font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px;
}

.blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
}

.blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
    color: #6980F0;
    transition: 0.3s;
    font-family: "smoolthan";
}

.blog .sidebar .recent-posts h4 a:hover {
    color: #4154f1;
}

.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #aaaaaa;
}

.blog .sidebar .tags {
    margin-bottom: -10px;
}

.blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .tags ul li {
    display: inline-block;
}

.blog .sidebar .tags ul a {
    color: #0257ee;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #d7e6ff;
    display: inline-block;
    transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #4154f1;
    background: #4154f1;
}

.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: #a5c5fe;
    font-size: 14px;
}


/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/

.recent-blog-posts .post-box {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.recent-blog-posts .post-box .post-img {
    overflow: hidden;
    margin: -30px -30px 15px -30px;
    position: relative;
}

.recent-blog-posts .post-box .post-img img {
    transition: 0.5s;
}

.recent-blog-posts .post-box .post-date {
    font-size: 16px;
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
    display: block;
    margin-bottom: 10px;
}

.recent-blog-posts .post-box .post-title {
    font-size: 24px;
    color: #012970;
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
    transition: 0.3s;
}

.recent-blog-posts .post-box .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
}

.recent-blog-posts .post-box .readmore i {
    line-height: 0;
    margin-left: 4px;
    font-size: 18px;
}

.recent-blog-posts .post-box:hover .post-title {
    color: #4154f1;
}

.recent-blog-posts .post-box:hover .post-img img {
    transform: rotate(6deg) scale(1.2);
}

.container {
    margin-top:129px;
}

.page {
    display: none;
}

.page-active {
    display: block;
}

.dropdown ul {
    display: block;
    position: absolute;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

.dropdown ul a {
    padding: 10px 0px;
    text-transform: none;
    font-weight: 500;
    color: #0e0e0e;
}

.dropdown li {
    color: #0e0e0e;
}

.contOvlp {
    margin-top: -10%;
    padding-left: 10% !important;
    padding-right: 10% !important;
}

.txtClr1 {
    color: #20CCDD;
    font-family: "exo";
}

#saveSub {
    border-radius: 0px 25px 25px 0px;
}

.btn-info1 {
    color: #fff !important;
    background-color: #20ccdd !important;
    border-color: #20ccdd !important;
}

.sticky-left-nav {
    position: fixed;
    width: 120px;
    display: block;
    background-color: transparent;
    z-index: 1;
}

.top-menu {
    top: 20%;
}

.sticky-left-nav {
    position: fixed;
    width: 120px;
    display: block;
    background-color: transparent;
    z-index: 1;
}

.stick-left-nav-ul {
    padding-left: 20px;
    width: 95px;
}

.myDIV:hover+.hide {
    display: block;
    color: red;
}

.hide {
    display: none;
}

.sticky {
    list-style: none;
}

.coh-style-section--dark-theme .menu-item:before {
    color: rgba(244, 245, 246, 0.1);
}

.coh-list-item {
    list-style: none;
    color: #00b383;
    font-size: 32px;
}

.coh-list-item1 {
    list-style: none;
    color: #030303;
    font-size: 17px;
    font-family: "smoolthan";
}

.coh-list-item1:hover {
    list-style: none;
    color: #20ccdd;
    font-size: 17px;
    font-family: "smoolthan";
}

.coh-style-section--dark-theme .menu-item.active {
    color: #f4f5f6;
}

@media screen and (max-width: 500px) {
    .coh-list-item {
        display: none;
        width: 50%;
        position: fixed;
        bottom: 0;
        left: 45%;
        margin: 0 0 0 -20%;
        margin-left: 20px;
    }
}

.style {
    font-family: "Exo";
    color: #813E98;
    font-size: 17px;
}

.coh-list-container {
    margin: 0px 0px 0px -20px;
}

.d-lg-none {
    margin: -87px 4px -86px -4px;
    width: 34%;
}

.rounded {
    border-radius: 0.25rem !important;
    box-shadow: 0 .5rem 1rem rgba(69, 113, 178, .35) !important;
    margin: 0px 0px 27px 0px;
}

.txtClr7 {
    color: #3277b2;
    font-family: "exo";
    font-size: 27px;
}

.text-block2 {
    text-align: justify;
    font-size: 18px;
    font-family: "Exo";
    margin-bottom: 10px;
    margin-top: 35px;
}

.card-body2 {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    margin-bottom: 15px;
}

#navbar .active>a {
    color: #20ccdd;
}

.wrapper {
    position: absolute;
    top: 8%;
    left: 48%;
    transform: translate(-50%, -50%);
}

.content {
    padding: 8px 90px;
    font-family: "Roboto", sans-serif;
}

.content p {
    line-height: 1.9;
}

.content img {
    max-height: 500px;
}

@media (max-width: 550px) {
    .content {
        padding: 8px 32px;
    }
    .mainbox {
        transform: unset;
        top: 19px;
        left: 62%;
        bottom: 0;
        width: 35%;
        flex-direction: row;
        box-shadow: 0px 0 0px rgb(0 0 0 / 30%);
        padding: 14px 0;
        justify-content: center;
    }
    .share-btn-container a {
        margin: 0 32px;
    }
    .media-icons {
        position: absolute;
        left: 42%;
        top: -112px;
        transform: translateX(-50%);
        background: #fff;
        width: 144%;
        height: 1%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        border-radius: 35px;
        padding: 4px;
        z-index: 1;
        opacity: 0;
        pointer-events: none;
        box-shadow: 0 0 4px rgb(0 0 0 / 50%);
        transition: all 0.3s ease;
    }
}

#st-2 {
    font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
    ;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    backface-visibility: hidden;
    display: block;
    position: fixed;
    opacity: 1;
    text-align: left;
    top: 205px;
    z-index: 94034;
}

#st-2.st-left {
    left: 19px;
    top: 52%;
}

#st-2.st-hidden.st-left {
    left: -48px;
}

#st-2.st-hidden {
    width: 96px;
}

#st-2>div {
    clear: left;
    float: left;
}

#st-2 .st-btn.st-hide-label>span {
    display: none !important;
}

#st-2 .st-total {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background: #fff;
    color: #555;
    display: inline-block;
    font-weight: 500;
    line-height: 18px;
    margin-right: 0;
    min-height: 34px;
    max-width: 80px;
    opacity: 1;
    padding: 4px 0;
    text-align: center;
    width: 48px;
}

#st-2 .st-toggle {
    left: -48px;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background: #ccc;
    border-bottom-right-radius: 4px;
    color: white;
    cursor: pointer;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    text-align: center;
    width: 48px;
}

#st-2.st-hidden .st-toggle {
    border-top-right-radius: 4px;
}

#st-2.st-left .st-toggle .st-left {
    display: inline-block;
}

#st-2.st-left.st-hidden .st-toggle .st-left {
    display: none;
}

#st-2.st-left .st-toggle .st-right {
    display: none;
}

#st-2.st-left.st-hidden .st-toggle .st-right {
    display: inline-block;
}

#st-2:hover .st-toggle {
    left: 0;
}

#st-2.st-hidden:hover .st-toggle {
    left: 48px;
}

#st-2.st-toggleable:hover .st-btn.st-last {
    border-bottom-right-radius: 0;
}

#st-2.st-toggleable:hover .st-btn.st-last:hover {
    border-bottom-right-radius: 4px;
}

#st-2 .st-btn:hover {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

#st-2.st-has-labels .st-btn:hover {
    width: 120px;
}

#st-2:not(.st-has-labels) .st-btn:hover {
    width: 62px;
}

#st-2 .st-btn.st-hide-label:hover {
    width: 62px;
}

#st-2 .st-btn:hover>svg {
    margin-left: 5px;
}

#st-2 .st-btn:hover>img {
    margin-left: 5px;
}

#st-2 .st-btn:hover>span {
    opacity: 1;
    display: inline-block;
    left: 0;
    filter: alpha(opacity=100);
}

@media (max-width: 1024px) {
    #st-2 .st-btn:hover>svg {
        margin-left: 0;
    }
    #st-2 .st-btn:hover>span {
        display: none;
    }
}

@media (max-width: 1024px) {
    #st-2 {
        bottom: 0;
        display: flex;
        left: 0;
        right: 0;
        top: auto;
        width: 100%;
    }
    #st-2.st-hidden {
        bottom: -48px;
        width: 100%;
    }
    #st-2 .st-total {
        background: #fff;
        padding: 6px 8px;
    }
    #st-2 .st-btn {
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
        text-align: center;
        width: auto;
    }
    #st-2 .st-btn>span {
        display: none;
    }
    #st-2 .st-toggle {
        display: none;
    }
    body {
        padding-bottom: 48px;
    }
}

#st-2 .st-btn[data-network='facebook'] {
    background-color: #4267B2
}

#st-2 .st-btn[data-network='facebook']>span {
    color: #fff
}

#st-2 .st-btn[data-network='twitter'] {
    background-color: #55acee
}

#st-2 .st-btn[data-network='twitter']>span {
    color: #fff
}

#st-2 .st-btn[data-network='email'] {
    background-color: #7d7d7d
}

#st-2 .st-btn[data-network='email']>span {
    color: #fff
}

#st-2 .st-btn[data-network='messenger'] {
    background-color: #448AFF
}

#st-2 .st-btn[data-network='messenger']>span {
    color: #fff
}

#st-2 .st-btn[data-network='sharethis'] {
    background-color: #95D03A
}

.sbuttons {
    bottom: 5%;
    position: fixed;
    margin: 1em;
    left: 0;
}

.sbutton {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 0%;
    text-align: center;
    color: white;
    margin: 20px auto 0;
    box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: relative;
}

.sbutton1 {
    display: block;
    border-radius: 0%;
    text-align: center;
    color: white;
    margin: 20px auto 0;
    box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: relative;
}

.sbutton>i {
    font-size: 38px;
    line-height: 60px;
    transition: all .2s ease-in-out;
    transition-delay: 2s;
}

.sbutton:active,
.sbutton:focus,
.sbutton:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}

.sbutton:not(:first-child) {
    width: 50px;
    height: 60px;
    margin: 20px auto 0;
    opacity: 0;
}

.sbutton:not(:first-child)>i {
    font-size: 25px;
    line-height: 60px;
    transition: all .3s ease-in-out;
}

.sbuttons:hover .sbutton:not(:first-child) {
    opacity: 1;
    width: 42px;
    height: 47px;
    margin: 15px auto 0;
}

.sbutton.mainsbutton {
    background: #95D03A;
    width: 51px;
    height: 53px;
}

.sbutton.gplus {
    background: #176bc0;
}

.sbutton.pinteres {
    background: #4267b2;
}

.sbutton.twitt {
    background: #4267b2;
}

.sbutton.fb {
    background: #395dab;
}

.sbutton.whatsapp {
    background: #3ba858;
}

@media (max-width: 500px) {
    .sbutton.mainsbutton {
        top: 0%
    }
}

.elementor-button-wrapper {
    display: none;
    padding: 8px 25px;
    text-align: center;
    margin-top: 100px;
    color: white;
    border-color: none;
    border: none;
}

.elementor-button {
    display: none;
    text-align: center;
    margin-top: 100px;
    color: white;
    border-color: none;
    border: none;
}


/* Smartphone Portrait and Landscape */

@media screen and (max-width: 500px) {
    .elementor-button-wrapper {
        display: flex;
        width: 71%;
        position: fixed;
        bottom: 0;
        left: 9%;
        margin: 0 0 0 -20%;
        margin-left: 9px;
    }
}

@media screen and (max-width: 500px) {
    .elementor-button {
        display: block;
        width: 100%;
    }
}

elementor-button-text {
    color: #111;
}

#disqus_thread {
    position: relative;
}

#disqus_thread:after {
    content: "";
    display: block;
    height: 55px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: white;
}

.toast:not(.show) {
    display: block;
}

.hide {
    visibility: hidden;
    bottom: 0;
    right: 2em;
}

.show {
    visibility: visible;
    bottom: 2em;
    right: 2em;
}





.slider {
    width: 100%;
max-width: 1564px;    
    overflow: hidden;
     margin:30px 29px 8px 13px;
}

.slider__wrapper {
    position: relative;
}

.slider__inner {
    display: flex;
    overflow-x: scroll;
    flex-flow: row nowrap;
    margin-bottom: 24px;
    gap: 23px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    touch-action: pan-x;
    width: 99%%;
    margin: 3px -13px 0px -19px;
 
}

.slider__slide {
    flex: 1 0 80%;
    max-width: 33%;
    scroll-snap-align: center;


}

.slide__content {
    position: relative;
    overflow: hidden;
    padding-top: 94%;
    &:before 
        content: "";
        display: block;
         filter: drop-shadow(10px 10px 10px #d7d7d7);
margin: 0px 1px 6px 12px;
}

.slider__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 97%%;
    height: 100%;
    object-fit: cover;
}



.slider__arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: block;
    width: 44px;
    height: 44px;
    cursor: pointer;
    transform: translateY(-50%);
}

.slider__arrow-prev {
    left: 0;
    color: black;
}

.slider__arrow-next {
    right: 0;
}
.slider::-webkit-scrollbar {
  display: none;
  width: 0 !important ;
  overflow: hidden;
  

}
.carousel-control-next-icon{
  margin: -46px 4px 4px 1px;
  height: 120px;
  width: 45px;
}
.carousel-control-prev-icon
{
  height: 120px;
  width: 45px;
  margin: -44px 0px 0px -2px;

}
 .glyphicon-chevron-left
 {
  
  position: absolute;
  top: 0;
  bottom: 0;
  left: -11pxpx;
  width: -13%;
  font-size: 55px;
 color: black;
  display: inline-block;
  text-align: center;
/*  background-color: rgba(0,0,0,0);
*/ 
 filter: alpha(opacity=50);
  opacity: .8; 
  text-shadow: 2px 2px  white;
}

.glyphicon-chevron-right
 {
  position: absolute;
  top: 50%;
  Right: 0;
  z-index: 0;
  display: inline-block;
  margin-top: -10px;
  margin: -24px 0px 0px 313px;
  font-size: 55px;
  color: black;
  filter: alpha(opacity=50);
  opacity: .8; 
  text-shadow: 2px 2px white;

 }
/*
@media screen and (max-width: 1000px){
.slider__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 97%;
    height: 100%;
    object-fit: cover;
 }
}*/

@media screen and (max-width: 1000px){
.slider__slide {
 flex: 1 0 80%;
max-width: 115%;
scroll-snap-align: center;
margin:6px 22px 4px 227px;
  }
}
@media screen and (max-width: 1000px){

.slide__content {
    position: relative;
    overflow: hidden;
    padding-top: 102%;
    &:before 
    content: "";
    display: block;
    filter: drop-shadow(10px 10px 10px #d7d7d7);

  
}
}
@media screen and (max-width: 1000px){
  .glyphicon-chevron-left
 {
  
  position: absolute;
  top: 0;
  bottom: 0;
  left: -11pxpx;
  width: -13%;
  font-size: 22px;
  color: black;
  display: inline-block;
  text-align: center;
/*  background-color: rgba(0,0,0,0);*/ 
 filter: alpha(opacity=50);
  opacity: .8; 
  text-shadow: 2px 2px  white;
}
}

@media screen and (max-width: 1000px){
.glyphicon-chevron-right
 {
  position: absolute;
  top: 50%;
  Right: 0;
  z-index: 0;
  display: inline-block;
  margin-top: -10px;
  margin:-20px 7px 12px 314px;
  font-size: 22px;
  color: black;
  filter: alpha(opacity=50);
  opacity: .8; 
  text-shadow: 2px 2px white;

 }
}

@media screen and (max-width: 1000px){
#img-1
{
margin: 196px 38px 42px 36px;
}
}
@media screen and (max-width: 1000px){
#text-1
{
  margin: 235px 12px 18px -296px;
}
}

@media screen and (max-width: 1000px){
#heading
{
  margin:-177px 40px 29px -202px;
}
}
