﻿body {
}


/*---------------------------how-it-work page css-------------------*/
.main-head {
    display: inherit;
    box-shadow: 0 0 100px rgb(158 162 162);
    border-radius: 8px;
    margin-bottom: 10px;
}
.upper-head {
   color: #4aafad;
    display: inline-block;
    font-family: arial;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    margin: 10px 0px 10px 0px;
    /* box-shadow: 0 0 20px rgb(3 40 64); */
    padding: 10px;
    /* background: #4aafad; */
    text-transform: uppercase;
}
.box {
    /* display: table; */
    /* width: 100%; */
    padding: 8px 10px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    background: #fff;
    /* text-align: center; */
    margin-top: -90px;
    /*z-index: 999999;*/
    /* left: 10%; */
    /* position: absolute; */
}
        .main_head__content ul {
            display: flex;
            flex-wrap: wrap;
            padding: 0 20px;
        }
            .main_head__content ul li {
                max-width: 20%;
                flex: 0 0 25%;
                padding: 15px 20px;
            }
        .main_head__content ul li a {
    display: block;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
}
        .main_head__content ul li a p {
    margin: 0;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    color: #53c7c5;
}
        .container{
            /*width:80%*/
        }
        p {
            margin-top: 20px;
            margin-bottom: 10px;
            font-size: 15px;
        }
       #counseling ul {
            margin-top: 30px;
        }
       #counseling ul > li {
            display: block;
            padding: 0px 0px 0px 25px;
            margin-bottom: 20px;
            /* border-bottom: 1px #c9cdce dashed; */
            position: relative;
        }
          #counseling  ul > li:before {
                display: block;
                position: absolute;
                left: 0px;
                top: -2px;
                font-family: 'icomoon';
                font-size: 16px;
                color: #64cdcb;
                content: "\e908";
            }
          #introduction ol {
           margin-left: 75px;
           list-style: decimal;
        }
           #introduction ul {
            margin-top: 10px;
        }
       #introduction ul > li {
            display: block;
            padding: 0px 0px 0px 50px;
            margin-bottom: 10px;
            /* border-bottom: 1px #c9cdce dashed; */
            position: relative;
        }
          #introduction  ul > li:before {
                display: block;
                position: absolute;
                left: 25px;
                top: -2px;
                font-family: 'icomoon';
                font-size: 16px;
                color: #64cdcb;
                content: "\e908";
            }
          .padding-lg {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
}
.country-code {
    float: left;
    width: 20%;
    height: 36px;
}
.form-control{
    padding: 0;
}




/*---------------------------end how-it-work page css-------------------*/








.notifs-wrapper {
  position: absolute;
  width: 100%;
  height: 0;
  text-align: center;
  top: 0;
  z-index:99;
}

.custom-notif {
	position: relative;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 8px 25px;
    margin: auto;
    top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #ff9600;
}
.custom-notif.active {
  display: block;
  top: 0px;
  opacity: 1;
  border-radius: 0;
  background-color: #ffffff;
    border-color: transparent;
}
.custom-notif .close {
  position: absolute;
  font-size: 20px;
  color: #464646;
  top: 5px;
  right: 5px;
  opacity: 1;
}
.custom-notif p {
  font-size: 14px;
}

