header {
    border-bottom: 1px solid #f2f2f2;
}

.contact-toop-image {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.contact-toop-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
}

.contact-toop-image h2 {
    color: #fff;
    font-size:
}

.contact-title {
    margin: 0;
}

.contact-title h2::before {
    display: none;
}

.map-section iframe {
    width: 100%;
    height: 400px;
}

.contact-info-section {
    padding: 80px 0;
}

.contact-address-wrap {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    padding: 30px;
}

.contact-address-wrap ul li {
    text-align: center;
    display: block;
    margin: 30px 0;
}

.contact-address-wrap ul li i {
    border: 1px solid rgba(232, 76, 61, 0.2);
    height: 65px;
    width: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
    color: #424242;
    margin-bottom: 15px;
}

.contact-address-wrap ul li h3 {
    font-size: 25px;
    font-weight: 600;
    color: #424242;
    margin-bottom: 15px;
}

.contact-address-wrap ul li a {
    color: #424242;
    transition: 500ms ease all;
}

.contact-address-wrap ul li a:hover {
    color: rgba(232, 76, 61, 1);
}

.contact-form-wrapper {
    padding: 15px;
}

.contact-form-wrapper h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-form-wrapper p {
    margin-bottom: 30px;
}

.contact-form-wrapper label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
}

.contact-form-wrapper textarea,
.contact-form-wrapper input {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #f2f2f2;
    outline: none;
    margin-bottom: 20px;
}

.contact-form-wrapper textarea {
    height: 150px;
}

.contact-form-wrapper button {
    outline: none;
    border: none;
    padding: 10px 25px;
    color: #fff;
    background: #e84c3d;
    transition: 500ms ease all;
}

.contact-form-wrapper button:hover {
    background: #a10565;
}


/* contact page ends */


/* request call back page starts */

.request-call-back-page {
background-color:#F2F2F2;
    /*padding: 80px 0;*/
     padding: 0px 0px 80px 0;
    /*background-image:url(../images/call2.jpg);*/
    background-repeat: no-repeat;
}


.request-call-back-page .request-wrapper{
    margin-top:50px;
}

.request-wrapper h2 {
    background: #2F4FA0;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    /*font-size: 20px;*/
    font-size: 18px;
    line-height:30px;
    font-weight: 600;
    text-transform: uppercase;
}


.request-call-back-page .request-wrapper h2{
    background: #fff;
    color: #000;
    padding: 30px;
    border-radius: 10px 10px 0 0;
    text-align:left;
    font-size:30px;
}


.request-call-back-page .request-wrapper h2 >p{
    
    text-transform:normal;
    margin-top:10px;
    display:block;
    font-size:14px;
    font-weight:400;
}



.request-call-back-page .call-back-form{
    padding:30px ;
}

input:focus {
     outline: none !important;
    border-color: #2F4FA0;
    box-shadow: 0 0 8px #002581;
}

textarea:focus { 
    outline: none !important;
  border-color: #2F4FA0;
    box-shadow: 0 0 8px #002581;
}




.call-back-form {
    padding: 50px 20px;
    background: #fff;
    display: inline-block;
    width: 100%;
    	box-shadow: rgba(0, 0, 0, 0.3) 20px 20px 20px;
}

.call-back-form input,
.call-back-form textarea,
.call-back-form select {
    width: 100%;
    display: block;
    padding: 10px;
   
    border: 1px solid #eee;
    margin: 10px 0;
    font-size: 12px;
    font-weight: 600;
}

.call-back-form input[checkbox] {
    display: inline-block;
}


.appointment-form .same-button{
    width:auto;
    float:left;
    
}


/* radio */

.radio-wrapper {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-weight: 600;
    color: #817A74;
    user-select: none;
}

.radio-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

.radio-wrapper:hover input~.checkmark {
    background-color: #ccc;
}

.radio-wrapper input:checked~.checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-wrapper input:checked~.checkmark:after {
    display: block;
}

.radio-wrapper .checkmark:after {
    top: 7px;
    left: 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}

.box-wrapper {
    padding: 10px;
    border: 1px solid #eee;
    margin: 10px 0;
}

.call-back-form button {
    color: #fff;
}

.same-button {
    background: #2F4FA0;
    padding: 10px 35px;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 15px;
    transition: 500ms ease all;
    position: relative;
    z-index: 2;
    outline: none;
    border: none;
    border: 1px solid #012b93;
    border-radius: 0;
    float: right;
    display: inline-block;
}

.same-button::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #fff;
    z-index: -1;
    transition: 500ms ease all;
}

