/***Front-end Developer:Mahsa Nazari**/

@charset "utf-8";
@font-face {
    font-family: "byekan";
    src: url(../fonts/BYekan.eot);
    src: url(../fonts/BYekan.eot?#iefix) format("embedded-opentype"), url(../fonts/BYekan.woff) format("woff"), url(../fonts/BYekan.ttf) format("truetype"), url(../fonts/BYekan.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'IRANSans-M';
    src: local('?'),  url('../fonts/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'IRANSans-L';
    src: local('?'), url('../fonts/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
    font-family: 'IRANSans-O';
    src: local('?'), url('../fonts/IRANSansWeb(FaNum).ttf') format('truetype');
}
@font-face {
    font-family: 'IRANSans-O-E';
    src: local('?'), url('../fonts/IRANSans-web.ttf') format('truetype');
}
@font-face {
    font-family: 'Aviny';
    src:local('?'), url('../fonts/Aviny2-1.ttf');
}
html{
    scroll-behavior: smooth;
}
body{
    direction: rtl !important;
    font-family: "IRANSans-L" !important;
    overflow-x:hidden !important;
    font-size: inherit !important;
}
b{
    font-weight: bold !important;
}
.bold{
    font-weight: bold;
}
.mr-5{
    margin-right: 26rem !important;
}
.site-info{
    font-size: 22px;
}
.top-social a{
    padding: 0 10px;
    font-size: 20px;
}

.wrapper{
    height: auto;
    /* background-color: #b2b2b2; */
    position: relative;
   
}
header{
    z-index: 3;
    position: absolute;
    width: 100%;
    top: 55px;
}
.navbar {
    z-index: 1;
    background-color:transparent;
    box-shadow: none;
    text-align: right;
}
header .navbar .container{
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 5px 25px 0 rgb(27 20 100 / 15%);
}
header .nav-item .fa{
    display: none;
}
header .navbar-nav > li{
    position:relative;
}
.navbar-nav > li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0px;
    height: 4px;
    background-color: #ff5d01;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

header .navbar-nav > li:hover:before {
    width: 100%;
}

.navbar-brand{
    display: none;
}
.info-top{
    z-index: 3;
    position: absolute;
    width: 100%; 
}
.info-top.d-flex, .site-info.d-flex{
    display: block !important;
}
.info-top .fa{
    color: #cc0004;
}
.desktop-brand{
    display: inline-block !important;
    width: 49.5%;
    text-align: right;
    padding-right: 100px;
}
.desktop-brand img{
    width: 145px;
    height: 65px;
    transition: all 0.5s;
    padding: 6px 0;
}
.site-quick-contact{
    width: 49.5%;
    display: inline-block !important;
    padding-left: 100px;
}
.info-top .mr-5{
    margin-right: 0!important;
}
.site-quick-contact.d-flex{
    display: inline-block !important;
}
.navbar-brand img{
    width: 145px;
    height: 65px;
    transition: all 0.5s;
    padding: 6px 0;
}
.navbar .nav-item .nav-link{
    color: #333 !important;
    padding: 25px 20px;
    transition: all 0.2s ease-out;

}
.dropdown-menu {
    transition: all 0.2s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1,0);
    display: block;
    border: 0;
    border-radius: 2px;
    text-align: right;
    width: 225px;

}

.dropdown:hover>.dropdown-menu{ 
        transform: scale(1); 
        right: 0;   
        padding-top: 0;
        padding-bottom: 0;
}
.navbar .dropdown-menu > li{
    height: 43px;
}
.dropdown-menu > li > a{
    font-weight: bold;
    color: #000;
}
.navbar .dropdown-menu > li:hover > a{
    background-color: #ff6907;
    color: #fff !important;
}
.navbar .dropdown-menu a{
    font-size: 14.5px;
    border-bottom: 1px solid #d3d3d3 ;
}
.navbar .dropdown-menu > li:last-child a {
    margin-bottom: 0px;
    border-bottom: none;
}
.top-social a{
    /* padding: 5px 20px !important;
    background-color: #3679ff;
    color: #fff;
    border-radius: 25px;
    font-size: 18px !important;
    font-weight: bold;
    margin-right: 5px; */
    padding: 0 10px;
    font-size: 20px;
}
.third-period .navbar .nav-item .nav-link:hover{
    background-color: #444ca8;
    color: #fff !important;
}
.nav-item a{
    font-weight: bold;
    
}
.navbar-toggler{
    border: 1px solid #ff8900;
}

main{
    position: relative;
    top: 0;
}
main .col-md-6{
    margin-top: 0;
}

main img{
    width: 510px;
}
main h1{
    font-family: 'Aviny' !important;
    margin-top: 3.5rem;
    font-weight: bold;
    padding-bottom: 15px;
    font-size: 4rem;
    color: #333;
}
main .container-fluid{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.rainbow-line {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ffc000;
    color: #ffc000;
    transform: scale(1.25, 1.25);
    animation: dotStretching 2s infinite ease-in;
    margin: 5px auto 15px auto;
    left: -15px;
}
 .rainbow-line::before {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #18b8ff;
    color: #18b8ff;
    animation: dotStretchingBefore 2s infinite ease-in;
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 14px;
}
 .rainbow-line::after {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ff457e;
    color: #ff457e;
    animation: dotStretchingAfter 2s infinite ease-in;
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 29px;
}
main h3{
    font-family: 'Aviny' !important;
    font-size: 3rem;
    font-weight: bold;
    padding-bottom: 15px;
    color: #333;
}
/* carousel */
.carousel-item{
    /* background-color: #d2d2d2; */
    min-height: 550px;
}
.view{
    overflow: inherit;
}
.view img{
    width: 100%;    
}
.slide .carousel-caption{
    right: unset !important;
    top:25%;
    bottom: unset !important;
    left: 10%;
    background-color: #f4f4f48c;
    border-radius: 4px;
}
.slide .carousel-control .fa{
    font-size: 2rem;
}
.third-period .slide .carousel-caption{
    right: unset !important;
    top:25%;
    bottom: unset !important;
    left: 10%;
    background-color: #f4f4f48c;
    border-radius: 4px;
}
.first-period .action{
    background-color: #6e00fd !important;
    color: #fff;
    font-size: 19px;
}
.first-period .action:hover{
    color: #fff !important;
    background-color: #5c05cf !important;
    transition: all 0.2s ease-in-out;
}
.second-period .action{
    background-color: #cc0004!important;
    color: #fff;
    font-size: 19px;
}
.third-period .action{
    background-color: #444ca8!important;
    color: #fff;
    font-size: 19px;
}
.third-period .action:hover{
    color: #fff !important;
    background-color: #3a4299 !important;
    transition: all 0.2s ease-in-out;
}
.course{
    padding: 120px 0;
   

}
.first-period .block-2.crayola{
    background-color: #ef4366;
}
.first-period .block-2.crayola .wrap-icon {
    background-color: #ff6c89;
}
.first-period .block-2.bgCustom1{
    background-color: #6e00fd;
}
.first-period .block-2.bgCustom1 .wrap-icon{
    background-color: #bc89ff;
}
.first-period .block-2.bgCustom2 {
    background-color: #ffa731 !important;
}
.first-period .block-2.bgCustom2 .wrap-icon{
    background-color: #ffba60 !important;
}
.first-period .block-2 {
    padding: 40px;
    position: relative;
    text-align: center;
    color: #fff;
}
.first-period .block-2 {
    padding: 40px;
    position: relative;
    text-align: center;
    color: #fff;
}


.second-period .block-2.red, .second-period .block-2.red .wrap-icon {
    background-color: #fd4d40;
}
.second-period .block-2.teal, .second-period .block-2.teal .wrap-icon {
    background-color: #16c3b0;
}
.second-period .block-2.yellow {
    background-color: #fdb62f !important;
}
.second-period .block-2.yellow .wrap-icon{
    background-color: #ffcb66 !important;
}
.second-period .block-2 {
    padding: 40px;
    position: relative;
    text-align: center;
    color: #fff;
}

.second-period .block-2 .wrap-icon {
    position: relative;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    display: block;
    border-radius: 50%;
    margin-top: -70px;
    margin-bottom: 30px;
}
.second-period .block-2 .wrap-icon > span {
    color: #fff;
    font-size: 2rem;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.second-period .block-2 p{
    font-size: 14px;
}
.second-period .block-2 .fa{
    font-size: 43px;
    /* vertical-align: middle; */
    display: block;
    padding: 20px 0px;
    color: #fff;
}
.third-period .block-2.crayola{
    background-color: #24879a;
}
.third-period .block-2.crayola .wrap-icon {
    background-color: #2a97ac;
}
.third-period .block-2.bgCustom1{
    background-color: #d4be2f;
}
.third-period .block-2.bgCustom1 .wrap-icon{
    background-color: #e4ce3e;
}
.third-period .block-2.bgCustom2 {
    background-color: #2D3047 !important;
}
.third-period .block-2.bgCustom2 .wrap-icon{
    background-color: #464b6e !important;
}
.third-period .block-2 {
    padding: 40px;
    position: relative;
    text-align: center;
    color: #fff;
}

.block-2 .wrap-icon {
    position: relative;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    display: block;
    border-radius: 50%;
    margin-top: -70px;
    margin-bottom: 30px;
}
.block-2 .wrap-icon > span {
    color: #fff;
    font-size: 2rem;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.block-2 p{
    font-size: 14px;
}
.block-2 .fa{
    font-size: 43px;
    /* vertical-align: middle; */
    display: block;
    padding: 20px 0px;
    color: #fff;
}
/* bg-light */
.services {
    background-color: #f6f5f5 !important;
    padding: 50px 0;
    text-align: right;
}
.pb-90{
    padding-bottom: 90px;
}
.text-red{
    color: #fd4d40;
}
.services h2{
    font-family: 'Aviny' !important;
    color: #545454;
}
.services .action{
    font-size: 15px;
}
.services ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.services ul li{
    padding-bottom: 15px;
}
.services ul li .fa{
    color: #0eb45f;
}
.services img{
    margin-top: 150px;
}
/* bg-tab */
.bg-tab{
    background-color: #e9e9e9!important;
}
.first-period .bg-tab{
    background-color: #c2e2ee!important;

}
.first-period .bg-tab h2{
    font-family: 'Aviny';
    color: #144477;
    font-size: 45px;
}
.third-period-tab{
    background-color: #bbc6ca!important;
}
.third-period-tab.bg-tab h2{
    font-family: 'Aviny';
    color: #144477;
    font-size: 45px;
}
.course-tab nav > div a.nav-item.nav-link.active:after{
    display: none;
}
.course-tab nav > .nav.nav-tabs{

    border: none;
      color:#000;
      background:#fff;
      border-radius:0;
  
  }
  .course-tab nav > div a.nav-item.nav-link,
  .course-tab nav > div a.nav-item.nav-link.active
  {
    border: none;
      padding: 18px 25px;
      color:#000;
      background:#fff;
      border-radius:0;
      font-weight: bold;
  }

  .course-tab nav > div a.nav-item.nav-link.active:after
   {
    content: "";
    position: relative;
    bottom: -60px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: #81ca00 ;
  }
  .tab-content{
      line-height: 25px;
      padding:60px 45px;
      text-align: center;
  }
  
  .course-tab nav > div a.nav-item.nav-link:hover,
  .course-tab nav > div a.nav-item.nav-link:focus
  {
 
      background: #81ca00;
    /*  background-color: #6110ca; for dabirestan*/
      color:#fff;
      border-radius:0;
      transition:background 0.20s linear;
  }
  .card-body{
    padding: 0 1rem 1rem 1rem;
  }
  .card-body img{
    display: block;
    margin: 0 auto;
    position: relative;
    border-radius: 51%;
    border: 2px solid #6363ff;
  }
.b-color{
    color: #6363ff !important;
}
.more-btn{
    background-color: #e28500 !important;
    font-size: 17px !important;
    color: #fff;
    margin: 0;
    width: 100%;
    border: 3px solid #e28500;
    box-shadow: none !important;
    font-weight: bold;
}
.more-btn:hover{
    background-color: #fff !important;
    
}
/* tab ribbon */
.ribbon {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0 20px;
    margin: 15px auto 0; 
    border-radius: 4px;
}
.ribbon h4 {
    position:relative;
    padding:3px 30px;
    margin:0 -30px 20px;
    font-size:22px;
    line-height:32px;
    font-weight:bold;
    text-align:center;
    color:#fff;
    background:#444ca8;
    /* css3 extras */
    text-shadow:0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2);
       -moz-box-shadow:0 1px 1px rgba(0,0,0,0.2);
            box-shadow:0 1px 1px rgba(0,0,0,0.2);
    /* See "NOTE 1" */
    zoom:1;
}

.ribbon h4:before,
.ribbon h4:after {
    content:"";
    position:absolute;
    /* See "NOTE 2" */
    z-index:-1;
    top:100%;
    left:0;
    border-width:0 10px 10px 0;
    border-style:solid;
    border-color:transparent #0d4077;
}

.ribbon h4:after {
    left:auto;
    right:0;
    border-width:0 0 10px 10px;
}
.view{
    overflow: inherit;
}
/*  */
.single-fun-fact {
    margin-bottom: 30px;
    text-align: center;
    background-color: #ffe297;
    padding: 35px 5px;
    opacity: .90;
    border-radius: 15px;
    border: 2px dashed #ff6200;
    border-width: medium;
    color: #333 !important;
}
.single-fun-fact h4 {
    padding-bottom: 10px;
    color: #333;
    font-size: 1.2rem;
}
strong{
    font-weight: 700;
}
/* news */
.news{
    padding: 30px 0;
}
.module-title h2{
    font-family: 'Aviny';
    font-size: 45px;
}
.module-title h3{
    font-size: 1rem;
    font-weight: bold !important;
    line-height: 26px;
}
.news .blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}
.news h5{
    font-size: 18px;
}
.btn.btn-md{
    font-size: .9rem !important;
}
/* The colour of the indicators */
.news .blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.news .blog .carousel-indicators .active {
background: #707070;
}
.news .carousel-item{
    min-height: auto;
}
.news .carousel-control .fa{
    font-size: 2rem;
    color: #000;
}
.news .carousel-control-prev{
    left: -120px;
}
.news .carousel-control-next{
    right: -120px;
}
.news .carousel-indicators li{
    border: 0 !important;
}
.news .card{
    margin:  0 2px;
}
.news .mu-latest-courses-content .slick-dots li {
    background-color: #999;
    border-radius: 4px;
    height: 8px;
    width: 20px;
}
.news .slick-dots li button:before{
    font-size: 15px;
}
.news .mu-latest-courses-content .slick-dots .slick-active {
    background-color: #e28500;
}
/* video */
.video-sec{
    padding: 25px 35px;
    background-image: url(../img/teacher-bg.jpg);
    background-attachment: fixed;
}
.videos-list-container ul {
    padding: 0;
    list-style: none;
}
.videos-list-container ul li {
    margin-bottom: 10px;
}
.videos-list-container ul li a {
    display: inline-flex;
    background-color: transparent;
    /* box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 20%); */
    padding: 10px;
    border-radius: 7px;
    width: 100%;
    border: 2px solid #ccc1b0;
    transition: all 0.3s ease-in;
}
.videos-list-container ul li a:hover, .videos-list-container ul li a:active, .videos-list-container ul li a:focus{
    background: linear-gradient(45deg, #fff6e7, #e2edf1);
    transition: all 0.3s ease-in;
}
.videos-list-container ul li a:hover .content h4{
    padding-right: 5px;
    transition: all 0.2s ease-in;
}
.videos-list-container .img-container {
    margin: 5px;
}
.videos-list-container .img-container img {
    width: 40px;
    margin: auto;
    display: block;
}
.videos-list-container .img-container .duration {
    padding-top: 2px;
    font-size: 12px;
    color: dimgrey;
    margin-bottom: 0;
    text-align: center;
}
.videos-list-container .content {
    padding-right: 10px;
}
.videos-list-container .content h4 {
    font-size: 15px;
    letter-spacing: -0.5px;
    color: #3b3b3b;
    line-height: 25px;
    margin-bottom: 0px;
    height: 50px;
    font-weight: bold;
    text-align: right;
}
.videos-list-container .content .category {
    margin-bottom: 0;
    color: #585858;
    font-size: 12px;
}
.general-video-player {
    width: 100%;
    height: auto;
    border-radius: 15px;
}
/* modals */
.modal-dialog .modal-content .modal-header{
    background-color: #0277bd;
}
.font-weight-bold{
    color: #fff;
}
.modal-content{
    text-align: right;
}
.md-form .prefix~input{
    margin-left: 0 !important;
    margin-right: 2.5rem !important;
}
.md-form label{
    right: 0; 
    left: unset;
    margin-right: 2.5rem !important;
    margin-left: 0 !important;
}
.modal-header .close{
    color: #fff;
}
/* footer */
footer{
    background: linear-gradient(135deg, #8400fc 0%, #11def4 100%);
    width: 100%;
    position:relative;
    display:flow-root;
}
.footer-top::after{
    background: rgb(145 182 0);
    background-size: cover;
    background-position: 50%;
    padding: 0;
    position: relative;
}
.footer-top:after {
    content: "";
    height: 55px;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    background-repeat: no-repeat;
    background-image: url(../img/line-bg1.1e537884.png);
    top: 0;
    background-size: 100%;
}
.footer-logo{
    width: 150px;
    margin-bottom: 15px;
}
footer li{
    padding-bottom: 10px;
}
footer .links li a:hover{
    padding-right: 10px;
    transition: all 0.2s ease;
}
footer p{
    padding: 0 0 0 60px;
    text-align: justify;
}
footer .links .fa{
    font-size: 9px;
    color: #c0d318;
}
.footer-info .fa{
    color: #c0d318;
}
/* about PAGE */
.wrapper.about-us{
    background-image: url(../img/blog3.jpg);
    background:#c2e2ee;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    position: relative;
}
.about-us .page-info{
    position: absolute;
    bottom: 90px;
    right: 115px;
}
.about-us .page-info h2{
    font-weight: bold;
}
.about-us .page-info .fa{
    vertical-align: bottom;
    color: #bd0000;
}
.text-black{
    color: #000;
}
 .about-sec-1{
    margin: 100px 0;
}
 .about-sec-1 .btn-custom-1{
    border-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 17px;
    font-weight: bold;
}
.about-sec-2{
    background-color: #373852;
}
/* .about-sec-2 h2 {
    font-size: 28px;
    font-weight: bold;
    padding: 5px;
    display: inline-block;
    position: relative;
    letter-spacing: -0.5px;
    line-height: normal;
    color: #fff;
} */
.explain-title {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    line-height: 27px;
    text-align: center;
}
.text-color-white{
    color: #fff;
}

.about-sec-2 .box-type-23-container {
    box-shadow: 0px 90px 160px 0px rgb(0 0 0 / 6%);
    position: relative;
    border-radius: 25px;
    padding: 15px;
    display: block;
    background-color: white;
    z-index: 3;
}
.about-sec-2 .box-type-23-container img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    /* height: 50px; */
    margin-bottom: 10px;
}
.about-sec-2 .box-type-23-container-content h4 {
    font-size: 18px;
    letter-spacing: -0.5px;
    text-align: center;
    font-weight: bold;
    color: #079283;
}
.about-sec-2 .box-type-23-container-content p {
    font-size: 14px;
    color: #6b6b6b;
    margin-top: 5px;
    height: 67px;
    margin-bottom: 0;
    text-align: right;
    font-weight: bold;
}
.slick-slidere{
    height: 400px;
}
/* Blog Page */

.wrapper.blogs{
    /* background-image: url(../img/cute-blue-002.jpg); */
    background-image: linear-gradient(135deg, #8400fc 0%, #11def4 100%);
    height: 400px;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    position: relative;
}
.blogs .page-info{
    position: absolute;
    bottom: 90px;
    width: 100%;
    text-align: center;
    color: #fff;
}
.blogs .page-info h2{
    font-weight: bold;
    text-align: right;
}
.blogs .page-info p a{
    color: #fff !important;
}
@media (max-width:980px){
    .singleBlogs .page-info{
        right:40px
    }
    .singleBlogs .page-info h2{
        font-size: 1.3rem;
        line-height: 30px;
    }
}
.blogs .page-info .fa{
    
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.blogs-sec-1 .view img{
    width: 100%;
    height: 230px;
}
.blogs-sec-1 .card-title{
    font-size: 1.3rem;
    font-weight: bold !important;
}
.blogs-sec-1 .card{
    transition: all 0.3s ease-in-out;
}
.blogs-sec-1 .card:hover {
    margin-top: -15px;
}
.blogs-sec-1 .card .view{
    padding: 7px;
}
.blogs-sec-2 nav{
    margin: 0 auto;
}
/* Single Blog */
.wrapper.singleBlogs{
    background-image: url(../img/cute-blue-002.jpg);
    height: 400px;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    position: relative;
}
.singleBlogs .page-info{
    position: absolute;
    bottom: 90px;
    right: 115px;
}
.singleBlogs .page-info h2{
    font-weight: bold;
    text-align: right;
}
.singleBlogs .page-info .fa{
    
    color: #333;
    font-size: 22px;
    font-weight: bold;
}
.singleBlogs-sec-1 h4{
    font-size: 1.2rem;
    font-weight: bold;
}
.mu-single-sidebar .media-body h4{
    font-size: 0.8rem !important;
    font-weight: normal;
}
.mu-single-sidebar .media-body h4{
    color: #555;
    line-height: 20px;
}
#respond form input {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 260px;
}
#respond form input {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 260px;
    background-color: #00cbd7;
    color: #fff;
    font-weight: bold;
}
.mu-blog-single img{
    width: 100%;
}
#mu-course-content{
    text-align: right;
}
#mu-course-content img{
    width: 100%;
}
.mu-sidebar .mu-single-sidebar img{
    width: 70px !important;
    height: 60px !important;
}
@media (min-width:768px) and (max-width:968px){
    .mu-sidebar .media{
        display: block;
    }
}
#mu-course-content ul{
    list-style-type: none;
}
#mu-course-content {
    background-color: #f8f8f8;
    display: inline;
    float: left;
    padding: 100px 0;
    width: 100%;
  }
  #mu-course-content .mu-course-content-area {
    display: inline;
    float: left;
    width: 100%;
  }
  #mu-course-content .mu-course-content-area .mu-course-container {
    display: inline;
    float: left;
    width: 100%;
  }
  #mu-course-content .mu-course-content-area .mu-course-container .mu-latest-course-single {
    border: 1px solid #ccc;
    margin-bottom: 30px;
  }
  #mu-course-content .mu-course-content-area .mu-sidebar {
    display: inline;
    float: left;
    width: 100%;
  }
  #mu-course-content .mu-course-content-area .mu-sidebar .mu-single-sidebar {
    background-color: #FFF;
    display: inline;
    float: left;
    margin-bottom: 25px;
    padding: 0 10px 10px;
    width: 100%;
  }
  #mu-course-content .mu-course-content-area .mu-sidebar .mu-single-sidebar .mu-sidebar-catg {
    padding-right: 15px;
    text-align: right;
    list-style-type: none;
  }
 
  #mu-course-content .mu-course-content-area .mu-sidebar .mu-single-sidebar .mu-sidebar-catg li a {
    color: #333;
    display: inline-block;
    font-size: 15px;
    padding: 5px 15px 5px 15px;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  #mu-course-content .mu-course-content-area .mu-sidebar .mu-single-sidebar .mu-sidebar-catg li a:hover, #mu-course-content .mu-course-content-area .mu-sidebar .mu-single-sidebar .mu-sidebar-catg li a:focus {
    color: #35d1e6;
}
  #mu-course-content .mu-course-content-area .mu-sidebar .mu-single-sidebar .mu-sidebar-catg li a:hover, #mu-course-content .mu-course-content-area .mu-sidebar .mu-single-sidebar .mu-sidebar-catg li a:focus {
    margin-left: 5px;
  }
  #mu-course-content .mu-course-content-area .mu-sidebar .mu-single-sidebar .mu-sidebar-catg li a:before {
    content: "\f100";
    font-family: FontAwesome;
    right: 0;
    position: absolute;
    top: 5px;
  }
  #mu-course-content .mu-course-content-area .mu-sidebar .mu-single-sidebar .mu-sidebar-popular-courses {
    display: inline;
    float: left;
    margin-top: 10px;
    width: 100%;
  }
  #mu-course-content .mu-course-content-area .mu-sidebar .mu-single-sidebar .mu-sidebar-popular-courses .media .media-left .media-object {
    width: 70px;
    height: 60px;
  }
  #mu-course-content .mu-course-content-area .mu-sidebar .mu-single-sidebar .mu-sidebar-popular-courses .media .media-body .media-heading {
    font-size: 16px;
  }
  #mu-course-content .mu-course-content-area .mu-sidebar .mu-single-sidebar .mu-sidebar-popular-courses .media .media-body .media-heading a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .media .media-left img{
    box-shadow: none;
  }
  .media .media-left {
    padding: 0 0 10px 10px !important;
}
  #mu-course-content .mu-course-content-area .mu-sidebar .mu-single-sidebar .mu-sidebar-popular-courses .media .media-body .popular-course-price {
    font-size: 14px;
  }
  #mu-course-content .mu-course-content-area .mu-sidebar .mu-single-sidebar .mu-sidebar-archives li a:before {
    content: '\f0d9';
  }
  #mu-course-content .mu-course-content-area .mu-sidebar .mu-single-sidebar .mu-sidebar-archives li a span {
    margin-left: 5px;
  }
  #mu-course-content .mu-course-content-area .mu-sidebar .mu-single-sidebar .tag-cloud {
    display: inline;
    float: left;
    margin-top: 5px;
    width: 100%;
  }
  #mu-course-content .mu-course-content-area .mu-sidebar .mu-single-sidebar .tag-cloud a {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.3px;
    margin: 0 5px 10px;
    padding: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  #mu-course-content .mu-course-content-area .mu-course-details {
    background-color: #FFF;
  }
  #mu-course-content .mu-course-content-area .mu-course-details .mu-latest-course-single {
    border: none;
  }
  #mu-course-content .mu-course-content-area .mu-course-details .mu-latest-course-single .mu-latest-course-imgcaption {
    background-color: #FFF;
  }
  #mu-course-content .mu-course-content-area .mu-course-details .mu-latest-course-single .mu-latest-course-single-content h2 {
    line-height: 1.7;
    margin-bottom: 20px;
  }
  #mu-course-content .mu-course-content-area .mu-course-details .mu-latest-course-single .mu-latest-course-single-content h4 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
  #mu-course-content .mu-course-content-area .mu-course-details .mu-latest-course-single .mu-latest-course-single-content p {
    font-size: 15px;
  }
  #mu-course-content .mu-course-content-area .mu-course-details .mu-latest-course-single .mu-latest-course-single-content ul {
    margin-bottom: 30px;
  }
  #mu-course-content .mu-course-content-area .mu-course-details .mu-latest-course-single .mu-latest-course-single-content ul li {
    margin-bottom: 10px;
  }
  #mu-course-content .mu-course-content-area .mu-course-details .mu-latest-course-single .mu-latest-course-single-content ul li span:first-child {
    display: inline-block;
    min-width: 150px;
    float: right;
  }
  #mu-course-content .mu-course-content-area .mu-course-details .mu-latest-course-single .mu-latest-course-single-content .table {
    margin-top: 10px;
  }
  .mu-blog-single .mu-blog-single-item {
    background-color: #FFF;
    padding-bottom: 30px;
}
.mu-comments-area {
    display: inline;
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .mu-comments-area h3 {
    margin-bottom: 20px;
    padding: 20px;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
  }
  .mu-comments-area .comments {
    float: left;
    display: inline;
    margin-top: 20px;
    width: 100%;
  }
  .mu-comments-area .comments .commentlist li {
    border-bottom: 1px solid #ddd;
    display: inline;
    float: left;
    margin-bottom: 30px;
    padding: 10px;
    position: relative;
    width: 100%;
  }
  .mu-comments-area .comments .commentlist li .news-img {
    background-color: #ccc;
    height: 90px;
    margin-left: 20px;
    width: 90px;
  }
  .mu-comments-area .comments .commentlist li .media-body p {
    margin-bottom: 0px;
  }
  .mu-comments-area .comments .commentlist li .media-body .author-name {
    margin-bottom: 0px;
    margin-top: 0;
  }
  .mu-comments-area .comments .commentlist li .comments-date {
    display: block;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .mu-comments-area .comments .commentlist li .reply-btn {
    border: 1px solid #888;
    color: #333;
    display: inline-block;
    font-size: 15px;
    line-height: 13px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 8px 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .mu-comments-area .comments .commentlist li .reply-btn span {
    margin-left: 5px;
  }
  .mu-comments-area .comments .commentlist li .reply-btn:hover, .mu-comments-area .comments .commentlist li .reply-btn:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
  }
  .mu-comments-area .comments .commentlist li .children {
    margin-left: 50px;
  }
  .mu-comments-area .comments .commentlist li .author-tag {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 5px;
    padding: 4px 8px;
  }
  .mu-comments-area .comments .commentlist li .author-comments {
    background-color: #f8f8f8;
  }
  .mu-comments-area .comments .commentlist .children {
    margin-left: 25px;
  }
  .mu-comments-area .comments .comments-pagination {
    display: inline-block;
    text-align: left;
  }
  .mu-comments-area .comments .comments-pagination li {
    display: inline-block;
  }
  .mu-comments-area .comments .comments-pagination li a {
    background-color: transparent;
    border: medium none;
    color: #555;
    display: inline-block;
    font-size: 15px;
    height: 25px;
    line-height: 15px;
    padding: 5px;
    text-align: center;
    width: 25px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .mu-comments-area .comments .comments-pagination li a:hover, .mu-comments-area .comments .comments-pagination li a:focus {
    background-color: transparent;
    text-decoration: none;
    outline: none;
  }
  .mu-comments-area .comments .commentlist > li:last-child {
    margin-bottom: 0px;
  }
  .mu-comments-area .comments .commentlist li .reply-btn:hover, .mu-comments-area .comments .commentlist li .reply-btn:focus {
    background-color: #00cbd7;
    border-color: #00cbd7;
  }
  .mu-blog-single .mu-blog-single-item .mu-blog-social .mu-news-social-nav li {
    display: inline-block;
}
  .mu-blog-single .mu-blog-single-item .mu-blog-social .mu-news-social-nav li a {
    font-size: 15px;
    border: 1px solid #ccc;
    display: inline-block;
    min-width: 35px;
    text-align: center;
    margin: 0 5px;
    height: 35px;
    line-height: 35px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mu-comments-area, #respond{
    background-color: #fff;
}
#respond form input{
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 260px;
}
.comment-form-author, .comment-form-email{
    display: inline-block;
}
.comment-form-comment textarea{
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.form-submit input{
    background-color: #00cbd7;
    color: #fff;
    font-weight: bold;
}
/* responsive */

@media (max-width:980px){
    .wrapper .info-top{
        display: none !important;
    }
    header{
        background-color: transparent;
    }
    header .navbar .container {
        border-bottom: 0;
    }
    .navbar-brand{
        display: block;
    }
    .desktop-brand, .top-social{
        display: none;
    }

    header .navbar-nav{
        text-align: right;
        margin-right: 0 !important;
    }
    header .navbar-nav li{
        padding-bottom: 5px;
    }
    header .nav-item .fa{
        display: inline-block;
    }
    
    .navbar-brand img{
        width: 115px;
        height: 50px;
    }
    .navbar-toggler .fa{
        color: #b50c0c;
    }
    
    .navbar .nav-item .nav-link{
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        color: #fff !important;
    }
    .carousel-caption{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    main img{
        width: 100%;
    }
    main h1{
        font-size: 1.8rem;
        margin-top: 1.8rem;
        margin-top: 25px;
        padding-bottom: 0;
    }
    main h3{
        font-size: 1.4rem;
        padding-bottom: 0;
    }
   
    .action{
        font-size: 13px;
        padding: 8px 20px;
    }
   
    .slide .carousel-item{
        min-height: 300px;
    }
    .sec-1-top-art{
        margin-top: -135px;
        height: 45px;
    }
    .services img{
        margin-top: 0;
    }
    .news .carousel-control-prev, .news .carousel-control-next{
        display: none;
    }
    
    .about-sec-2 .box-type23-col{
        margin-bottom: 15px;
    }
    .bg-tab .tab-content {    
        padding: 60px 8px;      
    }
}
@media (max-width:800px){
    .navbar .dropdown-menu{
        right: 0;
    }
    /* .wrapper {
        height: 380px;
    } */
    #carousel-example-2 .carousel-control-prev, #carousel-example-2 .carousel-control-next{
        display: none;
    }
    .navbar-brand img {
        width: 85px;
        height: 40px;
    }
    header{
        position: relative;
        top: 0;
        background-color: #545c64;
    }
    header .navbar .container{
        background-color: transparent;
    }
    .navbar-toggler .fa{
        color: #fff;
    }
    .action {
        font-size: 9px;
        padding: 5px 13px;
        margin: 0;
    }
    main{
        height: 200px;
        position: unset !important;
    }
    .navbar{
        padding-top: 0;
        padding-bottom: 0;
    }
    .slide .carousel-caption{
        padding-top: 5px;
        padding-bottom: 5px;
        top:12% !important;
        padding: 30px;
        
    }
    .slide .carousel-item{
        min-height: 500px;
    }
    main img{
        width: 100%;
    }
    main h1{
        font-size: 2rem;
        margin-top: 0;
        padding-bottom: 0;
    }
    main h3{
        font-size: 1.8rem;
        padding-bottom: 0;
    }
    
    .carousel-indicators{
        display: none;
    }
    .sec-1-top-art{
        margin-top: -22px;
        height: 23px;
    }
    .course{
        margin-top: 20px !important;
        padding: 90px 0;
    }
   .bg-tab .card-deck{
    flex-flow: column;
   }
    .footer-top:after{
        height: 15px;
    }
    
    .course .title h2{
        font-size: 2rem;
    }
    .footer-top:after{
        height: 15px;
    }
    .footer-top{
        display: none;
    }

}

@media (max-width:580px){
    .wrapper {
        height: auto;
    }
    header{
        position: relative;
        top: 0;
    }
    main h1{
        font-size: 1rem;
        margin-top: 0;
        padding-bottom: 0;
    }
   
    main h3{
        font-size: 0.8rem;
        padding-bottom: 0;
    }
    .slide .carousel-caption{
        padding: 20px;
    }
    .action {
        font-size: 9px;
        padding: 5px 13px;
        margin: 0;
    }
    .third-period .action{
        font-size: 12px;
    }
    main{
        height: 200px;
    }
    .wrapper .carousel-inner{
        height: 200px;
    }
    .slide .carousel-caption{
        top: 3% !important;
    }
    .course, .services {
        padding: 30px 0;
    }
}

.dashboard #body-row {
    margin-left:0;
    margin-right:0;
}
.dashboard #sidebar-container {
    min-height: 90vh;   
    background-color: #f7f7f7;
    padding: 0;
    text-align: right;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border-left: 1px solid #dbdbdb;
}

/* Sidebar sizes when expanded and expanded */
.dashboard .sidebar-expanded {
    width: 230px;
}
.dashboard .sidebar-collapsed {
    width: 60px;
}

/* Menu item*/
.dashboard #sidebar-container .list-group a {
    padding: 25px 10px;
    color: #444;
    font-weight: bold;
    font-size: 15px;
    background-color: #f7f7f7;
}
.dashboard .list-group a:hover, .dashboard .list-group a:active, .dashboard .list-group a:focus, .dashboard .list-group a.active{
    background-color: rgb(255, 102, 46) !important;
    color: #fff;
}
.dashboard .list-group a:hover > div, .dashboard .list-group a:focus > div, .dashboard .list-group a.active > div{
    color: #fff;
}

