
html,
body {
    font-family: Inter, sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
    width: 100vw;
    background-image: url("img/back.2d5e970d1dafe0ad98f8.png");
    overflow-x: hidden;
}

.main{
    width: 100%;
}
.container{
    max-width: 1600px;
}
ul,
li {
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-family: Inter, sans-serif;
}

h1 {
    font-size: 5rem;
}

h2 {
    font-size: 3rem;
}

a {
    text-decoration: none !important;
}

code {
    color: red;
}

pre {
    border: 1px solid #efefef;
    padding: 1rem;
}


/* section {
    padding: 2rem 100px;
    text-align: left;

    margin-top: 30px;

    &.jumbotron {
        background-color: #0e436b;

        h1 {
            color: #fff;
            text-align: center;
            padding: 3rem 5rem;
        }
    }

    &.section_2 {
        background-color: #dce0e4;
    }
} */

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    height: 3px;
    width: 25px;
    background: #056d96;
    margin: 4px 0;
}
/* Responsive styles */
@media (max-width: 992px) {
    .nav-links {
        padding-top: 10px;
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
        background-color:#ffffff;
    }

    .nav-links li {
        margin: 15px 0;
        text-align: center;
        font-family: Inter, sans-serif;
    }

    .nav-links.active {
        display: flex;
        margin-top: 20px;
    }

    .hamburger {
        display: flex;
    }
}


header {
    width: 100vw;
}

header {
    transition: background-color 0.3s ease;
    color: black;
    margin: 0;
    padding: 0;
    position: fixed;
    text-align: center;
    top: 0;
    z-index: 1;

    nav {
        width: 100%;
        height: 100%;
        position: relative;
        padding: 15px;
        z-index: 1000;

        li {
            display: inline;
            top: 50%;
            padding-right: 1.2rem;
            font-family: Inter, sans-serif;


            a {
                color: #111111;
                font-size: 20px;
            }
        }
    }

    &.inverted {
        background-color: #fff;
        box-shadow: 0 3px 5px 0.3px rgba(0, 0, 0, 0.1);
        z-index: 99;
        height:90px;

        a {
            color: #363131;
        }
    }

}
.navbar_nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.About .about_h_1 {
    color: #28748a;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}
/* .about{
    margin-top: 10px;
    margin-bottom: 40px;
} */

.footer_logo{
    margin-left: 20px;
}

.foot_h {
    color: #28748a;
    font-size: 22px;
    font-weight: 800;
    line-height: 19px;
    margin-bottom: 20px;
}
.maps_map {
    border-radius: 12px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .25);
    box-shadow: 1.95px 1.95px 2.6px rgba(0, 0, 0, .15);
    height: 250px;
    width: 100%;
}

.scient{
    margin-top: 20px;
    margin-bottom: 20px;
}
.header_name {
    color: #28748a;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    text-transform: uppercase;
}
.header_h {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 25px;
    margin-top: 10px;
}
.header_box {
    align-items: center;
    display: flex;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1600px !important;
    }
}
/* .container{
    margin-top: 10px;
    margin-bottom: 10px;
} */
.section .row{
    margin-top: 30px;
    margin-bottom: 30px;
}
/* .container{
    padding-bottom: 60px;
} */
.card{
    display: flex;
    box-shadow: 5px 5px 5px 5px rgb(228, 228, 228);
}
.card-img{
    height: 100%;
    width: 100%;
}
/* .lenta{
    background-color: aquamarine;
    height: 80px;
} */


/* footer */
footer {
    color: black;
}

ul {
    padding: 0px;
}

ol,
ul {
    margin-bottom: 0px;
}

.social-icon {
    padding: 0;
    margin-bottom: 0px;
    float: right;
}

.social-icon li {
    list-style: none;
    display: inline-block;
}

.social-icon li i {
    font-size: 14px;
    color: #262725;
    border: solid 2px #ffffff;
    height: 50px;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    border-radius: 100px;
    line-height: 27px;
    margin-right: 15px;
    transition: 1s;
    background: #fff;
}

.social-icon li i:hover {
    border: solid 2px #262725;
    color: #ffffff;
    background: none;
}

.phone-no i {
    position: relative;
    margin-right: 14px;
    font-size: 43px;
    top: 5px;
}

.phone-no {
    margin-top: -22px;
    text-align: right;
}

