@font-face {
    font-family: 'Roboto-Thin';
    src: url(../fonts/Roboto/Roboto-Thin.ttf);
}
@font-face {
    font-family: 'Roboto-Light';
    src: url(../fonts/Roboto/Roboto-Light.ttf);
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url(../fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url(../fonts/Roboto/Roboto-Medium.ttf);
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url(../fonts/Roboto/Roboto-Bold.ttf);
}
@font-face {
    font-family: 'Roboto-Black';
    src: url(../fonts/Roboto/Roboto-Black.ttf);
}

@font-face {
    font-family: 'Longhaul';
    src: url(../fonts/longhaul/Longhaul.ttf);
}

@font-face {
    font-family: 'PaybAck';
    src: url(../fonts/payback/PaybAck.ttf);
}



@font-face {
    font-family: 'BioRhyme-Bold';
    src: url(../fonts/BioRhyme/BioRhyme-Bold.ttf);
}
@font-face {
    font-family: 'BioRhyme-ExtraBold';
    src: url(../fonts/BioRhyme/BioRhyme-ExtraBold.ttf);
}


@font-face {
    font-family: 'FugazOne-Regular';
    src: url(../fonts/Fugaz_One/FugazOne-Regular.ttf);
}


/* vars */

:root{
    --roboto1:'Roboto-Thin';
    --roboto2:'Roboto-Light';
    --roboto3:'Roboto-Regular';
    --roboto4:'Roboto-Medium';
    --roboto5:'Roboto-Bold';
    --roboto6:'Roboto-Black';

    --fuga:'FugazOne-Regular';

    --bio1:'BioRhyme-Bold';
    --bio2:'BioRhyme-ExtraBold';

    --color1:#06A12E; /*  Blue */
    --color2:#FF6600; /* Green  */
};

/* basic */


a:focus
{
     outline: 0px;
}

a,a:hover
{
     text-decoration: none !important;
}

 ul,ol {
     margin-bottom: 0;
     list-style: none;
     padding-left: 0;
}
 body{
     line-height: 25px;
     font-style: normal;
     color: #515050;
     font-size: 15px;
     overflow-x: hidden;    
     font-family: var(--roboto3);
     letter-spacing: 1px;
}


.container
{
     max-width: 95%;
}


/*
==================================
Heading
==================================
*/

.heading h3
{
  font-family: var(--fuga);
  font-weight:500;
  font-size: 30px;
  color:#333;
  margin-top: 10px;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
}

.heading h3 span
{
     display: block;
     width: 100%;
     max-width: 250px;
     height: 4px;
     border-top:1px solid var(--color2);
     border-bottom:1px solid var(--color2);
     position: relative;
     margin-top: 20px;
     margin-bottom: 15px;
     left: 50%;
     transform: translateX(-50%);
}

.heading h3 span:before
{
     content: '\f02d';
     font-family: fontawesome;
     position: absolute;
     bottom: -10px;
     left: 50%;
     transform: translateX(-50%);
     font-size: .8em;
     color: var(--color2);
     background-color: #fff;
     padding:0 10px;
}

/*
//////////////////////////////////////////
*/

.topbar
{
    background-color: #333;
    padding: 3px 0;
}
.topbar .leftbar li:nth-child(1)
{
    padding-left: 15px;
}
.topbar .leftbar ul li
{
    float: left;
    margin-right:15px; 
    font-family: var(--roboto3);
    font-size: 15px;
}
.topbar .leftbar ul li a:hover,
.topbar .leftbar ul li a
{
    color: var(--white);
}


.topbar-right ul
{
    float: right
}
.topbar-right ul li
{
    float: left;
}
.topbar-right ul li:first-child,
.topbar-right ul li:nth-child(2),
.topbar-right ul li:nth-child(3)
{
    margin-right: 20px;
}


.topbar-right ul li
{
    float: left;
    font-family: var(--roboto4);
    font-size: 14px;
    text-transform: uppercase;
}
.topbar-right ul li a:hover,
.topbar-right ul li a
{
    color: var(--white);
}


/*
***************************************************
*/


.navigation .logo
{
    margin: 19px 0;
}

.navigation
{
    box-shadow: 3px 5px 4px rgba(161, 156, 156, 0.2);
}


.navigation .mynavbars .main-ul
{
        float: right;
        margin-top:20px;
        margin-bottom: 20px; 
}
.navigation .mynavbars .main-ul li.main-li
{
    float: left;
    font-family: var(--roboto4);
    text-transform: uppercase;
    font-size: 15px;
}
.navigation .mynavbars .main-ul li.main-li > a
{
    display: block;
    padding:10px 12px;
    color: #333030;
    cursor: pointer;
}

.navigation .mynavbars .main-ul li.main-li:hover > a
{
    color: var(--color2)
}

.navigation .mynavbars .main-ul li.main-li.find-ul
{
    position: relative;
    z-index:7;
}
.navigation .mynavbars .main-ul li.main-li.find-ul ul.submenu1
{
    position: absolute;
    left: 0;
    top: 100%;
    background-color: var(--white);
    min-width: 200px;
}
.navigation .mynavbars .main-ul li.main-li.find-ul ul.submenu1 li{

    font-family: var(--roboto3);
    white-space: nowrap;
}
.navigation .mynavbars .main-ul li.main-li.find-ul ul.submenu1 li a
{
    color: #000;
    display: block;
    padding:8px 15px;
    line-height: 20px;
    border-bottom:1px solid #ccc !important;
    text-transform: capitalize;
}
.navigation .mynavbars .main-ul li.main-li.find-ul ul.submenu1 li:last-child a
{
    border-bottom: 0px solid transparent;
}
.navigation .mynavbars .main-ul li.main-li.find-ul ul.submenu1 li:hover > a
{
    background-color: var(--color2);
    color: var(--white);
}



@media screen and (min-width:768px)
{
   .navigation .mynavbars .main-ul li.main-li.find-ul ul.submenu1
     {
          opacity: 0;
          transform: perspective( 550px ) rotateX( -90deg );
          transform-origin: top ;
          transition:transform .2s linear,opacity .4s linear;
     }  
     .navigation .mynavbars .main-ul li.main-li.find-ul:hover ul.submenu1{
          transform: perspective( 550px ) rotateX( 0deg ) !important;
          opacity: 1 !important;
     }   
}

@media screen and (min-width:992px)
{
    .navigation > .container
    {
        max-width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }

    .navigation > .container .toggle-parent
    {
        padding-left: 30px;
    }
    .navigation > .container .mynavbars
    {
        height: 100%;
        padding-right: 30px;
        background-color: var(--color1);
        margin-left: 30px;
        position: relative;
    }
    .navigation > .container .mynavbars:before
    {
       content: '';
        position: absolute;
        width: 50px;
        height: 100%;
        background-color: var(--color1);
        top: 0;
        left: -24px;
        transform: skew(-20deg);
    }
    .navigation .mynavbars .main-ul li.main-li > a
    {
        color:var(--white);
    }

    .navigation .mynavbars .main-ul li.main-li:hover > a,
    .navigation .mynavbars .main-ul li.main-li.actives > a
    {
        background-color: var(--color2);
        color: var(--white);
    }

    .navigation .mynavbars .main-ul li.main-li > a
    {
        border-radius: 20px;
    }
}


/*
*************************************************
*************************************************
*/

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    transform: translateX(0);
    transform: translate3d(0, 0, 0)
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.carousel-control-next,
.carousel-control-prev {
    opacity: .6
}

.carousel-control-prev-icon {
    background-image: url(../img/prev.png)
}

.carousel-control-next-icon {
    background-image: url(../img/next.png)
}


/*
**********************************************
detail with image
**********************************************
*/

section.homeAbout{
    margin-top: 50px;
    background-image: url(../img/bg-section.jpg);
}
.homeAbout.quicklinks
{
    margin-top: 30px;
}
section.homeAbout .detail p
{
    text-align: justify;
    font-family: var(--roboto3);
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 26px;
    min-height: 130px;
    max-height: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}
section.homeAbout .detail a.readmore
{
    background-color: var(--color1);
    color: var(--white);
    display: inline-block;
    padding: 7px 25px;
    font-family: var(--roboto4);
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 0px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    transition: box-shadow .3s linear;
    position: relative;
}

section.homeAbout .detail a.readmore:hover
{
    box-shadow: 0 0 15px rgba(0,0,0,.5);
}

section.homeAbout .detail a.readmore span
{
    position: relative;
    z-index: 5;
    display: block;
}

section.homeAbout .detail a.readmore:before
{
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--color2);
    transition: all .2s linear;
}
section.homeAbout .detail a.readmore:after
{
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: var(--color2);
    transition: all .2s linear;
}

