*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}


body {
    margin: 0;
    font-family: Arial, sans-serif;
}

img{
	max-width: 100%;
}

video {
    width: 100%;
}


.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 30px;
}

header {
    padding: 10px 0;
    border-bottom: 1px solid #c5c5c5;
}

header .wrap .col-left img {
    max-width: 50%;
}

header .wrap {
    display: flex;
    align-items: center;
}

header .wrap .col-left {
    width: 30%;
}

header .wrap .col-right {
    width: 70%;
    text-align: right;
}

header .wrap .col-right ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    gap: 20px;
}

header .wrap .col-right ul li {
    list-style: none;
}

header .wrap .col-right ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

header .wrap .col-left span {
    position: relative;
    padding-left: 40px;
    font-size: 25px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}

header .wrap .col-left span:before {
    background: #e8a87c;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 5px;
}

#third-sec-1 {
    padding: 80px 0;
}

#third-sec-1 .col-full video {
    width: 100%;
}

#third-sec-1 .col-full h1 {
    font-size: 40px;
    margin: 25px 0;
}

#third-sec-1 .col-full span {
    text-transform: uppercase;
    color: #005fff;
}

.inner-sec {
    margin-top: 25px;
    display: flex;
    gap: 25px;
}

.inner-sec .left {
    width: 30%;
}

.inner-sec .right {
    width: 70%;
}

.inner-sec .left p {
    margin-bottom: 5px;
}

.inner-sec .left .avatar {
    width: 20%;
    border-radius: 50px;
    margin-bottom: 5px;
}

.inner-sec .right video {
    width: 100%;
    margin-bottom: 15px;
}

.inner-sec .right p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 25px;
}

.inner-sec .right h2 {
    margin-bottom: 15px;
}

.inner-sec .right ul {
    margin: 15px 0;
}

.inner-sec .right ul li {
    list-style: none;
    margin-bottom: 15px;
    background-color: #f2f7ff;
    padding: 12px 12px;
    border-left: 2px solid #005fff;
    border-right: 2px solid #005fff;
    border-radius: 6px;
}

#third-sec-1 form {
    width: 100%;
    max-width: 600px;
    margin: 30px auto 0;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 20.9px 3.1px rgb(13 13 13 / 43%);
}

#third-sec-1 form h3 {
    background: #005fff;
    text-transform: uppercase;
    color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 30px 20px;
    font-size: 30px;
}

#third-sec-1 form .form-group {
    padding: 30px 30px;
}

#third-sec-1 form .form-group input {
    width: 100%;
    border: 1px solid #ced4da;
    color: #000;
    font-size: 16px;
    line-height: 35px;
    outline: none;
    padding: 10px;
}

#third-sec-1 form .form-group .input-control {
    margin-bottom: 25px;
}

#third-sec-1 form .form-group button {
    background: #005fff;
    border: 0;
    outline: none;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 10px;
    font-size: 18px;
    cursor: pointer;
}

.top-bar .wrap {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 10px;
}

.top-bar .wrap p img {
    width: 10%;
    margin-left: 10px;
}

.top-bar .wrap p {
    text-align: right;
    margin-bottom: 10px;
}

.top-bar .wrap p span {
    margin-right: 10px;
    color: red;
}

.top-bar .wrap input[type="text"] {
    border: 1px solid #ced4da;
    color: #000;
    font-size: 16px;
    padding: 10px 10px;
}

.top-bar .wrap input[type="text"]::placeholder {
    text-transform: capitalize;
}

#third-sec-1 form .form-group .input-control .iti {
    width: 100%;
}




footer {
    background: #003662;
    padding: 70px 0 30px;
}

footer .wrap {
    display: grid;
    grid-template-columns: 1fr;
}