.footer-day-time {
    padding-bottom: 30px;
    border-bottom: 2px solid #7a6f6f;
    padding-top: 14px;
    margin-bottom: 55px;
}

.footer-day-time ul li {
    display: inline;
    margin-right: 20px;
}

.footer-day-time ul li:last-child {
    margin-right: 0px;
}

.phone-no a {
    color: black;
    font-family: PlayfairDisplay-Black;
    font-size: 34px;
    font-weight: bold;
}

.footer-top {
    background: none;
    padding: 50px 0 50px;
}

.footer-top h4 {
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.footer-top p {
    font-size: 13px;
    line-height: 2;
}

footer p {
    margin-bottom: 0;
}

.footer-logo {
    display: block;
    margin-bottom: 32px;
}

.address1 li {
    list-style: none;
    position: relative;
    padding: 0px 0 14px 34px;
    line-height: 26px;
}

ul.address1 span {
    position: absolute;
    width: 40px;
    max-width: 40px;
    left: 0;
}

.address1 li a {
    color: black;
    text-decoration: none;
}

ul.address1 i {
    width: 20px;
    position: absolute;
    left: 0px;
    text-align: center;
    font-size: 28px;
    top: 0;
}

ul.address1 i.fa-envelope {
    font-size: 18px;
    top: 4px;
}

footer ul.social-icon {
    float: left;
}

footer .social-icon li i:hover {
    background: #4b8800;
    border-color: #4b8800;
}

.footer-bottom {
    background: #4b8800;
    padding: 10px 0px;
}

.footer-bottom ul li {
    display: inline;
    margin-right: 20px;
    font-size: 18px;
}

.footer-bottom ul li a {
    color: #fff;
}

.footer-bottom ul {
    float: right;
}

.footer-bottom ul li:last-child {
    margin-right: 0;
}

.copyright {
    font-size: 18px;
}
.img_portal{
    max-width: 900px;
    max-height: 900px;
    float: left;
}

/* portal  */

.panel{
    background-color: #f3fcff;
    padding: 10px;
    margin: 5px;
}
.panel-title>a:before {
    color: #ffffff;
    border-radius: 50%;
    margin-right: 10px;
   
    background-color: #28748a;
    float: left !important;
    content: "\2212";
    /* padding-bottom: 10px; */
    background: #28748a;
    height: 34px;
    text-align: center;
    position: relative;
    width: 34px;
     
}

.panel-title>a.collapsed:before {
    float: left !important;
    content: '\002B';
    font-size: 30px;
    height: 34px;
    text-align: center;
    position: relative;
    width: 34px;
    color: #ffffff;

}

.panel-title .collapsed .head_intel_right_ques{
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;

}
.panel-title a:hover {
    color: #494848;
    text-decoration: underline;
}

.panel-title a {
     color: #494848;
     text-decoration: none;
     background-color: transparent;
     -webkit-text-decoration-skip: objects;
 }

 .panel-body{
        color: #868686;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        
 }
.head_clever_name {
    color: #28748a;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 60px;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
    font-family: Inter, sans-serif;
}

.header_box {
    align-items: center;
    display: flex;
}
.header_box .header_a {
    background: linear-gradient(94.3deg, #28748a -2.81%, #403d79 103.1%);
    border: 1px solid #e0e9ff;
    border-radius: 20px 0;
    box-shadow: 0 4px 13px rgba(0, 0, 0, .2);
    margin-right: 25px;
    padding: 16px 32px;
}


.test_name {
    color: #28748a;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    text-align: center !important;
    text-transform: uppercase;

}
.test_box_1 {
    align-items: center;
    background: linear-gradient(94.3deg, #28748a -2.81%, #403d79 103.1%);
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 38px;
    height: 80px;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 30px;
    text-decoration: none;
    width: 100%;
}
.card-header{
    background-color: #f3fcff !important;
}
.accordion-title:before {
    float: left !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 15px;
    
}

.accordion-title.collapsed:before {
    float: left !important;
    content: "\f067";
}
.card-link {
    font-size: 16px;
    color: #363131;
    font-family: Inter, sans-serif;
}
.card-link:hover{
    font-size: 16px;
    color: #363131;
}
.card-body{
    font-size: 16px;
    color: #363131;
    font-family: Inter, sans-serif;
}
/* .portal h1{
    color: #28748a;
}
.panel a{
    color: #000;
}

#accordion .panel {
    border-radius: 0;
    border: 0;
    margin-top: 0px;
}

.demo {
  margin: 20px;
}
.accordion .fa {
  margin-right: 0.5rem;
}
.accordion button, .accordion button:hover, .accordion button:focus{
  text-decoration: none;
}


#accordion a {
    display: block;
    text-align: justify;
    padding: 10px 15px;
    border-bottom: 1px solid #28748A;
    text-decoration: none;
    font-size: 20px;
   
}
#accordion p{
font-size: 20px;
}

#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
    background-color: #b5e4f1;
    color: #444;
    transition: all 0.2s ease-in;
}

#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
    color: #444;
}

#accordion .panel-heading {
    padding: 0;
    border-radius: 0px;
    text-align: center;
}

#accordion .panel-heading a:not(.collapsed) {
    color: rgb(27, 27, 27);
    background-color: #f3fcff;
    transition: all 0.2s ease-in;
    font-size: 20px;
} */

/* Add Indicator fontawesome icon to the left */
/* #accordion .panel-heading .accordion-toggle::before {
    font-family: 'FontAwesome';
    content: "+";
    float: left;
    color: #fff;
    font-weight: lighter;
    transform: rotate(0deg);
    transition: all 0.2s ease-in;
    font-size: 25px;
    font-weight: 500;
    padding: 6px;
    margin: 10px;
    border-radius: 50%;
    background-color: #28748a;
}

#accordion .panel-heading .accordion-toggle.collapsed::before {
    color: #fff;
    content: "-";
    transform: rotate(-0deg);
    transition: all 0.2s ease-in;
    padding: 6px;
    margin: 10px;
    border-radius: 50%;
    background-color: #28748a;
    
} */

/* .head_intel_left .head_intel_left_plus {
    background: #28748a;
    border-radius: 50%;
    height: 32px;
    position: relative;
    width: 32px;
}
.head_intel_left .head_intel_left_plus:before {
    height: 20px;
    transition: .5s;
    width: 2px;
}
.head_intel_left_plus:before {
    opacity: 1;
    visibility: visible;
}
.head_intel_left .head_intel_left_plus:after {
    height: 2px;
    width: 20px;
}
.head_intel_left .head_intel_left_plus:after,
.head_intel_left .head_intel_left_plus:before {
    background-color: #fff;
    border-radius: 8px;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
} */



 .head_clever_box {
     position: relative;
     padding: 20px;
     width: 100%;
     height: 100%;
     background: #FFFFFF;
     box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
     border-radius: 12px;


     @media(max-width:600px) {
         width: 100%;
     }


     .head_clever_h_box {
         display: flex;
         justify-content: space-between;

         @media(max-width:1400px) {
             flex-direction: column;
         }

     }

     .head_clever_left_box {
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;

         .head_clever_left_h {
             font-weight: 400;
             font-size: 14px;
             line-height: 17px;
             color: #828282;

             @media(max-width:1400px) {
                 margin-left: 5px;
             }
         }

         @media(max-width:1400px) {
             margin-top: 10px;
             flex-direction: row;
         }

     }


     &:hover {
         .head_clever_img {
             transform: scale(1.1);
         }
     }


     .head_clever_top {
         display: flex;

         @media(max-width:1400px) {
             flex-direction: column;
             align-items: center;
         }


         .head_clever_left {
             display: inline-flex;
             border-radius: 12px;
            min-width: 180px;
            max-width: 180px;
            min-height: 180px;
            max-height: 180px;
             overflow: hidden;

             @media(max-width:1400px) {
                 width: 220px;
                 height: 220px;
             }

             @media(max-width:576px) {
                 width: 220px;
                 height: 220px;
             }

             .head_clever_img {
                 transition: 0.6s;
                 width: 100%;
                 height: 100%;
             }
         }

         .head_clever_text {
             padding-left: 20px;
             display: flex;
             flex-direction: column;


             @media(max-width:1400px) {
                 padding-left: 0;
             }

             .head_clever_h {
                 font-weight: 500;
                 font-size: 24px;
                 line-height: 29px;
                 color: #000000;
                 font-family: Inter, sans-serif;

                 @media(max-width:1400px) {
                     margin-top: 20px;
                     text-align: center;
                 }

             }

             .head_clever_y {
                 margin-top: 10px;
                 margin-bottom: 15px;
                 font-weight: 400;
                 font-size: 20px;
                 line-height: 24px;
                 color: #828282;
                 font-family: Inter, sans-serif;

                 @media(max-width:1400px) {
                     text-align: center;
                 }
             }

             .head_clever_p {
                 font-weight: 400;
                 font-size: 16px;
                 line-height: 24px;
                 color: #000000;
                 font-family: Inter, sans-serif;

                 @media(max-width:1400px) {
                     display: contents;
                 }

             }
         }


     }

    .head_clever_a {
        cursor: pointer;
        font-weight: 500;
        margin-top: 20px;
        text-decoration: none;
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(94.3deg, #28748A -2.81%, #403D79 103.1%);
        border: 1px solid #E0E9FF;
        box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2);
        border-radius: 20px 0px;
        font-size: 20px;
        line-height: 30px;
        color: #FFFFFF;
        transition: 0.5s;

        &:hover {
            transition: 0.5s;
            color: #28748A;
            background: linear-gradient(94.3deg, #7badbb -2.81%, #9895c7 103.1%);
        }

        @media(max-width:1400px) {
            margin-top: 0;
        }


    }

}

.head_clever_a a{
    color: #fff;
}
.head_clever_next_box {
    width: 300px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.018em;
    color: #FFFFFF;
    background: linear-gradient(94.3deg, #28748A -2.81%, #403D79 103.1%);
    border: 1px solid #E0E9FF;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2);
    border-radius: 20px 0px;
    text-decoration: none;
    transition: 0.5s;

    @media(max-width:767px) {
        width: 75%;
        margin-right: 0px;
    }




    &:hover {
        transition: 0.5s;
        color: #28748A;
        background: linear-gradient(94.3deg, #ffffff -2.81%, #ffffff 103.1%);
    }

    .head_clever_next {
        margin-left: 10px;
    }

}

nav ul li i{
    font-size: 25px;
    color: #28748A;
    padding: 10px;
    /* border: 1px solid rgb(218, 218, 218); */
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px darkgray;
}

#lang{
    color: #28748A;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    box-shadow: 1px 1px 1px 1px darkgray;
}
.address1 i{
    color: #28748A;
}
.social-icon li i {
    padding: 10px;
    font-size: 25px;
    color: #28748A;
    /* border: 1px solid rgb(218, 218, 218); */
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px darkgray;
}

.test_a{
    cursor: pointer;
        font-weight: 500;
        margin-top: 20px;
        text-decoration: none;
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(94.3deg, #28748A -2.81%, #403D79 103.1%);
        border: 1px solid #E0E9FF;
        box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2);
        border-radius: 20px 0px;
        font-size: 20px;
        line-height: 30px;
        color: #FFFFFF;
        transition: 0.5s;
}

.Test .test_box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    margin-bottom: 80px;
    margin-top: 80px;
    padding: 20px;
}
.Test .container {
    max-width: 1600px;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.Test .test_box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    margin-bottom: 80px;
    margin-top: 80px;
    padding: 20px;
}
.Test .test_box .test_name {
    color: #28748a;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
}
.Timer .test_time_box {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}
.Timer .test_time_box .test_time {
    background: linear-gradient(94.3deg, #28748a -2.81%, #403d79 103.1%);
    border-radius: 6px;
    color: #fff;
    display: inline-flex;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    padding: 5px 15px;
    text-transform: uppercase;
}
.Test .test_box .test_text_box {
    margin-top: 50px;
}
.Test .test_box .test_text_box .test_h {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 30px;
}
.Test .test_box .test_text_box .test_ques_box {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 15px;
}
.Test .test_box .test_text_box .test_radio {
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid #999;
    border-radius: 50%;
    height: 20px;
    margin-right: 10px;
    transition: all .2s linear;
    width: 20px;
}
.Test .test_box .news_box_a {
    align-items: center;
    background: linear-gradient(94.3deg, #28748a -2.81%, #403d79 103.1%);
    border: 1px solid #e0e9ff;
    border-radius: 20px 0;
    box-shadow: 0 4px 13px rgba(0, 0, 0, .2);
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    height: 60px;
    justify-content: center;
    letter-spacing: .018em;
    line-height: 29px;
    text-decoration: none;
    transition: .5s;
    width: 300px;
}


.Test .test_box .test_text_box .test_radio:checked {
    border: 6px solid #28748a;
}
@media (min-width: 768px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50% ;
        max-width: 100% !important;

    }
    .panel-group{
        width: 600px;
    }
    .img_portal{
        max-width: 850px !important;
        max-height: 850px !important;
    }
    .img_about{
        max-width: 850px !important;
        max-height: 850px !important;
    }
}
@media (max-width: 768px) {
    .img_portal {
        max-width: 600px;
        max-height: 600px;
    }
}

/* tabs  */
.container{
	width: 90%;
	max-width: 1040px;
	/* margin: 50px auto;
	padding: 20px; */
    font-family: "Inter", "sans-serif";
	font-size:16px;
}

.container-fluid{
    margin-top: 20px;
}
section {
  display: none;
  padding: 20px;
  border: 1px solid #ddd;
  overflow: hidden;
}

.tab input {
  display: none;
}

label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: bold;
  text-align: center;
  color: #1e3f79;
  border: 1px solid transparent;
}

label:before {
  font-weight: normal;
  margin-right: 10px;
}

label:hover {
  color: #888;
  cursor: pointer;
}

input:checked + label {
  color: #636363;
  border: 1px solid #ddd;
  border-top: 5px solid #1e3f79 ;
  border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7 {
  display: block;
}
ul > li{
	margin-bottom: 10px;
}
.nav-pills .nav-link{
    font-weight: 600;
}

/* Poem */

.PoemFilm .poem_film_box {
    background: #fff;
    border-radius: 12px;
    -webkit-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .1));
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .1));
    overflow: hidden;
    padding: 10px;

}

.poem_film_box{
    box-shadow: 2px 2px 2px 2px darkgray;
    border-radius: 1px solid darkgrey;
    background-color: white;
}
.PoemFilm .poem_film_box .poem_film_video {
    height: 360px;
    width: 100%;
}
.PoemFilm .poem_film_box .poem_film_video .myCard_video {
    height: 100%;
    width: 100%;
}

.PoemFilm .poem_film_box .poem_film_name {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    padding: 20px;
}

.tab-pane .card-body{
    margin: 10px;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
}

.card_ek{
    display: flex;
    justify-content: space-between;
    margin: 10px;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
}
.PoemAudio .poem_audio_box {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
    display: flex;
    flex-direction: column;
    margin: 30px 0;
    padding: 40px;
}
.PoemAudio .poem_audio_box .poem_audio_h {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    padding: 20px;
}
.PoemAudio .poem_audio_box .poem_audio_player {
    width: 100%;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.PoemFoto .poem_foto_box {
    border-radius: 12px;
    -webkit-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .1));
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .1));
    height: 500px;
    overflow: hidden;
    width: 100%;
}
.PoemFoto .poem_foto_box .poem_foto_img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.PoemBooks .poem_book_box, .PoemBooks .poem_book_box .poem_book_left {
    align-items: center;
    display: flex;
}

