.navbar-light .navbar-brand,
body,
body a,
h1,
h2,
h3,
h4,
h5,
h6,
html {
    font-family: Oswald, sans-serif
}

.course-selection,
.course-selection1,
.course-selection2,
.course-selection3,
.course-selection4 {
    min-height: 408px;
    position: relative
}

.right-p ul li,
.team-social ul.social-icons li,
a.b-home {
    display: inline-block
}

.footer-logo-w3 h3 span:after,
.footer-logo-w3 h3 span:before {
    content: '';
    height: 2px;
    bottom: 47%;
    width: 40px;
    position: absolute
}

body,
html {
    margin: 0;
    font-size: 100%;
    background: #fff;
    overflow-x: hidden
}

body a {
    text-decoration: none;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s
}

body img {
    width: 100%
}

a:hover {
    text-decoration: none
}

input[type=button],
input[type=email],
input[type=search],
input[type=submit],
input[type=text] {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    font-family: Oswald, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    letter-spacing: 1px
}

p {
    margin: 0;
    font-size: 16px;
    color: #777;
    line-height: 2em;

}

.dropdown-menu,
ul {
    margin: 0;
    padding: 0
}

.first-nav {
    padding-top: 1.1em
}

.navbar {
    padding: .8em 1em
}

a.navbar-brand {
    font-size: .8em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .37);
    color: #fff;
    text-transform: uppercase
}

.logo-w3 i {
    color: #ff4e00;
    text-shadow: none
}

li.nav-item {
    margin: 0 1px
}




.navbar-light .navbar-nav .nav-link {
    padding: .3em 1em;
    color: #777;
    background: 0 0;
    font-size: 14px;
    text-transform: uppercase
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .show>.nav-link {
    background: 0 0;
    color: #157234
}

.dropdown-item {
    padding: .5em 1.5rem;
    font-size: .9em;
    margin: 0
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: #333
}

.dropdown-toggle::after {
    width: 0;
    height: 0;
    margin-left: 0;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border: 0
}

li.nav-item.active {
    background: 0 0;
    color: #5d0707
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ff4e00;
    text-decoration: none;
    background-color: #f0f0f1
}

.top-head.text-left {
    padding: .3em 1em;
    background: #157234
}

.right-p ul li {
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    margin: .5em 1em
}

.left-info.footer-grid-w3ls ul.social li a span {
    color: #fff;
    font-size: 25px;
    background: 0 0;
    width: 28px;
    height: 28px;
    line-height: 27px;
    text-align: center;
    display: block;
    border-radius: 50%
}

h3.tittle-wthree span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1em;
    color: #807f7e;
    letter-spacing: 1px
}

h3.tittle-wthree {
    text-shadow: 2px 2px 2px rgba(41, 41, 41, .12);
    font-size: 2em;
    color: #1c1c1d;
    font-weight: 400;
    margin-top:0px !important
}

.aboutright h3 {
    color: #ff4e00;
    font-weight: 400;
    font-size: 31px;
    letter-spacing: 1px
}

.aboutright h4 {
    margin: 1.2em 0;
    font-style: italic;
    font-size: 15px;
    color: #383838
}

.copy_right a,
.course-left p,
h3.course {
    color: #fff
}

.about-img img,
.galsses-grid-left img {
    background: #f0f0f0;
    padding: .4em
}

a.animated-button:link,
a.animated-button:visited {
    position: relative;
    padding: 10px 25px;
    color: #555;
    font-size: 13px;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: 0;
    z-index: 9;
    text-shadow: 0 0 1px rgba(0, 0, 0, .2), 0 1px 0 rgba(0, 0, 0, .2);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

a.animated-button:link:after,
a.animated-button:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: .75s;
    -moz-transition: .75s;
    -o-transition: .75s;
    transition: .75s
}

.course-right input[type=submit],
.error-404 button.btn1 {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    cursor: pointer
}

a.animated-button:link:hover,
a.animated-button:visited:hover {
    color: #fff;
    text-shadow: none
}

a.animated-button:link:hover:after,
a.animated-button:visited:hover:after {
    height: 450%
}

a.animated-button.victoria-two {
    border: 2px solid #ff4e00
}

a.animated-button.victoria-two:after {
    background: #ff4e00;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    transform: translateX(-50%) translateY(-50%) rotate(25deg)
}

.course-selection {
    background: url(../images/banner2.jpg) center/cover no-repeat
}



.course-selection30
 {
    background: url(../images/bannercanada.jpg) center/cover no-repeat
}

.course-selectioncy
 {
    background: url(../images/bannercy.jpg) center/cover no-repeat
}



.course-selection1
 {
    background: url(../images/bannercan.jpg) center/cover no-repeat
}





.course-selection101
 {
    background: url(../images/bannerfin.jpg) center/cover no-repeat
}





.course-selectionlud
 {
    background: url(../images/bannerlud.jpg) center/cover no-repeat
}


.course-selectionmaly
 {
    background: url(../images/bannermal.jpg) center/cover no-repeat
}

.course-selectionmeth
 {
    background: url(../images/bannerneth.jpg) center/cover no-repeat
}
.course-selectionpol
 {
    background: url(../images/bannerpol.jpg) center/cover no-repeat
}

.course-selectionger
 {
    background: url(../images/bannerger.jpg) center/cover no-repeat
}

.course-selectionrus
 {
    background: url(../images/bannerrus.jpg) center/cover no-repeat
}

.course-selectionire
 {
    background: url(../images/bannerire.jpg) center/cover no-repeat
}



.course-selectionsig
 {
    background: url(../images/bannersig.jpg) center/cover no-repeat
}
.course-selectionsig
 {
    background: url(../images/bannersig.jpg) center/cover no-repeat
}

.course-selectionspain
 {
    background: url(../images/bannerspain.jpg) center/cover no-repeat
}


.course-selectionsd
 {
    background: url(../images/bannersw.jpg) center/cover no-repeat
}






.course-selectionsz
 {
    background: url(../images/bannersz.jpg) center/cover no-repeat
}