/* Submenu item*/
.dashboard #sidebar-container .list-group .sidebar-submenu a {
    height: 45px;
    padding-right: 30px;
}
.sidebar-submenu {
    font-size: 0.9rem;
}

/* Separators */
.dashboard .sidebar-separator-title {
    background-color: #dedede;
    height: 35px;
}
.dashboard .sidebar-separator {
    background-color: #333;
    height: 25px;
}
.dashboard .logo-separator {
    background-color: #333;    
    height: 60px;
}

/* Closed submenu icon */
.dashboard #sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
  content: " \f0d7";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-right: 10px;
}
/* Opened submenu icon */
.dashboard #sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
  content: " \f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-right: 10px;
}

.dashboard .list-group{
    padding-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    
}
.dashboard .navbar{
    background-color: #343a40;
}
.dashboard .list-group-item{
    border: 0 !important;
}
.dashboard .navbar .nav-item .nav-link{
    color: #fff !important;
}
.dashboard .logo img{
    width: 145px;
    height: 65px;
    padding: 6px 0;
}
.dashboard .navbar .nav-item .nav-link:hover, .dashboard .navbar .dropdown-menu a:hover{
    background-color: rgb(255, 102, 46);
    
}
.dash-content .card-header{
    background-color: #fff !important;
    border-bottom: 0;
    
}
.dash-content .card-footer{
    background-color: #fff !important;
    margin: 0 15px 10px;
    padding: 0.75rem 0.6rem;

}
.dash-content .card [class*=card-header-] .card-icon, .card [class*=card-header-] .card-text {
    border-radius: 3px;
    background-color: #999;
    padding: 22px;
    margin-top: -20px;
    margin-left: 15px;
    float: right;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgba(209, 209, 209, 0.171);
}
.dash-content .card .card-header-warning .card-icon{
    background: linear-gradient(60deg,#ffa726,#fb8c00);
}
.dash-content .card .card-header-success .card-icon{
    background: linear-gradient(60deg,#66bb6a,#43a047);
}
.dash-content .card .card-header-info .card-icon{
    background: linear-gradient(60deg,#26c6da,#00acc1);
}
.dash-content .card .card-header-violet .card-icon{
    background: #9c27b0;
}
.dash-content .card-icon .fa{
    font-size: 30px;
    color: #fff;
}
.dash-content .card .card-header h5{
    font-weight: bold;
    padding-top: 10px;
    font-size: 1.2rem;
}

.dash-content .card .card-body+.card-footer .stats, .card .card-footer .stats {
    color: #999;
    font-size: 13px;
    line-height: 22px;
    
}
.dash-content{
    background-color: #efefef;
}
.p-6{
    padding: 4rem !important;
}
.dash-content .card .card-header-danger .card-icon, .dash-meeting .card .card-header-warning .card-icon, 
.dash-content .card .primary-color-dark .card-icon, .dash-report .card-header-violet .card-icon{
    width: 100%;
    float: none !important;
}
.dash-content .card .card-header .card-explain{
    padding-top: 35px;
}
.dash-content .card .card-header-danger .card-icon {
    background: #c30909;
}
.dash-content .primary-color-dark .card-icon{
    background: #0d47a1 !important;
}
.dash-content .orange-color-dark .card-icon{
    background: #ffab40     !important;
}
.dash-content .card .card-header-green .card-icon{
    background-color: #33b5e5;
    width: 100%;
    float: none !important;
}
.dash-desk .card-header-darkBlue .card-icon{
    background-color: #150b89 !important;
    width: 100%;
    float: none !important;
}
.card-header-blue-dark .card-icon{
    background-color: #5c33e5 !important;
    width: 100%;
    float: none !important;
}
.dash-content .card .card-header .card-explain, .card-explain{
    background-color: #ffd6b6;
    padding: 10px;
    padding-top: 10px !important;
    font-size: 18px;
}
.dash-content .category{
    display: inline-block;
    color: #fff;
    font-weight: bold;
}
.dash-content .card-header .card-title{
    padding-top: 35px;
}
.avatar{
    list-style-type: none;
}
.avatar li{
    display: inline-block;
}
.avatar p{
    padding: 5px 8px;
}
.avatar img{
    width: 35px;
    height: 35px;
    border-radius: 50%;

}
.avatar.desktop{
    margin-bottom: 0;
}
.avatar.mobile{
    display: none;
}
@media(max-width:980px){
    .dash-content{
        padding: 2rem !important;
    }
    .dashboard #navbarNavDropdown .logo{
        display: none;
    }
    .dashboard .fa-bars{
        color:#fb8c00
    }
    .avatar.mobile{
        display: block;
        margin-bottom: 5px;
        position: relative;
    }
    .avatar.mobile li:first-child{
        position: absolute;
        right: 5px;
    }
    .avatar.desktop{
        display: none;
    }
}
/* video-dashboard */
.dash-content .view img {
    width: 100%;
    height: 230px;
}
.dash-content .card .view {
    padding: 7px;
}
.dash-video .card-title {
    font-size: 1rem;
    font-weight: bold !important;
}
.dash-orange{
    background-color: #ff662e;
    color: #fff;
}
/* financial-dashboard */
.dash-financial .card-icon p{
    font-size: 18px;
}
.dash-financial .btn-success{
    font-weight: bold;
}
.dash-content table.table td{
    vertical-align: inherit;
}
/* meeting-dashboard */
.dash-content .btn-indigo, .dash-content .btn-orange{
    width: 125px;
    padding: 15px 10px !important;
    font-size: 13px;
    font-weight: bold;
}
.dash-content .note.note-danger {
    background-color: #fae7e8;
    border-color: #f153a0;
}

.dash-content .note {
    padding: 10px;
    border-right: 6px solid;
    border-left: 0;
    border-radius: 5px;
}

.btn-floating.btn-lg {
    width: 61.1px;
    height: 61.1px;
}

.green.lighten-1 {
    background-color: #2ad9ac !important;
}
.btn-floating {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin:10px 0 10px 5px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 47px;
    height: 47px;
}
.file-field input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
}

.file-field.big .file-path-wrapper {
    height: 3.2rem;
}
.file-field .file-path-wrapper {
    height: 2.5rem;
    padding-right: 10px;
    overflow: hidden;
}
.file-field.big .file-path-wrapper .file-path {
    height: 3rem;
}
.md-form input[type="text"]:not(.browser-default){
box-sizing: content-box;
background-color: transparent;
border: 0;
border-bottom: 1px solid #ced4da;
border-radius: 0;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.file-field input.file-path {
    width: 100%;
    height: 36px;
}

.md-form .validate {
    margin-bottom: 2.5rem;
}
.btn-floating.btn-lg i {
    font-size: 1.625rem;
    line-height: 61.1px;
}

.btn-floating i {
    display: inline-block;
    width: inherit;
    color: #fff;
    text-align: center;
}
.select2-container .select2-selection--single{
    height:34px !important;
}
.select2-container--default .select2-selection--single{
         border: 1px solid #ccc !important; 
     border-radius: 0px !important; 
}
.dash-form label{
    font-weight: bold;
}
.dash-form button{
    font-size: 15px;
}
.dash-desk .nav-tabs .nav-item{
    width: 180px;
    border: 2px solid #ff662e
}
.dash-desk .nav-tabs .nav-item:first-child{
    margin-right: 250px;
}
.dash-desk .nav-tabs{
    border-bottom: 0;
}
.dash-desk .nav-tabs .nav-link{
    color: #333;
}
.dash-desk .nav-tabs .nav-link.active{
    background-color: #ff662e;
    color: #fff;
}
.dash-desk .desk-btn{
    width: 200px;
}
.dash-desk .desk-btn a{
    color: #333;
    width: 97px;
    display: inline-block;
    height: 40px;
    padding-top: 6px;
    font-size: 13px;
    box-shadow: 1px 2px 3px #ccc;
    font-weight: bold;
}
.dash-desk .btn-first{
    border: 1px solid #4d5ec1;
    transition: all .2s ease;
}
.dash-desk .btn-first:hover{
    background-color: #4d5ec1;
    color: #fff;
}
.dash-desk .btn-second{
    border: 1px solid orangered;
}
.dash-desk .btn-second:hover{
    background-color: orangered;
    color: #fff;
}
@media(max-width:980px){
    .dash-content .card [class*=card-header-] .card-icon{
        padding: 15px;
    }
}
@media(max-width:768px){
    .dash-content{
        padding:1rem !important
    }
    .dash-desk .nav-tabs{
        text-align: center;
        margin: 0 auto;
        display: block;
        padding-right: 0;
    }
    .dash-desk .nav-tabs .nav-item:first-child{
        margin-right: 0;
    }
}

/* loin page */
.login-elements{
    background: rgb(0,184,255);
    background: linear-gradient(38deg, rgba(0,184,255,1) 0%, rgba(255,255,255,1) 55%);
    padding-top: 180px;
    padding-bottom: 130px;
}
.login-elements .fa-lock{
    right: 0;
}
.form-check-input[type="checkbox"]+label{
    padding-left: 0;
    padding-right: 20px;
}
.login-elements .form, .login-elements .login-img{
    padding: 70px 50px;
}

.login-elements .form .btn{
    font-size: 16px;
}
.login-elements .login-img img{
    width: 100%;
}
@media (max-width:980px){
   
    .login-elements .form, .login-elements .login-img{
        padding: 0;
    }
}
@media (max-width:768px){
    
    .login-wrapper .wrapper{
        height: auto;
    }
    .login-elements .form{
        order: 2;
    }
    .login-elements .login-img{
        order: 1;
        text-align: center;
    }
    .login-elements .login-img img{
        width: 200px;
    }
    .login-elements{
        padding-top: 0;
        padding-bottom: 0;
    }
    .login-elements .form, .login-elements .login-img{
        padding: 30px 20px;
    }
}
/*  */
.services{
    background: url(../img/body-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.services .top{
    top: -85px;
}
.services .bottom{
    bottom: -50px;
}
.services .services-title p{
    font-size: 20px;
}
.services .img-content{
    border: 5px solid #fd7c00;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    overflow: hidden;
    text-align: center;
    box-shadow: 1px 2px 8px #ccc;
    width: 205px;
    height: 205px;
    margin: 0 auto;
}
.services .services-item{
    margin-bottom: 45px
}
.services .services-item img{
    margin-top: 0;
    padding: 0 10px;
}
.services .services-item h6{
    font-weight: bold;
    line-height: 25px;
    background-color: #8c89fe;
    color: #fff;
    border-radius: 20px;
    margin-top: 10px;
    height: 100px;
    padding: 10px 3px 0;
}
.services .img-content {
    position: relative;
}


.services .box1 img,.services .box1:after,.box1:before{
    width:100%;transition:all .3s ease 0s;margin-top:0 !important
}
.services .box1 .icon{
    text-align:center
}
.services .box1:after,.box1:before{
    content:""
}
.services .box1{
    overflow:hidden
}

.services .box1 .icon,.services .box1 .title{
    margin:0;
    position:absolute
}
.services .box1{
    box-shadow:0 0 3px rgba(0,0,0,.3);
    position:relative
}
.services .box1:after,.services .box1:before{
    height:50%;
    background:rgba(235, 235, 235, 0.6);
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    transform-origin:100% 0;
    transform:rotateZ(90deg)
}
.services .box1:after{
    top:auto;
    bottom:0;
    transform-origin:0 100%
}
.services .box1:hover:after,.box1:hover:before{
    transform:rotateZ(0)
}

.services .box1 .title{
    font-size:19px;
    font-weight:600;
    color:#fff;
    text-transform:uppercase;
    text-shadow:0 0 1px #004cbf;
    bottom:10px;
    left:10px;
    opacity:0;
    z-index:2;
    transform:scale(0);
    transition:all .5s ease .2s
}
.services .box1:hover .title{
    opacity:1;
    transform:scale(1)
}
.services .box1 .icon{
    padding:0;
    list-style:none;
    border-radius:0 0 0 10px;
    top:-100%;
    right:0;
    z-index:2;
    transition:all .3s ease .2s;
    width: 100%;
}
.services .box1 .icon p{
    color: #fff;
    font-weight: bold;
    background-color: #fd7c00;
    padding: 5px;
    position: relative;
    top: -10px;
}
.services .box1:hover .icon{
    top:40%
}
.services .box1 .icon li{
    display:block;
    margin:10px 0
}
.services .box1 .icon li a{
    display:block;
    width:35px;
    height:35px;
    line-height:35px;
    border-radius:10px;
    font-size:18px;
    color:#fff;
    transition:all .3s ease 0s
}

.services .box1 .icon li a:hover{
    color:#fff;
    box-shadow:0 0 10px #000 inset,0 0 0 3px #fff
}
@media only screen and (max-width:990px){
    .services .box1{margin-bottom:30px}
}
@media (max-width:980px){
    .services .services-item {
        margin-bottom: 0;
    }
    .services .top {
        top: 0;
    }
    .services .bottom{
        bottom: 0;
    }
}
@media (max-width:768px){
    .services .img-content{
        width: 165px;
        height: 165px;
    }
}
@media (max-width:530px){
    .services .img-content{
        width: 205px;
        height: 205px;
    }
}

/* courseList */
.course-list{
    background: url(../img/body-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    font-family: "IRANSans-L" !important;
}
.custom-title{
    font-family: 'Aviny' !important;
    color: #545454;
    font-weight: bold;
}
.cours-title p{
    font-size: 20px;
}
.pricingTable{
    color: #555;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    border-radius:8px    

}
.pricingTable .pricingTable-header{
    color: #fff;
    background: linear-gradient(to top right,#854BCC,#4C9FD0);
    padding: 25px 20px 80px;
    margin: 0 0 10px;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
}
.pricingTable .title{
    color: rgba(255,255,255,0.8);
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.pricingTable .price-value .amount{
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    display: block;
}
.pricingTable .price-value .duration{
    font-size: 19px;
    font-weight: 200;
    letter-spacing: 0.5px;
    display: block;
}
.pricingTable .pricing-content{
    padding: 0;
    margin: 0 0 35px;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricing-content li{
    font-size: 18px;
    line-height: 25px;
    text-transform: capitalize;
    line-height: 35px;
    padding: 5px 0 0;
    color: #555;
    font-weight: bold;
}
.pricingTable .pricing-content li:after{
    content: '';
    background: linear-gradient(to top right,#f20838,#f67892);
    height: 2px;
    width: 100%;
    margin: 5px 0 0;
    clear: both;
    display: block;
}
.pricingTable .pricing-content li:last-child:after{ display: none; }
.pricingTable .pricingTable-signup{
    background: linear-gradient(to top right,#f20838,#f67892);
    padding: 10px 10px 9px;
}
.pricingTable .pricingTable-signup a{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-family: "IRANSans-L" !important;
}
.pricingTable .pricingTable-signup a:hover{
    color: #fff;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}
.pricingTable.violet1 .pricingTable-header,
.pricingTable.violet1 .pricing-content li:after,
.pricingTable.violet1 .pricingTable-signup{
    background: linear-gradient(to top right,#6e00fd,#ba5fe9);
}
.pricingTable.orange1 .pricingTable-header,
.pricingTable.orange1 .pricing-content li:after,
.pricingTable.orange1 .pricingTable-signup{
    background: linear-gradient(to top right,#fb6d00 ,#f9bd5c);
}

.pricingTable.green .pricingTable-header, .pricingTable.green .pricing-content li:after, .pricingTable.green .pricingTable-signup {
    background: linear-gradient(to top right,#4EEABA,#36A3CC);
}
.pricingTable .pricingTable-header {
    color: #fff;
    background: linear-gradient(to top right,#f20838,#f67892);
    padding: 25px 20px 80px;
    margin: 0 0 10px;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
}
.pricingTable .star-rating-stars .fa{
    color: #ffbf2b;
    font-size: 25px;
}
.pricingTable .pricing-content .fa-check{
    color: #1ba429;
}
.pricingTable .content-body{
    height: 215px;
}
.pricingTable-header{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.pricingTable-signup{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.course-categories{
    background-color: #f6f7fa;
}
.course-type{
    padding: 0 15px;
}
.course-type a{
    border: 3px solid rgb(188, 7, 243);
    background-color: #fff;
    box-shadow: 1px 2px 5px #a8a8a8;
    padding: 35px 10px;  
    border-radius: 10px;
    text-align: center;
    width: 100%;
    display: block;
    color: #555;
    font-weight: bold;
    transition: all .3s ease-out;
}
.course-type a:hover{
    margin-top: -15px;
    color:rgb(188, 7, 243) ;
}
@media (max-width:768px){
    .course-type a:hover{
        margin-top: 0;
        color:rgb(188, 7, 243) ;
    }
}

/* course-single */
.course-single{
    margin-top: 30px;
    text-align: right;
}
.row-style{
    box-shadow: 0px 2px 7px #d2d2d2;
   
}
.single-title{
    display: flex;
    justify-content: space-between;
}
.single-title p{
    line-height: 32px;
}
.single-title .star-rating-stars{
    display: inline-flex;
   
}
.final-action span{
    float: left;
    font-weight: bold;
    padding-top: 30px;
    font-size: 20px;
}
.btn-shop-course{
    padding: 20px 100px;
    font-size: 16px;
    font-weight: bold;
}
.product_title{
    text-align: right;
    font-size: 23px;
    font-weight: bold;
}
.product-icon{
    list-style-type: none;
    padding-right: 0;
}
.product-icon li{
    display: inline-block;
    margin: 0 15px;
}
.product-icon li span{
    font-size: 14px;
}
@media (max-width:768px){
    .product-icon li{
        width: 30%;
        margin-bottom: 10px;
    }
}
.pt-50{
    padding-top: 50px;
}
.course-whats-learn-section{
    text-align: justify;
}
.single-custom-title{
    font-weight: bold;
}
.elementary-course-list .action{
    background-color: #6e00fd !important;
    color: #fff;
    font-size: 15px;
    margin:20px auto;
}
.elementary-course-list .action:hover{
    color: #fff !important;
    background-color: #5c05cf !important;
    transition: all 0.2s ease-in-out;
}
.dash-side-menu{
    background-color: #ffffff;
    padding: 10px;
    border-radius: 4px;
    display: none;
    
}
.dash-side-menu .buttonburger{
    display:flex;
    justify-content: space-between;
}
.dash-side-menu a .side-menu-title{
    color: #555;
    font-weight: bold;
}
.dash-side-menu a .fa-bars{
    padding: 5px;
    border: 1px solid;
    border-radius: 2px;
}
.dash-side-menu .dropdown-toggle::after{
    display: none;
}
.dash-side-menu .dropdown-menu{
    width: 100%;
}
#sideMenu{
    list-style-type: none;
    padding-right: 0;
}
#sideMenu li a{
    padding: 15px 10px;
    color: #444;
    font-weight: bold;
    font-size: 15px;
    text-align: right;

}
#sideMenu li a:active, #sideMenu li a.active{
    background-color: rgb(255, 102, 46) !important;
    color: #fff !important;
}
@media(max-width:768px){
    .dash-side-menu{
        display: block;
    }
    .dash-content h4{
        padding-bottom: 1rem !important;
    }
}
/* signUp */
.signUp-elements{
    background: rgb(0,184,255);
    background: linear-gradient(38deg, rgba(0,184,255,1) 30%, rgba(255,255,255,1) 70%);
    padding: 130px 150px;
    
}
.signUp-elements .form{
    padding:0 80px
}
@media (max-width:980px){
    .signUp-elements .form{
        padding:15px
    }
    .signUp-elements{
        padding:130px 80px
    }
}
.signUp-elements label{
    display: block;
    font-weight: bold;
    font-size: 14px;
}
.select2-container--default .select2-selection--single{
    height: 37px !important;
    border: 1px solid #ced4da;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 33px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    left: 5px;
    right: unset;
}
.select2-container--default .select2-results>.select2-results__options{
    text-align:right;
}
.select2-container{
    width: 100% !important;
}
input::placeholder{
    font-size: 13px;
}
.signUp-elements button{
    width: 200px;
    margin: 0 auto !important;
    font-size: 16px;
    font-weight: bold;
}
@media (max-width:768px){
    .signUp-elements{
        padding: 50px 0;
    }
}
@media (min-width:992px){
    .signUp-elements{
        padding: 50px 0;
    }
}
/* videos page */
.videos-elements h1, .videos-elements h2, .videos-elements h3, .videos-elements h4, .videos-elements h5, .videos-elements h6 {
    color: #3e4555;
    }
   
.videos-elements .linking{
color: #3e4555;
}
.videos-elements .linking:hover{
color: #316ce8;
}
.videos-elements .font-weight-medium {
font-weight: 500;
}
.videos-elements .bg-light {
background-color: #f4f8fa !important;
}
.videos-elements .subtitle {
color: #8d97ad;
line-height: 24px;
}
.videos-elements .card.card-shadow {
-webkit-box-shadow: 0px 0px 15px #d9d9d9;
box-shadow: 0px 0px 15px #d9d9d9;
border-radius: 10px;
overflow: hidden;
transition: all .2s ease-out;
cursor: pointer;
}
.videos-elements .card.card-shadow:hover{
    margin-top: -10px;
}
.videos-elements .wrap-service5-box .card-body {
padding: 0 !important;
background:#fffff9;
border-radius: 10px;
}
.videos-elements .card-content{
    padding: 20px;
    text-align: center;
}
.videos-elements .grade{
    background: linear-gradient(to right, #1be4e9 0%, #59cdcf 100%);
    text-align: center;
    padding-left:5px;
    padding-right: 5px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #fff;
    font-weight: bold;
}

.videos-elements .wrap-service5-box .icon-size{
font-size: 18px;
}
.which-grade{
    font-family: 'Aviny';
    font-size: 33px;
}

.videos-elements .grade-view {
padding: 10px 25px;
font-size: 15px;
border: 2px solid #3bd7db;
color: #3bd7db;
box-shadow: none;
transition: all .2s ease-in;
}
.videos-elements .grade-view:hover{
    background-color: #3bd7db;
    color: #fff;
}
@media (max-width:768px){
    .videos-elements .card.card-shadow{
        width: 270px;
        margin: 0 auto;
    }
}

/* assist page */
.assist-elements{
    background: linear-gradient(38deg, rgb(253 132 255) 30%, rgba(255,255,255,1) 70%);
}
.assist-elements .form{
    padding:0 80px
}
@media (max-width:980px){
    .assist-elements .form{
        padding:15px
    }
}
@media (max-width:780px){
    .signUp-elements{
        padding:100px 20px
    }
}
.assist-elements .violet-color{
    background-color: #b700d9;
    color: #fff;
}
.assist-elements .note.note-danger{
    border-color: #dd40b4;
}
.assist-elements .note {
    padding: 10px;
    border-right: 6px solid;
    border-left: 0;
    border-radius: 5px;
}
.assist-elements .note h6{
    font-size: 1.1rem;
}
.assist-elements .note strong{
    font-weight: bold;
}
.assist-elements .note p{
    margin-bottom: 0;
}
.assist-elements .repeat-title{
    font-weight:bold
}
.action-btns{
    width: 100%;
    text-align: center;
}
.assist-elements .btn-success, .assist-elements .btn-danger{
    width:auto;

}
.assist-elements .btn-success{
    box-shadow: none;
    border: 3px solid #00c851;
    border-radius: 4px;
}
.assist-elements .btn-danger{
    display: none;
    box-shadow: none;
    border: 3px solid #ff4f5e;
    border-radius: 4px;
}
#customFile{
    border: 1px solid #ced4da;
    width: 100%;
    border-radius: 0.25rem;
}
.assist-elements .right-form-check, .assist-elements .left-form-check, .form-check{
    display: flex;
}
.assist-elements .form-check-member,.assist-elements .form-check-employment, .form-check-note{
    margin-left: 7px;
}
/* supportTraning page */
.support-elements{
    padding-top: 100px;
    padding-bottom:100px;
}
@media (max-width:780px){
    .support-elements{
        padding-top: 30px;
        padding-bottom:30px;
    }
}
.support-elements .view img {
    width: 100%;
    height: 185px;
}
.support-elements .container .col-md-3{
    padding-left: 10px;
    padding-right: 10px;
}
.support-elements .card-title {
    font-size: 1rem;
    font-weight: bold !important;
}
.support-elements .btn-custom1 {
    background-color: #7642f4!important;
    color: #fff;
    display: block;
    margin: 0 35px;
    font-weight: bold;
}
.pageination nav{
    margin: 0 auto;
}
/* single-support */
.btn-custom1 {
    background-color: #7642f4!important;
    color: #fff;
    font-weight: bold;
    padding:12px 0 !important; 
}
/* subMenu */
.navbar-nav .sub-menu .dropdown-menu{
    right:225px;
    top:0;
}

/*  */
.course .block-2 a{
    color: #fff;
}
.news .card-title.pt-2.m-height{
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
}
.news .card-body{
    height: 205px;
    position: relative;
}
.news .third-period .action{
    position: absolute;
    bottom: 10px;
}
/* branches */
.map-holder{
    padding: 30px 0;
    /* background-image: url(../img/earth.png);
    background-position: bottom left;
    background-repeat: no-repeat; */
}
.map-holder #map{
    height: 350px;
    border: 6px solid #01c4e3;
    border-radius: 5px;
    padding-bottom: 100px;
}
.map-holder img{
    margin: 45px auto;
}
.text-bold h2{
    font-weight: bold;
}
.branch-list .card{
    border-bottom-left-radius: 70px;

}
.branch-list{
    background: url(../img/body-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.branch-list .ribbon{
    margin: 0;
}
.branch-list .card .view {
    padding: 0;
}
.branch-list .ribbon h4{
    margin: 0 -10px 0px;
}
.branch-list .card-title{
    font-size: 1.1rem;
}
.branch-list .ribbon .boy{
    background-color: #285cef;
}
.branch-list .ribbon .girl{
    background-color: #ff269e;
}
.branch-list .ribbon .girl-boy{
    background-color: #b1b1b1;
}
.branch-list .card-body img{
    border-radius: 2px;
    border: 0;
    width: 100%;
    height: 230px;
}
.branch-list .card-text{
    padding-right: 0;
    list-style-type: none;
    border-bottom: 2px dotted #d7d7d7;
    padding-bottom: 10px;
    height: 80px;
}
.branch-list .card-text.last{
    border: 0;
}
.branch-list .card-text .fa{
    color: #b5b5b5;
}
/* responsive table */
.dash-content .table .table-head{
    display: none;
    font-weight: bold;
}
@media (max-width:780px){
    .dash-content .table .table-head{
        display: block;
    }
    .dash-content .table thead{
        display: none;
    }
    .dash-content table.table td{
        display: block;
        text-align: right;
    }
    .dash-content .nav-pills{
        margin: 0px;
    }
}
.dash-content .col-md-12 .card{
    margin-bottom: 50px;
}
.dash-content .nav-pills{
    margin: 0px 70px;
    padding-right: 0;
    padding-bottom: 30px;
}

.dash-content .nav-pills .nav-link{
    padding: 12px;
}
.dash-content div#switchWeek{
    margin-left: 70px;
    margin-right: 70px;
}
.dash-content span.prev-week{
    float: right;
}
.dash-content span.next-week{
    float: left;
    margin-left: 0;
}
.dash-content .next-prev-week-calendar a .fa{
    font-size: 12px;
}
.dash-content .next-prev-week-calendar a{
    color: #fff;
    background-color: #73cd10;
    padding: 4px 7px;
    font-weight: bold;
    border-radius: 8px;
}
.dash-content .nav-pills .nav-link{
    border: 1px solid #73cd10;
    border-radius: 0;
} 
.dash-content .nav-pills .nav-link.active{
    background-color: #73cd10 !important;
}
@media (max-width:980px){
    .dash-content .nav-pills{
        display: inline-block;
    }
    .dash-content .nav-pills .nav-item{
        display: inline-block;
        width: 49%;
    }
}
@media (max-width:480px){
    .dash-content .nav-pills .nav-item{
        width: 100%;
    }
}
/* contact-us */
.contact-icon-box {
    text-align: center;
    height: 350px;
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-box-shadow: 0 20px 60px 0 rgb(40 93 251 / 16%);
    box-shadow: 0 20px 60px 0 rgb(40 93 251 / 16%);
}
.contact-icon-box:hover {
    background: #1067db;
    -webkit-box-shadow: 0 23px 49px 0 rgb(38 91 251 / 35%);
    box-shadow: 0 23px 49px 0 rgb(38 91 251 / 35%);
}
.contact-icon-box .contact-icon {
    border-right: 5px dashed #1067db;
    border-bottom: 5px solid #1067db;
    display: inline-block;
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 50%;
}
.contact-icon-box .contact-icon i {
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 50px;
    background: #1067db;
}
.contact-icon-box:hover .contact-icon {
    border-right: 5px dashed #fff;
    border-bottom: 5px solid #fff;
}
.contact-icon-box .contact-body h5 {
    margin-bottom: 10px;
    font-weight: bold;
}
.contact-icon-box:hover .contact-body h5, .contact-icon-box:hover .contact-body p {
    color: #fff;
}
.contact-icon-box p{
    margin-bottom: 5px;
}
.quotation-sec {
    padding: 140px 0 160px;
    background-color: #ebf5ff;
    position: relative
}
.shape_wrap .shape {
    position: absolute;
    pointer-events: none;
    z-index: -1;
}
.shape-top {
    top: 0;
    z-index: 0 !important;
    left: 0;
    right: 0;
}
.shape-bottom {
    bottom: 0;
    z-index: 0 !important;
    left: 0;
    right: 0;
}
.shape-top img, .shape-bottom img {
    display: block;
    width: 100%;
}
.sec-title {
    text-align: center;
    margin: 0 0 40px;
}
.sec-title h2 {
    font-family: 'Aviny';
    font-size: 45px;
    color: #000000;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}
.sec-title h2::before {
    content: '';
    border: 1px solid #8400fc;
    width: 25px;
    position: absolute;
    left: -40px;
    top: 19px;
}
.sec-title h2::after {
    content: '';
    border: 1px solid #8400fc;
    height: 20px;
    position: absolute;
    left: -15px;
    top: 10px;
}
.sec-title h2 span::before {
    content: '';
    border: 1px solid #8400fc;
    width: 25px;
    position: absolute;
    right: -40px;
    top: 19px;
}
.sec-title h2 span::after {
    content: '';
    border: 1px solid #8400fc;
    height: 20px;
    position: absolute;
    right: -15px;
    top: 10px;
}
.quotation-sec form {
    padding: 40px;
    background: #fff;
    box-shadow: 0px 16px 41px rgb(0 0 0 / 10%);
}
.quotation-sec .form-control {
    display: block;
    width: 100%;
    height: 50px;
    color: #848484;
    line-height: 30px;
    padding: 12px 10px;
    font-size: 14px !important;
    font-weight: 300;
    background-color: #ffffff;
    border: 1px solid #ececec;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.quotation-sec textarea.form-control {
    height: 180px;
    resize: none;
    padding: 12px 25px;
}
.quotation-sec form .bttn {
    background: #1067db;
}
.quotation-sec .bttn:hover:before, .quotation-sec .bttn:focus:before, .quotation-sec .bttn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.bttn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border-radius: 0;
    padding: 8px 20px 9px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    background: #4ac8ed;
    border: none;
    cursor: pointer;
}
.bttn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #242c42;
}



.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    height: 43px;
}
.waveTop {
    background-size: 50% 44px;
    background-image: url(../img/wave_shape3.png);
    right: 0;
}
.footer-wave {
    background-size: 50% 44px;
    background-image: url(../img/wave_shape3.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    /* background-position: 0 bottom;
    transform-origin: center bottom; */
}
.announcement {
    justify-content: right;
    align-items: center;
    display: flex;
    overflow: hidden;
  }
@media (max-width:768px){
    .footer-wave {
        background-size: 90% 44px;
       
    }
}