* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: 0.5px;
    font-family: "Montserrat", sans-serif;
}

:root {
    --main-color: #0083e1;
    --sc-color: #0A1A2F;
    --tc-color: #d6d9de;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler {
    border-color: #ffffff !important;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 0;
    font-family: "Lato", sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
}

h2 {
    text-align: center;
    font-size: 34px;
    margin: 3rem 0;
}

h2 span,
h3 span {
    display: inline-block;
    border-bottom: 3px solid var(--main-color);
    padding-bottom: 8px;
}

h3 {
    display: inline-block;
    /* border-bottom: 3px solid var(--main-color); */
    padding-bottom: 8px;
}

 .contact-btn {
    background: var(--main-color);
    padding: 10px 20px;
    width: fit-content;
    border-radius: 2px;
    transition: all 0.5s ease;
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
     border: 2.5px solid var(--main-color);
}

 .contact-btn:hover {
    background: #ffffff;
    color: var(--main-color);
    cursor: pointer;
    border: 2.5px solid var(--main-color);
}

 .contact-btn:hover>a {
    color: #ffffff;
}

/* top-header-section start  */
.top-header-section {
    background: var(--sc-color);
}

.top-header-section .navbar {
    padding: 10px 0;
}

.top-header-section img {
    height: 40px;
    width: 40px;
    margin-right: 20px;
}

.top-header-section a.navbar-brand {
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 500;
    border-bottom: none;
    display: flex;
    align-items: center;
}

.top-header-section a {
    color: #ffffff;
    font-size: 20px;
    margin-right: 50px;
    display: inline-block;
}

.top-header-section a:hover {
    color: var(--main-color);

}

.top-header-section .navbar-nav .nav-link.active {
    font-weight: 600;
    color: #ffffff;

}

/* top-header-section end  */

/* hero-section start  */
.hero-section {
    /* background-image: url('images/podcastbg.jpg'); */
    background-color: var(--main-color);
    background-color: #D6D9DE;
    color: #000000;
}

.hero-section img {
    height: auto;
    width: 65%;
}

.hero-section h1 {
    font-size: 52px;
}

.hero-section h2 {
    font-size: 36px;
   text-align: left;
   margin: 1rem 0;
}



/* hero-section end  */


/*  socialmedia-section start  */
.socialmedia-section img {
    height: 50px;
    width: auto;
}

.socialmedia-section p {
    margin-left: 8px;
    font-size: 26px;
}

.socialmedia-section a {
    display: flex;
    align-items: center;
    color: #000000;
    padding: 5px;
    border: 2px solid #ffffff;
    border-radius: 2px;
    transition: transform 0.4s ease;

}

.socialmedia-section a:hover {
    transform: scale(1.1)
}

/*  socialmedia-section end  */

/* aboutshow-section start  */
.aboutshow-section {
    background-color: var(--tc-color);
}

.aboutshow-section h3 {
    color: #000000;
    font-size: 28px;
}

.aboutshow-section p {
    color: #000000;
    margin: 10px 0;
}

.aboutshow-section img {
    width: 70%;
}

/* aboutme-section start  */
.aboutme-section {
    background-color: #ffffff;
}

.aboutme-section h3 {
    color: #000000;

    font-size: 28px;
}

.aboutme-section p {
    color: #000000;
    margin: 10px 0;
}

.aboutme-section img {
    width: 70%;
    border-radius: 50%;
    /* border: 4px solid var(--main-color); */
    object-fit: cover;
}

.aboutme-section i {
    background: var(--main-color);
    padding: 4px;
    color: #ffffff;
    border-radius: 50px;
    margin: 6px 5px 5px 0;
    font-size: 14px;
}

/* aboutme-section end  */


/* guestreviews-section start  */
.guestreviews-section {
    background-color: var(--tc-color);
}

.guestreviews-section img {
    width: auto;
    height: 70px;
    border-radius: 50%;
    margin-right: 15px;
}

.guestreviews-section p {
    font-size: 16px;
    letter-spacing: 0.2px;
   
}

.guestreviews-section .guestinfo span {
    font-size: 12px;
    display: inline-block;
  line-height: 16px;
 }

.guestreviews-section h3 {
    color: var(--main-color);
    font-size: 22px;
    padding-bottom: 0;
}

.guestreviews-section .guestinfo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.guestreviews-section .guestfullinfo {
    margin: 0 10px;
    padding: 30px;
    border: 1px solid rgb(245, 245, 245);
    box-shadow: 0px 5px 10px rgb(188, 188, 188);
    margin-bottom: 10px;
    background: #ffffff;
}

.guestreviews-section .myslick {
    margin: auto;
}

/* guestreviews-section end */


/* letscoonect-section start */
.letscoonect-section  h2{ margin: 0; font-weight: bold;}

/*  letscoonect-section end   */

/* footer-section start  */
.footer-section {
    background-color: var(--sc-color);
    color: #ffffff;
}

.footer-section h3 {
    margin-bottom: 30px;
}

.footer-section .sm-media a {
    font-size: 28px;
    color: #ffffff;
    margin-right: 15px;
}

.footer-section .sm-media a:hover {
    color: var(--main-color);
}

.footer-section .menubar a {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 100px;
}

.footer-section .menubar a:hover {
    color: var(--main-color);
}


.footer-section .contactinfo span {
    font-size: 20px;
    margin-left: 10px;
}

.footer-section .contactinfo i {
    font-size: 22px;

}

/* footer-section end  */

/* homepage css end..............  */


/* .......................................................... */


/* aboutpage css start..............  */


/* contactbg-section start  */
.contactbg-section {
    background-image: url("images/contactbg.png");
    background-size: cover;
    color: #ffffff;
    text-align: center;
    padding: 100px 0;
}

.contactbg-section h1 span {
    margin: 0;
 }


/* contactbg-section start  */
.contactus-section .semincontact h2{
    font-size: 24px;
}
.contactus-section .semincontact {
    background: var(--tc-color);
    color: #000000;
    text-align: center;
    padding: 20px;
}

.contactus-section .semincontact i{
   color: var(--main-color);
   }

.contactus-section .semincontact i {
    font-size: 40px;
}

/* aboutpage css end..............  */


/* slick slider css  */
.slick-next:before,
.slick-prev:before {
    color: #000000;
}

.slick-dots {
    bottom: -30px;
}

.slick-next:before {
    content: url('images/rightarrow.png');
    margin-left: 30px;
}

.slick-prev:before {
    content: url('images/leftarrow.png');
    margin-left: -40px;
}

.slick-dots li button:before {
    font-size: 18px;
}

.slick-dots li.slick-active button:before {

    color: var(--main-color);
}

.slick-next,
.slick-prev {
    top: 45%;
}