.course-selectionuk
 {
    background: url(../images/banneruk.jpg) center/cover no-repeat
}

.course-selectionnz
 {
    background: url(../images/bannernwz.jpg) center/cover no-repeat
}



.course-selectionsingapore
 {
    background: url(../images/bannersingapore.jpg) center/cover no-repeat
}


.course-selectionusa
 {
    background: url(../images/bannerusa.jpg) center/cover no-repeat
}






.course-selectionsk
 {
    background: url(../images/bannersk.jpg) center/cover no-repeat
}
.course-selectionf
 {
 background: url(../images/bannerfrance.jpg) center/cover no-repeat
    
}

.course-selection1d {
    background: url(../images/bannerdubai.jpg) center/cover no-repeat
}


.course-selectionuk {
    background: url(../images/bannerauk.jpg) center/cover no-repeat
}


.course-selection2 {
    background: url(../images/bannercan.jpg) center/cover no-repeat
}

.course-selection3 {
    background: url(../images/bannernz.jpg) center/cover no-repeat
}

.course-selection4 {
    background: url(../images/bannercoashing.jpg) center/cover no-repeat
}

h3.course {
    font-size: 2.5em
}

.dotts {
    background: url(../images/dots.png)
}

.course-detials-inner-info h4 {
    color: #ff4e00;
    font-weight: 600;
    margin-bottom: .6em
}

.course-right input[type=email],
.course-right input[type=text],
.course-right select.form-control.option {
    width: 100%;
    padding: .8em 1em;
    font-size: .85em;
    outline: 0;
    color: #212121;
    border: 1px solid #fff;
    letter-spacing: 1px;
    margin-bottom: .5em;
    border-radius: 0
}

.course-right input[type=submit] {
    outline: 0;
    padding: 11px;
    font-size: 14px;
    color: #fff;
    background: #dc3545;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: .5s;
    font-weight: 600;
    border-radius: 5px
}

.course-right select.form-control.option {
    height: 46px
}

.text-info-sec h5 {
    font-size: 1.1em;
    color: #313131;
    text-shadow: 0 1px 2px rgba(18, 18, 19, .13);
    font-weight: 500
}

.galsses-grid-right h5,
.member-main h4,
h4.post {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .16)
}

.text-info-sec p.card-text {
    margin: 8px 0
}

.cource-box-info .card-body {
    padding: 0
}

p.card-text {
    font-size: 16px;
    margin-bottom: 1em !important
}

.cource-box-info i {
    color: #616167
}

h5.card-title {
    color: #157234;
    font-size: 1.3em;
    font-weight: 400
}

h3.card-title {
    color: #157234 !important;
    font-size: 18px!important;
    font-weight: 400!important;
    text-align: left;
}


ul.ser li { color: #000;
    font-size: 14px;
    list-style-image: url(../images/icon1.png);
    padding: 3px;
    text-align: justify;
    border-bottom: 1px dashed #cc3;
    margin-left: 23px;
}


ul.cc li { color: #000;
    font-size: 14px;
    list-style-image: url(../images/icon1.png);
    padding: 3px;
    text-align: justify;
   
}


ul.property-box li:nth-child(2) {
    margin-left: 7em
}

.member-main .card,
.service-in .card {
    border: none;
    background: 0 0
}

.service-in .card-title {
    font-size: 1.4em;
    color: #157234;
    font-weight: 600
}

.service-in p.card-text {
    line-height: 1.9em;
    padding: 0 1em
}

.service-in .card i {
    font-size: 2em;
    margin-bottom: .7em;
    color: #098e36
}

.galsses-grid-left {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center
}

.galsses-grid-right h5 {
    font-size: .85em;
    color: #888;
    font-weight: 400
}

.galsses-grid-right p {
    line-height: 2.2em
}

.galsses-grid-left p,
li.breadcrumb-item a {
    color: #ff4e00
}

h4.post {
    font-size: 1em;
    color: #454646;
    font-weight: 600
}

.serve-grid i,
span.post-color {
    font-size: 2em;
    color: #6a67ce
}

.stats_info p {
    font-size: 41px;
    letter-spacing: 1px;
    line-height: 2;
    color: #ff4e00
}

.stats_info h4 {
    font-size: 20px;
    color: #efefef;
    margin: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 100
}

.stats_info i {
    font-size: 2.5em;
    color: #fff;
    margin: 1em 0 0
}

.stats_bottom_grid_left img {
    margin: 0 auto
}

.stats_info.counter_grid {
    background: url(../images/g4.jpg) center/cover no-repeat
}

.stats_info.counter_grid1 {
    background: url(../images/g1.jpg) center/cover no-repeat;
    position: relative
}

.stats_info.counter_grid2 {
    background: url(../images/g2.jpg) center/cover no-repeat;
    position: relative
}

.stats_info.counter_grid3 {
    background: url(../images/g6.jpg) center/cover no-repeat;
    position: relative
}

.stats_info {
    text-align: center;
    padding: 0;
    border-top: none;
    border-bottom: none
}

.stats_info:nth-child(3) {
    border-right: 0px
}

.stats_info:nth-child(2) {
    border-left: 0;
    border-right: 0px
}

.testimonials_grid h3 {
    margin: .5em 0 0;
    color: #131212;
    font-size: 1.2em
}

.testimonials_grid label {
    font-size: .9em;
    letter-spacing: 1px;
    color: #ff4e00
}

.testimonials_grid h3 span {
    font-weight: 100;
    font-size: .8em;
    color: #888
}

.testimonials_grid p {
    width: 97%;
    margin: 1em auto 0;
    line-height: 2em;
    letter-spacing: 1px;
    color: #959596
}

div#carouselExampleControls .carousel-item {
    background: 0 0;
    height: auto
}

.testimonials_grid {
    margin: 2em auto 0;
    width: 60%
}

