/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Theme Name: English Pronunciation Video Course
    Version: 1.0
*/
/*Font Start*/
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,700;0,800;1,400;1,500;1,600;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,700;0,800;1,400;1,500;1,600;1,800&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:wght@300;400&display=swap');

/*Font End*/
/* global Css Start */
body{
    color:#666666;
}
a{
    text-decoration: none;
}
a:focus{
    color:#0f294a !important;
}
*:focus{
    outline: none;
}
*{
    transition: all 0.5s ease-in-out;
}
p{
    color:#0f294a;
}
/* global Css End */



/* Common Css Start */
.color-violet{
    color:#62528d;
}
.color-l-violet{
    color:#b6a1c6;
}
.color-white{
    color:#ffffff !important;
}
.bg-l-violet{
    background-color:#b6a1c6;
}
.bg-gray{
    background-color: #f5f5f5;
}
.bg-white{
    background-color:#ffffff;
}
.margin-bottom-10{
    margin-bottom:10px;
}
.margin-bottom-20{
    margin-bottom:20px;
}
.margin-bottom-40{
    margin-bottom:40px;
}
.btn-goat{
    padding: 15px 25px;
    color:#62528d;
    background-color:#b6a1c6;
    border:2px solid #62528d;
    display: inline-block;
    font-weight: 700;
}
.btn-goat:hover{
    background-color:#62528d;
    color:#ffffff;
}
.btn-border{
    padding: 10px 20px;
    color:#ffffff;
    border: 2px solid #b6a1c6;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}
.btn-border:hover{
    background-color: #b6a1c6;
    color:#ffffff;
}

/* Common Css End */
/*Bootstrap Overwrite Start*/
/*Header Overwrite start*/

.header-wrapper{
    background-color:#daaf3a ;
}
.header-wrapper a{
    color:#ffffff;
}
.header-wrapper a:hover{
    color:#ffffff;
    opacity: 1;
}
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}
.navbar-toggler{
    border:2px solid #1a2948;
}
.navbar-toggler:focus{
    outline: none !important;
    box-shadow:none;
}
.navbar-toggler-icon {
    background-image: url(images/toggler.svg);
}
.header-cst{
    padding:20px 0;
}
@media(max-width:767px){
    .nav-item{
        text-align:center;
    }
}
/*Header Overwrite End*/
/*Bootstrap Overwrite End*/










/*Footer Start*/
.footer-cst{
    background-color: #0f294a;
    padding:50px 0;
}
.footer-cst a.color-white:hover{
    color:#ffffff;
}
.footer-menu{
    padding: 0;
    list-style-type: none;
}
.footer-menu a{
    color:#ffffff;
}
.footer-menu a:hover{
    opacity: 1;
}
.to-top {
    display: inline-block;
    color: #0f294a;
    text-align: center;
    width: 60px;
    height: 60px;
    border: 1px solid #daaf3a;
    border-radius: 35px;
    position: fixed;
    right: 10%;
    bottom: 23%;
    background-color:#daaf3a;
}
.to-top:hover{
    color:#daaf3a;
    background-color:#0f294a;
}
.to-top i{
    margin-top:20px;
}
.font-19{
    font-size: 19px;
}
/*Footer End*/

.footer-social{
    margin: 0 auto 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    overflow: hidden;
}
.social-strip{
    list-style-type: none;
    padding: 0;
    margin: 0 auto 0 auto;
    width:303px;

}
.social-strip li{
    display: block;
    float: left;
    width:75px;
    text-align: center;
}
.social-strip li a{
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    border:1px solid #daaf3a;
    background: #daaf3a;
    border-radius: 50%;
    -webkit-transition: background 400ms ease-out;
    -moz-transition: background 400ms ease-out;
    -o-transition: background 400ms ease-out;
    transition: background 400ms ease-out;
}
.social-strip li a:hover{
    border:1px solid #daaf3a;
    background:#0f294a;
}
.social-strip li a:hover i{
    color: #daaf3a;
}
.social-strip li a i{
    margin-top: 13px;
    font-size: 32px;
    color:#0f294a;
}
.footer-menu{
    list-style-type:none;
    padding:0;
}
.footer-menu li{
    display:inline-block;
}
.footer-menu li a:hover{
    color:#ffffff;
}
.body-bg{
    background-color:#ffffff;
}
.style-1 {
    padding: 0;
    list-style-type: none;
}
ul{
    margin-bottom:40px;
}
h1,h2,h3,h4,h5,h6{
    color:#0f294a;
    margin-bottom:20px;
}
.bg-blue{
    background-color:#0f294a;
    border-bottom: 6px solid #daaf3a;
    border-top: 6px solid #daaf3a;
}
.bg-blue h1,.bg-blue h2,.bg-blue h3,.bg-blue h4,.bg-blue h5,.bg-blue h6{
    color: #daaf3a;
}
iframe{
    border: 8px solid #daaf3a;
}
.ptb-40{
    padding:60px 0 40px 0;
}
ul li{
margin-bottom: 10px;
}
.v-container{
width: 100%; position:
relative; 
padding: 0; 
padding-top:56.25%;
}
.v-container iframe{
position: absolute;
top: 0; 
left: 0; 
width: 100%; 
height:100%;
}
.bg-blue ul li{
    font-size:20px;
}
.yellow-section{
    background:#daaf3a;
    padding:40px 15px;
    text-align:center;
    border-radius: 8px;
}
.list-custom > p span{
    display:block;
    float:left;
}
.list-custom > p > span:first-child{
    width:40px;
    margin-bottom:20px;
}
.list-custom > p > span:last-child{
    width:calc(100% - 40px);
    margin-bottom:20px;
}
.list-custom > p{
    clear:both;
}
.gg-btn{
    background-color: #daaf3a;
    border:2px solid #daaf3a;
    border-radius:8px;
    color:#ffffff;
        padding: 7px 25px;
    margin-bottom: 40px;
    display: inline-block;
}

.gg-btn:hover{
    color:#0f294a;
    border:2px solid #0f294a;
    background-color:transparent;
}