section.homeAbout .detail a.readmore:hover:before,
section.homeAbout .detail a.readmore:hover:after
{
    width: 50%;
}




/*
=================================================
*/


#message
{
    margin-top: 75px;
}



/*
*************************************
*************************************
*/
#quickbox
{
    margin-top: 20px;
}
#quickbox .testimonial
{
    margin:0 5px;
}

.courses
{
    margin-top: 40px;
}

.ourCourses{
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    margin-bottom: 20px;
}
.ourCourses .topHead
{
    height: 150px;
    width: 100%;
    position: relative;
}


.ourCourses .cource-image
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 180px;
    position:relative;
}
.ourCourses .cource-image a
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ourCourses .detailArea .coming-soon{
    font-family: var(--open4);
    font-size: 20px;
    color: #ccc;
    margin-top: 40px;
    text-align: center;
}


.ourCourses .detailArea h4 a
{
    font-family: var(--roboto5);
    font-size: 16px;
    color: var(--white);
    background-color: var(--color2);
    text-align: center;
    padding: 5px;
    display: block;
}
.ourCourses .detailArea h4 span
{
    display: block;
    line-height: 28px;
}

#quickbox.ourCourses .detailArea h4
#quickbox.ourCourses .detailArea h4 span
{
    line-height: 22px !important;
}

