@charset "utf-8";

/* CSS Document */

.ita {
    margin: 0;
    padding: 0;
}

.ita-list {
    margin: 0;
    padding: 0;
}

.ita .ita-header {
    margin: 0;
    padding: 0px 10px!important;
    font: 22px/60px 'anakotmai-medium', Arial, sans-serif;
    color: #333;
}

.ita .ita-header .font-small {
    font: 18px/25px 'anakotmai-medium', Arial, sans-serif;
}

.ita .ita-header .ita-font-green {
    color: #0a81ef;
}

.ita .ita-header-sub {
    font: 22px/30px 'anakotmai-medium', Arial, sans-serif;
    color: #333;
    background: #e0e0e0;
    padding: 20px;
    max-width: 100%;
}

.ita .ita-header-sub .font-small {
    font: 18px/25px 'anakotmai-medium', Arial, sans-serif;
}

.ita .ita-block {
    margin: 0;
    padding: 0;
}

.ita .ita-block .ita-top {
    font: 22px/30px 'anakotmai-medium', Arial, sans-serif;
    padding: 0px 5px!important;
    margin-bottom: 20px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-radius-bottomright: 100px;
    border-bottom-right-radius: 100px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6bba70+0,6bba70+100;Green+Flat+%234 */
    background: #185bcc;
    /* Old browsers */
    background: -moz-linear-gradient(top, #4098e6 0%, #185bcc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4098e6 0%, #185bcc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #4098e6 0%, #185bcc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ba61ff ', endColorstr='#8422d0 ', GradientType=0);
    /* IE6-9 */
    border: 2px solid #fff;
    -webkit-box-shadow: 7px 9px 21px -16px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 9px 21px -16px rgba(0, 0, 0, 0.75);
    box-shadow: 7px 9px 21px -16px rgba(0, 0, 0, 0.75);
}

.ita .ita-block .ita-top img {
    width: 25px;
    height: auto;
}

.ita .ita-block .ita-top .ita-icon {
    margin: 0;
    padding: 10px;
    -webkit-box-shadow: 7px 9px 21px -16px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 9px 21px -16px rgba(0, 0, 0, 0.75);
    box-shadow: 7px 9px 21px -16px rgba(0, 0, 0, 0.75);
}

.ita .ita-block .ita-top .bg-green {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b4e391+0,61c419+50,b4e391+100;Green+3D */
    background: #b4e391;
    /* Old browsers */
    background: -moz-linear-gradient(top, #b4e391 0%, #61c419 50%, #b4e391 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b4e391 0%, #61c419 50%, #b4e391 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b4e391 0%, #61c419 50%, #b4e391 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391', GradientType=0);
    /* IE6-9 */
    border: 3px solid #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.ita .ita-block .ita-top .ita-text {
    margin: 0;
    padding: 0;
    color: #fff;
}

.ita .ita-block .ita-mid {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.ita .ita-block .ita-mid .btn-green {
    font: 18px/20px 'anakotmai-medium', Arial, sans-serif;
    padding: 15px 30px;
    margin: 10px 0px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#61c419+0,b4e391+79,b4e391+79,b4e391+100 */
    background: #0a81ef;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #61c419 0%, #b4e391 79%, #b4e391 79%, #b4e391 100%);
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#61c419', endColorstr='#b4e391', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 2px solid #fff;
    -webkit-box-shadow: 7px 9px 21px -16px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 9px 21px -16px rgba(0, 0, 0, 0.75);
    box-shadow: 7px 9px 21px -16px rgba(0, 0, 0, 0.75);
}

.ita .ita-block .ita-mid .btn-green a {
    color: #fff;
    text-decoration: none;
}

.ita .ita-block .ita-mid .btn-green:hover {
    cursor: pointer;
}

.ita .ita-block .ita-mid .btn-green:hover a {
    color: #fff;
    text-decoration: none;
}