/*-- Fonts --*/

@font-face {
    font-family: 'SHREE-ENG-0140';
    src: url('../fonts/SHREE-ENG-0140.eot');
    src: url('../fonts/SHREE-ENG-0140.eot?#iefix') format('embedded-opentype'), url('../fonts/SHREE-ENG-0140.woff2') format('woff2'), url('../fonts/SHREE-ENG-0140.woff') format('woff'), url('../fonts/SHREE-ENG-0140.ttf') format('truetype'), url('../fonts/SHREE-ENG-0140.svg#SHREE-ENG-0140') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/*-- Reset css --*/


/*==================box-sizing================*/

* {
    box-sizing: border-box
}

*,
:before,
:after {
    box-sizing: border-box
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,
:before,
:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

* {
    margin: 0;
    padding: 0;
    border: none
}

abbr,
acronym,
dfn {
    cursor: help;
    border-bottom: 1px #000 dotted
}

dfn {
    font-style: normal
}

.left {
    float: left
}

.right {
    float: right
}

.clear {
    clear: both
}

.aligncenter {
    text-align: center
}

.alignright {
    text-align: right
}

a {
    color: #000;
    outline: none;
    border: none;
    text-decoration: none
}

a:visited {
    color: #5c5c5c
}

a:hover {
    text-decoration: none;
    color: #0198d1
}

a:active {
    color: #000
}

address {
    margin: .2em 0;
    padding: .5em 0 1em;
    line-height: 140%;
    font-style: normal
}

:focus {
    outline: 0
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0
}

p {
    font-size: 16px;
    padding: 8px 0;
    line-height: 24px;
    margin: 0
}

.input-group {
    position: relative;
    margin-bottom: 15px
}

.form-control {
    background: #fff;
    border: solid 1px #e1e1e1;
    font-size: 15px;
    color: #434343;
    border-radius: 4px;
    width: 100%;
    height: 44px;
    padding: 8px 15px
}

.form-control::-moz-placeholder {
    color: #797979;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #797979
}

.form-control::-webkit-input-placeholder {
    color: #797979
}

.form-control:focus {
    box-shadow: none
}

.btn-primary {
    display: inline-block;
    background-color: #55a707;
    color: #fff;
    border: 0;
    padding: 15px 73px;
    text-transform: uppercase;
    font: 22px "Roboto Bold", Arial, sans-serif;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    border-radius: 6px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    text-transform: uppercase
}

.btn-primary:hover,
.btn-primary:focus {
    background: #3048ab
}

.btn-primary:focus,
.btn-primary:active {
    border: 0;
    box-shadow: none
}

.block {
    display: inline-block;
    width: 100%
}

.capitalize {
    text-transform: none;
    text-transform: capitalize
}

img.img-block {
    display: block;
    max-width: 100%;
    height: auto
}

.center-box {
    background-color: transparent;
    text-align: center;
    padding: 60px 0
}

.ucase:before {
    text-transform: uppercase
}

.block {
    display: inline-block;
    width: 100%
}

.icon {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    position: relative;
    top: -.0625em;
    vertical-align: middle;
    width: 1em
}

.list {
    list-style: none;
    margin: 0
}

.list li {
    background: url(../images/list.png) no-repeat left 9px;
    color: #d9d9d9;
    font-size: 18px;
    line-height: 28px;
    margin: 0 20px 20px;
    padding-left: 26px
}

.list-numeric {
    list-style: number;
    font-size: 16px;
    color: #686868
}

.list-numeric li {
    line-height: 24px;
    margin: 0 0 16px
}


/*-- Body --*/

html {
    background: #fff;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif
}

body {
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    min-height: 100%;
    color: #000
}

.container {
    max-width: 1190px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "SHREE-ENG-0140", Arial, sans-serif
}

.hd-h2 {
    color: #1d1d1d;
    font-size: 65px;
    margin: 0 0 24px;
    text-align: center;
}

#content {
    display: inline-block;
    width: 100%;
    min-height: 300px
}

#top {
    background: url(../images/top-bg.jpg) no-repeat center 0;
    min-height: 575px;
    background-size: cover;
    padding: 59px 0 53px;
}

.intro-text {
    text-align: center
}

.intro-text figure {
    margin-bottom: 95px
}

.free-class {
    color: #fff;
    font-size: 30px;
    font-family: "SHREE-ENG-0140", Arial, sans-serif
}

.free-class::before,
.free-class::after {
    display: inline-block;
    content: "";
    border-top: .3rem solid #fff;
    width: 4rem;
    margin: 8px 1rem;
}

.intro-text h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 60px;
}

.intro-text p {
    color: #fff;
    padding: 20px 0 37px;
    font-size: 20px;
}

.intro-text a {
    color: #fff;
    display: block;
    text-decoration: underline;
    font-size: 15px;
    font-family: "Roboto Regular", Arial, sans-serif;
    padding-top: 16px;
}

.button:hover {
    background-color: #1b78a3;
    color: #fff
}

.welcome-intro {
    padding: 56px 0 30px;
    background: #3048ab;
    color: #fff;
}

.welcome-intro .hd-h2 {
    color: #fff;
}

.testimonail-section {
    background: url(../images/testimonial-bg.jpg) no-repeat center 0;
    min-height: 476px;
    padding: 60px 0;
    background-size: cover;
}

.testimonial {
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    background: #fff;
    padding: 33px 25px;
    margin-right: 15px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    min-height: 320px;
}

.test-name h3 {
    font-size: 25px;
    color: #1d1d1d;
    font-family: "SHREE-ENG-0140", Arial, sans-serif;
    text-align: center;
}

.testimonial p {
    font-size: 15px;
    line-height: 22px;
    color: #565656;
    text-align: center;
}

.testimonial .testimonial_fa {
    color: #8e8e8e;
    margin-left: 30px
}

.testimonail-section .owl-dots {
    text-align: center;
    padding: 25px 0;
}

.testimonail-section .owl-carousel button.owl-dot {
    background: #bcbcbc;
    height: 4px;
    width: 60px;
    margin-right: 10px;
}

.testimonail-section .owl-carousel button.owl-dot.active {
    background: #3048ab;
}

.testimonail-section .owl-carousel button.owl-dot {
    background: #bcbcbc;
    height: 4px;
    width: 60px;
    margin-right: 10px;
}


/*-- Footer--*/

.footer {
    padding: 24px 0 30px;
    clear: both;
}

.footer .copyright {
    color: #1a1a1a;
    font-size: 15px;
    padding: 0;
    font-weight: 400
}


/*====Responsive====*/

@media (max-width:991px) {
    .intro-text h1,
    .hd-h2 {
        font-size: 40px
    }
    .intro-text figure {
        margin-bottom: 50px;
    }
    #top {
        padding: 50px 0;
        min-height: 465px;
    }
    /* body {
        border: 1px solid red
    } */
}

@media (max-width:480px) {
    .intro-text h1,
    .hd-h2 {
        font-size: 25px
    }
    .intro-text figure {
        margin-bottom: 30px;
    }
    .intro-text p {
        padding: 20px 0 24px;
    }
    #top {
        padding: 40px 0 30px;
        min-height: 515px;
    }
    .welcome-intro {
        padding: 40px 0;
    }
    .list li {
        font-size: 16px;
    }
    .btn-primary {
        padding: 15px 50px;
        font: 16px "Roboto Bold", Arial, sans-serif;
    }
    /* body {
        border: 1px solid yellow
    } */
}