.ourCourses .detailArea a.readmore
{
    background-color: var(--color1);
    color: var(--white);
    display: inline-block;
    padding: 5px 25px;
    font-family: var(--roboto4);
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    transition: box-shadow .3s linear;
    position: relative;
}

.ourCourses .detailArea a.readmore:hover
{
    box-shadow: 0 0 15px rgba(0,0,0,.5);
}

.ourCourses .detailArea a.readmore span
{
    position: relative;
    z-index: 5;
    display: block;
}

.ourCourses .detailArea a.readmore:before
{
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--color2);
    transition: all .2s linear;
}
.ourCourses .detailArea a.readmore:after
{
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: var(--color2);
    transition: all .2s linear;
}

.ourCourses .detailArea a.readmore:hover:before,
.ourCourses .detailArea a.readmore:hover:after
{
    width: 50%;
}




#ourcources .ourCourses .cover-image
{
    overflow: hidden;
}

#ourcources .ourCourses .cover-image .cource-image
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 180px;
    position:relative;
    transform: scale(1) rotate(0deg);
    transition:all 1s linear;
}
#ourcources .ourCourses:hover .cover-image .cource-image
{
    transform:scale(1.4) rotate(-15deg);
}

#ourcources .ourCourses:hover .cover-image a
{
    background-color: rgba(0,0,0,.6);
}

/*
===================================
*/


.scroll-top
{
    background-color: var(--color2);
    position: fixed;
    bottom: 0px;
    right: 30px;
    border:none;
    color: var(--roboto3);
    color: var(--white);
    padding: 8px 20px;
    border-radius: 25px 25px 0 0;
    z-index: 10;
    cursor: pointer;
}
.scroll-top:focus
{
    outline: none;
}

.scroll-top .fa
{
    font-size: 2em;
}



/*
===============================================
===============================================
*/

section.our-cources
{   
    background-color: #F2F7FC;
    padding:50px 0;
    margin-top: 40px;
}
#ourcources
{
    margin-top: 25px;
}
#ourcources .testimonial
{
    margin:0 10px;
}

