@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* HEADINGS */

h1,
p {
    line-height: 1.4;
}

h1 {
    font-size: 2.2rem;
}

h2 {
    color: #000;
    font-size: 1.3rem;
}

h1,
h2,
h3,
h3,
h5,
h6 {
    font-family: 'Ubuntu', sans-serif;
}

img {
    width: 100%;
}

body {
    font-size: 16px;
    font-family: 'Yantramanav', sans-serif;
}

.container {
    width: 1170px;
    margin: auto;
}

.clear {
    clear: both;
}

section {
    width: 100%;
    float: left;
    overflow: hidden;
}

.head-margin {
    height: 75px;
}


/* common buttons start */

.common-btn {
    margin-left: 0;
    margin-top: 10px;
    display: inline-block;
    background: #1d70ac;
    color: #fff;
    width: auto;
    border-radius: 0;
    padding: 6px 8px;
    box-shadow: 1px 12px 11px #1d70ac42;
    text-align: center;
    transition: .5s;
    text-decoration: none;
}

.common-btn.center {
    display: table;
    margin: auto;
    border-radius: 28px;
    padding: 8px 14px;
    box-shadow: 1px 12px 11px #1d70ac42;
    text-align: center;
    transition: .5s;
}


/* common buttons end */

/* common buttons end */
.whatsapp {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.whatsapp {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.whatsapp {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 60px;
    right: 10px;
    cursor: pointer;
    z-index: 2;
}



.thankyou {
    width: 700px;
    margin: 50px auto 50px;
    background: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
    text-align: center;
    padding-bottom: 50px;
  }
  
  .thankyou h1 {
    text-transform: uppercase;
    color: #333333;
  }
  
  .thankyou p {
    border-top: 1px dotted #ccc;
    margin-top: 25px;
    padding-top: 10px;
    color: #333333;
  }
  
  .thankarea {
    width: 100%;
    float: left;
    background-color: #253147;
    padding: 50px 0;
    margin-bottom: 50px;
  }
  
  .thankarea .fa {
    background: #fff;
    width: 150px;
    font-size: 90px;
    color: #333333;
    border-radius: 100%;
    line-height: 150px;
  }
  
  /*responsive-small-screen*/
  @media (max-width:767px) {
    .thankyou {
      width: 90%;
    }
  }


/*********************************top-link-button-start******************************************/

#top-link-block {
    position: absolute;
    bottom: -82px;
    right: 10px;
}

#top-link-block.affix {
    position: fixed;
    bottom: 18px;
    right: 10px;
    z-index: 2;
}

#top-link-block a {
    font-size: 18px;
    padding: 10px 10px;
    border-radius: 0;
    border: none;
    color: #fff;
    background: #1d71aca1;
    display: block;
    transition: all ease .5s;
}

#top-link-block a:hover {
    color: #1d70ac;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    border-radius: 8px;
    /* opacity: 0.5; */
}


/* desk header */
.echron-header-top{
    width: 100%;
    background-color: #23ae99;
}
.echron-header-top .top {
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 5px 25px;
   
}
.echron-header-top .top a{
     color:#fff; 
     text-decoration:none
}

.desk_header {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #000000e6;
    z-index: 2;
    display: none;
}

.desk_header .desk_head {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background: #fff;
    width: 300px;
    z-index: 999;
}

.clos_img {
    position: absolute;
    top: 5px;
    left: 8px;
    width: 22px;
    cursor: pointer;
    background: #fff;
    width: 30px;
    border-radius: 50%;
    padding: 6px;
}

.desk_header .desk_head ul li {
    list-style: none;
    text-align: center;
    margin: 9% 0;
    font-size: 16px;
    text-transform: capitalize;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
    transition: .5s;
}

.desk_header .desk_head ul li a {
    text-decoration: none;
    color: rgb(37, 37, 37);
}

.desk_header .desk_head ul li:hover {
    background: rgb(4, 1, 12);
}

.desk_header .desk_head ul li:hover a {
    color: #ffffff;
    padding: 5px 6px;
}


/* BASIC SETUP */

header {
    width: 100%;
    background: #f1f1f1;
    box-shadow: 0 1px 3px #3333334a;
    float: left;
    z-index: 8;
    position: fixed;
    transition: height .4s ease, opacity .3s ease;
    height: 120px;
}

.grad-bar {
    width: 100%;
    height: 5px;
    background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background-size: 400% 400%;
    -webkit-animation: gradbar 15s ease infinite;
    -moz-animation: gradbar 15s ease infinite;
    animation: gradbar 15s ease infinite;
}


/* fixed header */

header.fixed {
    width: 100%;
    height: 85px;
    background-color: #f1f1f1;
    position: fixed;
    z-index: 13;
    box-shadow: 0 1px 3px #3333334a;
    /* border-bottom: 1px solid #fff; */
}

header.fixed .navbar ul {
    margin-top: 10px;
}


/* NAVIGATION */

.navbar {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.navbar img {
    width: 88px;
    justify-self: start;
    transition: all 0.25s ease;
}

header.fixed .navbar img {
    width: 45px;
}

.navbar ul {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    transition: all 0.25s ease;
}

.navbar .social {
    float: right;
    margin-top: 10px;
    transition: all 0.25s ease;
}

header.fixed .navbar .social {
    margin-top: 0;
}

.navbar .social span {
    float: left;
    background: #000;
    margin-left: 12px;
    width: 30px;
    height: 30px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    transition: 0.2s;
    cursor: pointer;
}

.navbar .social i {
    color: #ffffff;
    font-size: 19px;
}

.navbar .social span:hover {
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.205);
    transform: scale(1.1);
    background: #fff;
}

.navbar .social span:hover i {
    color: #000;
}

.navbar ul li {
    float: left;
    list-style: none;
}

.navbar ul li a:hover,
.navbar ul li a.active {
    color: #f5316e;
}

.navbar ul li:first-child {
    display: none;
}

.nav-item a {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    /* transition: color 0.3s ease-out; */
    transition: margin .4s ease, padding .4s ease;
    padding: 10px 0 0;
    margin-left: 20px;
}

.nav-item a:hover {
    color: #fff;
}


/* SECTIONS */

