/* 
#C08457, #FFE0B2, #FFF9F0, #F5F5F5 */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');


*{
    margin: 0;
    padding: 0;
     font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;

  font-style: normal;
  /* color: #C08457; */
  color: #585756;
}
body {
    position: relative;
  

}
h1 {
    font-size: 40px;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 50px;
}
p, a {
    font-size: 20px;
}
li {
    font-size: 16px;
    /* list-style-type: none;
    list-style-image: url(../images/grey-star15.svg); */
    
}
li::marker {
    color: #C08457;
  /* font-size: 0.8em; */
}

header {

    background: #F5F5F5;
   
    box-shadow: 0 4px 2px -2px #ebe7e7;
    /* position: fixed; */
    width: 100%;
    z-index: 10000;
  
}
section {
       box-shadow: 0 4px 2px -2px #ebe7e7;
       box-shadow: 0 -4px 2px -2px #ebe7e7;
       padding:50px 15px;
       min-height: 100vh;
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-align: center;
           -ms-flex-align: center;
               align-items: center;
}

section:nth-child(2n) {
     background: #F5F5F5;
}
.main-section {

    min-height: calc(100vh - 73px);
    
   
    /* padding-top: 125px; */
    /* display: flex;
    align-items: center; */
}
.container {
    width: 100%;
    max-width: 1200px;
}
nav { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
}

nav li {
 display: inline-block;
 padding: 15px;
 

}
nav li a {
    color:#C08457;
    text-transform: uppercase;
    border-bottom: 1px dotted;
    text-decoration: none;
    padding-bottom: 10px;
    font-size: 18px;
    
    
}

nav li a:hover {
    padding: 10px;
    border: 1px dotted;
    
}
.button-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.button {
    display: inline-block;
    color: #fff;
    background:#C08457;
    text-transform: uppercase;
    padding: 10px 15px;
    border: 1px dotted;
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
    margin: 20px auto 30px;
    text-align: center;
    
    
}
.button:hover{
      color:#C08457;
       background: #fff;

}

.header-content .button {
    margin: 15px;

}
.main-section .title {
    font-size: 30px;
}


.main-section .image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start; 
}

.main-section img {
    border:1px dotted;
    /* border-radius: 20px; */
    /* width: 350px; */
    width: 390px;
    height: auto;
    box-shadow: 2px 2px 2px 1px #ebe7e7;
    margin-top: 50px;
}

.consul-item {
    margin: 30px 0;
    padding: 15px;
    border: 1px dotted #C08457;
    border-radius: 20px;

}

.main-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    font-size: 20px;
    margin: 25px 0;
}
.main-info i {
    margin-right: 5px;
   
}
.main-info span{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.course-item {
    margin: 30px 0;
    padding: 15px;
    border: 1px dotted #C08457;
    border-radius: 20px;

}

footer {
    height: 50px;
    background: #F5F5F5;
     box-shadow: 0 4px 2px -2px #ebe7e7;
       box-shadow: 0 -4px 2px -2px #ebe7e7;
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-align: center;
           -ms-flex-align: center;
               align-items: center;
       -webkit-box-pack: center;
           -ms-flex-pack: center;
               justify-content: center;

}
.copywrite {
    margin: 0;
    text-align: right;
}

    
.copywrite-container {
    display: flex;
    align-items: center;
    justify-content: end;
} 
body.nooverflow {
    overflow: hidden;
}
.pop-up-container {
    display: none;
}
.pop-up-container.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #5857568c;
    top: 0;
   
}
.pop-up-form {
    background: #fff;
    border:1px dotted #C08457;
    padding: 20px 50px;
    border-radius: 20px;
    position: relative;
    
}
.pop-up-form .form-title {
    display: block;
    font-size: 30px;
    width: 100%;
    text-align: center;
}
.pop-up-form .form-title-input {
    position: absolute;
    z-index: -10000000;
}

.pop-up-form .button-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.pop-up-form .button-box p{
text-align: center;
    display: flex;
    flex-direction: column;
}
.pop-up-form  input{

border: 1px dotted #c08457;
    border-radius: 3px;

}
.closePopUp {
    cursor: pointer;
    position: absolute;
    top:20px;
    right: 20px;
}

/* .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
   
} */

.social {
    display: flex;
    justify-content: center;
    align-items: center;
   
    list-style-type: none;
    margin-bottom: 0;
     padding-left: 0;

}
.social li {
    margin: 0 10px;
}
.social i {
    font-size: 30px;
}
.social a:hover i {
    color: #C08457;
} 
@media (max-width: 825px) {
    .mob-hide{
        display: none;
    }
}



@media (max-width: 825px) {
.header-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
}

@media (max-width:500px) {
    .pop-up-form  input {
        width: 300px;
    }
     .mob-hide-2{
        display: none;
    }

}

@media (max-width: 450px) {
    .main-info span {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

}

@media (max-width:410px) {
    .pop-up-form  input {
        width: 250px;
    }

}

.wpcf7-response-output {
    max-width: 350px;
}