#ourcources .testimonial .our_cource_box
{
    position: relative;
    width: 100%;    
    padding: 45px 27px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    position: relative;
}
#ourcources .testimonial .our_cource_box:before
{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../img/feature_bg.png);
    background-repeat: repeat;
    background-repeat: 100%;
}
#ourcources .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(1) .testimonial .our_cource_box
{
    background-color: transparent;
    background-image:linear-gradient(-130deg, #004FE1 100%, #3478F6 0%);
}
#ourcources .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(2) .testimonial .our_cource_box
{
    background-color: transparent;
    background-image:linear-gradient(49deg, #06A12E 100%, #037821 0%);
}
#ourcources .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(3) .testimonial .our_cource_box
{
    background-color: transparent;
    background-image:linear-gradient(49deg, #0A9DBE 100%, #076D84 0%);
}
#ourcources .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(4) .testimonial .our_cource_box
{
    background-color: transparent;
    background-image:linear-gradient(-48deg, #F58829 0%, #D56E15 100%);
}

#ourcources .testimonial .our_cource_box .icon
{
    display: inline-block;
    width: 35px;
    margin-bottom: 10px;
}
#ourcources .testimonial .our_cource_box h4
{
    font-family: var(--roboto6);
    color: var(--white);
    font-size: 20px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}
#ourcources .testimonial .our_cource_box h4 span
{
    display: block;
    margin-top: 8px;
    font-size: 18px;
    font-family: var(--roboto6);
}

#ourcources .testimonial .our_cource_box p
{
    font-family: var(--roboto3);
    color: var(--white);
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    text-shadow: 1px 1px 3px rgba(0,0,0,.2);
}

#quickbox .ourCourses .detailArea h4 a
{
    padding:5px; 
}

#ourcources .testimonial .our_cource_box a
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block !important;
    display: none;
}

/* 
*******************************************************
footer
*******************************************************
 */
footer
 {
    background-color: var(--color1);
    padding: 30px 0;
    position: relative;
    margin-top: 40px;
 }

footer > .container
{
    max-width: 90%;
}

 footer:before
 {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    top: -5px;
    background-color:#037821;
 }

footer .ftr_info .icon
 {
    width: 50px;
    float: left;
    margin-right: 5px;
 }
footer .ftr_info .detail
{
    font-family: var(--roboto4);
    color: var(--white);
    font-size: 20px;
    vertical-align: middle;
    padding: 12px 0;
}
.copyright
{
    background-color: #000;
    text-align: center;
    color: var(--white);
    font-size: 13px;
    padding:5px 0;
    font-family: var(--open3);
}

/*
==================================
==================================
*/

.copyright
{
    background-color: #333;
    padding: 4px;
    color: var(--white);
    font-family: var(--roboto3);
    font-size: 15px;
    text-align: center;
}
.copyright a
{
    color: var(--white);
    font-family: var(--roboto3);
}


/*
============================================
============================================
*/


/*
*****************************
*/

.inner-page-banner
{
    position: relative;
    background-size: cover;
    width: 100%;
    background-position: top;
    height: 250px;
}
.inner-page-banner .inner-page-banner-child
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}

.inner-page-banner .inner-page-banner-child .dataa
{
    position: absolute;
    bottom: 30px;
    left: 50px;
}
.inner-page-banner .inner-page-banner-child .dataa h4
{
    font-family: var(--fuga);
    color: var(--white);
    font-size: 35px;
}
.inner-page-banner .inner-page-banner-child .dataa .mybread ul li
{
    float: left;
    color: var(--white);
}
.inner-page-banner .inner-page-banner-child .dataa .mybread ul li a
{
    position: relative;
    color: var(--white);
    font-size: 18px;
    font-family: var(--roboto3);
}
.inner-page-banner .inner-page-banner-child .dataa .mybread ul li:not(:last-child) a
{
    margin-right: 10px;
}
.inner-page-banner .inner-page-banner-child .dataa .mybread ul li:not(:last-child) a:after
{
    content: '\f178';
    font-family: fontawesome;
    margin-left: 10px;
}


/*
*********************************
*/

section.contentbox
{
    margin: 50px 0;
}

section.contentbox
{
    min-height: 350px;
}


section.contentbox .detail
{
    padding:25px 0;
}


/*
===================================
Form 
===================================
*/       

.myform
{
    margin-top: 20px;
}

.myform form .form-group
{
    margin-bottom: 2em;
}


.myform form .form-group .input-area
{
    border:1px solid var(--color1);
    position: relative;
}

.myform form .form-group .input-area label
{
    position: absolute;
    left: 10px;
    top: -12px;
    margin-bottom: 0;
    line-height: 20px;
    background-color: var(--white);
    padding: 0 8px;
    font-size: 15px;
    color: #000;
    font-family: var(--monte4);
}

.myform form .form-group .input-area .myinput
{
    border:none;
    font-family: var(--monte4);
    color: #333;
    font-size: 15px;
    background-color:var(--white);
}

.myform form .form-group .input-area .myinput:focus
{
    box-shadow: none;
}

.btn1
{
    color: #fff;
    border:none;
    background-color: var(--color2);
    padding: 7px 20px;
    min-width: 100px;
    cursor: pointer; 
    box-shadow: 3px 5px 4px rgba(0,0,0,.2);
    transition: background-color .1s linear;
}

.btn1:hover
{
    background-color: var(--color1);
    color:var(--white);
}

.btn2
{
    color: #fff;
    border:none;
    background-color: #0069d9;
    padding: 7px 20px;
    min-width: 100px;
    cursor: pointer; 
    box-shadow: 3px 5px 4px rgba(0,0,0,.2);
    transition: background-color .1s linear;
}

.btn2:hover
{
    background-color: #0069d9;
    color:var(--white);
}

.myform.jobApply
{
    margin-top: 30px;
}
.myform.jobApply .form-group
{
    margin-bottom: 2em;
}


.myform form #message
{
    margin-top: 0;
}




/*
============================================
Contact Page Address Area
============================================
*/
#contact_address_area
{
    margin-top: 10px;
}
#contact_address_area ul.c_address
{
    list-style: none;
    padding-left: 0;
}

#contact_address_area ul.c_address li .box .icon
{
    width: 30px;
margin-right: 5px;
float: left;
}

#contact_address_area ul.c_address li:nth-child(1)
{
  padding-top: 0;
}

#contact_address_area ul.c_address li{
border-bottom: 1px solid #bab7b7;
padding: 8px 0; 
}

#contact_address_area ul.c_address li:last-child{
border-bottom: 1px solid #bab7b7;
}