.inner-page,
.inner-page1,
.inner-page11,
.inner-page11a,
.inner-page12,
.inner-page13,
.inner-page14,
.inner-page15,
.inner-page16,
.inner-page16a,
.inner-page17,
.inner-page18,
.inner-page19,
.inner-page2,
.inner-page20,
.inner-page200,
.inner-page21,
.inner-page22,
.inner-page23,
.inner-page24,
.inner-page25,
.inner-page26,
.inner-page27,
.inner-page28,
.inner-page29,
.inner-page3,
.inner-page30,
.inner-page4,
.inner-page5,
.inner-page201,
.inner-page301{
    min-height: 350px;
    margin-top: 173px
}

a.carousel-control-next.test,
a.carousel-control-prev.test {
    color: #0e0f10;
    text-align: center;
    opacity: .9;
    font-size: 2em
}

.testimonials_grid i {
    font-size: 3em;
    color: #26d0f7
}

.inner-page {
    background: url(../images/banner5.jpg) center/cover no-repeat;
       min-height: 350px;
    margin-top: 125px;
}

.inner-page1 {
    background: url(../images/interior.jpg) center/cover no-repeat;
       min-height: 350px;
    margin-top: 125px;
}

.inner-page2 {
    background: url(../images/canada-banner.jpg) center/cover no-repeat;
       min-height: 350px;
    margin-top: 125px;
}

.inner-page200 {
    background: url(../images/canada-banner1.png) center/cover no-repeat;
       min-height: 350px;
    margin-top: 125px;
}

.inner-page3 {
    background: url(../images/newzealand-banner.jpg) center/cover no-repeat;
       min-height: 350px;
    margin-top: 125px;
}

.inner-page4 {
    background: url(../images/gre-banner.jpg) center/cover no-repeat;
     min-height: 350px;
    margin-top: 125px;
}

.inner-page5 {
    background: url(../images/contact-banner.jpg) center/cover no-repeat;
       min-height: 350px;
    margin-top: 125px;
}

.inner-page11 {
    background: url(../images/australia1-banner.jpg) center/cover no-repeat;
       min-height: 350px;
    margin-top: 125px;
}

.inner-page11a {
    background: url(../images/uk-immigration.jpg) center/cover no-repeat;
       min-height: 350px;
    margin-top: 125px;
}

.inner-page12 {
    background: url(../images/scholarship.jpg) center/cover no-repeat;
       min-height: 350px;
    margin-top: 125px;
}

.inner-page13 {
    background: url(../images/russia.jpg) center/cover no-repeat;
       min-height: 350px;
    margin-top: 125px;
}

.inner-page14 {
    background: url(../images/poland.jpg) center/cover no-repeat;
       min-height: 350px;
    margin-top: 125px;
}

.inner-page15 {
    background: url(../images/lithuania-banner.jpg) center/cover no-repeat;
       min-height: 350px;
    margin-top: 125px;
}

.inner-page16 {
    background: url(../images/australia.jpg) center/cover no-repeat;
    min-height: 350px;
    margin-top: 125px;
}

.inner-page16a {
    background: url(../images/spain.jpg) center/cover no-repeat;
       min-height: 350px;
    margin-top: 125px;
}

.inner-page17 {
    background: url(../images/canada1.jpg) center/cover no-repeat;
       min-height: 350px;
    margin-top: 125px;
}

.inner-page18 {
    background: url(../images/new-zealand-banner-1.jpg) center/cover no-repeat;
      min-height: 350px;
    margin-top: 125px;
}

.inner-page19 {
    background: url(../images/singapore-banner.jpg) center/cover no-repeat;
      min-height: 350px;
    margin-top: 125px;
}

.inner-page20 {
    background: url(../images/uk-banner.jpg) center/cover no-repeat;
      min-height: 350px;
    margin-top: 125px;
}

.inner-page21 {
    background: url(../images/usa-banner.jpg) center/cover no-repeat;
      min-height: 350px;
    margin-top: 125px;
}

.inner-page22 {
    background: url(../images/germany-banner.jpg) center/cover no-repeat;
     min-height: 350px;
    margin-top: 125px;
}

.inner-page23 {
    background: url(../images/south-kore-banner.jpg) center/cover no-repeat;
       min-height: 350px;
    margin-top: 125px;
}

.inner-page24 {
    background: url(../images/france-banner.jpg) center/cover no-repeat;
     min-height: 350px;
    margin-top: 125px;
}

.inner-page25 {
    background: url(../images/sweden-banner.jpg) center/cover no-repeat;
     min-height: 350px;
    margin-top: 125px;
}

.inner-page26 {
    background: url(../images/ireland-banner.jpg) center/cover no-repeat;
     min-height: 350px;
    margin-top: 125px;
}

.inner-page27 {
    background: url(../images/swi-banner.jpg) center/cover no-repeat;
     min-height: 350px;
    margin-top: 125px;
}

.inner-page28 {
    background: url(../images/cyprus-banner.jpg) center/cover no-repeat;
     min-height: 350px;
    margin-top: 125px;
}

.inner-page29 {
    background: url(../images/dubai-banner.jpg) center/cover no-repeat;
     min-height: 350px;
    margin-top: 125px;
}

.inner-page30 {
    background: url(../images/malaysia-banner.jpg) center/cover no-repeat;
     min-height: 350px;
    margin-top: 125px;
}




.inner-page201{
    background: url(../images/newzealand-banner.jpg) no-repeat center;
    background-size: cover;
   min-height: 350px;
margin-top: 125px;

}

.inner-page31 {
    background: url(../images/finland.jpg) center/cover no-repeat
}

.inner-page40 {
    background: url(../images/australia-Immigration.jpg) center/cover no-repeat;
	 min-height: 350px;
margin-top: 125px;
}


.inner-page41 {
    background: url(../images/canada-immigration-1.jpg) center/cover no-repeat;
	 min-height: 350px;
margin-top: 125px;
}


.inner-page42 {
    background: url(../images/immigration-new-zealand.jpg) center/cover no-repeat;
	 min-height: 350px;
margin-top: 125px;
}

.inner-page43 {
    background: url(../images/immigration-united-kingdom.jpg)center/cover no-repeat;
	 min-height: 350px;
margin-top: 125px;
}