footer .col p {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

nav.mobile {
    display: none;
}

.menu-toggle {
    display: none;
}

header .wrap .col-right .menu-toggle i {
    color: #000;
    font-size: 25px;
}

nav.mobile ul li a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

nav.mobile ul li {
    list-style: none;
    margin-bottom: 15px;
}

/* Noman */


.comment {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.comment-line {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 2rem;
    margin-left: 1rem;
    text-align: center
}

.comment-line:after {
    margin-top: .5rem;
    content: '';
    display: block;
    width: 95%;
    margin: 0 auto;
    height: 1px;
    background-color: #2c2c2c
}

.comment-content {
    display: flex;
    flex-direction: column
}

.comment-block {
    margin: 1rem;
    display: flex;
    justify-content: flex-start
}

.block-avatar img {
    border-radius: 50%
}

.block-info-comment__name {
    font-weight: 700;
    color: #3b5998
}

.block-info-line {
    display: flex;
    flex-direction: column
}

.block-info-line__answer {
    margin-left: 2rem
}

.block-info-line__date {
    font-weight: 700
}

.block-info-line__like {
    display: flex;
    justify-content: flex-start;
    color: #00acee
}

.block-info-line__like_item {
    list-style: none;
    margin-right: 1rem
}

.block-info-line__like_item a {
    color: #3b5998
}

.comments__more {
    display: block;
    margin: 0 auto;
    color: #3b5998
}

.block-info__answer {
    margin: 1rem 0
}

.block-info__answer-block {
    display: flex
}

.flex-hor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hidden {
    display: none
}

.comment-line {
    font-size: 1.3rem;
    margin: 1rem 0;
    font-weight: 500
}

.fb-comment__text-input {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.comment-block-input__input {
    border: none;
    outline: none;
    background-color: inherit;
    flex: 0 1 70%
}

.comment-block-input__button {
    border: none;
    font-weight: 700;
    margin-left: 5px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    background-color: #005fff;
    border-radius: 15px;
    cursor: pointer
}

.avatar {
    margin-right: 8px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.1);
    overflow: hidden
}

.fb-post {
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dddfe2;
    border-radius: 3px;
    font: 400 14px/20px 'Helvetica Neue',Helvetica,Arial,sans-serif
}

.fb-post__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fb-post__author {
    color: #365899!important;
    font-weight: 600
}

.fb-post__avatar {
    height: 40px;
    width: 40px;
    margin-right: 8px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.1);
    overflow: hidden
}

.fb-post__time {
    margin: 5px 0;
    color: #606770;
    font-size: 12px;
    line-height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fb-post__time_public {
    width: 12px;
    height: 12px;
    margin-left: 3px;
    background-position: -382px -270px;
    background-size: auto;
    background-repeat: no-repeat;
    display: inline-block
}

.fb-post__image {
    width: calc(100% + 24px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 -12px
}

.fb-post__stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 12px 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #dadde1;
    color: #606770;
    font-size: 12px;
    line-height: 20px
}

.fb-post__likes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fb-post__stat-icon {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 5px;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: auto
}

.fb-post__stat-icon:first-child {
    z-index: 100;
    border: 2px solid #fff;
    border-radius: 100%
}

.fb-post__stat-icon:nth-child(2) {
    z-index: 99;
    margin-left: -8px
}

.fb-post__stat-icon_like {
    background-position: 0 -526px
}

.fb-post__stat-icon_love {
    background-position: -17px -492px
}

.fb-post__com-shares:hover {
    text-decoration: underline
}

.fb-post__act {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: calc(100% + 24px);
    padding: 4px 0;
    margin: 0 -12px;
    border-bottom: 1px solid #dadde1
}

.fb-post__react {
    width: 30%;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    color: #606770
}

.fb-post__react:hover {
    background-color: rgba(29,33,41,.04);
    border-radius: 2px
}

.fb-post__react span {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
    background-repeat: no-repeat
}

.fb-post__react_like span {
    background-position: -368px -245px
}

.fb-post__react_comment span {
    background-image: url("");
    background-position: -19px -198px
}

.fb-post__react_share span {
    background-image: url("");
    background-position: 0 -293px
}

.fb-post__comments {
    font-size: 12px
}

.fb-comment__sort {
    color: #365899!important;
    cursor: pointer;
    margin: 10px 0
}

.fb-comment__sort:hover {
    text-decoration: underline
}

.fb-comment__sort span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-position: -408px -270px;
    background-repeat: no-repeat
}

.fb-comment__avatar {
    height: 32px;
    min-width: 32px;
    margin-right: 8px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.1);
    overflow: hidden;
    padding: 0
}

.fb-comment__write {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fb-comment__input {
    width: 440px;
    height: 34px;
    margin: 10px 0;
    border-radius: 18px;
    padding-left: 5px;
    border: 1px solid #dddfe2;
    background-color: #f2f3f5
}

.fb-comment__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    margin: 10px 0
}

.fb-comment__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.fb-comment__answer {
    display: flex;
    margin-top: 1.1rem
}