#contact_address_area ul.c_address li .box .text
{
    width: 85%;
    display: inline-block;
    margin-left: 5px;
    font-family: var(--font3);
}

#contact_address_area ul.c_address li .box .text .strong
{
  font-size: 14px;
  margin-right: 3px;
  margin-bottom: 6px;
  display: inline-block;
  text-transform: capitalize;
  color: #000;  
 font-family: var(--roboto5);
}
#contact_address_area ul.c_address li .box .text h3.title
{
    display: inline-block;
    font-size: 22px;
    clear: both;
    margin-bottom: 5px;  
    color: var(--color1);
    font-family: var(--roboto5);
    text-transform: uppercase;
}
#contact_address_area ul.c_address li .box .text span.value
{
    font-family: var(--roboto4);
  font-size: 15px;
}

#contact_address_area ul.c_address li .box .text span.value a
{
    color: var(--color2);
  font-family: var(--roboto4);
  font-size: 14px;
}

/*
==============================================
*/
#no-more-tables
{
    margin-top: 25px;
}
#no-more-tables table thead tr
{
    background-color: var(--color2);
    color: var(--white);
}
#no-more-tables table thead tr th
{
    text-align: center;
    font-family: var(--roboto2);
    font-size: 16px;
}
#no-more-tables table tbody tr td
{
    text-align: center;
    vertical-align: middle;
    color: var(--white);
    font-family: var(--roboto3);
    font-size: 16px;
}

#no-more-tables table tbody tr
{
    background-color:#0d4d1eb0;
}
#no-more-tables table tbody tr:nth-child(2n+1)
{
    background-color:#0f7629a3;
}


#no-more-tables table tbody tr td[data-title="Download"] img
{
    width: 35px;
}
#no-more-tables table tbody tr td[data-title="Student Picture"] img,
#no-more-tables table tbody tr td[data-title="Teacher Picture"] img
{
    width: 70px;
}

/*
****************************************************
*/

p.notes
{
    font-size: 16px;
    font-family: var(--roboto3);
    color: #333;
    margin:10px 0;
    line-height: 30px;
}
span.strong
{
    font-size: 17px;
    font-family: var(--roboto5);
}


/*
=======================================
pagination
=======================================
*/
.paginationBox
{
    margin-top: 10px;
}

.paginationBox .pagination .page-item a.page-link
{
  box-shadow: none;
  border-color:#999393;
}

.paginationBox .pagination .page-item.active a.page-link,
.paginationBox .pagination .page-item:hover a.page-link
{
    background-color: var(--color2);
    border-color: var(--color2);
    color: #fff;
}

.paginationBox .pagination .page-item a.page-link
{
    color: #000;
}



.team-div .image
{
   width: 250px;
    display: table-cell;
    vertical-align: top;
    background-color: var(--white);
}

.team-div .image img
{
    padding:8px;
}

.team-div .team-detail
{
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}

.team-div .team-detail .box .text .title
{
    font-family: var(--roboto5);
    font-size: 22px;
    color: var(--color1);
}

@media screen and (max-width:576px)
{
    .team-div .image,
    .team-div .team-detail
    {
        display: block;
    }
    .team-div .image
    {
        margin: auto;
    }
    .team-div .team-detail
    {
        text-align: center;
    }

    .team-div
    {
        margin-bottom:20px; 
    }
}




        @media screen and (min-width: 1140px)
        {
            .my-poppup .modal-dialog{ width: 750px; margin:60px auto 0;}
        }
        .my-poppup .modal-header .close{ margin-top:-10px; opacity:5; color:#a2261f; font-size:25px;}
        .my-poppup .modal-body{ position: relative;}
        .my-poppup .poopup-event{ position: absolute; top:27%; left:6%; }
        .my-poppup .poopup-event ul li {
            background: url(../images/bullet.png) no-repeat left;
            padding: 10px 36px;
            font-size: 20px;
            color: #9E2321;
            font-weight: 700;
        }
        .my-poppup .modal-body button.close
        {
            position: absolute;
            right: 10px;
            top: 10px;
            width: 30px;
            height: 30px;
            background-color: rgba(0,0,0,1);
            opacity: 1;
            color: #fff;
            padding-bottom: 6px;
        }
        .my-poppup .modal-dialog.modal-lg
        {
            margin-top: 130px;
        }