.same-button:hover:before {
    height: 100%;
}

.same-button:hover {
    color: #888800;
}

.form-control {
    height: 50px;
    border-radius: 0;
}

.call-back-form label {
    margin: 0;
    font-weight: 600;
}


.call-back-form .same-button{
    float:left;
    margin-top:15px;
}









/* request call back page ends */


/* blog listing page starts */

.blog-top-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 250px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-top-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-top-color: 0;
    left: 0;
}

.blog-top-title {
    text-align: center;
    position: relative;
}

.blog-top-title h2 {
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    text-transform: uppercase;
}

.blog-list-wrapper {
    padding: 40px 0;
}


/* blog list page ends */


/* blog detail page starts */

.blog-detail-wrapper figure {
    height: 400px;
}

.blog-detail-page {
    padding: 80px 0;
}

.date-wrapper {
    padding: 10px 0;
    display: flex;
}

.date-wrapper p {
    margin-right: 40px;
    font-weight: 600;
}

.date-wrapper p span {
    margin-left: 6px;
}

.date-wrapper span {
    font-size: 14px;
    font-weight: 600;
    color: #949494;
}

.blog-detail-content {
    padding: 20px 0;
}

.blog-detail-content h3 {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 800;
}

.blog-detail-content p {
    margin-bottom: 10px;
}

.blog-sidebar-link {
    margin-bottom: 30px;
}

.blog-detail-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-sidebar-link figure {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.blog-sidebar-link:hover figure i {
    opacity: 1;
}

.blog-sidebar-link:hover figure i:hover {
    background: #fff;
    color: #e84c3d;
}

.blog-sidebar-link:hover figure::before {
    opacity: 1;
}

.blog-sidebar-link figure i {
    z-index: 2;
    background: #e84c3d;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    transition: 500ms ease all;
    opacity: 0;
}

.blog-sidebar-link figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(161, 5, 101, 0.8);
    opacity: 0;
    transition: 500ms ease all;
}

.blog-sidebar-link span {
    display: block;
    width: 100%;
    border-bottom: 1px solid #c3bcbc;
    padding: 7px 0;
    margin-bottom: 7px;
    color: #424242;
    font-size: 14px;
    font-weight: 600;
}

.blog-sidebar-link h4 {
    font-size: 18px;
    font-weight: 600;
    max-height: 40px;
    overflow: hidden;
}


/* blog detail page ends */


/* destination page starts */

.destination-top-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.destination-top-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.destination-top-image h2 {
    text-align: center;
    color: #fff;
    z-index: 2;
    position: relative;
    font-weight: 800;
    font-size: 36px;
    text-transform: uppercase;
}

.destination-detail-content {
    background: #f2f2f2;
    padding: 40px 0;
}