.fb-comment__text {
    width: 100%;
    margin: 0;
    padding: 8px 10px;
    color: #1d2129;
    background-color: #f2f3f5;
    border-radius: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.fb-comment__text.added {
    margin-top: 10px;
    max-width: 400px;
    margin-left: 40px
}

.fb-comment__author {
    font-weight: 600;
    color: #365899!important;
    text-decoration: none;
    cursor: pointer
}

.fb-comment__author:hover {
    text-decoration: underline
}

/*.fb-comment__react {*/
/*    text-decoration: none;*/
/*    color: #365899!important*/
/*}*/

/*.fb-comment__react:after {*/
/*    content: '·';*/
/*    color: #606770;*/
/*    padding: 3px*/
/*}*/

.fb-comment__posted {
    color: #606770
}

.fb-comment__more {
    color: #365899!important;
    text-decoration: none
}

.fb-comment__more:hover {
    text-decoration: underline
}

.fb-comment__att {
    display: block;
    max-height: 210px;
    max-width: 260px;
    border-radius: 18px;
    margin: 3px 0
}

.fb-comment__like {
    position: relative;
    bottom: 5;
    right: 0;
    height: 20px;
    width: 44px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    color: #8d949e;
    font-size: 11px;
    font-weight: 400;
    padding: 2px 1px 2px 2px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px
}

.fb-comment__like img {
    height: 18px;
    width: 18px;
    display: inline-block;
    margin-right: 3px;
    padding: 0
}

.comment-updating {
    color: #90949c!important;
    padding-left: 50px
}

.comment-updating span {
    display: inline-block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #90949c;
    position: relative;
    animation: coments;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out
}

.comment-updating span:nth-child(2) {
    animation-delay: .2s
}

.comment-updating span:nth-child(3) {
    animation-delay: .4s
}

.comment-updating p {
    display: inline-block;
    margin-left: 10px;
    color: #90949c
}

.fb-comment__item.new-coments {
    opacity: 0;
    height: 0;
    display: none;
    animation-duration: 2s;
    animation-timing-function: 1;
    animation-delay: 3s
}

.fb-comment_like img {
    height: 18px;
    width: 18px;
    display: inline-block;
}

.inner-sec .right .border {
    border-left: 5px solid #0093ff;
    padding-left: 10px;
}

.fb_comment_top {
    display: flex;
}

.fb_comment_top .fb-comment_text {
    width: 100%;
    margin: 0;
    padding: 8px 10px;
    color: #1d2129;
    background-color: #f2f3f5;
    border-radius: 18px;
}

.comment__img {
    max-width: 230px;
    width: 100%;
    margin-top: 7pt;
    border-radius: 5px;
}

.fb-comment__react {
    text-decoration: none;
    color: #365899 !important;
}

.fb-comment__react:after {
    content: '.';
    color: #606770;
    padding: 3px;
}

.fb-comment_react {
    text-decoration: none;
    color: #365899 !important;
}

.fb-comment_react:after {
    content: '.';
    color: #606770;
    padding: 3px;
}

.fb-commentreact{
     text-decoration: none;
    color: #365899 !important;  
}

.fb-commentreact:after {
    content: '.';
    color: #606770;
    padding: 3px;
}

.fb-comment__posted {
    color: #606770;
}

.live{
    margin-right: 10px;
    color: red;
    display:none;
}

/************ Responsive ***************/

@media (max-width: 1024px) {
    header .wrap .col-right .desktop {
        display: none;
    }
    .menu-toggle {
        display: block;
    }
}

@media (max-width: 767px) {
	.inner-sec {
        flex-direction: column;
    }

    .inner-sec .left {
        width: 100%;
    }

    .inner-sec .right {
        width: 100%;
    }

    #third-sec-1 {
        padding: 40px 0;
    }

    #third-sec-1 .col-full h1 {
        font-size: 25px;
    }

    .inner-sec .right p {
        font-size: 16px;
        line-height: 20px;
    }

    footer .col p {
        font-size: 16px;
    }
    .top-bar {
        display: none;
    }
    
    header .wrap .col-left img {
        max-width: 100%;
    }
    
    header .wrap .col-left {
        width: 50%;
    }
    
    header .wrap .col-right {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    
    header {
        padding: 30px 0;
    }
    .live{
        display:block;
    }
}