.notif-icon {
  display: inline-block;
  margin-right: 10px;
  float:left;
}
		@media(max-width:767px) {
		.header-middle .contact ul li {
		padding: 0 19px !important;
		}
	.about ul.our-links {
		margin: 0
		}
		.enq-form .enquire-now {
	position: relative;
    color: #fff;
    box-shadow: none !important;
    border-left: 0 !important;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.enq-form {
position: relative !important;
    right: 0 !important;
    top: 15px !important;
    z-index: 999;
    min-width: 350px
}
.container .column {
width: 100% !important;
    padding: 0 0 !important;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-bottom: 1em;
}
		}
.enq-form {
    position: fixed;
    right: 1%;
    top: 250px;
    z-index: 99999;
    min-width: 350px;
    /*border: 10px solid #ccc;*/
}
    .enq-form .enquire-now .inner h3 {
        display: block;
        padding-bottom: 8px;
        font-family: 'texgyreadventorbold';
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        border-bottom: 1px solid #4aafad;
        margin-bottom: 11px;
    }
    .enq-form .enquire-now {
        position: relative;
        color: #fff;
        box-shadow: 0px 0px 9px #b3b3b3;
        /*border-left: 8px solid;*/
    }
.enquire-wrapper {
    /*overflow: hidden;*/
    padding: 0;
    box-shadow: 0 11px 14px rgb(0 146 223 / 50%);
    border-radius: 15px;
    animation: leadForm 0.8s ease-out forwards;
    -webkit-animation: leadForm 0.8s ease-out forwards;
    /*margin: 0 15px 70px;*/
}
.enquire-header {
    border-radius: 15px 15px 0 0;
    color: #fff;
    background-color: #09375E;
    font-size: 2.25rem;
    padding: 15px 25px;
    text-transform: initial;
}
.banner-outer .banner-slider-new .slide1, .banner-outer .slide2, .banner-outer .slide3 {
    display: block;
    height: 400px;
}
.landing-page {
    /*padding-top: 100px;
    padding-bottom: 40px;*/
}
.inivert-page {
	padding-top: 80px;
    background: #234a66;
	padding-bottom: 80px;
}
.owl-carousel .owl-item img {
    border-radius: 12px 12px 0 0;
}

.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #FFFFFF;
  min-width: 270px;
  height: 470px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module:hover,
.hover {
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
}
.post-module:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}
.post-module .thumbnail {
  background: #000000;
  height: 400px;
  overflow: hidden;
}
.post-module .thumbnail .date {
  position: absolute;
    top: 20px;
    right: 20px;
    /* z-index: 1; */
    /* background: #e74c3c; */
    /* width: 55px; */
    /* height: 55px; */
    /* padding: 12.5px 0; */
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    /* border-radius: 100%; */
    /* color: #FFFFFF; */
    /* font-weight: 700; */
    /* text-align: center; */
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.post-module .thumbnail .date .day {
  font-size: 18px;
}
.post-module .thumbnail .date .month {
  font-size: 12px;
  text-transform: uppercase;
}
.imgbaner {
  display: block;
  width: 120%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module .post-content {
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
  padding: 30px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.post-module .post-content .category {
  position: absolute;
  top: -34px;
  left: 0;
  background: #e74c3c;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 26px;
  font-weight: 700;
}
.post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #e74c3c;
  font-size: 20px;
  font-weight: 400;
}
.post-module .post-content .description {
  display: none;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
}
.post-module .post-content .post-meta {
  margin: 30px 0 0;
  color: #999999;
}
.post-module .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}
.post-module .post-content .post-meta a {
  color: #999999;
  text-decoration: none;
}
.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}

.container:before,
.container:after {
  content: '';
  display: block;
  clear: both;
}
		    .container .column {
		        width: 50%;
		        padding: 0 25px;
		        -webkti-box-sizing: border-box;
		        -moz-box-sizing: border-box;
		        box-sizing: border-box;
		        float: left;
		        margin-bottom: 20px;
		    }
.container .column:hover .post-module .post-content .description {
display:block
}
.container .column .demo-title {
  margin: 0 0 15px;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.container .info {
  width: 300px;
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.container .info span {
  color: #666666;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #e74c3c;
}
		    :root {
		        --bubble-color: rgb(255, 164, 87);
		        --coral: rgb(254, 72, 25);
		    }


.planner {
  background-color: white;
  border-radius: 10px;
}

.map.step {
  width: 17px;
  height: 17px;
  background-color: rgb(83, 199, 197);
  border-radius: 50%;
  display: inline-block;
}

.content.step {
	display: inline-block;
    width: calc(100% - 20px);
    height: 100%;
    vertical-align: top;
    border-left: 3px solid rgb(83, 199, 197);
    margin-left: -12.5px;
}

.content.step p {
  margin: 0;
  margin-left: 40px;
  padding:0;
}
.content.step:last-child {
  border: none;
}

.activity {
  /*   font-size: 18px; */
  font-weight: 500;
}

.location {
  opacity: 0.6;
  font-size: 14px;
  font-weight: 500;
}

.map.step.selected div {
  width: 21px;
  height: 21px;
  margin-left: -4px;
  margin-top: -4px;
  border-radius: 100%;
  position: relative;
  z-index: 1;
}
.univ-text {
font-size:1.4rem;
color:#fff;
text-align:center;
margin:15px 0px;
line-height:18px;
}
.enq-form .enquire-now .inner .row1 {
    display: block;
    margin-bottom: 20px;
}
.enq-form .enquire-now .inner {
    padding: 18px 22px 18px 23px !important;
}
.enq-form .enquire-now .inner .row1 input, .enq-form .enquire-now .inner .row2 input {
    width: 100%;
    height: 36px;
    padding: 0 15px;
    background: #4aafad;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
    color: #ffffff;
    border-radius: 7px;
    box-shadow: 0px 0px 3px #8fbfbe;
}
.enquire-now .inner .row1 {
    display: block;
    margin-bottom: 7px;
}

		    .imglogo {
		        width: 70px;
		        height: 70px;
		        -webkit-border-radius: 100%;
		        -moz-border-radius: 100%;
		        -webkti-box-sizing: border-box;
		        -moz-box-sizing: border-box;
		        box-sizing: border-box;
		    }


@media (max-width: 768px) {
    .phone-data {
        display: none;
    }

    .email-data {
        display: none;
    }

    .email-data {
        display: none;
    }

    .callnumber {
        border: 0px solid #fff;
    }

    #enquiry-now {
        display: none;
    }

    .box {
        margin-top: 30px;
    }

    .main_head__content ul li {
        max-width: 50%;
    }
}