.destination-intro {
    background: #fff;
    padding: 30px;
    height: 100%;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.destination-intro h3 {
    font-size: 25px;
    margin-bottom: 15px;
}

.destination-height {
    margin-bottom: 30px;
}

.destination-img{ 
    
    margin:15px;
}

.destination-intro > p>img, .destination-intro li>img{padding:10px; max-width:400px; height:auto;}


.destination-intro li{
        display:block;
  
    padding:10px 0;
    
    font-size: 14px;
    line-height: 24px;
    color: #424242;
    margin: 0;
    font-family: 'Roboto', sans-serif;
     list-style-type: square;
 list-style-position: outside;
    
    
}


/*.destination-intro ol li{*/
/*        display:block;*/
/*    list-style:circle;*/
/*    padding:5px 0;*/
/*    font-size: 14px;*/
/*    line-height: 24px;*/
/*    color: #424242;*/
/*    margin: 0;*/
/*    font-family: 'Roboto', sans-serif;*/
    
    
/*}*/

.main-navigation li{padding-left:0;   margin-bottom:0;}


.destination-intro ol li {
    margin: 0;
    margin-bottom: 1em;
    padding:0 0 0 1.5em;
    position: relative;
}
.destination-intro ol li:after {
      content: '';
      height: .4em;
      width: .4em;
      background: #FF0000;
      display: block;
      position: absolute;
      transform: rotate(45deg);
      top: .25em;
      left: 0;
    }
    

  




.destination-intro ol li a{color:#AC347E;}


/*  li {*/
/*    margin: 0;*/
/*    margin-bottom: 1em;*/
/*    padding-left: 1.5em;*/
/*    position: relative;*/
    
/*    &:after {*/
/*      content: '';*/
/*      height: .4em;*/
/*      width: .4em;*/
/*      background: #D2153A;*/
/*      display: block;*/
/*      position: absolute;*/
/*      transform: rotate(45deg);*/
/*      top: .25em;*/
/*      left: 0;*/
/*    }*/
    
/*  }*/
  
/*}*/






.institution-wrapper {
    margin-top: 30px;
}

.institution-wrapper h3 {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
}

.institution-wrapper ul {
    text-align: center;
}

.institution-wrapper ul li a img {
    width: 150px;
    height: auto;
    margin: 2px 0;
}


/* destination page ends */


/* test preparation page starts */

.test-preparation-page {
    padding: 80px 0;
}

.test-content-wrapper h2 {
    display: block;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    background: #ac337e;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
}

.test-content-wrapper p {
    margin-bottom: 10px;
}

.test-content-wrapper h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.test-content-wrapper table {
    width: 100%;
}

.test-content-wrapper table tbody tr td {
    padding: 7px;
    font-size: 14px;
}

.test-sidebar h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
    background: #333333;
    padding: 10px;
}

.test-sidebar ul li {
    display: block;
}

.test-sidebar ul li a {
    color: #333333;
    /* background: #e84c3d; */
    padding: 7px;
    border: 1px solid #a10565;
    display: block;
    width: 100%;
    margin: 2px 0;
    transition: 500ms ease all;
}

.test-sidebar ul li a:hover {
    background: #a10565;
    color: #fff;
}


/* test preparation page ends */


/* appointment page starts */

.appointment-form-page {
    padding: 80px 0;
    background:#F2F2F2;);
}

.form-image figure {
    height: 100vh;
}

.appointment-form {
    padding: 15px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    height: 100%;
    background:#fff;
    /*max-width: 700px;*/
    margin: 0 auto;

}

.appointment-form h3 {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
    background-color:#2F4FA0;
    color:#fff;
    padding:10px 0;
}

.appointment-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.appointment-form input,
.appointment-form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #f2f2f2;
    outline: none;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    margin: 10px 0;
}

.appointment-form .same-button {
    font-size:14px;}

.appointment-form .same-button:hover {
    color: #F1CFE4;}




.date-time-wrapper p {
    display: inline-block;
    margin-left: 50px;
}

.appointment-btn {
    display: block;
    width: 100%;
    margin: 15px 0;
}


/* appointment form page ends */


/* career form page starts */

.opportunity-form-page {
    padding: 80px 0;
    background: #e84c3d;
}

.career-form {
    background: #fff;
    padding: 40px 20px;
    display: inline-block;
}

.career-form label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}

.career-form textarea,
.career-form input {
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0;
    width: 100%;
    border: 1px solid #984c7b
}

.career-radio {
    font-size: 12px !important;
}

.career-form textarea {
    height: 150px;
}


/* career form page ends */


/* testimonial page starts */

.testimonial-page {
    padding: 80px 0;
}

.testimonial-page-title {
    text-align: center;
    margin-bottom: 80px;
}

.testimonial-page-title h2 {
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
}

.client-image {
    height: 150px;
    width: 150px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.client-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #2F4FA0;
    object-fit: cover;
    /* box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); */
}

.testimonial-page-content h4 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 7px;
}

.testimonial-page-content span {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    font-style: italic;
    color: #828282;
}

.testimonial-page-wrapper {
    background: #f1f0f0;
    padding: 40px 0;
}

.testimonial-page-wrapper:nth-child(odd) .row {
    flex-direction: row-reverse;
}

.testimonial-page-wrapper:nth-child(odd) {
    background: transparent;
}

.testimonial-page-wrapper:nth-child(odd) .testimonial-page-content p,
.testimonial-page-wrapper:nth-child(odd) .testimonial-page-content {
    text-align: right;
}


/* testimonial page ends */


/* about company page ends */

.company-top-image {
    height: 350px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.company-title {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
    color: #fff;
}

.company-title h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #fff;
}

.company-title p {
    color: #fff;
}

.company-top-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.29);
}

.company-profile-content {
    padding: 40px 0;
    text-align: center;
    background: #fff;
    position: relative;
}

.company-profile-content::before {
    content: "\f103";
    position: absolute;
    top: -23px;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #fff;
    font-family: fontawesome;
    font-size: 25px;
    font-weight: 300;
    color: #424242;
}

.who-we-are-wrapper {
    padding: 40px 0;
    background: #f1f1f1;
}

.who-wr-are-image figure {
    height: 300px;
}

.who-we-are-content h3 {
    font-size: 25px;
    margin-bottom: 10px;
}