.headline {
    width: 100%;
    height: 50vh;
    min-height: 350px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url('https://d2v9y0dukr6mq2.cloudfront.net/video/thumbnail/jPLiQ-9/mountains-background-for-titles-intro-projects-and-etc_ew22rur3l__F0000.png');
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.features {
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    display: flex;
    padding: 50px 20px;
    justify-content: space-around;
}

.feature-container {
    flex-basis: 30%;
    margin-top: 10px;
}

.feature-container p {
    color: #000;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 15px;
}

.feature-container img {
    width: 100%;
    margin-bottom: 15px;
}


/* SEARCH FUNCTION */

#search-icon {
    font-size: 0.9rem;
    margin-top: 3px;
    margin-left: 15px;
    transition: color 0.3s ease-out;
}

#search-icon:hover {
    color: #3498db;
    cursor: pointer;
}

.search {
    transform: translate(-35%);
    -webkit-transform: translate(-35%);
    transition: transform 0.7s ease-in-out;
    color: #3498db;
}

.no-search {
    transform: translate(0);
    transition: transform 0.7s ease-in-out;
}

.search-input {
    position: absolute;
    top: -4px;
    right: -125px;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.6s ease;
}

.search-active {
    opacity: 1;
    z-index: 0;
}

input {
    border: 0;
    border-left: 1px solid #ccc;
    border-radius: 0;
    outline: 0;
    padding: 5px;
}


/* MOBILE MENU & ANIMATION */

.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: #494949;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fixed .menu-toggle .bar {
    background-color: #000;
}

.menu-toggle {
    justify-self: end;
    margin-right: 25px;
    display: none;
}

.menu-toggle:hover {
    cursor: pointer;
}

#mobile-menu.is-active .bar:nth-child(2) {
    opacity: 0;
}

#mobile-menu.is-active .bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}


/* KEYFRAME ANIMATIONS */

@-webkit-keyframes gradbar {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes gradbar {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes gradbar {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}


/* Banner */

.banner-sec {
    margin-bottom: -6px;
}

.banner-sec .swiper-button-next,
.banner-sec .swiper-button-prev {
    color: #ffffff;
    border: 1px solid rgb(187, 187, 187);
    width: 34px;
    border-radius: 8px;
    transition: 0.2s;
}

.banner-sec .swiper-button-next:hover,
.banner-sec .swiper-button-prev:hover {
    background: rgba(221, 221, 221, 0.486);
}

.banner-sec .common-btn {
    width: 140px;
    background: #ab170b;
    margin-left: 12px;
    border-radius: 6px;
    height: 40px;
    line-height: 26px;
    font-size: 20px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .5);
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.banner-sec .common-btn::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: 0.4s;
    z-index: -1;
}

.banner-sec .common-btn:hover::before {
    width: 100%;
}

.banner-sec .common-btn:hover {
    color: #ab170b;
}

.banner-sec .ban-inn .ban-text .common-btn.ph {
    margin-left: 0;
}

.banner-sec .ban-inn {
    position: relative;
}

.banner-sec .ban-inn .ban-text {
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.banner-sec .ban-inn .ban-text h1 {
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 20px;
}

.banner-sec .ban-inn .ban-text p {
    font-size: 26px;
    padding-bottom: 20px;
}

.banner-sec .swiper-button-next:after,
.banner-sec .swiper-button-prev:after {
    font-size: 20px;
}

.about {
    background: #000;
    padding: 50px 0 0;
    overflow: hidden;
}

.about .left {
    width: 50%;
    float: left;
    color: #fff;
    padding-right: 80px;
    padding-bottom: 13px;
}

.about .left h2 {
    color: #fff;
    margin-top: 0;
    font-size: 38px;
    margin-bottom: 10px;
}

.about .left p {
    font-size: 18px;
    text-align: justify;
}

.about .left .common-btn {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 41px;
    width: 150px;
    height: 40px;
    border-radius: 4px;
    line-height: 27px;
    z-index: 0;
    overflow: hidden;
    position: relative;
    font-size: 20px;
}

.about .left .common-btn::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: 0.4s;
    z-index: -1;
}

.about .left .common-btn:hover::before {
    width: 100%;
}

.about .left .common-btn:hover {
    color: #000;
}

.about .right {
    width: 60%;
    float: right;
}

.about .right img {
    margin-bottom: -6px;
}

.about .main-d {
    display: flex;
    align-items: center;
}

.overlasting {
    position: relative;
}

.overlasting h2 {
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 35px;
    text-align: center;
    font-weight: 600;
}

.overlasting img {
    margin-bottom: -6px;
}

.viewer {
    padding: 50px;
}

.viewer h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
}

.viewer .main-di {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.viewer .left {
    width: 50%;
    float: left;
    position: relative;
}

.viewer .left .overlay {
    background: #253147d8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    cursor: pointer;
}

.viewer .left .overlay a {
    width: 100%;
    float: left;
    height: 100%;
}

.viewer .left .overlay::before {
    content: "\f067";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 30px;
    height: 30px;
    font: normal normal normal 24px/1 FontAwesome;
    z-index: -1;
}

.viewer.creat .left .overlay::before {
    content: "\f04b";
}

.viewer .left ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.viewer .left ul li {
    position: relative;
    width: 24.2%;
    margin: 0.3%;
}

.viewer .left ul li img {
    margin-bottom: -6px;
}

.viewer .left ul li:hover {
    transition: 0.3s;
}

.viewer .left ul li:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.viewer .right {
    width: 50%;
    float: left;
    padding-left: 50px;
    padding-right: 100px;
}

.viewer .right h2 {
    padding-top: 50px;
    font-size: 32px;
    color: #222222;
    margin-bottom: 20px;
    line-height: 40px;
    font-weight: 500;
    text-align: justify;
}

.viewer .right p {
    font-size: 16px;
    color: #424242;
    text-align: justify;
}

.viewer .right strong {
    font-size: 22px;
    text-align: left;
    width: 100%;
    float: left;
}

.viewer .right .common-btn {
    height: 40px;
    width: 151px;
    display: inline-block;
    margin: 40px auto;
    background: #f5316e;
    font-size: 16px;
    line-height: 31px;
    font-size: 20px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .5);
    position: relative;
    z-index: 0;
}

.viewer .right .common-btn::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: 0.4s;
    z-index: -1;
}

.viewer .right .common-btn:hover::before {
    width: 100%;
}

.viewer .right .common-btn:hover {
    color: #f5316e;
}

.viewer .right.common-btn:hover {
    color: #000;
}