.poem_book_left{
   
    display: flex;
    align-items: center;
}
.poem_book_icon{
    margin-right: 10px;
}
.PoemBooks .poem_book_box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 15px;
    text-decoration: none;
}

.PoemBooks .poem_book_box, .PoemBooks .poem_book_box .poem_book_left {
    align-items: center;
    display: flex;
}
.PoemBooks .poem_book_box .poem_book_left .poem_book_h {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-left: 10px;
    text-align: center;
}

/* gallery */
.gallery .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: flex-start;
}

.gallery .responsive-container-block.bigContainer {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
}

.gallery .responsive-container-block.Container {
    max-width: 1320px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    align-items: center;
    justify-content: space-evenly;
}

.gallery .overlay {
    position: fixed;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(71, 69, 69, 0.7);
    height: 100%;
    width: 100%;
    max-height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
    display: none;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.gallery .overlay-inner {
    top: 50%;
    right: 0px;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: white;
    width: fit-content;
    padding-top: 35px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    opacity: 1;
    max-width: 50%;
    max-height: 85%;
}

.gallery .close {
    position: absolute;
    top: 9px;
    right: 15px;
    background-image: none;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
    color: #474545;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: initial;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.gallery .overlay-inner .hdImgs {
    width: fit-content;
    height: calc(80% - 55px);
    display: flex;
}

.gallery .overlay-inner img {
    max-height: 100%;
    max-width: 100%;
    transform: none;
}

.gallery .close:hover {
    cursor: pointer;
}

.gallery .project {
    position: relative;
    width: 33%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.gallery .btn-box {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.gallery .project:hover .btn-box {
    display: block;
}

.gallery .btn {
    cursor: pointer;
}

.gallery .smallImage {
    height: 500px;
    object-fit: cover;
    width: 100%;
    border-radius:5%;
}

@media (max-width: 768px) {
    .gallery .project {
        width: 50%;
    }

    .gallery .overlay-inner {
        width: 90%;
    }
}

@media (max-width: 500px) {
    .gallery .project {
        width: 100%;
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
    }

    .gallery .responsive-container-block.bigContainer {
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 20px;
    }

    .gallery .overlay-inner {
        max-width: 90%;
    }
}

.wk-desk-1 {
    width: 8.333333%;
}

.wk-desk-2 {
    width: 16.666667%;
}

.wk-desk-3 {
    width: 25%;
}

.wk-desk-4 {
    width: 33.333333%;
}

.wk-desk-5 {
    width: 41.666667%;
}

.wk-desk-6 {
    width: 50%;
}

.wk-desk-7 {
    width: 58.333333%;
}

.wk-desk-8 {
    width: 66.666667%;
}

.wk-desk-9 {
    width: 75%;
}

.wk-desk-10 {
    width: 83.333333%;
}

.wk-desk-11 {
    width: 91.666667%;
}

.wk-desk-12 {
    width: 100%;
}

@media (max-width: 1024px) {
    .wk-ipadp-1 {
        width: 8.333333%;
    }

    .wk-ipadp-2 {
        width: 16.666667%;
    }

    .wk-ipadp-3 {
        width: 25%;
    }

    .wk-ipadp-4 {
        width: 33.333333%;
    }

    .wk-ipadp-5 {
        width: 41.666667%;
    }

    .wk-ipadp-6 {
        width: 50%;
    }

    .wk-ipadp-7 {
        width: 58.333333%;
    }

    .wk-ipadp-8 {
        width: 66.666667%;
    }

    .wk-ipadp-9 {
        width: 75%;
    }

    .wk-ipadp-10 {
        width: 83.333333%;
    }

    .wk-ipadp-11 {
        width: 91.666667%;
    }

    .wk-ipadp-12 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .wk-tab-1 {
        width: 8.333333%;
    }

    .wk-tab-2 {
        width: 16.666667%;
    }

    .wk-tab-3 {
        width: 25%;
    }

    .wk-tab-4 {
        width: 33.333333%;
    }

    .wk-tab-5 {
        width: 41.666667%;
    }

    .wk-tab-6 {
        width: 50%;
    }

    .wk-tab-7 {
        width: 58.333333%;
    }

    .wk-tab-8 {
        width: 66.666667%;
    }

    .wk-tab-9 {
        width: 75%;
    }

    .wk-tab-10 {
        width: 83.333333%;
    }

    .wk-tab-11 {
        width: 91.666667%;
    }

    .wk-tab-12 {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .wk-mobile-1 {
        width: 8.333333%;
    }

    .wk-mobile-2 {
        width: 16.666667%;
    }

    .wk-mobile-3 {
        width: 25%;
    }

    .wk-mobile-4 {
        width: 33.333333%;
    }

    .wk-mobile-5 {
        width: 41.666667%;
    }

    .wk-mobile-6 {
        width: 50%;
    }

    .wk-mobile-7 {
        width: 58.333333%;
    }

    .wk-mobile-8 {
        width: 66.666667%;
    }

    .wk-mobile-9 {
        width: 75%;
    }

    .wk-mobile-10 {
        width: 83.333333%;
    }

    .wk-mobile-11 {
        width: 91.666667%;
    }

    .wk-mobile-12 {
        width: 100%;
    }
}
/* round img */
.align-items-center {
    align-items: center !important;
}

.flex-column {
    flex-direction: column !important;
}

.d-flex {
    display: flex !important;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.PoemHead {
            margin-top: 50px;
}

.PoemHead .poem_head_img_box {
    border: 5px solid #28748a;
    border-radius: 50%;
    height: 230px;
    overflow: hidden;
    width: 230px;
}
.PoemHead .poem_head_img_box .poem_head_img {
    height: 100%;
    width: 100%;
}
.PoemHead .poem_head_name {
    color: #000;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.PoemHead .poem_head_date {
    color: #828282;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