.who-we-are-content p {
    margin-bottom: 5px;
}

.who-we-are-wrapper .row {
    align-items: center;
}


/* who we are page ends */


/* message from md page starts */

.message-page {
    padding: 80px 0;
}

.md-image-wrapper {
    height: 200px;
    width: 200px;
    overflow: hidden;
    border: 2px solid #a10565;
}

.md-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 5px solid #fff;
}

.message-wrapper {
    display: flex;
    align-items: flex-end;
}

.md-info h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 7px;
    padding-right: 35px;
    background: #880054;
}

.md-info span {
    font-size: 14px;
    color: #fff;
    background: #a10565;
    padding: 2px;
    padding-right: 35px;
    width: 100%;
}

.whole-message-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.md-message-wrapper {
    position: relative;
    padding: 40px 40px;
}

.md-message-wrapper h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.md-message-wrapper::before {
    content: "\f10d";
    position: absolute;
    top: 0;
    left: 0;
    font-family: fontawesome;
    font-size: 30px;
    color: #a10565;
}

.md-message-wrapper::after {
    content: "\f10e";
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: fontawesome;
    font-size: 30px;
    color: #a10565;
}


/* message from md page ends */


/* team page starts */

.team-top-image {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-top-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.team-title {
    position: relative;
    text-align: center;
}

.team-title h2 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.team-title p {
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
}

.team-big-image {
    width: 500px;
    height: 300px;
    overflow: hidden;
}

.team-big-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* test */

.our-team-section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.our-team-section:before {
    position: absolute;
    top: -0;
    left: 0;
    content: " ";
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.our-team {
    padding: 30px 0 40px;
    background: #f9f9f9;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid #2F4FA0;
    margin-bottom: 30px;
    min-height:335px;
}

.our-team:hover {
    border-bottom: 5px solid #2f2f2f;
}

.our-team .pic {
    display: inline-block;
    width: 130px;
    height: 130px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}

.our-team .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /*background: #2F4FA0;*/
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 1;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}

.our-team:hover .pic:before {
    height: 100%;
    /*background: #2f2f2f;*/
}

.our-team .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffffff00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s linear 0s;
}

.our-team:hover .pic:after {
    /*background: #2F4FA0;*/
}

.our-team .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
    /*box-shadow: 0 0 0 14px #f7f5ec;*/
    transform: scale(0.7);
    position: relative;
    z-index: 2;
}

.our-team:hover .pic img {
    /*box-shadow: 0 0 0 14px #f7f5ec;*/
    /*transform: scale(0.7);*/
}

.our-team .team-content {
    margin-bottom: 30px;
}

.our-team .title {
    font-size: 18px;
    font-weight: 700;
    color: #4e5052;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.our-team .post {
    display: block;
    font-size: 14px;
    color: #4e5052;
    text-transform: capitalize;
}

.our-team .social {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #2f2f2f;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
}

.our-team:hover .social {
    bottom: 0;
}

.our-team .social li {
    display: inline-block;
}

.our-team .social li a {
    display: block;
    padding: 10px;
    font-size: 17px;
    color: #fff;
    transition: all 0.3s ease 0s;
}

.our-team .social li a:hover {
    color: #2f2f2f;
    background: #f7f5ec;
}


/* team page  ends */


/* gallery listing page starts */

.gallery-listing-page {
    padding: 80px 0;
}

.gallery-title {
    margin-bottom: 80px;
    text-align: center;
}

.gallery-title h2 {
    font-size: 36px;
}

.gallery-listing-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.gallery-listing-image:hover .gallery-content {
    bottom: 0;
}

.gallery-listing-image:hover .link-icon i {
    transform: scale(1);
}

.gallery-listing-image:hover figure {
    filter: grayscale(100%);
}

.gallery-listing-image figure {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 500ms ease all;
}

.gallery-listing-image .link-icon i:hover {
    background: #fff;
    color: rgba(161, 5, 101, 1);
}

.link-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.link-icon i {
    color: #fff;
    background: rgba(161, 5, 101, 1);
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    transform: scale(0);
    transition: 500ms ease all;
    z-index: 2;
    position: relative;
}

.gallery-content {
    padding: 15px 10px;
    background: rgba(161, 5, 101, 0.8);
    position: absolute;
    bottom: -100%;
    left: 0;
    display: block;
    width: 100%;
    transition: 500ms ease all;
}

.gallery-content h3 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    max-height: 36px;
    overflow: hidden;
}


/* gallery listing page ends */


/* gallery detail page starts */

.gallery-detail-page {
    padding: 10px;
}