.viewer.creat {
    padding-top: 0;
    position: relative;
    z-index: 1;
}

.viewer.creat .left {
    float: right;
}

.viewer.creat .common-btn {
    margin-top: 50px;
}

.viewer.creat .half {
    position: absolute;
    height: 30%;
    width: 100%;
    background: white;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.viewer.creat .right {
    padding-right: 110px;
    padding-left: 0;
}

.advertisment {
    padding: 40px 0;
    background: #fff;
}

.advertisment h2 {
    text-align: center;
    color: #333;
    font-size: 30px;
    position: relative;
    margin-bottom: 40px;
}

.advertisment h2::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    background: #333;
    width: 100px;
    height: 2px;
}

.advertisment p {
    text-align: center;
    text-transform: uppercase;
    color: #333;
    margin-top: 20px;
}

.advertisment .photo-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    list-style: none;
}

.advertisment .photo-list li {
    width: 24%;
    position: relative;
    float: left;
    color: #333;
    margin: 0.5%;
    padding: 0;
}

.advertisment .cat-list li {
    cursor: pointer;
    text-align: center;
}

.advertisment .cat-list li.active {
    color: #f5316e;
    transition: 0.2s;
    border-bottom: 2px solid #f5316e;
}

.advertisment .photo-list.tab {
    display: none;
}

.advertisment .photo-list.tab.tab-1 {
    display: block;
}

.advertisment .photo-list li span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.651);
    left: 50%;
    opacity: 0;
    transition: 0.3s;
}

.advertisment .photo-list li img {
    margin-bottom: -6px;
}

.advertisment .photo-list li span p::before {
    content: "\f002";
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    font: normal normal normal 14px/1 FontAwesome;
}

.advertisment .photo-list li span p.vid-icon::before {
    content: "\f16a";
    top: -22px;
    font: normal normal normal 40px/1 FontAwesome;
}

.advertisment .photo-list li span a {
    border: 0;
}

.advertisment .photo-list li span:hover {
    opacity: 1;
}

.advertisment .photo-list li span p {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0;
    color: #fff;
}

.advertisment .cat-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}

.advertisment .cat-list li {
    color: #666;
    margin-left: 10px;
    margin-right: 10px;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 6px;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
}

.advertisment .cat-list li::before {
    position: absolute;
    content: '';
    right: -10px;
    background: rgba(0, 0, 0, 0.07);
    top: 0;
    width: 1px;
    height: 100%;
}


/*recent-shoot*/

.recent-shoot {
    padding: 50px 0;
    position: relative;
}

.recent-shoot h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 46px;
}

.recent-shoot ul {
    margin-top: 40px;
    list-style: none;
}

.recent-shoot ul li {
    transition: 0.3s;
}

.recent-shoot .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}

.recent-shoot .swiper-pagination-bullet {
    margin-left: 4px;
    width: 12px;
    height: 12px;
}

.recent-shoot ul li .post {
    margin-top: 20px;
    color: #1d70ac;
}

.recent-shoot ul li .post {
    margin-top: 20px;
    color: #1d70ac;
}

.recent-shoot ul li .la {
    margin-top: 5px;
}

.recent-shoot ul li .shoot-k {
    position: relative;
    overflow: hidden;
    transition: 1s;
}

.recent-shoot ul li .shoot-k::before {
    position: absolute;
    content: '';
    width: 96%;
    height: 96%;
    border: 1px solid #fff;
    left: 50%;
    top: 50%;
    border-radius: 0px;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    transition: 1s;
}

.recent-shoot ul li img {
    transition: 1s;
    margin-bottom: -6px;
}

.recent-shoot ul li:hover img {
    transform: scale(1.1);
    transition: 1s;
}

.recent-shoot ul li:hover .shoot-k::before {
    opacity: 1;
}

.why-choose {
    padding: 50px 0 0;
    background: url(../images/bg-why.jpg) no-repeat;
    background-size: cover;
}

.why-choose ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.why-choose ul li {
    width: 27.33%;
    margin: 2%;
    text-align: center;
    color: #fff;
    border: 1px solid transparent;
    padding: 20px;
    transition: 0.3s;
}

.why-choose ul li img {
    width: 40px;
    transition: 0.6s;
}

.why-choose ul li:hover img {
    transform: scale(1.2);
}

.why-choose ul li:hover {
    box-shadow: 0 2px 10px 2px rgba(39, 39, 39, 0.288);
    border-radius: 10px;
}

.why-choose h2 {
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
}

.why-choose h3 {
    text-align: center;
    color: #fff;
}

.why-choose ul li h3 {
    font-size: 20px;
    margin-bottom: 20px;
}


/*try-bussiness*/

.try-bussiness {
    padding: 50px 30px;
    background: #ededed;
    font-size: 30px;
}

.try-bussiness h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 50px;
}

.try-bussiness .swiper-wrapper {
    -webkit-transition-timing-function: linear!important;
    -o-transition-timing-function: linear!important;
    transition-timing-function: linear!important;
}

.try-bussiness ul {
    list-style: none;
}

.try-bussiness ul li {
    width: 100%;
    transition: 0.2s;
    overflow: hidden;
    background: #fff;
}

.try-bussiness ul li img {
    transition: 0.3s;
    margin-top: 8px;
}

.try-bussiness ul li:hover img {
    transform: scale(1.1);
}

.perfect {
    padding: 60px 0;
}

.perfect h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 40px;
    position: relative;
}

