@import url(http://fonts.googleapis.com/css?family=Merriweather:300,400,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700);

/**/

/* reset */

/**/

html,
body {
    width: 100%;
    min-height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body,
iframe,
footer,
main,
aside,
section,
article,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
hr,
blockquote,
pre,
a,
address,
del,
em,
sub,
figure,
figcaption,
img,
form,
fieldset,
legend,
label,
input,
select,
textarea,
button,
table,
thead,
tbody,
tfoot,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html,
body,
iframe,
footer,
main,
aside,
section,
article,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
hr,
blockqoute,
pre,
figure,
figcaption,
address,
form,
fieldset,
legend,
label,
input,
select,
textarea,
button {
    display: block;
    font-size:14px; text-align:justify;
}   

input,
textarea {
    border-radius: 0;
    -moz-border-radius: 0;
    -mz-border-radius: 0;
    -webkit-border-radius: 0;
}

input,
select,
textarea,
button {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html,
body {
    -webkit-text-size-adjust: none;
    width: 100%;
    overflow-x: hidden;
}

body.boxed {
    max-width: 1250px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
}

body.boxed .sticky-menu.scrolling {
    left: auto !important;
}

dl,
dt,
dd,
ul {
    list-style: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

a,
button {
    cursor: pointer;
}

i {
    font-style: normal;
}
/**/

/* defaults */

/**/

body {
    font-family: 'Raleway';
    color:#333;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    background-color: #ffffff;
	/*background:url(../img/BG_Img_1.gif); background-repeat:repeat; background-position:top center;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:Arial, Helvetica, sans-serif;
    color: #333333;
    clear: both;
    font-weight:bold;
    margin: 17px 0 12px;
}

.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
    margin-top: 0;
}

h1 {
    font-size: 32px;
    line-height: 1;
}

h2 {
    font-size: 28px;
    line-height: 1.4;
}

#home h2 {
    margin-bottom: 10px; color:#FFF;
}

h2 .specification {
    font-size: 20px;
    color: #b0b0b0;
}

h3 {
    font-size: 24px;
    line-height: 1.4;
}

h4 {
    font-size: 20px;
    line-height: 1.4;
}

h5 {
    font-size: 18px;
    line-height: 1.4;
}

h6 {
    font-size: 16px;
    line-height: 1.4;
}

.font-style-1 {
    font-family: "Merriweather";
    font-weight: 300;
    font-size: 30px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 35px;
}

p {
    line-height:25px;
    margin-bottom: 10px;
}

p:last-child {
    margin-bottom: 0;
}

sup {
    font-size: 0.7em;
}

strong {
    color: #333333;
    font-weight: 500;
}

hr {
    height: 1px;
    background-color: #f2f2f2;
}

p+hr {
    margin: 20px 0;
}

section {
    padding: 20px 0 20px 0;
}

.padding-section {
    padding: 20px 0px;
}

hr+section {
    padding-top: 40px;
}

.fullwidth-background {
    background-image: url(../img/HDY-building.jpg);
    background-repeat:no-repeat;
	background-attachment:fixed!important; background-position:top center; color:#333!important;
	background-size: 100% 100%;
  -o-background-size: cover;
  background-size: cover;
	}

hr.corect-margin {
    margin-top: 10px;
}

hr.divider-color,
hr.divider-big {
    height: 3px;
}

hr.divider-color:before {
    content: '';
    display: block;
    height: 100%;
    background-color: #f9cb8f;
    width: 45px;
    border-left: 45px solid #40b3e9; /* #f27c66 */
    border-right: 45px solid #18bb7c;
    margin: 0px auto;
}

.divider-mini {
    width: 138px;
    height: 3px;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 14px auto 14px auto;
    background-color: #ffffff;
    border-left: 46px solid;
    border-right: 46px solid;
    border-left-color: #40b3e9;
    border-right-color: #18bb7c;
    display: block;
}

.twitter-1 .divider-mini {
    background-color: #f9cb8f;
    border-left-color: #40b3e9;
    border-right-color: #ffffff;
    margin-top: 26px;
    margin-bottom: 14px;
}

hr+hr {
    margin-top: 20px;
}

.margin-top-none {
    margin-top: 0;
}

.padding-top-none {
    padding-top: 0 !important;
}

.padding-none {
    padding: 0 !important;
}

.margin-none {
    margin: 0 !important;
}

.margin-l-70 {
    margin-left: 70px;
}

p.paragraph-border:first-letter,
p.paragraph-background:first-letter {
    font-size: 1.29em;
    font-weight: 800;
    padding: 0 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-right: 2px;
}

p.paragraph-border:first-letter {
    color: #40b3e9;
    border: 2px solid #40b3e9;
}

p.paragraph-background:first-letter {
    color: #ffffff;
    background-color: #40b3e9;
}

p.paragraph-color:first-letter {
    font-size: 1.71em;
    font-weight: 800;
    margin-right: 2px;
    color: #40b3e9;
}

ins,
ins.color {
    background-color: #40b3e9;
    color: #ffffff;
    text-decoration: none;
    padding: 0 2px;
}

ins.color {
    background-color: #6aa2de;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

p a {
    color: #40b3e9;
}

ul,
ol {
    list-style: none;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #333333;
}

ol {
    list-style-type: decimal;
    padding-left: 20px;
}

ol li {
    padding-left: 0;
    color: #40b3e9;
    font-weight: 500;
}

ol li span {
    color: #333333;
    font-weight: 400;
}

li>ul {
    margin-bottom: 0;
}

/* ul li:before {
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 8px;
    position: absolute;
    left: 0px;
    color: #40b3e9;
    font-weight: 800;
    line-height: 35px;
} */

ul.check-list li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: inherit;
}

.line-h-10 {
    line-height: 10px;
}

ul.minus-list li:before {
    content: "\f068";
    font-family: "FontAwesome";
    font-size: inherit;
}

dl {
    margin-bottom: 20px;
}

dt,
dd {
    font-size: 14px;
    line-height: 36px;
}

dt {
    color: #f9cb8f;
    float: left;
    margin-right: 5px;
}

dd {
    color: #333333;
}

blockquote {
    display: block;
    padding: 20px 30px 25px 30px;
    position: relative;
    border: 1px solid #e6e6e6;
    margin: 15px 60px 15px 60px;
    color: #333333;
}

q {
    display: block;
    font-style: italic;
    color: #333333;
    /*margin-top: 12px;*/
    padding-bottom: 5px;
}

q b {
    font-size: 18px;
    color: #40b3e9;
    font-style: normal;
    text-transform: none;
    font-family: 'Raleway';
    font-weight: 500;
}

q:before,
q:after {
    content: "\201c";
    font-style: normal;
    font-size: 80px;
    top: 7px;
    margin-right: 3px;
    line-height: 0px;
    font-family: "Arial";
    color: #40b3e9;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
}

q:before {
    margin-left: -30px;
}

.quotes-carousel q:before {
    margin-left: 0px;
}

.quotes-carousel q {
    padding-left: 0;
}

q:after {
    content: "\201D";
    top: 16px;
    font-style: normal;
    margin-left: 10px;
}

img {
    display: block;
    height: auto;
    margin: auto;
    /* width: 170px; */
}

.widget-tag {
    color: #40b3e9;
}

.widget-tag a[rel="tag"] {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    color: #40b3e9;
}

.widget-tag a[rel="tag"]:hover {
    text-decoration: none;
}

.border-img {
    float: left;
    border: 1px solid #cfcfcf;
    padding: 4px;
}

.img-float-left {
    float: left;
    margin: 3px 30px 0px 0px;
}

.img-float-right {
    float: right;
    margin: 7px 0px 0px 30px;
}

.page-content {
    padding:10px 0;
}

.block-overflow {
    overflow: hidden;
}

select {
    width: 100%;
    height: 38px;
    line-height: 34px;
    padding: 0 0 0 10px;
    border: 1px solid #e1e1e1;
    color: inherit;
}

.center-text {
    text-align: center;
}

.border {
    border: 1px solid #e1e1e1;
    padding: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.main-page h4 {
    text-transform: capitalize;
}

main>section:first-child,
.container section:first-child {
    margin-top: 0;
    padding-top: 0;
}

@media screen and (max-width: 768px) {
    blockquote {
        margin: 0;
    }
}

.fs-18 {
    font-size: 18px;
}

/**/

/*pattern*/

/**/

html.t-pattern-1 {
    background-image: url(../img/pattern/1.png);
    background-repeat: repeat;
}

html.t-pattern-2 {
    background-image: url(../img/pattern/agsquare.png);
    background-repeat: repeat;
}

html.t-pattern-3 {
    background-image: url(../img/pattern/brickwall.png);
    background-repeat: repeat;
}

html.t-pattern-4 {
    background-image: url(../img/pattern/bright_squares.png);
    background-repeat: repeat;
}

html.t-pattern-5 {
    background-image: url(../img/pattern/debut_light.png);
    background-repeat: repeat;
}

html.t-pattern-6 {
    background-image: url(../img/pattern/gplaypattern.png);
    background-repeat: repeat;
}

html.t-pattern-7 {
    background-image: url(../img/pattern/light_wool.png);
    background-repeat: repeat;
}

html.t-pattern-8 {
    background-image: url(../img/pattern/subtle_dots.png);
    background-repeat: repeat;
}

/**/

/* padding & margin none*/

/**/

.padding-bottom-none {
    padding-bottom: 0 !important;
}

/**/

/* clearfix */

/**/

.clear-fix:after {
    content: '';
    display: table;
    clear: both;
}

/**/

/* grid */

/**/

.grid-row,
.container {
    width: 1220px;
    margin: 0 auto;
}

.container .grid-row {
    width: 100%;
}

.grid-col {
    float: left;
    margin-left: 30px;
}

.grid-col-row {
    margin-left: -30px;
}

.grid-col-3 {
    width: 242px;
}

.grid-col-4 {
    width: 400px;
}

.grid-col-6 {
    width: 585px;
}

.grid-col-8 {
    width: 790px;
}

.grid-col-9 {
    width: 890px;
}

.grid-half {
    width: 50%;
}

.grid-buttons a:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    /* laptop */
    .grid-row,
    .container {
        width: 1000px;
    }
    .grid-col {
        margin-left: 20px;
    }
    .grid-col-row {
        margin-left: -20px;
    }
    .grid-col-3 {
        width: 235px;
    }
    .grid-col-4 {
        width: 320px;
    }
    .grid-col-6 {
        width: 490px;
    }
    .grid-col-8 {
        width: 660px;
    }
    .grid-col-9 {
        width: 745px;
    }
}

@media screen and (max-width: 980px) {
    /* pad */
    .grid-row,
    .container {
        width: 738px;
    }
    .grid-col {
        margin-left: 18px;
    }
    .grid-col-row {
        margin-left: -18px;
    }
    .grid-col-3 {
        width: 171px;
    }
    .grid-col-4 {
        width: 234px;
    }
    .grid-col-6 {
        width: 360px;
    }
    .grid-col-8 {
        width: 486px;
    }
    .grid-col-9 {
        width: 549px;
    }
}

@media screen and (max-width: 767px) {
    /* phone */
	
	.head_pad{padding:10px!important;}
    .grid-row,
    .container {
        width: auto;
        margin: 0 20px;
    }
	
	.grid-col{
		  float: none;
          width: 100%!important;
	}
	
    .grid-col-row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .grid-col.grid-col-3.alt {
        float: left;
        width: calc(50% - 18px);
        margin-left: 10px;
        margin-right: 10px;
        margin: 20px 10px 20px 10px;
    }
    .grid-col,
    .grid-col.grid-col-3.sidebar {
        float: none;
        width: 100%;
        margin: 0 0 40px 0;
    }
    .grid-col-row .grid-col {
        width: calc(100% - 18px);
        margin-left: 10px;
        margin-right: 10px;
    }
    .grid-col.grid-col-4,
    .grid-col.grid-col-6,
    .grid-col.grid-col-3 {
        float: left;
        width: calc(95% - 18px)!important;
        /* margin-bottom: 0; */
        /* padding: 0 10px 0 10px; */
        margin-right: 10px;
        margin-left: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    section.grid-col.grid-col-4 {
        margin-bottom: 0;
    }
    .grid-col.grid-col-4:nth-child(2n+1),
    .grid-col.grid-col-6:nth-child(2n+1),
    .grid-col.grid-col-3:nth-child(2n+1) {
        clear: left;
    }
    .sidebar+.grid-col.grid-col-6 {
        float: none;
        width: 100%;
        margin: 0 0 40px 0;
    }
    section.grid-col {
        margin: 0;
    }
    footer h2 {
        margin-top: 0 !important;
    }
    .grid-col:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 479px) {
    .grid-col.grid-col-4,
    .grid-col.grid-col-6,
    .grid-col.grid-col-3 {
        float: none;
        width: 100%!important;
        margin: 0 0 40px 0;
    }
	.grid-col{
		  float: none;
          width: 100%!important;
	}
    .grid-col-row {
        margin-left: 0;
        margin-right: 0;
    }
}

.grid-col-row {
    margin-top: 6px;
}

/**/

/* grid */

/**/

.columns-row {
    margin: 0 -15px;
}

.columns-row:after {
    content: '';
    display: table;
    clear: both;
}

.columns-col {
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.columns-col-3 {
    width: 25%;
}

.columns-col-4 {
    width: 33.33%;
}

.columns-col-6 {
    width: 50%;
}

.columns-col-8 {
    width: 66.66%;
}

.columns-col-9 {
    width: 75%;
}

.columns-col-12 {
    width: 100%;
}

@media screen and (max-width: 980px) {
    /* pad */
    .columns-col {
        width: 100%;
    }
    .columns-col+.columns-col {
        margin-top: 30px;
    }
}

/**/

/* default color */

/**/

.color-palette {
    min-height: 60px;
    text-align: center;
}

.color-palette:first-child {
    border-top-right-radius: 3px;
    -ms-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    -ms-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
}

.color-palette:last-child {
    border-bottom-right-radius: 3px;
    -ms-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -ms-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
}

.color-palette span {
    display: block;
    line-height: 20px;
    padding: 20px 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
}

.bg-color-1 {
    background-color: #40b3e9;
}

.bg-color-1alt {
    background-color: #d36c59;
}

.bg-color-2 {
    background-color: #f9cb8f;
}

.bg-color-2alt {
    background-color: #e4ba83;
}

.bg-color-3 {
    background-color: #18bb7c;
}

.bg-color-3alt {
    background-color: #13a069;
}

.bg-color-4 {
    background-color: #4bbcd7;
}

.bg-color-4alt {
    background-color: #1992c1;
}

.bg-color-5 {
    background-color: #b0b0b0;
}

.bg-color-5alt {
    background-color: #969696;
}

.bg-color-6 {
    background-color: #5f5f5f;
}

.bg-color-6alt {
    background-color: #454545;
}

/**/

/* footer */

/**/

footer {
    background-color: #2d3339;
    line-height: 24px; margin:0px 0px;
}

footer p {
    font-family: "Helvetica";
    font-size: 14px;
    color: #b0b0b0;
    line-height: 23px;
}

footer h2 {
    font-size: 18px;
    color: #f7f7f7;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #40b3e9;
    padding: 17px 15px 13px 10px;
    margin-bottom: 30px;
    margin-top: 0px;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.24);
}

footer h2:before {
    float: right;
    font-family: FontAwesome;
    color: #2d3339;
    line-height: 25px;
    font-size: 25px;
}

.footer-about h2:before {
    content: "\f19d";
}

.footer-latest h2:before {
    content: "\f017";
}

.footer-contact-form h2:before {
    content: "\f14b";
}

.footer-latest h2 {
    background-color: #f9cb8f;
}

.footer-contact-form h2 {
    background-color: #18bb7c;
}

footer h3 {
    color: #f7f7f7;
    font-size: inherit;
    font-weight: 500;
    font-family: "Raleway";
    margin: 0;
    clear: none;
    line-height: inherit;
    text-transform: none;
}

.footer-about address,
.footer-about .footer-social {
    margin-top: 25px;
}

.footer-about address a {
    color: #b0b0b0;
    font-size: 14px;
}

.footer-about address a:before {
    vertical-align: middle;
    color: #f7f7f7;
    font-family: FontAwesome;
    padding-right: 9px;
}

.footer-about address a.phone-number:before {
    content: "\f095";
}

.footer-about address a.email:before {
    content: "\f0e0";
}

.footer-about address a.site:before {
    content: "\f0c1";
}

.footer-about address a.address:before {
    content: "\f015";
}

.footer-social a {
    width: 38px;
    height: 38px;
    margin-bottom: 5px;
    line-height: 34px;
    font-size: 16px;
    color: #f7f7f7;
    text-align: center;
    background-color: transparent;
    border: 2px solid #40b3e9;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -ms-border-bottom-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

.footer-social a+a {
    margin-left: 3px;
}

.footer-social a:hover {
    background: #40b3e9;
}

.footer-latest article img {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    margin-right: 14px;
    margin-top: 5px;
    width: 83px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.footer-latest .course-date>* {
    display: inline-block;
    color: #f9cb8f;
    font-weight: 500;
    line-height: 15px;
}

.footer-latest .course-date div:first-child:after {
    margin: 0 5px;
    content: "|";
    color: #8f96a2;
}

.footer-latest article {
    border-bottom: 1px solid #555a5f;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.footer-latest article:last-child {
    padding: 0;
    border: 0;
    margin: 0;
}

.footer-contact-form form {
    margin-top: 20px
}

.footer-contact-form form button[type="submit"].cws-button {
    color: #18bb7c;
    float: right;
}

.footer-contact-form input,
.footer-contact-form textarea {
    background-color: rgba(0, 0, 0, 0.051);
    color: #8f96a2 !important;
    border: 1px solid #575c61 !important;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 7px;
}

.footer-contact-form input::-webkit-input-placeholder,
.footer-contact-form textarea::-webkit-input-placeholder {
    color: #666666;
}

.footer-contact-form input::-moz-placeholder,
.footer-contact-form textarea::-moz-placeholder {
    color: #666666;
}



/* Firefox 19+ */

.footer-contact-form input:-moz-placeholder,
.footer-contact-form textarea:-moz-placeholder {
    color: #666666;
}



/* Firefox 18- */

.footer-contact-form input:-ms-input-placeholder,
.footer-contact-form textarea:-ms-input-placeholder {
    color: #666666;
}


.footer-contact-form input[type="email"]::-webkit-input-placeholder:after,
.footer-contact-form input[type="text"]::-webkit-input-placeholder:after {
    content: "*";
    color: #50dcc0 !important;
    font-size: 13px !important;
}

footer .copyright span:before {
    content: " \00a9 ";
}

.footer-bottom {
    background-color: rgba(0, 0, 0, 0.23);
    color: #ffffff;
    margin-top: 30px;
}

.footer-bottom .copyright {
    float: left;
    line-height: 60px;
    font-size: 13px;
}

.footer-nav ul {
    margin: 0;
    font-size: 14px;
}

.footer-nav ul li {
    border-bottom: 0;
    padding: 0;
}

.footer-nav ul li:before {
    display: none;
}

.footer-nav {
    float: right;
}

.footer-nav>ul>li {
    float: left;
    line-height: 60px;
}

.footer-nav>ul>li>a:after {
    content: "|";
    color: #8f96a2;
    margin-left: 18px;
}

.footer-nav>ul>li:last-child>a:after {
    display: none;
}

.footer-nav a {
    display: block;
    color: #ffffff;
    padding-left: 18px;
}

nav a:hover,
nav a.active,
.mobile_nav .active {
    color: #40b3e9;
}

@media screen and (max-width: 768px) {
    .footer-bottom .copyright {
        float: none;
        line-height: 40px;
    }
    .footer-nav {
        float: none;
        text-align: center;
    }
    .footer-nav>ul>li {
        line-height: 40px;
    }
    .footer-bottom .grid-row {
        text-align: center;
    }
    .footer-nav ul {
        display: inline-block;
    }
}

@media screen and (max-width: 479px) {
    .footer-nav>ul>li {
        line-height: 30px;
    }
    footer h2 {
        padding: 17px 10px 13px 10px;
    }
}

/**/

/* accordions and toggles*/

/**/

.accordion,
.toggles {
    color: #595959;
    font-size: 15px;
}

.accordions+* {
    margin-top: 15px;
}

.accordions .content,
.toggles .content {
    display: none;
}

.accordions .content-title,
.toggles .content-title {
    font-weight: 500;
    padding: 5px 0 8px 40px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.accordions .content-title {
    border: 1px solid #e6e6e6;
    padding: 2px 0 2px 40px;
    margin-top: 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px; background-color: #fff;
}

.accordions .content-title:hover {
    border-color: #b0b0b0;
}

.accordions .content-title:after,
.toggles .content-title:after {
    border: 1px solid #18bb7c;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #18bb7c;
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 2px;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.accordions .content-title.active:after,
.toggles .content-title.active:after {
    content: "\f068";
    background-color: #18bb7c;
    color: #ffffff;
}

.accordions .content-title:after {
    color: #b1b1b1;
    background-color: transparent !important;
    border: none;
    height: 28px;
    line-height: 28px;
    top: 0;
}

.accordions .content-title.active:after {
    background-color: #40b3e9;
}

.toggles .content {
    padding: 0px 0 8px 40px;
}

.accordions .content {
    padding: 5px;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #e6e6e6;
    border-bottom-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    -ms-border-bottom-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    -ms-border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;  background-color: #fff;
}

.accordions .content-title.active {
    color: #ffffff;
    background-color: #18bb7c;
    border-color: #18bb7c;
    border-bottom: 0;
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.15);
}

.toggles .content-title:hover {
    color: #18bb7c;
}

.toggles .content-title.active {
    color: #18bb7c;
}

/**/

/* Tabs */

/**/

.block-tabs-btn {
    margin-bottom: -1px;
}

.picture+.tabs {
    margin-top: 40px;
}

hr+.tabs {
    margin: 40px 0;
}

.tabs .tabs-btn {
    float: left;
    height: 40px;
    padding: 0 35px;
    line-height: 40px;
    text-align: center;
    font-size: 0.928em;
    cursor: pointer;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-top: 2px solid #E6E6E6;
    border-top-left-radius: 2px;
    -ms-border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -ms-border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.tabs-btn+.tabs-btn {
    margin-left: 2px;
}

.tabs h3 {
    font-family: "Raleway";
    font-weight: 500;
}

.tabs-btn.active {
    border-top-color: #18bb7c;
    color: red;
    background-color: #ffffff;
}

.tabs-btn.active span {
    background-color: #6aa2de;
    color: #ffffff;
}

.tabs .container-tabs:not(.active) {
    display: none;
}

.tabs .tabs-keeper {
    padding:0px 10px;
    border: 1px solid #E6E6E6; background-color: #ffffff;
}

.tabs .container-tabs>img {
    float: left;
    border: 1px solid #cfcfcf;
    padding: 3px;
    background-color: #ffffff;
    margin-right: 18px;
}

.tabs h6 {
    margin-top: 0;
    clear: none;
}

@media screen and (max-width: 980px) {
    .tabs .tabs-btn {
        padding: 0 20px;
    }
    .container-tabs .columns-col.columns-col-4 {
        width: 33.33%;
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .tabs .tabs-btn {
        padding: 0 6px;
    }
}

@media screen and (max-width: 480px) {
    .container-tabs .columns-col.columns-col-4 {
        width: 100%;
    }
    .container-tabs .columns-col.columns-col-4 .count-of {
        width: 49%;
        display: inline-block;
    }
    .tabs .tabs-btn {
        float: none;
        margin-left: 0 !important;
    }
}

/**/

/* category-button */

/**/

.category-buttons {
    margin-bottom: 30px;
}

.category-button {
    display: block;
    color: #18bb7c;
    border: 3px solid #18bb7c;
    background-color: transparent;
    padding: 19px 10px 19px 20px;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    cursor: pointer; font-size:18px!important; line-height:28px!important; text-align:center!important;
}

.category-button+.category-button {
    margin-top: 20px;
}

.category-button:hover {
    background-color: #18bb7c;
    color: #ffffff;
}

.category-button:after {
    clear: both;
    content: "";
    display: table;
}

.category-button i {
    font-size: 36px;
    float: left;
    margin-right: 8px;
}

.category-button p {
    line-height: 1.2;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

/**/

/*counter*/

/**/

.counter-block {
    text-align: center;
    color: #ffffff;
}

.counter-block i {
    font-size: 50px;
    margin-bottom: 15px;
}

.counter-block .counter {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 10px; text-align:center!important;
}

.counter-block .counter-name {
    font-size: 14px; text-align:center!important;
}

/**/

/* parallaxed */

/**/

.parallaxed {
    padding: 20px 0;
    position: relative;
    overflow: hidden;
	margin:0px 0px;
}

.parallaxed.type-2 {
    padding: 170px 0;
}

.parallaxed>* {
    position: relative;
}

.parallaxed>*:not(.parallax-image):not(.them-mask) {
    z-index: 1;
}

.parallax-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.2;
    z-index: 3;
}

.type-2 .parallax-image {
    z-index: 1;
    opacity: 1;
}

.parallax-image img {
    width: auto;
    z-index: -2;
}

.parallaxed>*:not(.them-mask):not(.parallax-image) {
    z-index: 1;
}

.parallaxed .grid-row {
    z-index: 4 !important;
}

.parallaxed .them-mask {
    background-repeat: repeat;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute !important;
    z-index: 2;
}

.parallaxed.type-2 .them-mask {
    background-color: #000000;
    opacity: 0.5;
}

/**/

/* border radius */

/**/

.corner-radius-top,
.corner-radius,
.page-pagination a:first-child,
.course-description,
.woocommerce td.actions input[name="update_cart"],
.blog-post .post-info,
.pricing-table .header-pt {
    border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
}

.corner-radius-bottom,
.corner-radius,
.widget-search form input[type='search'],
.page-pagination a:last-child,
.service-alt .description,
.woocommerce td.actions input[name="proceed"],
.widget-search form .search-submit {
    border-bottom-right-radius: 10px;
    -ms-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

.corner-radius,
p.paragraph-border:first-letter,
p.paragraph-background:first-letter,
.info-boxes .info-box-icon,
.tabs .container-tabs>img,
.cws-button.border-radius,
.link-cont a,
.widget-categories li a,
.widget-archives li a,
.widget-meta li a,
.widget-event .date,
.widget-popular h6,
.widget-popular .person,
.widget-navigation>ul,
#flickr-badge 
.header-megamenu,
.quote-avatar-author img,
.twitter .fa-twitter,
.widget-subscribe a,
img.avatar,
.project-details .title-details,
.course-description .course-date,
.pricing-table,
.service-main,
.tp-caption .sl-title,
#page-meta,
#list-or-grid>div,
.price_slider_wrapper,
.widget_shopping_cart_content ul li a img,
.widget-selers img,
.woocommerce-tabs .tabs 
.woocommerce .shipping-calculator-form,
.woocommerce .cart-collaterals .cart_totals table,
.category-button,
.category-item .category-info,
.widget-course-details .category-info,
.category-search>i,
.category-search,
.calendar-header,
.head-sitemap,
.social-icon,
.banner-offer,
.service-icon,
.twitter-1 i.twitt,
.widget-search form input[type='search'] {
    border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -ms-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

.owl-controls .owl-buttons .owl-prev,
.owl-controls .owl-buttons .owl-next,
a.ui-datepicker-prev.ui-corner-all,
a.ui-datepicker-next.ui-corner-all,
.header-comments:before,
#flickr-badge .flickr-container span,
.woocommerce table tbody .product-thumbnail img,
.calendar-header .buttons-calendar-view>div,
.calendar-header .buttons-calendar-view i {
    border-top-left-radius: 6px;
    -ms-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -ms-border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}

aside .carousel-button .prev,
.quotes-carousel .carousel-button .prev,
.grid-col-4 .carousel-button .prev,
.toggles .content-title:after,
.carousel-button .prev {
    border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}

aside .carousel-button .next,
.quotes-carousel .carousel-button .next,
.grid-col-4 .carousel-button .next,
.carousel-button .next,
.toggles .content-title:after,
.woocommerce .title .button-back i {
    border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}


/*******************************************/

.col2-set h3 {
    font-family: "Raleway";
    color: #40b3e9;
    font-weight: 500;
}

.col2-set .col-2 tbody tr:first-child th,
.col2-set .col-2 tbody tr:first-child td {
    font-weight: 600;
}

.woocommerce .select2-container {
    width: 100% !important;
}

.form-row {
    width: 48%;
    margin-right: 2%;
}

.form-row input {
    margin: 0 !important;
}

.form-row input:not([type="submit"]):not([type="checkbox"]) {
    width: 100%;
}

.form-row-first {
    float: left;
}

.form-row-last {
    margin-left: 52%;
    margin-right: 0;
}

.form-row-wide {
    width: 100%;
}

.wpcf7-list-item-label {
    display: inline-block !important;
    vertical-align: middle !important;
}

abbr {
    border-bottom: 0 !important;
}

.woocommerce-page .terms,
.woocommerce-page .cross-sells {
    width: 100% !important;
    margin-top: 30px;
}

.woocommerce-page .cross-sells>h2 {
    margin-bottom: 20px;
}

.col2-set div[class^="col-"] {
    width: 48%;
    margin-right: 2%;
}

.col-1 {
    float: left;
}

.col2-set .col-2 {
    margin-left: 52%;
    overflow: hidden;
}

.woocommerce-billing-fields {
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-top-left-radius: 12px;
    -ms-border-top-left-radius: 12px;
    -moz-border-top-left-radius: 12px;
    -webkit-border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    -ms-border-bottom-right-radius: 12px;
    -moz-border-bottom-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
}

.woocommerce-billing-fields label {
    font-weight: 600;
}

.woocommerce-billing-fields+.create-account {
    margin-top: 20px;
}

.create-account {
    padding: 20px;
    background-color: #40b3e9;
    color: #ffffff;
    border-top-left-radius: 12px;
    -ms-border-top-left-radius: 12px;
    -moz-border-top-left-radius: 12px;
    -webkit-border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    -ms-border-bottom-right-radius: 12px;
    -moz-border-bottom-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
}

.create-account .checkbox label {
    display: inline-block;
    background: #ffffff;
    margin-right: 5px;
}

.create-account .checkbox span {
    display: inline;
    line-height: 18px;
}

.create-account input[type="password"] {
    width: 100%;
    background-color: #ffffff;
}

.col-2 .cart_totals tr:not(.order-total) td {
    color: inherit;
}

.col-2 .cart_totals tr:first-child {
    padding-bottom: 0;
}

.coupon-enter {
    margin-bottom: 30px;
}

.field-coupon {
    display: flex;
    padding: 20px;
    background-color: #f3f3f3;
}

.field-coupon input {
    background-color: #ffffff;
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .course-item img {
        width: 300px !important;
        margin: auto;
    }
    .col-2 {
        margin-top: 30px;
    }
    [class^="col-"] {
        display: block;
        float: none;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
    form .form-row {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .woocommerce-page #order_review {
        padding: 0;
        border: 0;
    }
}

#scroll-top {
    position: fixed;
    z-index: 1000;
    bottom: 25px;
    right: 25px;
    background-color: #333333;
    width: 38px;
    height: 38px;
    opacity: 0.9;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}

#scroll-top i {
    line-height: 37px;
    font-size: 32px;
    color: #ffffff;
    transition: all 0.3s;
}

#scroll-top:hover i {
    color: #40b3e9;
}

@media screen and (max-width: 1200px) {
    #scroll-top {
        right: 20px;
    }
    .grid-col-row {
        margin-top: 50px;
    }
}
@media screen and (max-width: 1254px) {
   .grid-col-row {
        margin-top: 50px;
    }
}
@media screen and (max-width: 1240px) {
    .grid-col-row {
         margin-top: 90px;
     }
 }
 @media screen and (max-width: 992px) {
    .grid-col-row {
        margin-top: 5px;
    }
}