.column {
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.column a img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

.row1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4px;
}


/* gallery-detail page ends */


/* about single page starts */

.about-single-top-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-single-top-image::before {
    content: "";
    position: absolute;
    border-top-color: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.about-single-title {
    text-align: center;
    z-index: 2;
    position: relative;
}

.about-single-title h2 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.about-single-title p {
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
}

.about-single-content {
    padding: 40px 0;
    background: #f4f8ff;
}

.about-single-imageside figure {
    height: 300px;
}

.about-single-content-side h3 {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}

.about-single-content-side p {
    margin-bottom: 10px;
}

.certificate-image {
    background: #fff;
    padding: 40px 0;
}

.certificate-image-wrapper img {
    width: 100%;
    height: auto;
}

.certificate-content {
    padding: 20px 10px;
    padding: 20px 10px;
    border: 1px solid #f3f3f3;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.award-certi-wrapper {
    
    margin-bottom:30px;
}

.certificate-image-wrapper {
    border: 1px solid #f3f3f3;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.certificate-content h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.certificate-gap {
    margin-bottom: 30px;
}

.certification-title-wrapper {
    margin-bottom: 40px;
    text-align: center;
}

.certification-title-wrapper h3 {
    font-size: 30px;
    font-weight: 600;
}


/* about single page ends */


/* destination listing page starts */

.destination-listing-page {
    padding: 40px 0;
}

.destination-listing-title {
    margin-bottom: 40px;
    text-align: center;
}

.destination-listing-title h2 {
    font-size: 36px;
    font-weight: 600;
}


/* destination listing page ends */


/* interview preparation page starts */

.interview-top-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.interview-top-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.interview-top-image-title {
    position: relative;
    text-align: center;
}

.interview-top-image-title h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 800;
}

.sop-listing-page,
.whole-interview-content-wrapper {
    padding: 40px 0;
}

.interview-content-wrapper h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 15px;
}

.interview-content-wrapper h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 15px;
}

.interview-content-wrapper p img,
.interview-content-wrapper img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.interview-content-wrapper p {
    margin-bottom: 10px;
}

.interview-content-wrapper ol,
.interview-content-wrapper ul {
    margin-left: 17px;
    margin-bottom: 20px;
}

.interview-content-wrapper ol li,
.interview-content-wrapper ul li {
    list-style: disc;
    display: list-item;
    font-size: 15px;
    font-weight: 400;
    color: #636363;
}






.sponsor-title {
    font-size: 25px;
    margin-bottom: 15px;
}


ul.sponsor{
    margin:0;
    padding:0;
    list-style:none;
    
}

ul.sponsor li{
    display:inline-flex;
    padding:10px;
    margin-right:10px;
    background:#faf6f6;
    vertical-align: top;
}

ul.sponsor li img{
    
    max-width:100%;
    height:auto;
    width:300px;
    margin-bottom:0;
}





/* interview-preparation page ends */


/* sop listing page starts */

.sop-listing-page {
    background: #f4f8ff;
}

.sop-title-wrapper {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    background: #a10565;
    padding: 20px;
    margin-bottom: 30px;
}

.sop-title-wrapper h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.sop-title-wrapper p {
    color: #fff;
}


/* sop listing page ends */


/* inquiry form page starts */

.mockup-page,
.inquiry-page {
    padding: 40px 0;
    background-color:#F2F2F2;
}

.inquiry {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.inquiry input::placeholder {
    font-size: 13px;
}

.inquiry input,
.inquiry textarea {
    display: block;
    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: #636363;
    margin: 10px 0;
    border: 1px solid #00968a2b;
}

.inquiry textarea {
    height: 100px;
}

.mockup button,
.inquiry button {
    background-color:#ac337e;
    padding: 10px 35px;
    color: #fff;
    outline: none;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 500ms ease all;
}

.mockup button:hover,
.inquiry button:hover {
color:#F1CFE4;
    background-color:#ac337e;
}


/* inquiry form page ends */


/* mockup tests form starts */

.mockup {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.mockup input{font-size:12px;}

.mockup input,
.mockup select {
    display: block;
    width: 100%;
    outline: none;
    border: none;
    padding: 10px;
    background: #f1f1f1;
    margin: 10px 0;
    font-size: 12px;
    font-weight: 600;
      color: #636363;
}

.mockup input::placeholder,
.mockup select::placeholder {
    font-size: 12px;
    color: #636363;
    font-weight: 600;
}

.mockup button {
    font-size: 14px;
    font-weight: 600;
    background-color:#2F4FA0!important;
    color:#fff;
}