.perfect h2::before {
    position: absolute;
    content: '';
    top: -40px;
    width: 100%;
    height: 40px;
    background-size: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.perfect p {
    padding-bottom: 20px;
    text-align: justify;
}

.perfect .main-p {
    display: flex;
    flex-wrap: wrap;
}

.perfect .main-p .left {
    width: 55%;
    padding-right: 30px;
}

.perfect .main-p .right {
    width: 45%;
    display: flex;
    flex-wrap: wrap;
}

.perfect .main-p ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.perfect ul li {
    width: 46%;
    transition: 0.4s;
    box-shadow: 0 0 5px 2px #4242422c;
    margin-bottom: 10px;
    margin: 2% 2% 2%;
    transition: transform 0.8s;
    position: relative;
}

.perfect ul li:hover {
    transform: rotateY(180deg);
    box-shadow: 0 0 15px 2px #4242422c;
}

.perfect .matter ul li:hover {
    margin-top: -4px;
}

.perfect .main-p ul li img {
    width: 170px;
    display: table;
    margin: auto;
}

.perfect .matter ul li {
    width: 25%;
}

.perfect .right .main-s label {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    cursor: pointer;
}

.perfect .right .main-s .card {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 20;
}

.perfect .right .main-s .card div {
    position: absolute;
    width: 100%;
    background: #fff;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 3px;
    box-shadow: 0 0 10px 1px #4242423a;
}

.perfect .right .main-s .card .back {
    color: #fff;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.perfect .right .main-s label:hover .card {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    /*   box-shadow: 0 0 10px 10px rgba(255,255,255,0.6); */
}

.perfect .right .main-s {
    width: 46%;
    margin: 2%;
    float: left;
    position: relative;
}

.perfect .right .main-s img {
    width: 150px;
}

.client-testimonals {
    padding: 50px 0;
    background: #ededed;
}

.client-testimonals h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}

.client-testimonals ul {
    list-style: none;
}

.client-testimonals ul li {
    width: 29.33%;
    background: #fff;
    padding: 60px 40px 30px;
    transition: 0.3s;
    float: left;
    height: 340px;
}

.client-testimonals ul li:hover {
    transform: scale(1.1);
}

.client-testimonals ul li .ratings {
    margin-bottom: 12px;
}

.client-testimonals ul li .ratings .fa-star {
    font-size: 20px;
}

.client-testimonals ul li .ratings .checked {
    color: orange;
}

.client-testimonals ul li p {
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.7;
    font-size: 16px;
    color: #3a3a3a;
}

.client-testimonals .in-test {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.client-testimonals .in-test figure {
    margin-right: 5px;
}

.client-testimonals .in-test figure img {
    width: 70px;
}

.client-testimonals .fa-quote-right {
    float: right;
    font-size: 30px;
}

.quote {
    background: url(../images/bg2.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 40px;
}

.quote h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.quote .common-btn {
    width: 170px;
    height: 50px;
    font-weight: 700;
    line-height: 40px;
    margin: 40px auto;
    background: #253147;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
}

.quote .common-btn {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 41px;
    width: 150px;
    height: 40px;
    border-radius: 4px;
    line-height: 27px;
    z-index: 0;
    overflow: hidden;
    position: relative;
}

.quote .common-btn::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: 0.4s;
    z-index: -1;
}

.quote .common-btn:hover::before {
    width: 100%;
}

.quote .common-btn:hover {
    color: #000;
}

.how-it-works {
    padding: 50px 0;
}

.how-it-works h2 {
    text-align: center;
    font-size: 30px;
}

.how-it-works ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.how-it-works ul li {
    width: 31.33%;
    margin: 1%;
    position: relative;
    transition: 0.2s;
}

.how-it-works ul li .count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: inherit;
    border-radius: 50%;
    text-align: center;
    z-index: 3;
}

.how-it-works ul li .dot-wrap {
    max-width: 270px;
    position: relative;
    height: 80px;
    width: 80px;
    margin: 0 auto 24px;
    transition: 0.2s;
}

.how-it-works ul li:hover .dot-wrap {
    transform: scale(1.2);
}

.how-it-works ul li .dot {
    background-color: #f55d4e;
}

.how-it-works ul li:nth-child(2) .dot {
    background-color: #9013fe;
}

.how-it-works ul li:nth-child(3) .dot {
    background-color: #7ed321;
}

.how-it-works ul li .dot::before,
.how-it-works ul li .dot::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: inherit;
}

.how-it-works ul li .dot::before {
    width: 80px;
    height: 80px;
    opacity: .3;
}

.how-it-works ul li .dot::after {
    width: 60px;
    height: 60px;
    opacity: .7;
}

.how-it-works ul li .count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: inherit;
    border-radius: 50%;
    text-align: center;
    z-index: 3;
}

.how-it-works ul li .content-wrap {
    position: relative;
    text-align: center;
    max-width: 270px;
    margin: 0 auto;
    background: #fff;
    padding: 38px 30px 44px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.06));
}

.how-it-works ul li .content-wrap::before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    border-bottom: 13px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.how-it-works ul li .content-wrap .title {
    font-size: 22px;
    margin-bottom: 12px;
    color: #3a3a3a;
    font-weight: 600;
}

.how-it-works ul li .content-wrap .text {
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.7;
    font-size: 16px;
}

.how-it-works ul li .line {
    position: absolute;
    top: 40px;
    right: 100%;
    transform: translateX(50%);
    background: #ddd;
    width: 60%;
    height: 1px;
}

.square-yards {
    background-color: #253147;
    height: 500px;
    position: relative;
    overflow: unset;
}

.square-yards .left {
    width: 70%;
    float: left;
    margin-top: 67px;
}

.square-yards .right {
    width: 30%;
    float: left;
    margin-top: 67px;
}

.square-yards .left img {
    width: 90%;
}

.square-yards .border-r {
    width: 320px;
    height: 290px;
    border: 2px solid #dfdfdf;
    padding: 20px;
    color: #fff;
    position: relative;
    margin-top: 20px;
}

.square-yards .border-r h3 {
    font-size: 34px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 35px;
}

.square-yards .border-r::before {
    content: '';
    background: url(../images/cam.png) no-repeat;
    position: absolute;
    top: -30px;
    left: 20px;
    background-size: 100%;
    width: 60px;
    height: 60px;
}

.square-yards .border-r p {
    font-size: 14px;
}


/* location */

.location {
    padding: 100px 0;
    background: #87dcef;
}

.location .want-ph {
    width: 33%;
    background: #c7456f;
    display: flex;
    align-items: center;
    float: right;
}

.location .want-ph h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
}

.location .map-se .social i.fa-facebook {
    color: #253147;
    background: #fff;
    width: 22px;
    height: 22px;
    line-height: 26px;
    padding: 2px 2px 0 2px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
}

.location .map-se .social i {
    transition: 0.3s;
}

.location .map-se .social i:hover {
    transform: scale(1.1);
}

.location .map-se .social {
    margin-top: 20px;
}

.location .map-se .social i.fa-instagram,
.location .map-se .social i.fa-whatsapp{
    color: #fff;
    font-size: 20px;
    margin-left: 12px;
}

.location .common-btn {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 41px;
    width: 150px;
    height: 40px;
    border-radius: 4px;
    line-height: 27px;
    z-index: 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.226);
}