.inner-page301{
    background:  url(../images/finland.jpg) no-repeat center;
    background-size: cover;
   min-height: 350px;
margin-top: 125px;

}




.img-rounded {
    width: 20%
}

li.breadcrumb-item {
    font-size: .9em;
    letter-spacing: 3px
}

.breadcrumb-item.active {
    color: #888
}

ol.breadcrumb {
    background: #f7f7f7;
    margin: 0;
    padding: 1em 2em
}

.ban-inner-content h3 {
    color: #fff;
    font-size: 2em
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #ddd;
    content: "/"
}

.error,
.error.social-icons {
    margin-bottom: 1em
}

.error-404 h4 {
    font-size: 12em;
    font-weight: 500;
    color: #333;
    margin: 0;
    padding: 0
}

a.b-home {
    background: #202020;
    padding: .7em 1.5em;
    color: #fff;
    text-decoration: none;
    margin-top: 1em;
    font-size: .9em
}

a.b-home:hover {
    background: #f34235
}

.error-404 p {
    color: #929090;
    font-size: 1em;
    letter-spacing: 8px;
    margin: 0 0 2em
}

.error.social-icons a {
    color: #4e4e4e
}

.error-404 form {
    margin: 0 auto 2em;
    width: 40%;
    text-align: center
}

.error-404 .copyrighttop a.facebook {
    color: #aaacaf;
    font-size: 15px
}

.error-404 form input[type=search] {
    outline: 0;
    border: 1px solid #c4c5c5;
    background: 0 0;
    color: #212121;
    padding: 14px 15px;
    width: 80%;
    float: left;
    font-size: 12px;
    letter-spacing: 5px;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0px 0px 4px;
    -o-border-radius: 4px 0 0 4px
}

.error-404 button.btn1 {
    color: #fff;
    border: none;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    background: #6a67ce;
    transition: .5s;
    float: right;
    width: 20%;
    -webkit-border-radius: 0px 4px 4px 0px;
    -o-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0
}

.error-404 button.btn1:hover {
    background: #ec1c24
}

.social_media.footer-icons.error-page ul li a {
    color: #676161
}

.member-main .card-body {
    padding: 0 1em
}

.team-social ul.social-icons li a {
    display: block;
    color: #afadad;
    text-decoration: none;
    font-size: 14px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 34px;
    background: 0 0;
    border: 2px solid #afadad
}

.team-social ul.social-icons li a:hover {
    color: #6a67ce;
    border: 2px solid #6a67ce
}

.member-main h4 {
    font-size: 1.4em;
    color: #454646;
    font-weight: 600;
    margin-top: .5em
}

.member-main p {
    padding: 0 .8em
}

.serve-grid p {
    color: #7d7d7d;
    font-size: 15px;
    line-height: 1.9;
    text-align: justify;
    padding: 10px 43px 0px 0px;
}

.serve-grid:hover.serve-grid i {
    color: #ff4e00
}

.serve-grid h4 {
    color: #212020;
    font-size: 1.4em;
    letter-spacing: 2px;
    font-weight: 600
}

.project-img img {
    background: #eaecef;
    padding: .7em
}

.map iframe {
    border: none;
    width: 100%;
    height: 450px
}

.main_grid_contact h4 {
    font-size: 1.4em;
    color: #4e4f50;
    text-shadow: 0 1px 2px rgba(18, 18, 19, .13);
    font-weight: 700;
    text-transform: uppercase
}

.map {
    position: relative;
    margin-bottom: 13em
}

.contact-info h3 {
    color: #eee
}

.contact-info p {
    margin: 0;
    font-size: 15px;
    color: #999;
    letter-spacing: 1px
}

.main_grid_contact {
    width: 70%;
    position: absolute;
    bottom: -130%;
    left: 15%;
    -webkit-box-shadow: -5px 6px 25px -12px rgba(0, 0, 0, .75);
    -moz-box-shadow: -5px 6px 25px -12px rgba(0, 0, 0, .75);
    box-shadow: -5px 6px 25px -12px rgba(0, 0, 0, .75);
    margin-top: 100px !important
}

.form {
    flex-basis: 70%;
    -webkit-flex-basis: 70%;
    padding: 3em 5em;
    background: #fff
}

.main_grid_contact label {
    color: #454646;
    letter-spacing: 1px;
    font-size: 1em;
    font-weight: 600;
    font-family: Poppins, sans-serif
}

.main_grid_contact input[type=email],
.main_grid_contact input[type=text],
.main_grid_contact textarea {
    outline: 0;
    padding: 15px;
    font-size: 14px;
    color: #777;
    background: #f7f7f7;
    width: 100%;
    letter-spacing: 1px;
    border: 1px solid #ebeeef;
    border-radius: 0
}

.input-group input.margin2 {
    margin-right: 2%
}

.input-group1 input[type=submit] {
    outline: 0;
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
    background: #242525;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0;
    font-family: Poppins, sans-serif
}

.input-group1 input[type=submit]:hover {
    background: #6a67ce;
    transition: .5s ease-in;
    box-shadow: 21.213px 21.213px 60px 0 rgba(34, 59, 140, .06)
}

.main_grid_contact textarea {
    min-height: 80px;
    margin: 1em 0;
    resize: none
}

.address {
    margin-top: 9em
}

.address-info {
    background: #f7f7f7;
    border: 1px solid #ebeeef;
    padding: 3em 1em
}

.address-right h6 {
    font-size: 1em;
    color: #414346;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .07)
}

.address-grid i {
    font-size: 1.5em;
    color: #f34235
}

.address-right p,
.address-right p a {
    color: #7c848c
}

.footer {
    background: #157234
}

.footer-grid-w3ls.links.text-left {
    margin: 0
}

.edu-footer-grid-w3ls h3,
.footer-grid-w3ls h3,
.footer-list h3 {
    font-size: 24px;
    color: #fff;
    text-transform: capitalize;
    line-height: 1.5em;
    letter-spacing: 2px
}

