/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
ul{
  margin: 0;
  padding: 0;
  list-style: none
}
a{
  text-decoration: none;
}
ul li a:hover{
  text-decoration: none
}

:root{
  --primary-color: #edf2fc;
  --secondary-color: #212121;
}


@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Lobster&display=swap');
body{
  font-family: 'Libre Baskerville';
}
.content_bg{
  background-color: #faf5ff;
}
.container{
  max-width: 1292px;
}
/* header bottom section */
.header_bottom_text{
  color: #718096;
  padding: 5px;
  font-size: 20px;
  font-family: 'Libre Baskerville';
}
.header_bottom_main_text:hover{
  text-decoration: none;
  color: #718096;
}
/* end off header bottom section */

/* header top slider section */
.header_top_slider_Section .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.slider_top_bg{
  background-position: center;
  background-size: cover;
  height: 400px;
}
.slider_top_bg_1{
  background-image: url(../img/technology2.jpg);
}
.slider_top_bg_2{
  background-image: url(../img/technology3.jpg);
}
.slider_top_content{
display: flex;
flex-direction: column;
height: 100%;
width: 100%;
background: linear-gradient( 120deg, #2d3748 0%, transparent 180% );
position: absolute;
z-index: 3;
}
.slider_top_text{
height: 100%;
width: 100%;
position: absolute;
padding: 80px;
}
.slider_top_text a{
  color: #fff;
}
.slider_top_text a:hover{
  color: #fff;
}
.slider_hover{
  transition: .3s all;
  color: #fff;
  font-size: 19px;
}
.slider_hover:hover{
  color: #1DA1F2;
}
.header_top_slider_Section .carousel-indicators {
right: 60%;
top: 13%;
left: -27%;
margin-right: 15%;
margin-left: 15%;
}
.header_top_slider_Section .carousel-indicators li {
width: 13px;
border-radius: 100%;
height: 13px;
background-color: #1DA1F2;
}
.header_top_slider_Section .carousel-control-prev {
left: 43%;
background: red;
width: 35px;
height: 35px;
border-radius: 100%;
}
.header_top_slider_Section .carousel-control-next {
right: 41%;
top: 80%;
background: red;
width: 35px;
height: 35px;
border-radius: 100%;
}
.slider_section_left_icon i{
  color: #5f27cd;
}
.slider_section_ul li{
  color: #718096;
  padding: 8px;
}
.slider_section_ul  li i{
font-size: 9px;
color: #48bb78;
}
.slider_section_left_btn a {
background-color: #667eea;
color: #fff;
padding: 12px 40px;
border-radius: 25px;
display: flex;
justify-content: center;
align-items: center;
text-transform: uppercase;
margin-top: 75px;
margin-bottom: 28px;
transition: all 250ms ease;
}
.slider_section_left_btn a:hover {
color: #edf2f7;
background-color: #718096;
}
.index_ul_flex1{
  display: flex;
}
/* end off header top slider  */

/* editorspick section */

.editors_pick_btn a{
  transition: all 250ms ease;
  background-color: #c6f6d5;
  color: #2d3748;
  padding: 7px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  transition: .3s all ease-in;
}
.editors_pick_btn a:hover{
  background-color: #718096;
  color: #fff;
}

.editors_btn2 a{
  background-color: #f6e58d;
}
/* end off editorspick section */

/* whats new section */
.whats_new_left{
  background-image: url(../img/whts.webp);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
/* end off whats new section */

/* slider section */
.slider_section .carousel-inner {
  border-radius: 25px;
  height: 520px;
}
.slider_section .carousel-control-next, .carousel-control-prev {
  top: 80%!important;
}
.slider_section .carousel-control-next {
  top: 80%!important;
  right: 47%!important;
  background: #95afc0!important;
  width: 45px!important;
  padding: 5px!important;
  height: 45px!important;
  border-radius: 100%;
  color: #a0aec0!important;
  opacity: 1!important;
  transition: .1s all ease-in;
}
.slider_section .carousel-control-prev {
  padding: 5px!important;
  left: 45%!important;
  background: #95afc0!important;
  width: 47px!important;
  height: 45px!important;
  border-radius: 100%;
  color: #a0aec0!important;
  opacity: 1!important;
  transition: .1s all ease-in;
}
.slider_section .carousel-control-next:hover{
  background-color: #1DA1F2!important;
}
.slider_section .carousel-control-prev:hover{
  background-color: #1DA1F2!important;
}
.slider_section .carousel-control-next-icon, .carousel-control-prev-icon {
  /*background: #95afc0 no-repeat center center;*/
}
.slider_section .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  opacity: 1!important;
}
.slider_section .inner_slider{
  text-align: center;
  top: 15%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  background: #fff;
  width: 40%;
  height: auto;
  border-radius: 20px;
  padding: 10px;
}
.slider_section .slider_btn{
  transition: all 250ms ease;
  background-color: #c6f6d5;
  color: #2d3748;
  padding: 7px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}
.slider_section .slider_btn:hover{
  background-color: #718096;
  color: #fff;
  text-decoration: none;
}
.slider_section .slider_name a:hover{
  color: #1DA1F2;
  text-decoration: none;
}
/* end off slider section */

/* technologoy section */
.technology_title_left a{
  font-family: 'Libre Baskerville';
  font-weight: bold;
  line-height: 1.33;
  display: inline-block;
  color: #2d3748;
  font-weight: bold;
  margin-bottom: 18px;
  font-size: 28px;
  position: relative;
  padding-left: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.technology_title_left a::before {
  background-color: #e2e8f0;
  content: "";
  border-radius: 9999px;
  position: absolute;
  height: 100%;
  width: 6px;
  top: 0;
  left: 0;
}
.technology_title_left a:hover{
  text-decoration: none;
  color: #2d3748;
}
.technology_title_right a{
    display: inline-block;
    font-size: 14px;
    color: #333;
    display: inline-block;
    border-radius: 8px;
    font-weight: 600;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    transition: all 250ms ease;
    background-color: #e2e8f0 ;
    color: #718096;
    margin-bottom: 0;
}
.technology_title_right a:hover{
  text-decoration: none;
    color:#e2e8f0;
    background-color: #718096;
}
.technology_Part{
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.technology_content{
display: flex;
background-color: #fff;
box-shadow: 1px 1px 5px 0 rgb(1 1 1 / 5%);
border-radius: 12px;
transition: .2s all;
}

.technology_content_img{
flex: 1;
padding: 8px;
}

.technology_content_img img{
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 8px;
}

.technology_blog_text{
flex: 1.5;
padding: 15px;
}
.technology_blog_text h4{
    font-weight: 600;
    font-family: 'Libre Baskerville';
    font-size: 22px;
    height: 75px;
    overflow: hidden;
}
.technology_blog_text h4:hover{
  color: #2d3748;
}
.technology_blog_text p{
    color: #576574;
    font-size: 17px;
    height: 55px;
    overflow: hidden;
    line-height: 16px;
}
.technology_blog_text a{
color: #2d3748;
}
.technology_blog_text a:hover{
text-decoration: none;
}
.technology_profile a img{
opacity: .8;
}
.technology_profile a img:hover{
opacity: 1;
}
.technology_profile img{
border-radius: 100%;
width: 60px;
height: 60px;
object-fit: cover;
border: 2px solid #81858b;
}
.technology_profile p{
font-size: 15px;
transition: .2s;
}
.technology_profile p:hover{
  color: #1DA1F2;
}

.technology_profile_small_text span, i{
color: #81858b;
font-size: 14px;
}
.environment_section{
  transition: .2s all;
}
.technology_content, .environment_section:hover{
  box-shadow: 5px 15px 10px 0 rgb(1 1 1 / 5%);
  transform: scale(1.02);
}
.whats_new_section_hover:hover{
  box-shadow: 5px 15px 10px 0 rgb(1 1 1 / 5%);
  transform: scale(1.02);
}
.whats_new_section_hover{
  transition: .2s all;
}
/* end off technology section */


/* newsletter section */
.newsletter_section_bg{
  position: relative;
}
.news_letterpaper_plane{
  position: absolute;
  top: -22%;
  left: 10%;
}
.news_letterpaper_plane i{
  font-size: 140px;
  color: #5f27cd;
}
.news_letter_section h4{
  color: #2d3748;
  font-size: 30px;
}
.news_letter_section p{
  color: #576574;
}
.news_letter_input .email_field{
  border: none;
  background: #e2e8f0;
  width: 30%;
  padding: 9px;
  font-size: 17px;
  border-radius: 3px;
}
.news_letter_input .email_field:focus{
  outline: none;
}
.news_letter_subscribe_btn {
  margin-top: 20px;
}
.news_letter_subscribe_btn .news_letter_subcribe_input {
  border-radius: 9999px;
  cursor: pointer;
  border: none;
  transition: all 250ms ease;
  color: #fff;
  background-color: #667eea;
  font-size: 17px;
  padding: 12px 40px;
}
.news_letter_subscribe_btn .news_letter_subcribe_input:hover{
  color:#edf2f7;
  background-color: #718096;
}
/* end off newsletter section */

/* footer section */
.section_padding {
  padding: 20px 25px0px;
  padding: 40px 5px;
}
.footer_menu_title h5{
  color: #2d3436;
    text-transform: capitalize;
    font-size: 20px;
}
.footer_part1{
}
.footer_part1 .footer_logo img{
  width: 80%;
}
.footer_part1 p{
  padding: 5px;
  color: #b2bec3;
  margin: 0;
}
.footer_part1 a{
  color: #222;
  text-transform: capitalize;
  font-weight: 600;
}
.footer_part1 a:hover{
  text-decoration: none;
  color: #636e72;
}
.footer_menu ul li{
  padding: 7px;
}
.footer_menu ul li a{
  color: #636e72;
  transition: .2s;
}
.footer_menu ul li .github{
  color: #222;
}
.footer_menu ul li .twitter{
  color: #1DA1F2;
}
.footer_menu ul li .instagram{
  color: #c13584;
}
.footer_menu ul li a:hover{
  color: #667eea;
}

/* end offf footer section */


/* contact page */
			/* Contact Section */

      .contact_title h1{
        font-family: 'Libre Baskerville';
        font-weight: 700;
        font-size: 50px;
        color: #2d3748;
      }
      .contact_title p{
        color: #718096;
        font-size: 23px;
      }
      .contact_title h3{
        font-family: 'Libre Baskerville';
        font-weight: 700;
        color: #718096;
      }
      .contact_icon ul li{
        padding: 7px;
        color: #718096;
      }
      .contact_icon ul li i{
        font-size: 30px;
        color: #718096;
        cursor: pointer;
        margin-right: 10px;
        transition: .3s all;
      }
      .contact_icon ul li i:hover{
        background-color: #667eea;
        color: #fff;
        width: 45px;
        height: 45px;
        border-radius: 100%;
        line-height: 45px;
        text-align: center;
      }

      .contact-form {
        background-color: #fff;
        padding: 30px;
        box-shadow: 0 0 8px -2px rgb(0 0 0 / 10%);
        border-radius: 15px;
    }
    .contact-form-group{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }
    .contact-form-group .form-field{
      margin-bottom: 7px;
    }
    .contact-form-group .form-field .form-control {
        border: 1px solid #eee;
        height: 45px;
        border-radius: 0;
        box-shadow: none;
        outline: none;
        background: #e2e8f0;
        border-radius: 5px;
    }
    .contact-form-group .form-field .form-control:focus{
        border: none;
    }
    .contact-form-group .form-field.message, .input_field_subject{
        grid-column-end: span 2;
    }
    .contact-form-group .form-field.message .form-control{
        height: auto;
    }
    .contact-form-group .form-field label{
       color: #718096;
    }

    .contact-form .form-group .form-control{
       color: #999 !important;
    }

    .contact-form .form-group .form-control{
       color: #999 !important;
    }

    .contact-form .form-group .form-control{
       color: #999 !important;
    }

    .form-field .form-control{
      color: #718096!important;
      font-size: 17px;
    }
    .form-field button {
        padding: 10px 15px;
        outline: 0px;
        border: none;
        border-radius: 9999px;
        cursor: pointer;
        border-width: 3px;
        transition: all 250ms ease 0s;
        color: #fff;
        background-color: #667eea;
    }
    .form-field button:hover {
        color: #edf2f7;
        background-color:#718096;
    }

/* end off contact page */


/* team members page */
.team_section_bg{
  background-color: #fff;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 5px 15px 10px 0 rgb(1 1 1 / 5%);
}
.profile_name a{
  font-size: 26px;
  font-weight: 600;
  margin-left: 25%;
  color: #667eea;
}
.profile_name a:hover{
  color: #5a67d8;
  text-decoration: none;
}
.main_team_profile{
font-family: 'Libre Baskerville';

}
.team_title h5 , .team_menu_title h5{
  color: #718096;
font-weight: 600;
}
.main_team_profile p{
  color: #718096;
  font-size: 17px;
}
.team_menu ul li{
  color: #718096;
  font-size: 16px;
}
.team_menu ul li a{
  color: #718096;
  font-size: 16px;
}

.team_profile {
margin: 0px;
min-width: 0px;
width: 10.5rem;
height: 100%;
max-width: 150px;
border-radius: 9999px;
position: absolute;
transform: translate(-50%) scale(0.98);
left: 56%;
top: 1.05rem;
background-color:#667eea;
}
.inner_team_profile {
box-sizing: border-box;
margin: -13px 0px 0;
min-width: 0px;
width: 150px;
height: 100%;
max-width: 205px;
border-radius: 9999px;
position: absolute;
z-index: 2;
left: 50%;
transform: translate(-50%);
box-shadow: 0.7rem 1.4rem #e2e8f0;
}
.profile_img img{
border-radius: 0px 0px 9999px 9999px;
opacity: 1;
transition: opacity 500ms linear 0s;
object-fit: cover;
margin: 0 auto;
}
/* end off team members page */

/* blog details page */
.blog_details_title .blog_title_h1{
  font-family: 'Libre Baskerville';
  font-weight: 700;
  font-size: 50px;
}

.blog_details_text a{
  color: #718096;
  transition: .3s all;
}
.blog_details_text a:hover{
  color: #667eea;
  text-decoration: none;
}
.blog_details_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}
.blog_details_container{
  width: 1440px;
  margin: 0 auto;
}
.blog_details_left {
  background-color: #fff;
  width: 100%;
  height: auto;
  border-radius: 13px;
  box-shadow: 1px 1px 5px 0 rgb(1 1 1 / 5%);
}
.blog_details_left_text ul li{
padding: 5px;
}
.blog_details_left_text ul li a{
font-size: 19px;
margin-left: 10px;
font-family: 'Libre Baskerville';
font-weight: bold;
color: #2d3748;
font-weight: 600;
}
.blog_details_left_text ul li span{
font-weight: bold;
font-size: 20px;
color: #a0aec0;
font-family: 'Libre Baskerville';

}
.blog_details_section_bg{
  background-color: #fff;
  padding: 10px;
  border-radius: 13px;
  padding-bottom: 30px;
}
.blog_details_profile {
}
.blog_details_inner_profile {
box-sizing: border-box;
margin: -13px 0px 0;
min-width: 0px;
width: 150px;
height: 100%;
max-width: 205px;
border-radius: 9999px;
position: absolute;
z-index: 2;
left: 50%;
transform: translate(-50%);
box-shadow: 0.7rem 1.4rem #e2e8f0;
}
.blog_details_img img{
opacity: 1;
transition: opacity 500ms linear 0s;
object-fit: cover;
margin: 0 auto;
width: 120px;
max-width: 100%;
}
.blog_details_img{text-align: center;}
.blog_details_left_title a{
font-size: 24px;
color: #2d3748;
font-family: 'Libre Baskerville';
font-weight: 600;
}
.blog_details_left_title a:hover{
text-decoration: none;
}
.blog_details_left_title h6{
color: #718096;
font-family: 'Libre Baskerville';
font-weight: 600;
font-size: 18px;
}
.blog_details_icon .instagram{
color: #c13584;
}
.blog_details_icon .twitter{
color: #1da1f2;
}
.blog_details_icon .globe{
color: darkslategray;
}
.blog_details_icon .instagram:hover{
background-color: #c13584;
color: #fff;
}
.blog_details_icon .twitter:hover{
background-color: #1da1f2;
color: #fff;
}
.blog_details_icon .globe:hover{
background-color: darkslategray;
color: #fff;
}

.blog_details_icon i {
font-size: 25px;
background: #edf2f7;
border-radius: 100%;
width: 40px;
height: 40px;
line-height: 40px;
transition: .3s all ease-in;
}
.blog_details_right_text a{
  color: #1DA1F2!important;
}
.blog_details_right_text h3{
  color: #2d3748;
}
.blog_details_right_text p{
  color: #4a5568;
  font-size: 18px;
}
.blog_details_list ul li{
  color: #4a5568;
  font-size: 18px;
}
.blog_details_blockquote {
  font-style: italic;
  border-left-width: 3px;
  padding-left: 10px;
  padding-right: 36px;
  border-left-style: solid;
  border-left-color: #a3bffa;
  margin-left: 46px;
}
.blog_details_blockquote .blockqoute_1 {
color: #718096;
font-size: 21px;
padding-left: 25px;
}
.comment_textarea{
padding-left: 25px;
padding-right: 25px;
resize: none;
}

.comment_textarea textarea{
width: 100%;
border-radius: 10px;
margin-left: 20px;

}
.comment_textarea img{
position: absolute;
left: 8%;
border: 50px;
height: 50px;
bottom: 104px;
z-index: 2;
opacity: 1;
background: #Fff;
}

/* blog details page */






