.location .want-ph .common-btn::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: 0.4s;
    z-index: -1;
}

.location .want-ph .common-btn:hover::before {
    width: 100%;
}

.location .want-ph .common-btn:hover {
    color: #000;
}

.location .map-se {
    width: 65%;
    float: left;
    height: 512px;
}

.location .map-se .inn-1 {
    background: #253147;
    width: 50%;
    float: left;
    height: 100%;
    color: #fff;
    padding: 60px 70px;
}

.location .map-se .inn-1 h2 {
    color: #fff;
    margin-top: 20px;
    font-size: 20px;
}

.location .map-se .inn-1 p {
    font-weight: 600;
    padding: 15px 0;
}

.location .map-se .inn-1.map {
    padding: 0;
    background: none;
}


/********************footer**********************/

footer {
    width: 100%;
    float: left;
    padding: 0;
    font-weight: 300;
}

footer .main_up_foot {
    background: #253147;
    padding: 40px 0;
    float: left;
    width: 100%;
}

footer p {
    color: #888;
    padding: 20px 0;
    font-size: 12px;
}

footer .container {
    width: 1200px;
}

footer .low_foot {
    background: #253147;
    width: 100%;
    float: left;
    padding: 40px 0 0;
    border-top: 1px solid #fff;
}

footer .low_foot h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

footer .low_foot .ab_us {
    padding-left: 0;
}

footer .low_foot .what-we {
    margin-top: 12px;
}

footer .low_foot .inn_foot.left_align {
    padding-left: 18px;
}

footer .low_foot .inn_foot.left-ali {
    padding-left: 20px;
}

footer .low_foot .inn_foot {
    width: 15%;
    float: left;
    margin-bottom: 10px;
    padding: 20px;
}

footer .low_foot .social-media-icon a {
    margin-right: 20px;
    border: 1px solid #fff;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

footer .low_foot .inn_foot.foot-1 {
    position: relative;
}

footer .low_foot .inn_foot .inn {
    color: #888;
    margin-bottom: 20px;
}

footer .low_foot a {
    color: rgb(206, 206, 206);
    text-decoration: none;
    font-size: 12px;
}

footer .low_foot a:hover {
    color: rgb(255, 255, 255);
}

footer .low_foot img {
    width: 100px;
}

footer .low_foot .social-media {
    margin: 9px 0 19px;
    color: #fff;
}

footer .low_foot ul {
    list-style: none;
}

footer .low_foot .inn_foot h4 {
    margin-bottom: 5px;
    color: #64b42b;
    font-weight: 500;
}

footer .low_foot .inn_foot h5 {
    color: #1e9acf;
}

footer .low_foot .inn_foot p {
    line-height: 19px;
}

footer .low_foot .inn_foot ul li {
    padding-bottom: 13px;
    position: relative;
    margin-left: 0;
    color: #888;
    font-size: 12px;
}

footer .low_foot .inn_foot .social i.fa-facebook {
    color: #253147;
    background: #fff;
    width: 22px;
    height: 22px;
    line-height: 26px;
    padding: 2px 2px 0 2px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    transition: 0.2s;
}

footer .low_foot .inn_foot .social i:hover {
    transform: scale(1.1);
}

footer .low_foot .inn_foot .social {
    margin-top: 20px;
}

footer .low_foot .inn_foot .social i.fa-instagram,
footer .low_foot .inn_foot .social i.fa-whatsapp {
    color: #fff;
    font-size: 20px;
    margin-left: 12px;
}

footer .low_foot .inn_foot:nth-child(1) {
    width: 30%;
    padding-right: 30px;
    padding-left: 0;
}

footer .low_foot .inn_foot:last-child p {
    padding-top: 10px;
    padding-bottom: 15px;
}

footer .low_foot .inn_foot:nth-child(2) ul li::before {
    content: '';
    position: absolute;
    background: url(../images/location.png) no-repeat;
    width: 20px;
    height: 30px;
    background-size: 100%;
    left: -29px;
}

footer .low_foot .inn_foot .btn-l {
    width: 39px;
    height: 30px;
    border-radius: 0;
    line-height: 20px;
    border: 0;
    margin-left: -43PX;
    vertical-align: top;
    color: #fff;
    background: #ef7f1a;
    font-size: 20px;
}

footer .low_foot .inn_foot input {
    height: 30px;
    border: 1px solid #ccc;
    background: none;
    color: #fff;
    padding: 10px;
}

footer .low_foot .inn_foot:nth-child(2) ul li:nth-child(2)::before {
    background: url(../images/email.png) no-repeat;
    width: 20px;
    height: 30px;
    background-size: 100%;
}

footer .low_foot .inn_foot:nth-child(2) ul li:nth-child(3)::before {
    background: url(../images/phone-icon.png) no-repeat;
    width: 20px;
    height: 30px;
    background-size: 100%;
}

.form-main {
    width: 100%;
    float: left;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.575);
    display: none;
    z-index: 20;
}

.form-main.cliq {
    display: block;
    position: static;
    z-index: 0;
}