.footer-grid-w3ls p {
    color: #bbb;
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 1px
}

.edu-footer-grid-w3ls ul,
.footer-grid-w3ls ul,
.footer-list ul {
    padding: 0;
    margin: 0
}

.footer-grid-w3ls ul li,
.footer-list ul li {
    display: block;
    margin: .4em 0 0
}

.footer-logo-w3 li {
    display: inline-block !important
}

.footer-logo-w3 ul li a {
    color: #bbb;
    font-size: 1.2em;
    text-decoration: none;
    padding-right: 5px
}

.footer-grid-w3ls ul li a,
.footer-list ul li {
    color: #bbb;
    font-size: 1em
}

.footer-grid-w3ls ul li {
    color: #bbb;
    font-size: 14px;
    text-decoration: none;
    line-height: 2em;
    text-transform: normal !important;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif
}

.footer-grid-w3ls strong {
    text-decoration: underline;
    color: #eee;
    text-transform: capitalize !important
}

.copy_right p,
.footer-logo-w3 a {
    text-transform: capitalize;
    color: #fff
}

.footer-grid-w3ls ul li a:hover {
    color: #ff4e00
}

.footer-grid-w3ls ul li i:hover {
    color: #00bcd4;
    border: 1px solid #00bcd4;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s
}

.edu-footer-grid-w3ls input[type=email],
.edu-footer-grid-w3ls input[type=text] {
    outline: 0;
    padding: 11px 15px;
    background: #fff;
    border: none;
    font-size: 14px;
    color: #212121;
    margin-bottom: 1em;
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-radius: 3px
}

.edu-footer-grid-w3ls input[type=submit] {
    outline: 0;
    padding: 11px 15px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    width: 100%;
    background-color: transparent;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer
}

.edu-footer-grid-w3ls input[type=submit]:hover {
    background: #ff4e00;
    border: 1px solid #ff4e00
}

.footer-logo-w3 a {
    font-weight: 600;
    text-decoration: none;
    font-size: 1.4em
}

.footer-logo-w3 h3 span {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
    display: block;
    position: relative
}

.footer-logo-w3 h3 span:after {
    background: #fff;
    right: 18%
}

.footer-logo-w3 h3 span:before {
    background: #fff;
    left: 18%
}

.copy_right p {
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px
}

.copy_right a:hover {
    color: #00bcd4
}

.copy_right {
    background: #000
}

.footer-grid-w3ls ul.social li a span {
    color: #777;
    font-size: 13px;
    background: #333;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    display: block;
    border-radius: 50%
}

.footer-grid-w3ls ul.social li a span:hover {
    background: #fff;
    color: #ff4e00
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 34px;
    height: 34px;
    border: none;
    text-indent: 100%;
    background: url(../images/top_up.png) no-repeat;
    font-size: 0
}

@media(max-width:1080px) {
    
    
    .navbar {
        padding: .8em 1em
    }

    .right-p ul li {
        margin: .5em 0
    }

.inner-page18 {
    background: url(../images/new-zealand-banner-1.jpg) center / cover no-repeat;
    background-size: contain;
}

.inner-page19 {
    background: url(../images/singapore-banner.jpg) center / cover no-repeat;
    background-size: contain;
}

.inner-page20 {
    background: url(../images/uk-banner.jpg) center / cover no-repeat;
    background-size: contain;
}

.inner-page21 {
    background: url(../images/usa-banner.jpg) center / cover no-repeat;
    background-size: contain;
}
.inner-page26 {
    background: url(../images/ireland-banner.jpg) center / cover no-repeat;
    background-size: contain;
}

.inner-page22 {
    background: url(../images/germany-banner.jpg) center / cover no-repeat;
    background-size: contain;
}

.inner-page23 {
    background: url(../images/south-kore-banner.jpg) center / cover no-repeat;
    background-size: contain;
}
.inner-page24 {
    background: url(../images/france-banner.jpg) center / cover no-repeat;
    background-size: contain;
}
.inner-page25 {
    background: url(../images/sweden-banner.jpg) center / cover no-repeat;
    background-size: contain;
}

.inner-page27 {
    background: url(../images/swi-banner.jpg) center / cover no-repeat;
    background-size: contain;
}
.inner-page28 {
    background: url(../images/cyprus-banner.jpg) center / cover no-repeat;
    background-size: contain;
}
.inner-page29 {
    background: url(../images/dubai-banner.jpg) center / cover no-repeat;
    background-size: contain;
}

.inner-page30 {
    background: url(../images/malaysia-banner.jpg) center / cover no-repeat;
    background-size: contain;
}
.inner-page15 {
    background: url(../images/lithuania-banner.jpg) center / cover no-repeat;
    background-size: contain;
}
.inner-page14 {
    background: url(../images/poland.jpg) center / cover no-repeat;
    background-size: contain;
}



.inner-page13 {
    background: url(../images/russia.jpg) center / cover no-repeat;
    background-size: contain;
}




.inner-page16a {
    background: url(../images/spain.jpg) center / cover no-repeat;
    background-size: contain;
}

.inner-page201 {
    background: url(../images/newzealand-banner.jpg) no-repeat center;
    background-size: contain;
    min-height: 350px;
    margin-top: 125px;
}


.inner-page301 {
    background: url(../images/finland.jpg) no-repeat center;
    background-size: contain;
    min-height: 350px;
    margin-top: 125px;
}
.inner-page11 {
    background: url(../images/australia1-banner.jpg) center / cover no-repeat;
    background-size: contain;
}

.inner-page200 {
    background: url(../images/canada-banner1.png) center / cover no-repeat;
    background-size: contain;
}
    
.inner-page40 {
    background: url(../images/australia-Immigration.jpg) center / cover no-repeat;
    min-height: 350px;
    margin-top: 125px;
    background-size: contain;
}




.inner-page41 {
    background: url(../images/canada-immigration-1.jpg) center/cover no-repeat;
	 min-height: 350px;
margin-top: 95px;
   background-size: contain;
}





.inner-page42 {
    background: url(../images/immigration-new-zealand.jpg) center/cover no-repeat;
	 min-height: 350px;
margin-top: 125px;
   background-size: contain;
}

.inner-page43 {
    background: url(../images/immigration-united-kingdom.jpg)center/cover no-repeat;
	 min-height: 350px;
margin-top: 125px;
   background-size: contain;
}



    .inner-page3 {
    background: url(../images/newzealand-banner.jpg) center / cover no-repeat;
    background-size: contain;
}



}