.form-main h2::selection,
.form-main label::selection,
.form-main button::selection {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-main .close {
    float: right;
    margin-right: -20px;
    margin-top: -20px;
    cursor: pointer;
}

.wrapper {
    width: 420px;
    padding: 2rem;
    background: #fff;
    box-shadow: 0 0px 2.2px rgba(0, 0, 0, 0.028), 0 0px 5.3px rgba(0, 0, 0, 0.04), 0 0px 10px rgba(0, 0, 0, 0.05), 0 0px 17.9px rgba(0, 0, 0, 0.06), 0 0px 33.4px rgba(0, 0, 0, 0.072), 0 0px 80px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.form-main.cliq .wrapper {
    position: static;
    transform: none;
    width: 100%;
}

.form-main h2 {
    background: rgba(173, 216, 230, 0.7);
    letter-spacing: 0.1rem;
    padding: 1rem;
    cursor: default;
}

.form-main form,
.form-main input,
.form-main textarea,
.form-main button {
    font-family: inherit;
    font-size: initial;
}

.form-main .form-group label {
    display: block;
    margin: 2rem 0 0.5rem 0;
}

.form-main.cliq .form-group label {
    margin-top: 1rem;
}

.form-main .form-group input[type="text"],
.form-main .form-group input[type="email"],
.form-main .form-group textarea {
    width: 100%;
    padding: 1rem 0.8rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: 0;
    transition: border 0.15s;
}

.form-main .form-group textarea {
    resize: vertical;
}

.form-main.cliq .form-group input[type="text"],
.form-main.cliq .form-group input[type="email"] {
    height: 30px;
}

.form-main.cliq h2 {
    color: #253147;
    font-size: 16px;
    padding: 12px;
    background: none;
    padding: 0;
}

.form-main .submit {
    font-weight: bold;
    margin-top: 1rem;
    padding: 1rem 1.5rem;
    border: none;
    background: rgba(173, 216, 230, 0.7);
    cursor: pointer;
    transition: background 0.15s;
}

.form-main i {
    margin-right: 0.5rem;
}

.form-main .submit:hover {
    background: rgba(173, 216, 230, 1);
}

.form-main .form-group input[type="text"]:focus,
.form-main .form-group input[type="email"]:focus,
.form-main .form-group textarea:focus {
    border: 1px solid #222;
}

.grtyoutube-popup {
    background-image: url("../images/lca/loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    left: 0;
    z-index: 99999;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
}

.grtyoutube-popup:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.grtyoutube-popup-content {
    width: 70%;
    height: 70%;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

.grtyoutube-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #FFF;
    font-size: 25px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url("../images/close.png") no-repeat;
    background-size: 20px;
}

.grtyoutube-iframe {
    width: 100%;
    height: 100%;
}


/* Media Queries */

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 920px;
    }
    .major_eligibility ul.top_insta li .insta_cenert_txt h3 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .major_eligibility ul.top_insta li .insta_cenert_txt span {
        margin-bottom: 5px;
    }
    .major_eligibility ul.top_insta li .insta_cenert_txt .btn {
        width: 90%;
    }
    .major_eligibility ul.top_insta li .insta_cenert_txt a.read-more {
        padding: 10px 0;
    }
    .ask-expert span {
        padding-left: 0;
    }
    .why-choose .choose-r ul {
        padding: 51px 0 0 32px;
    }
    .why-choose .choose-r ul li {
        font-size: 16px;
    }
    footer ul li {
        padding-left: 70px;
    }
    .bann_form .btn-top {
        width: 100%;
    }
}


/*******************************responsive-tab****************************/

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 740px;
    }
    .navbar img {
        width: 60px;
    }
    .nav-item a {
        padding: 10px 7px 0;
        font-size: 13px;
    }
    /* header ul li:last-child a:last-child {
        width: 109px;
        height: 32px;
        font-size: 10px;
        line-height: 13px;
    } */
    .bann_txt {
        width: 55%;
        margin-top: 174px;
    }
    .bann_txt h2 span {
        font-size: 45px;
    }
    .bann_txt h2 {
        font-size: 28px;
    }
    .bann_txt p {
        font-size: 20px;
    }
    .bann_form {
        width: 45%;
    }
    .bann_form .btn {
        width: 294px;
        font-size: 17px;
    }
    .bann_form h3 {
        font-size: 23px;
    }
    .testing .ryt_txt h2 {
        font-size: 23px;
    }
    .testing .ryt_txt p {
        font-size: 14px;
    }
    .testing .ryt_txt ul li {
        font-size: 14px;
    }
    .testing .img_lft {
        text-align: left;
    }
    .about-uk .img_lft img {
        width: 350px;
    }
    .main_head {
        font-size: 23px;
    }
    .elts_typ ul li {
        width: 48%;
    }
    .elts_acdmic .acdmic_lft {
        margin: 0;
        padding: 0;
    }
    .elts_acdmic .acdmic_lft p {
        font-size: 13px;
    }
    .elts_acdmic .acdmic_lft h3 {
        font-size: 23px;
    }
    .elts_acdmic .acdmic_ryt ul li h2 {
        padding: 10px 6px;
    }
    .elts_acdmic .acdmic_ryt ul li p {
        padding-left: 0;
        font-size: 13px;
    }
    .countries ul.ul_second_list {
        margin-top: 40px;
    }
    .countries ul.ul_second_list li .cuontry_inn_txt span {
        padding-left: 9px;
        font-size: 13px;
        margin: 0;
    }
    .countries ul.ul_second_list li .cuontry_inn_txt p {
        padding: 7px 0 0 20px;
        font-size: 11px;
    }
    .countries ul.ul_second_list li .cuontry_inn_txt p::before {
        top: 11px;
    }
    .countries ul.ul_second_list li .cuontry_inn_txt small {
        padding: 5px 23px 0;
        font-size: 12px;
    }
    .countries ul.ul_second_list li .cuontry_inn_txt a.btn {
        margin: 50px 23px;
        height: 33px;
        width: 170px;
        border-radius: 18px;
        text-align: center;
        line-height: 34px;
        font-size: 11px;
    }
    .price_sec p {
        padding: 17px 0;
    }
    .echron-ielts-score h2 {
        font-size: 23px;
    }
    .echron-ielts-score p {
        padding: 0;
    }
    .echron-ielts-score::after {
        display: none;
    }
    .echron-ielts-tip .list-1 {
        width: 48%;
    }
    .testing.five_mits .ryt_txt .common_cont h2 {
        padding-left: 0;
    }
    .deal ul li {
        width: 48%;
    }
    .undrstnd .undrstnd-left h3 {
        font-size: 23px;
    }
    .how-req {
        padding: 0;
    }
    .undrstnd .undrstnd-right ul li:nth-child(1) {
        left: 35px;
    }
    .undrstnd .undrstnd-right ul li img {
        width: 270px;
    }
    .top-prog ul li .top-prog-txt h2 {
        font-size: 15px;
    }
    .undrstnd .undrstnd-left p {
        font-size: 13px;
    }
    .top-prog ul li .top-prog-txt {
        height: auto;
    }
    .top-prog ul li .top-prog-txt.in-hight {
        height: 210px;
    }
    .ask-expert span {
        padding-left: 26px;
        font-size: 22px;
    }
    .top-insti .top-insti-cntr {
        padding: 25px 0 159px 29px;
    }
    .top-insti .top-insti-cntr ul.inti-lft {
        width: 29.33%;
        margin: 2%;
    }
    .top-insti .top-insti-cntr ul li {
        font-size: 15px;
    }
    .major_eligibility ul.top_insta li .insta_cenert_txt {
        padding-top: 14px;
    }
    .major_eligibility .doc_main_menu h2 {
        font-size: 15px;
    }
    .major_eligibility ul.top_insta li .insta_cenert_txt h3 {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .major_eligibility ul.top_insta li .insta_cenert_txt .btn {
        line-height: 18px;
        width: 92%;
    }
    .major_eligibility ul.top_insta li .insta_cenert_txt span {
        margin-bottom: 5px;
    }
    .major_eligibility ul.top_insta li .insta_cenert_txt a.read-more {
        padding: 5px 0;
    }
    footer .foot_p {
        padding: 0;
    }
    footer .foot_inn h3 {
        height: 40px;
    }
    footer .foot_inn ul li {
        font-size: 12px;
    }
    footer ul li {
        padding-left: 60px;
    }
    footer ul li a {
        font-size: 11px;
    }
    .why-choose .choose-r ul li {
        font-size: 13px;
    }
    .why-choose .choose-r ul {
        padding: 51px 0 0 39px;
    }
    .major_eligibility ul.top_insta li .insta_botm_txt h2 {
        font-size: 19px;
    }
    .bann_form .btn-top {
        width: 100%;
    }
    .why-choose .choose-r ul li {
        width: 30%;
    }
}