@media(max-width:991px) {

 .copyright,.dropdown-item {
        text-align: center;
    }

    li.nav-item {
        margin: 6px 0 0
    }

    .active>.nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #555;
        text-shadow: 1px 1px 2px #000;
        border: 2px solid #fff;
        border-radius: 3px
    }

.logo-w3 {
    width: 36%;
}

    .navbar-light .navbar-nav .nav-link {
        padding: .7em 1.4em;
        font-size: .9em;
        text-align: center;
        color: #555
    }

    .cd-header-buttons {
        top: 20px;
        right: 60px
    }

    .card.feature {
        border: 0;
        width: 50%
    }

    .copyright {
        margin-bottom: 2em
    }

    .footer-bottom {
        margin-top: 1em;
        padding-top: 2em
    }

    footer {
        padding: 3em 0
    }

    .subscribe-grid {
        padding: 1em 0;
        margin: 0 auto;
        width: 90%
    }

    span.navbar-toggler-icon i {
        line-height: 1.2em;
        font-size: 1.4em
    }

    .navbar-toggler {
        padding: .3rem .6rem;
        font-size: 1.25rem;
        border: 1px solid transparent;
        border-radius: 0
    }

    #navbarSupportedContent {
        background: #fff;
        padding: .5em 0;
        position: absolute;
        width: 90%;
        z-index: 9999999!important;
        top: 100%
    }

    .navbar {
        padding: .8em 1em
    }

    a.navbar-brand {
        font-size: .7em
    }

    .footer-logo-w3 a {
        font-size: 1.2em
    }

    .edu-footer-grid-w3ls h3,
    .footer-grid-w3ls h3,
    .footer-list h3 {
        font-size: 20px
    }

    .galsses-grid-right,
    .serve-gd-ingo {
        margin-bottom: 1em
    }

    .inner-page {
        min-height: 200px
    }

    .course-right {
        padding-bottom: 2em
    }

    .aboutright {
        margin-top: 1.5em
    }

    ul.social {
        margin: 0 !important
    }

    .footer-grid-w3ls:nth-child(3) {
        margin: 1.2em 0 !important
    }

    .project-img img {
        background: #eaecef;
        padding: .5em;
        margin-bottom: .5em
    }

    .member-img img {
        width: 50%;
        margin-top: 1em
    }

.inner-page18 {
    background: url(../images/new-zealand-banner-1.jpg) center / cover no-repeat;
    background-size: contain;
}

.inner-page19 {
    background: url(../images/singapore-banner.jpg) center / cover no-repeat;
    background-size: contain;
}

.inner-page20 {
    background: url(../images/uk-banner.jpg) center / cover no-repeat;
    background-size: contain;
}

.inner-page21 {
    background: url(../images/usa-banner.jpg) center / cover no-repeat;
    background-size: contain;
}
.inner-page26 {
    background: url(../images/ireland-banner.jpg) center / cover no-repeat;
    background-size: contain;
}

.inner-page22 {
    background: url(../images/germany-banner.jpg) center / cover no-repeat;
    background-size: contain;
}

.inner-page23 {
    background: url(../images/south-kore-banner.jpg) center / cover no-repeat;
    background-size: contain;
}
.inner-page24 {
    background: url(../images/france-banner.jpg) center / cover no-repeat;
    background-size: contain;
}
.inner-page25 {
    background: url(../images/sweden-banner.jpg) center / cover no-repeat;
    background-size: contain;
}

.inner-page27 {
    background: url(../images/swi-banner.jpg) center / cover no-repeat;
    background-size: contain;
}
.inner-page28 {
    background: url(../images/cyprus-banner.jpg) center / cover no-repeat;
    background-size: contain;
}
.inner-page29 {
    background: url(../images/dubai-banner.jpg) center / cover no-repeat;
    background-size: contain;
}

.inner-page30 {
    background: url(../images/malaysia-banner.jpg) center / cover no-repeat;
    background-size: contain;
}
.inner-page15 {
    background: url(../images/lithuania-banner.jpg) center / cover no-repeat;
    background-size: contain;
}
.inner-page14 {
    background: url(../images/poland.jpg) center / cover no-repeat;
    background-size: contain;
}



.inner-page13 {
    background: url(../images/russia.jpg) center / cover no-repeat;
    background-size: contain;
}




.inner-page16a {
    background: url(../images/spain.jpg) center / cover no-repeat;
    background-size: contain;
}

.inner-page201 {
    background: url(../images/newzealand-banner.jpg) no-repeat center;
    background-size: contain;
    min-height: 350px;
    margin-top: 125px;
}


.inner-page301 {
    background: url(../images/finland.jpg) no-repeat center;
    background-size: contain;
    min-height: 350px;
    margin-top: 125px;
}
.inner-page11 {
    background: url(../images/australia1-banner.jpg) center / cover no-repeat;
    background-size: contain;
}

.inner-page200 {
    background: url(../images/canada-banner1.png) center / cover no-repeat;
    background-size: contain;
}
    
.inner-page40 {
    background: url(../images/australia-Immigration.jpg) center / cover no-repeat;
    min-height: 350px;
    margin-top: 125px;
    background-size: contain;
}




.inner-page41 {
    background: url(../images/canada-immigration-1.jpg) center/cover no-repeat;
	 min-height: 350px;
margin-top: 95px;
   background-size: contain;
}





.inner-page42 {
    background: url(../images/immigration-new-zealand.jpg) center/cover no-repeat;
	 min-height: 350px;
margin-top: 125px;
   background-size: contain;
}