/* Mobile Devices - Phones/Tablets */

@media (max-width: 767px) {
    .container {
        width: 90%;
    }
    .mob_nav_scroll {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    /* MOBILE HEADINGS */
    h1 {
        font-size: 1.9rem;
    }
    h2 {
        font-size: 1rem;
    }
    p {
        font-size: 0.8rem;
    }
    header{
      height: 95px;
    }
    /* MOBILE NAVIGATION */
    header.fixed {
        /* background: #1d70ac; */
        top: -2px;
    }
    .navbar {
        margin-top: 20px;
    }
    .echron-header-top {
       display: none;
    }
    .navbar img {
        float: left;
        width: 75px;
    }
    .navbar ul {
        display: flex;
        flex-direction: column;
        position: fixed;
        justify-content: start;
        top: 0;
        left: 0;
        background-color: #000;
        width: 70%;
        height: 100vh;
        transform: translate(-101%);
        text-align: center;
        overflow: hidden;
        z-index: 999;
        margin-top: 0;
    }
    .navbar .social {
        display: none;
    }
    .navbar ul::before {
        position: absolute;
        content: '';
    }
    .navbar .nav-item {
        display: block;
        text-align: left;
    }
    .navbar img.nav_img {
        display: none;
    }
    .navbar li {
        padding: 15px;
    }
    .navbar ul li:first-child {
        display: block;
        border-bottom: 1px solid #fff;
    }
    .navbar li a {
        font-size: 12px;
        color: #fff;
        text-decoration: none;
    }
    .fixed .menu-toggle {
        top: 25px;
    }
    .menu-toggle {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 29px;
    }
    .bar {
        display: block;
    }
    .mobile-nav {
        transform: translate(0%)!important;
    }
    /* SECTIONS */
    .headline {
        height: 20vh;
    }
    .feature-container p {
        margin-bottom: 25px;
    }
    .feature-container {
        margin-top: 20px;
    }
    .feature-container:nth-child(2) {
        order: -1;
    }
    /* SEARCH DISABLED ON MOBILE */
    #search-icon {
        display: none;
    }
    .search-input {
        display: none;
    }
    .top_banner {
        z-index: 0;
    }
    .bann_form {
        width: 100%;
        margin-top: 35px;
    }
    .bann_form .btn-top {
        width: 100%;
    }
    .testing .img_lft {
        width: 100%;
    }
    .testing .ryt_txt {
        width: 100%;
        margin-top: 30px;
    }
    header ul li:last-child a:last-child {
        width: 210px;
        height: 38px;
        line-height: 18px;
    }
    .advertisment {
        padding: 30px 0;
    }
    .advertisment h2 {
        font-size: 20px;
    }
    .advertisment h2::before {
        bottom: -10px;
    }
    .advertisment .cat-list li {
        padding: 10px 0;
        margin: 0 10px;
    }
    .advertisment .photo-list {
        margin-top: 30px;
    }
    .bann_form .btn {
        width: 100%;
    }
    .bann_txt {
        width: 100%;
        margin-top: 83px;
    }
    .bann_txt h2 {
        font-size: 28px;
    }
    .bann_txt h2 span {
        font-size: 36px;
    }
    /* ************************************************ */
    .about .left h2 {
        font-size: 25px;
    }
    .about .left p {
        font-size: 15px;
    }
    /* ***************************************************** */
    .about {
        padding: 30px 0;
    }
    .about .main-d {
        flex-wrap: wrap-reverse;
    }
    .about .left,
    .about .right {
        padding: 0;
        width: 100%;
        float: unset;
    }
    .about .left {
        margin-top: 30px;
    }
    .about .left .common-btn {
        margin: 20px 0;
    }
    .about-uk {
        padding: 20px 0;
    }
    .about-uk .img_lft {
        width: 100%;
    }
    .about-uk .img_lft img {
        width: 100%;
    }
    .about-uk .ryt_txt {
        width: 100%;
    }
    .viewer {
        padding: 30px 0;
    }
    .viewer h2 {
        font-size: 24px;
        margin-bottom: 27px;
    }
    .viewer .left,
    .viewer .right {
        width: 100%;
    }
    .viewer .right {
        padding: 0 15px !important;
    }
    .viewer .right h2 {
        padding-top: 25px;
    }
    .viewer .main-di.second {
        flex-wrap: wrap-reverse;
    }
    .viewer .right .common-btn {
        margin: 20px auto;
    }
    .recent-shoot {
        padding: 0;
    }
    .why-choose {
        padding: 35px 0;
    }
    .why-choose h2 {
        padding-top: 30px;
    }
    .why-choose .choose-l h2 {
        font-size: 25px;
    }
    .why-choose .choose-l {
        width: 100%;
    }
    .why-choose .choose-r {
        width: 100%;
    }
    .why-choose .choose-r ul li {
        width: 100%;
    }
    .why-choose ul li {
        width: 100%;
        margin: 1%;
        padding: 10px 20px;
    }
    .try-bussiness {
        padding: 30px 0;
    }
    .try-bussiness h2 {
        font-size: 24px;
    }
    .perfect {
        padding: 30px 0;
    }
    .perfect .main-p .left,
    .perfect .main-p .right {
        width: 100%;
        padding: 0;
    }
    .client-testimonals {
        padding: 30px 0;
    }
    .client-testimonals h2 {
        margin-bottom: 30px;
    }
    .client-testimonals ul li {
        width: 100%;
    }
    .perfect .right .main-s {
        height: 85px;
    }
    .how-it-works {
        padding: 30px 0;
    }
    .how-it-works ul li {
        width: 100%;
        margin-top: 10px;
    }
    .square-yards {
        height: auto;
    }
    .square-yards .left img {
        width: 100%;
    }
    .square-yards .border-r {
        margin-top: 10px;
    }
    .square-yards .left,
    .square-yards .right {
        width: 100%;
        margin: 0;
        padding: 20px 0;
    }
    .location {
        padding: 30px 0;
    }
    .location .map-se,
    .location .map-se .inn-1,
    .location .want-ph {
        width: 100%;
    }
    .location .map-se .inn-1 {
        padding: 20px;
        height: auto;
    }
    .location .map-se .inn-1.map iframe {
        height: 300px;
    }
    .location .want-ph {
        margin-top: 140px;
    }
    .top-prog ul {
        padding: 0;
    }
    .top-prog ul li {
        width: 100%;
        margin: 0;
    }
    .top-prog ul li .top-prog-txt {
        height: auto;
    }
    .top-prog ul li .top-prog-txt {
        width: 92%;
        height: auto;
        border: 1px solid #f1f1f1;
        box-shadow: 0 0 5px #dfdfdf;
        border-radius: 8px;
    }
    .top-prog ul li .top-prog-txt.in-hight {
        height: auto;
    }
    .top-prog .fa-angle-left {
        left: -14px;
    }
    .top-prog .fa-angle-right {
        right: -14px;
    }
    .ask-expert span {
        padding-left: 0;
        font-size: 20px;
    }
    .top-insti .top-insti-cntr ul.inti-lft {
        width: 100%;
    }
    .top-insti .para_dv {
        width: 100%;
    }
    .top-insti .top-insti-cntr ul.inti-rgt {
        width: 100%;
        float: left;
    }
    .top-insti .top-insti-cntr {
        padding-left: 8px;
        padding-bottom: 42px;
        padding-top: 3px;
    }
    .major_eligibility ul.top_insta {
        margin-top: -106px;
    }
    .major_eligibility ul.top_insta li {
        width: 48%;
    }
    .major_eligibility .doc_main_menu {
        width: 100%;
        margin: 1% 0;
    }
    .major_eligibility ul.top_insta:last-child li {
        width: 100%;
        margin: 1% 0;
    }
    .major_eligibility ul.top_insta li:hover .insta_cenert_txt {
        top: 4px;
        padding-top: 28px;
    }
    .major_eligibility ul.top_insta li .insta_cenert_txt h3 {
        font-size: 12px;
        margin-bottom: 11px;
    }
    .major_eligibility ul.top_insta li .insta_cenert_txt span {
        font-size: 16px;
        margin-bottom: 11px;
    }
    .major_eligibility ul.top_insta li .insta_cenert_txt .btn {
        width: 128px;
        font-size: 10px;
    }
    .major_eligibility .doc_main_menu h2 {
        font-size: 14px;
    }
    .top-prog {
        padding: 35px 0 0;
    }
    .wrapper {
        width: 90%;
    }
    .form-main .form-group input[type="text"],
    .form-main .form-group input[type="email"] {
        height: 2.5rem;
    }
    footer .container {
        width: 90%;
    }
    footer .foot_inn {
        width: 100%;
        padding: 10px 0;
    }
    footer .low_foot .inn_foot {
        width: 50% !important;
        margin: 0;
    }
    footer .foot_p {
        padding: 10px 0;
        text-align: left;
    }
    footer .main_head {
        text-align: left;
    }
    footer ul li {
        width: 100%;
        padding-bottom: 20px;
        padding-left: 0;
    }
    footer .copyryt span {
        font-size: 13px;
    }
    .about-uk .img_lft::before {
        display: none;
    }
    .about-uk .img_lft::after {
        display: none;
    }
    .thankyou {
        width: 100%;
        padding: 20px 15px;
        margin: 85px 0 25px;
    }
    .thanks_bdy header {
        height: 62px;
        background: #050728;
    }
    .major_eligibility ul.top_insta li .insta_botm_txt a {
        font-size: 11px;
    }
    .why-choose .choose-r ul li span {
        font-size: 10px;
        height: 38px;
        width: 100%;
    }
    .top-prog ul li .top-prog-txt a {
        width: 100%;
    }
    .top-insti p {
        font-size: 13px;
        text-align: left;
    }
    .top-insti .para_dv p {
        padding-right: 0;
    }
    .top-prog h3 {
        margin-bottom: 20px;
    }
    .ask-expert button {
        margin-top: 20px;
    }
    .ask-expert {
        padding: 35px 0;
    }
    .major_eligibility .popup-echron-alert .echron-pop-in {
        width: 98%;
        height: 335px;
        overflow-x: scroll;
    }
    .echron-plan-list {
        width: 100%;
        padding: 0;
    }
    .echron-plan-list h2 {
        font-size: 16px;
    }
    .major_eligibility ul.top_insta li .insta_botm_txt h2 {
        font-size: 11px;
    }
    .major_eligibility .cl_main_doc {
        width: 100%;
        margin: 0;
    }
    .city_in_canda {
        padding: 40px 0;
    }
    .city_in_canda .left_text {
        width: 100%;
    }
    .city_in_canda .main_in {
        width: 100%;
        padding: 0;
    }
    .city_in_canda h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .city_in_canda .right_text {
        width: 100%;
        float: left;
        padding-left: 0;
        margin-top: 15px;
    }
    footer .low_foot .inn_foot:last-child {
        height: 102px;
    }
    footer .low_foot .inn_foot {
        padding: 5px;
        height: 170px;
    }
}

@media screen and (max-width: 360px) {
    .navbar ul {
        width: 70%;
    }
    .countries ul.ul_second_list li .cuontry_inn_txt small {
        padding: 15px 0 0 31px;
    }
    .countries ul.ul_second_list li .cuontry_inn_txt a.btn {
        margin: 48px 23px 0;
    }
}