.inner-page43 {
    background: url(../images/immigration-united-kingdom.jpg)center/cover no-repeat;
	 min-height: 350px;
margin-top: 125px;
   background-size: contain;
}



    .inner-page3 {
    background: url(../images/newzealand-banner.jpg) center / cover no-repeat;
    background-size: contain;
}


}

@media(max-width:768px) {
    .form {
        flex-basis: 80%;
        -webkit-flex-basis: 80%;
        padding: 2em
    }
}

@media(max-width:667px) {

    h3.course,
    h3.tittle-wthree {
        font-size: 2em;
                margin-left: 20px;
    }

    .aboutright h3 {
        font-size: 20px
    }

    .member-main h4,
    .service-in .card-title,
    h4.text-white {
        font-size: 1.2em
    }

    .right-p ul li {
        margin: .5em 0;
        font-size: 14px
    }
}

@media(max-width:640px) {
    .error-404 h4 {
        font-size: 9em
    }

    .error-404 form {
        width: 72%
    }

    .testimonials_grid p {
        width: 95%
    }

    .main_grid_contact {
        width: 80%;
        position: static;
        bottom: 17%;
        left: 10%;
        top:100px
    }

    .address {
        margin-top: 2em
    }

    .map {
        position: relative;
        margin-bottom: 1em
    }

    .address-right.text-left {
        text-align: center !important;
        margin-top: 1em
    }

    ol.breadcrumb {
        padding: 1em
    }
}

@media(max-width:600px) {

    .ser li {
    margin-left: 39px !important;
}
    .error-404 h4 {
        font-size: 6em
    }

    a.b-home {
        padding: .6em 1em;
        margin-top: 1em
    }

    h3.course {
        font-size: 1.8em
    }

    .course-detials-inner-info h4 {
        margin-bottom: .6em;
        font-size: 1em
    }

    p {
        font-size: .85em
    }

    .inner-page {
        min-height: 160px
    }

    .map iframe {
        height: 350px
    }

    .testimonials_grid {
        margin: 2em auto 0;
        width: 80%
    }
}

@media(max-width:568px) {
    h3.tittle-wthree {
        font-size: 1.6em
    }

    h3.course {
        font-size: 1.4em
    }
}

@media(max-width:480px) {

.navbar.navbar-expand-lg.navbar-light {
    height: 88px !important;
}


.navbar-nav > li > .dropdown-menu {
  margin-top: -4px !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;

}
    .navbar-nav > li > .dropdown-menu {
  margin-top: -8px !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}



    .error-404 h4 {
        font-size: 5em
    }

        .logo-w3 {
        width: 70%;
        float: left;
        margin-top: -12px;
    }
.inner-page18 {
    background: url(../images/new-zealand-banner-1.jpg) center / cover no-repeat;
    background-size: contain;
}

.inner-page19 {
    background: url(../images/singapore-banner.jpg) center / cover no-repeat;
    background-size: contain;
}

.inner-page20 {
    background: url(../images/uk-banner.jpg) center / cover no-repeat;
    background-size: contain;
}

.inner-page21 {
    background: url(../images/usa-banner.jpg) center / cover no-repeat;
    background-size: contain;
}
.inner-page26 {
    background: url(../images/ireland-banner.jpg) center / cover no-repeat;
    background-size: contain;
}

.inner-page22 {
    background: url(../images/germany-banner.jpg) center / cover no-repeat;
    background-size: contain;
}

.inner-page23 {
    background: url(../images/south-kore-banner.jpg) center / cover no-repeat;
    background-size: contain;
}
.inner-page24 {
    background: url(../images/france-banner.jpg) center / cover no-repeat;
    background-size: contain;
}
.inner-page25 {
    background: url(../images/sweden-banner.jpg) center / cover no-repeat;
    background-size: contain;
}

.inner-page27 {
    background: url(../images/swi-banner.jpg) center / cover no-repeat;
    background-size: contain;
}
.inner-page28 {
    background: url(../images/cyprus-banner.jpg) center / cover no-repeat;
    background-size: contain;
}
.inner-page29 {
    background: url(../images/dubai-banner.jpg) center / cover no-repeat;
    background-size: contain;
}

.inner-page30 {
    background: url(../images/malaysia-banner.jpg) center / cover no-repeat;
    background-size: contain;
}
.inner-page15 {
    background: url(../images/lithuania-banner.jpg) center / cover no-repeat;
    background-size: contain;
}
.inner-page14 {
    background: url(../images/poland.jpg) center / cover no-repeat;
    background-size: contain;
}



.inner-page13 {
    background: url(../images/russia.jpg) center / cover no-repeat;
    background-size: contain;
}




.inner-page16a {
    background: url(../images/spain.jpg) center / cover no-repeat;
    background-size: contain;
}

.inner-page201 {
    background: url(../images/newzealand-banner.jpg) no-repeat center;
    background-size: contain;
    min-height: 350px;
    margin-top: 125px;
}


.inner-page301 {
    background: url(../images/finland.jpg) no-repeat center;
    background-size: contain;
    min-height: 350px;
    margin-top: 125px;
}
.inner-page11 {
    background: url(../images/australia1-banner.jpg) center / cover no-repeat;
    background-size: contain;
}

.inner-page200 {
    background: url(../images/canada-banner1.png) center / cover no-repeat;
    background-size: contain;
}
    
.inner-page40 {
    background: url(../images/australia-Immigration.jpg) center / cover no-repeat;
      min-height: 89px;
        margin-top: 245px;
        background-size: contain;

}


.inner-page41 {
    background: url(../images/canada-immigration-1.jpg) center/cover no-repeat;
	   min-height: 89px;
        margin-top: 245px;
        background-size: contain;
}





.inner-page42 {
    background: url(../images/immigration-new-zealand.jpg) center/cover no-repeat;
   min-height: 89px;
        margin-top: 245px;
        background-size: contain;
}

.inner-page43 {
    background: url(../images/immigration-united-kingdom.jpg)center/cover no-repeat;
	        min-height: 89px;
        margin-top: 245px;
        background-size: contain;
}



    .inner-page3 {
    background: url(../images/newzealand-banner.jpg) center / cover no-repeat;
       min-height: 89px;
        margin-top: 245px;
        background-size: contain;
}
h3 {
    color: #157234;
    font-size: -0.7em;
    font-weight: 400;
    padding: 20px;
}

    .error-404 p {
        font-size: .8em;
        letter-spacing: 5px;
        margin: 1em 0
    }

    .testimonials_grid h3 {
        font-size: .9em
    }

    testimonials_grid label {
        font-size: .8em
    }
    .inner-page16 {
    background: url(../images/australia.jpg) center / cover no-repeat;
    background-size: contain;

}
.inner-page17 {
  background: url(../images/canada1.jpg) center/cover no-repeat;
    background-size: cover;
  background-size: contain;
}
.inner-page,
.inner-page1,
.inner-page11,
.inner-page11a,
.inner-page12,
.inner-page13,
.inner-page14,
.inner-page15,
.inner-page16,
.inner-page16a,
.inner-page17,
.inner-page18,
.inner-page19,
.inner-page2,
.inner-page20,
.inner-page200,
.inner-page21,
.inner-page22,
.inner-page23,
.inner-page24,
.inner-page25,
.inner-page26,
.inner-page27,
.inner-page28,
.inner-page29,
.inner-page3,
.inner-page30,
.inner-page4,
.inner-page5,
.inner-page201,
.inner-page301{
    min-height: 150px;
    margin-top:200px
}

.row {
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 10px;
}
.ser li {
    margin-left: 39px !important;
}

}

@media(max-width:440px) {
    h3.tittle-wthree {
        text-shadow: 2px 2px 2px rgba(41, 41, 41, .12);
        font-size: 1.6em
    }



    .navbar.navbar-expand-lg.navbar-light {
    height: 88px !important;
}

}

@media(max-width:414px) {
    .navbar {
        padding: .5em .8em
    }

    .course-detials-inner-info h4 {
        margin-bottom: .6em;
        font-size: .95em
    }

        .inner-page {
        min-height: 215px;
        background-size: contain;
    }

    .map iframe {
        height: 450px
    }


    .navbar.navbar-expand-lg.navbar-light {
    height: 88px !important;
}

}

@media(max-width:384px) {
    p.text-right {
        text-align: center !important
    }

    .top-head.text-left {
        padding: .3em 0
    }

    .stats_info h4 {
        font-size: 18px
    }

    .navbar.navbar-expand-lg.navbar-light {
    height: 88px !important;
}

}

.form-container .btn,
.open-button {
    color: #fff;
    padding: 16px 20px;
    cursor: pointer;
    opacity: .8
}

@media(max-width:375px) {
    .honey-leo {
        margin: 0
    }

    p {
        font-size: .85em;
        line-height: 1.9em;
        padding: 11px;
    }

    .stats_info h4 {
        font-size: 15px
    }
}

@media(max-width:320px) {
    .aboutright h3 {
        font-size: 18px
    }

    .aboutright h4 {
        margin: 1.2em 0;
        font-size: 13px
    }

    h3.tittle-wthree {
        text-shadow: 2px 2px 2px rgba(41, 41, 41, .12);
        font-size: 1.4em
    }
}



.sub {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

* {
    box-sizing: border-box
}

.navbar.navbar-expand-lg.navbar-light {
    height: 115px !important
}

.open-button {
    background-color: #555;
    border: none;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px
}

.chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9
}

.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: #fff
}

.form-container textarea {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px;
    border: none;
    background: #f1f1f1;
    resize: none;
    min-height: 200px
}

.form-container textarea:focus {
    background-color: #ddd;
    outline: 0
}

.form-container .btn {
    background-color: #04aa6d;
    border: none;
    width: 100%;
    margin-bottom: 10px
}

.form-container .cancel {
    background-color: red
}

.form-container .btn:hover,
.open-button:hover {
    opacity: 1
}


@media (min-width: 992px) {
    .mb-lg-4, .my-lg-4 {
        margin-bottom: 0 !important;
    }
}
h3{color: #157234;
    font-size: 1.3em;
    font-weight: 400;text-align: justify;}
	
	
	
	  


.navbar-nav>li>.dropdown-menu {
  margin-top: -40px!important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.navbar-default .navbar-nav>li>a {
  width: 200px;
  font-weight: bold;
}

.mega-dropdown {
  position: static !important;
  width: 100%;
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.mega-dropdown-menu:before {
  content: "";
  border-bottom: 15px solid #fff;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -15px;
  left: 285px;
  z-index: 10;
}

.mega-dropdown-menu:after {
  content: "";
  border-bottom: 17px solid #ccc;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  top: -17px;
  left: 283px;
  z-index: 8;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 18px;
  font-weight: bold;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}


.cc li {
    color: #000;
    font-size: 14px;
    list-style-image: url(../images/icon1.png);
    padding: 3px;
    text-align: justify;
    line-height:20px;
    margin-left:30px
    
}


.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  z-index: 99999 !important;
}


.dropdown-item {
    padding: .5em 1.5rem;
    font-size: .9em;
    margin: 0;
    z-index: 9999999999999999;
}








 /* for desktop */
      .whatsapp_float {
          position: fixed;
          width: 50px;
          height: 50px;
          bottom: 40px;
          right: 40px;
          background-color: #25d366;
          color: #FFF;
          border-radius: 50px;
          text-align: center;
          font-size: 30px;
          box-shadow: 2px 2px 3px #999;
          z-index: 100;
      }

      .whatsapp-icon {
          margin-top: 16px;
      }

      /* for mobile */
      @media screen and (max-width: 767px) {
          .whatsapp-icon {
              margin-top: 10px;
          }

          .whatsapp_float {
              width: 40px;
              height: 40px;
              bottom: 20px;
              right: 10px;
              font-size: 22px;
          }
      }
	  
	  
	  
	  
	  