body{ 
    margin: 0;
    padding: 0; 
    font-size: 16px;    
    font-family: 'Raleway', sans-serif !important;
}
h1, h2, h3, h4,h5,h6, p, ul, ol{ 
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
header, footer, main{ 
    display: block;
}
:focus{ 
    outline: 0;
}
button{ 
    outline: 0;
    border: none;
}
ul,ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
img{
    max-width: 100%;
    height: auto;
} 
p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 15px; font-weight: 500;
    color: #171717;
} 
.btn-style {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    background: #05305a;
    cursor: pointer;
    display: inline-block;
    border: none;
    text-decoration: none;
    padding: 15px 45px;
    border: 2px solid #05305a;
    transition: all .8s;
    border-radius: 41px;
}
.btn-style-black {
    background: #000;
    border-color: #000; 
}
.btn-style:hover{
    background: #000;
    color: #fff;
    text-decoration: none;
}
.btn-style-white {
    background: #fff;
    border-color: #fff;
    color: #05305a;
}
.btn-style-white:hover{
    background: transparent;
}
.padd-row{
    padding: 60px 0;
}
.shape{
    position: relative;
}
.shape:before {
    background: url(../images/title-bg.png) no-repeat;
    content: "";
    height: 90px;
    left: -58px;
    position: absolute;
    top: -47px;
    width: 90px;
    z-index: -1;
    background-size: 90px;
}

/*--- Header ---*/

.header {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    position: relative;
    z-index: 999;
    background: #f2f2f2;
    padding: 20px 0px;
    border-bottom: 3px solid #05305a;
}
.logo a {
    display: block;
    width: 215px;
}
.header-top {
    padding: 8px 0;
}
.main-navigation {    
    margin-top: 25px;
}
.navbar{
    padding: 0;
}
.main-navigation li a {
    color: #000;
    font-size: 18px;
    display: block;
    text-decoration: none;
    padding: 0 20px;
    font-weight: 600;
}
.header-ph a, .header-mail a {
    color: #000;  
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif !important;
}
.header-ph a:hover, .header-mail a:hover, .main-navigation li a:hover {
    color: #05305a;
}
.header-ph a i, .header-mail a i {
    margin-right: 6px;
}
.header-top-rght li {
    margin: auto 0;
    margin-left: 15px;
}
.header-top-rght li.header-mail {
    margin-right: 35px;
    margin-left: 40px;
}
.header-top-rght  li.header-ph {
    margin-left:20px;
}
.header .btn-style {
	font-size: 16px;
	padding: 10px 30px;
	background: #2095d2;
	border: 2px solid #2095d2;
}
.header .btn-style:hover {
	background: #000;
	border: 2px solid #000;
}
.header-top-rght li.social-media-ico a {
    color: #05305a;
    margin-left:15px;
    font-size:22px;
}
.header-top-rght li.social-media-ico a:hover {
    color: #333;
}

.Sticky-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 0 6px #000000;
}  
.Sticky-fixed .logo a {
    display: block;
    width: 140px;
}
.Sticky-fixed .main-navigation {
    margin-top: 10px;
}
.Sticky-fixed .btn-style {
    font-size: 14px;
    padding: 9px 30px;
}


/*  Banner  */

.carousel-inner img {
    width: 100%;
}
.banner-content .nys-logo{
	float:left;
	margin:0 20px 50px 0;
}
.nys-logo img{
	max-width:130px;
}
.banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
    width: 680px;
    padding: 60px 15px 60px 40px;
}
.banner-content h1 {
    font-size:32px;
    color: #fff;
    line-height:50px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    /*text-shadow: 0 0 9px #8c8c8c;*/
}
.banner-btn {
    margin-top: 30px;
}
.banner-content p {
    font-size: 20px;
    color: #fff;
    line-height: 32px;
}
.carousel-control-next, .carousel-control-prev {
    width: 40px;
}
.carousel-control-prev i, .carousel-control-next i {
    font-size: 30px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #05305a;
    text-align: center;
    opacity: 1;
} 
.banner-content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width:80%;
    z-index: -1;
    border-radius: 6px;
    background-color: hsla(210, 89%, 19%, .7);
}
.banner-btn a {
    background: #bae2f5;
    border-color: #bae2f5;
    color: #000;
}


/*   panel-1   */

 
.panel-1 li {
    float: left;
    width: 33.333%;
}
.panel-1 li a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 20px 20px;
    background: #05305a;
    border-left: 1px solid rgba(28, 28, 28, 0.58);
    transition: all .8s;
}
.panel-1 li:nth-child(2) a {
    background:#04213d;
}
.panel-1 li:nth-child(3) a {
    background: #05305a;
}
.panel-1 li a:hover {
    background: #04213d;
}
.panel-1 li:first-child a {
    border-left: 0;
}
.panel-1 li a img {
    width: 56px;
    margin-bottom: 20px;
}
.panel-1 li a h4 {
    color: #fff;
    font-size: 20px;
}
.panel-1-main {
    position: relative;
    margin-top: -50px;
}
.panel-1 li a:hover h4 {
    color: #fff;
}



/*  About-us  */


.main-heading {
    margin-bottom: 35px;
} 
.main-heading h4 {
    color: #05305a;
    font-size: 40px;
    line-height: 27px;
    font-weight: bold;
    margin-bottom: 12px;
}
.main-heading h2 {
    color: #252525;
    font-size: 40px;
    padding-left: 0;
    font-weight: 900;
    margin-bottom: 0px;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
    padding-bottom: 15px;
} 
.main-heading  h2:after, .main-heading  h2:before {
    position: absolute;
    margin: 0 auto;
    width: 80px;
    content: "";
    border-radius: 3px;
}
.main-heading  h2:before {
    top: 100%;
    left: 0;
    right: 20px;
    height: 2px;
    background-color: #05305a;
}
.main-heading  h2:after {
    top: 110%;
    left: 20px;
    right: 0;
    height: 0;
    border-bottom: 2px solid #92cae4;
}
.main-heading h2 span {
    color: #91c9e4;
}
.main-btn {
    margin-top: 25px;
}
.about-us  .main-heading  h2:before , .our-course .main-heading  h2:before { 
    left: 0;
    right: auto; 
}
.about-us  .main-heading  h2:after, .our-course  .main-heading  h2:after{ 
    left: 20px;
    right: auto; 
}
/*section.about-us { 
    background: url('../images/abt-bg.jpg')no-repeat;
    background-size: cover;
    background-position: bottom center;
} */
.about-left-cnt {
    padding-bottom: 20px;
} 
section.about-us {
    padding: 80px 0 90px;
}
section.about-us .main-btn {
    margin-top: 38px;
} 
.about-img img {
    width: 500px;
    height: 500px;
    object-fit: cover;
    display: block;
    margin: auto;
}


/*  our-course  */

section.our-course {
    position: relative;
}
.our-course-main {
    background: url(../images/pattern-bg.jpg)no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 65px 40px;
    margin-top: -50px;
}
.our-course-btm-img{
    background: url('../images/course-bg.jpg')no-repeat;
    background-size: cover;
    bottom: 50px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 0; 
}
.our-course-main .main-heading h2, .our-course-main .main-heading h4, .our-course-main p {
    color: #fff;
}
.our-course-main .main-heading h2:before, section.testimonials .main-heading h2:before{
     background-color: #fff;
}
.our-course-main .main-btn a {
    background: #fff;
    color: #000;
    border-color: #fff;
}
.our-course-cnt-left {
    padding: 26px 35px 26px 35px;
    position: relative;
}
.our-course-cnt-left:before, .our-course-cnt-left:after {
    border-color: #fff;
    border-style: solid;
    content: "";
    height: 54px;
    position: absolute;
    width: 54px;
}
.our-course-cnt-left:before {
    border-width: 1px 0 0 1px;
    left: 0;
    top: 0;
}
.our-course-cnt-left:after {
    border-width: 0 1px 1px 0;
    bottom: 0;
    right: 30px;
}
.our-course-cnt-left  .main-heading h2 { 
    font-size: 38px;
}
.our-course-cnt-left  .main-heading{
    margin-bottom: 30px;
}
.our-course-main .main-btn { 
    padding-left: 35px;
}
.our-course-cnt-img img {
    width: 100%;
    border: 4px solid #bae2f5;
    border-left: 0;
    border-top: 0;
}



/*  Why We  */

section.why-we-diff-sect {
    background: #f2f2f2;
    margin-top: -50px;
    padding-top: 120px;
}
.why-we-box {
    height: 100%;
    box-shadow: 0 0 5px #d4d4d4;
    padding: 20px 10px 15px;
    cursor: pointer;
    transition: all .8s;
    background: #fff;
}
.why-we-box:hover {
    box-shadow: 0 0 10px #d4d4d4;
    transform: scale(1.05);
}
.why-we-box img {
    width: 53px;
}
.why-we-box h3 {
    font-size: 21px;
    color: #05305a;
    margin: 18px 0 15px;
    font-weight: 600;
}
.why-diff-main .col-md-4 {
    margin-bottom: 25px;
}
.why-we-box p {
    padding: 0 25px;
    line-height: 26px;
}
.why-we-box .why-we-icon {
    background: #bae2f5;
    padding: 15px;
    box-shadow: 0 0 5px #3082a9;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    margin: auto;
}

/*   Blog   */


.blog-box h4, .blog-box h4 a {
    font-size: 22px;
    color: #000;
    margin-bottom: 15px;
}
.blog-box a {
    color: #1f1e1e;
    font-size: 18px;
    font-weight: bold;
}
.blog-box a:hover {
    color: #05305a;
    text-decoration: none;
}
.blog-img-sect {
    position: relative;
}
.blog-date-home {
    position: absolute;
    width: 90px;
    bottom: 0;
    left: 0;
    padding: 15px 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: #91c9e4;
    color: #000;
    z-index: 99;
}
.blog-sect-main .card {
    box-shadow: 0 0 5px #cacaca;
}
.blog-box {
    cursor: pointer;
    position: relative;
}
.blog-img-sect {
    position: relative;
    overflow: hidden;
}
.blog-img-sect:before {
    position: absolute;
    background: rgba(0, 0, 0, .8);
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    content: '';
    z-index: 1;
}
.blog-img-sect img{
    transition: all .8s;
}
.blog-box:hover .blog-img-sect img{
    transform: scale(1.2);
} 
.blog-box:hover a {
    color: #05305a;
}
.blog-img-sect i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
    font-size: 36px;
    color: #fff;
    display: none;
    z-index: 2;
}
.blog-box:hover .blog-img-sect i{
    display: block;
}
.blog-box:hover .blog-img-sect:before{
    opacity: 1;
}
.blog-box .card-body {
    text-align: center;
}


/*  Testimonials  */

 
section.testimonials{
    background: url(../images/testi-bg.jpg) no-repeat center top;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    padding-bottom: 90px;
}
section.testimonials:before {
    content: '';
    background: hsla(210, 89%, 19%, .9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.testimonials .container {
    position: relative;
}
section.testimonials  .testi-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    margin: auto;
}
section.testimonials  .testi-img {
    margin-bottom: 25px;
}
section.testimonials  .testi-para {
    max-width: 800px;
    margin: auto;
}
section.testimonials .testi-author h4 {
    font-size: 20px;
    font-weight: bold;
    color: #afe5ff;
}
section.testimonials  .testi-author {
    margin-top: 25px;
}
section.testimonials  .slick-dots li button {
    background: #fff !important;
    opacity: 1;
}
section.testimonials  .slick-dots li.slick-active button {
    background: #afe5ff !important; 
}
section.testimonials  .slick-dots li button:before{
    display: none;
}
section.testimonials ul.slick-dots {
    bottom: -55px;
}
section.testimonials h2, section.testimonials  .testi-para p  {
    color: #fff;
	margin-bottom: 20px;
}
section.testimonials .slick-prev, section.testimonials .slick-next{
    display: none !important;
}
section.testimonials .client-image img {
    width: 70px;
    margin: auto auto 20px;
    border: 3px solid #01a7fc;
    border-radius: 50%;
}


section.h-sec-partners {
    background: #eee;
}
.td-partners li {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 7px #e6e6e6;
    margin: 0 .8%;
    padding: 15px;
    transition: all .8s;
    cursor: pointer;
    background: #fff;
    min-height: 130px;
    width: 18%;
}
.td-partners li:hover {
    transform: scale(1.1);
}

/*  call-action2  */ 

section.call-action2 {
    background: #01a7fc;
    padding: 35px 0;
}
section.call-action2 h2 {
    color: #fff;
    font-size: 33px;
    margin: auto 0;
    font-weight: 900;
}
section.call-action2 .btn-style-black:hover {
    background: #fff;
    border-color: #fff;
    color: #000 !important;
}


 

/*  home-cnt-form  */ 

section.home-cnt-form {
    background: url(../images/home-cnt-bg-1.jpg)no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 0;
}
.home-cnt-form-main {
    background: #05305a;
    padding: 35px 30px;
}
.home-cnt-form-main h2, .home-cnt-form-main p {
    color: #fff;
    text-align: center;
}
.home-cnt-form-main h2:before{
    background: url(../images/heading-btm-shape-white.png) no-repeat;
    left: 50%;
    transform: translateX(-50%);
}
.home-cnt-form-main .main-heading {
    margin-bottom: 30px;
}
.cnt-form-box-form [class*=col-] {
    margin-bottom: 15px;
}
.cnt-form-box-form form{
    margin-top: 20px;
}
.cnt-form-box-form .form-control {
	height: auto;
	padding: 10px 15px;
	font-size: 15px;
	color: #000;
	margin: 0 0 6px;
}
.cnt-form-box-form #contacts .error{
	color: #E97979;
	position: absolute;
	font-size: 11px;
	bottom: -13px;
}
.home-cnt-form-main input.btn-style.btn-style-white {
	margin-top: 0;
}
.home-cnt-form-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 84%;
}

  


/* Footer */
 
 
.ftr-cpyrht {
    padding: 15px 0;
    background: #000;
}
.ftr-cpyrht p {
    color: #fff;
    margin: 0; 
}
.ftr-cpyrht li {
    display: inline-block;
    padding-left: 22px;
}
.ftr-cpyrht li a {
    font-size: 22px;
    color: #fff;
}
/* .ftr-top {
    background: url(../images/pat_1.jpg);
    padding: 35px 0;
} */
.ftr-top {
	background: #ebf5fc;
	padding: 35px 0;
}
.ftr-logos img {
    max-width: 151px;
}
.ftr-top h4 {
    color: #10324a;
    margin-bottom: 30px;
    font-weight: bold;
}

.ftr-newslatter input.btn-style {
    margin-top: 25px;
    float: right;
}
.ftr-newslatter input.form-control {
    height: auto;
    padding: 12px 15px;
    color: #000;
} 
[class*="inner-"] i {
    position: absolute;
    top: 0;
    background: #05305a;
    font-size: 24px;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    left: 0;
    color: #fff;
}
.inner-phn a {
	font-size: 17px;
	line-height: 28px;
	color: #000;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif !important;
	text-decoration: none;
	display: block;
	letter-spacing: 1px;
}
.inner-phn a:hover, .inner-msg a:hover {
    color: #05305a;
    text-decoration: none;
}
.inner-add, .inner-msg, .inner-phn {
    position: relative;
    padding-left: 75px;
}
.ftr-top p {
    margin: 0; 
}
.inner-msg a {
	color: #000;
	display: block;
	padding-top: 17px;
	font-family: 'Open Sans', sans-serif !important;
	padding: 0;
	line-height: 28px;
	letter-spacing: 1px;
	font-weight: 600;
}
.inner-msg a {
    color: #000;
    display: block;
    padding-top: 17px;
    font-family: 'Open Sans', sans-serif !important;
    padding: 0;
    line-height: 28px;
    letter-spacing: 1px;
}
.inner-add p {
	/* padding-top: 13px; */
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 600;
}

/* Slide Form */



.slidingfrm-fixed {
    display: block !important;
}
.pollSlider {
    position: fixed;
    height: 100%;
    background: #000;
    width: 400px;
    right: 0px;
    padding: 45px 35px;
    top: 0;
    margin-right: -400px;
    z-index: 99999;
}
.pollSlider .slide-inner-form{
    position: relative !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
}
#pollSlider-button {
    position: fixed;
    text-align: center;
    right: -66px;
    background: #05305a;
    top: 50%;
    transform: translateY( -50%) rotate(90deg);
    color: #fff;
    padding: 14px 29px;
    z-index: 99999;
    cursor: pointer;
    font-size: 17px;
}
.pollSlider .slide-inner-form h2 {
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.pollSlider .slide-inner-form  h2:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 2px;
    width: 90px;
    bottom: 0;
    left: 0;
}


.ftr-social-fixed {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50% );
}
.ftr-social-fixed li a {
    display: block;
    font-size: 20px;
    background: #000;
    padding: 15px 15px;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.ftr-social-fixed li:nth-child( 1) a {
    background: #3b5998;
}
.ftr-social-fixed li:nth-child( 2 )  a {
    background: #00aced;
}
.ftr-social-fixed li:nth-child( 3 )  a {
    background: #517fa4;
}


/*Inner Page*/

.inner_banner {
    position: relative;
    color: #fff;
}
.inner_banner img {
    width: 100%;
}
.inner_banner .main-title {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
}
.inner_banner .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    display: block;
    margin: 0;
    text-align: left;
    padding: 0;
}
.inner_banner .main-title h1 {
    text-transform: uppercase;
    font-weight: 700;
}
.inner_banner .breadcrumb li {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
}
.inner_banner .breadcrumb li a {
    color: #ffffff;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #a6a6a6;
    content: "/";
}

/*About Us*/

.main-sec1-about {
    padding: 60px 0px 20px;
    position: relative;
}
.main-sec1-about .inner-img {
    float: right;
}

/*Course*/

.main-sec1-course {
    padding: 60px 0px;
    text-align: center;
}

.main-sec2-course h3 {
    margin-bottom: 10px;
    font-weight: 600;
}
.main-sec2-course .inner-img {
    float: left;
    width: 30%;
}
.main-sec2-course .inner-img img {
    padding: 0px 30px 40px 0px;
}
.bt1 {
    border-top: 1px solid #e3e3e3;
    padding-top: 30px;
}
.main-sec2-course ul {
    float: left;
    width: 100%;
    margin: 10px 0px 5px;
}
.main-sec2-course ul li {
    line-height: 35px;
    margin-left: 10px;
}
.bg-place{
    background: #dce9f3;
}
/** course **/
.sidebar-title h3 {
	color: #252525;
	margin: 0 0 20px;
	text-align: center;
}
.side-form {
	background: #c5e6f6;
	padding: 20px 15px 25px;
}
.bg-shadow {
	box-shadow: 0 0 6px #00000020;
	padding: 20px 20px 0;
}
.side-field .form-control {height: 46px;margin: 0 0 18px;}
.side-field textarea.form-control {height: 100px !important;}
.side-field input.btn-style.btn-style-white {margin-top: 0px;padding: 10px 25px;}
/** contact us **/
.page-id-24 input.btn-style.btn-style-white {
	margin-top: 0;
}
.slide-inner-form .g-recaptcha {
	-webkit-transform: scale(0.60) !important; transform: scale(0.60) !important;
}
.slide-inner-form input.btn-style.btn-style-white {
	margin-top: 0;
	padding: 9px 22px;
	font-size: 16px;
}
.sec-bg .inner-cont { 
	box-shadow: 0px 1px 5px #00000020;
	padding: 30px 20px 50px;
} 
.info-detail {
	font-family: 'Open Sans', sans-serif !important;
	margin: 35px 0 0;
}
.contact-form {
	margin: 20px 0 0;
}
.contact-form.register{
	margin: 20px 0 0 10px;
}
.contact-form textarea.form-control {
	height: 164px !important;
}
.contact-form .form-control {
	height: 45px;
	margin: 0 0 22px;
	color: #05305a !important;
	font-size: 15px;
}
.med {
	font-size: 15px;
	line-height: 24px;
	margin: 10px 0;
	color: #737581; 
}
.info-detail p span, .info-detail p span a {
    color: #171717;
}
.info-detail p {
	color: #737581;
	margin: 0 0 8px;
}

/** FAQ **/

.card-header {padding: 0;
	background-color: #bae3f6;
	border-bottom: none;
}
.btn.btn-link {
	width: 100%;
	text-align: left;
	padding: 10px; font-weight: 500;
	color: #05305a;
}
.btn.btn-link:hover{text-decoration: none !important;}
.btn-link span {
	background: #05305a;
	color: #fff;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	border-radius: 50%;
	margin-right: 10px;
}
.card-body {
	line-height: 30px; font-weight: 500;
	padding-left: 30px;
	/* box-shadow: 0px 1px 5px #00000020; */
}   
.card-body li {
	list-style: disc;
	list-style-position: inside;
	font-weight: 500;
}
.card-body ul {
	margin: 10px 0 0;
}
.faq-sec{
    background-image: url(../images/faq-bg.jpg);
    background-repeat: no-repeat; background-size: cover;
}
.faq-sec h2 span {
	color: #fff;
}
.accordion {
	padding: 10px 0 0;
}
.accordion .card{margin: 0 0 15px; border:0;}
/** facility **/

.facility-detail {
	padding: 12px;
	box-shadow: 0px 0px 6px #6b696952;
	margin: 0 0 30px; transition: all ease 0.6s;
}
.get-started.padd-row.faq-start::after {
	position: absolute;
	background: #7e878c2e;
	top: 0;
	left: 0;
	content: "";
	margin: auto;
}
.facility-info {
	margin: 15px 0 0;
	border-top: 1px solid #dededeab;
	text-align: center;
}
.main-sec1-contact.faq-page.padd-row.about-us {
	padding: 60px 0 50px;
}
.facility-info h3 {
	font-size: 20px;
	color: #05305a;
	margin: 10px 0;
}
.facility-detail:hover {
	background: #f3f3f3;
}
.facility-info p {
	font-size: 16px;
	line-height: 26px;
	margin: 10px 0 5px;
	color: #737581;
}
.facility-info h4 {
	color: #2095d2;
	font-size: 18px;
	text-transform: uppercase;
}

/** job placement **/

.call-to-action-bg {
	background: #05305a;
	padding: 60px;
}   
.call-to-action-2 .call-to-action-content {
	color: #ffffff;
}
.call-to-action-2 .call-to-action-content p {
	max-width: 550px;
	color: rgba(255, 255, 255, .7);
	font-size: 16px;
	line-height: 25px;
}
.call-to-action-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.call-to-action-2 .call-to-action-button .button {
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 3px;
	background: transparent;
	padding: 15px 30px;
	color: #ffffff;
	font-size: 1.4rem;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}
.call-to-action-2 .call-to-action-content h2 {
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: 500;
}
.job-title h3 {
	color: #252525;
	font-weight: 600;
}
.job-conditon li {
	position: relative;
	line-height: 35px; font-weight: 500;
	padding: 0 0 0 26px;
	font-size: 17px;
}
.job-placement {
	box-shadow: 0 0 6px #00000020;
	border-radius: 5px;
	margin: 20px 0 0px;
	padding: 20px;
}
.col-md-4.in-center-ftr, .col-md-4.in-right-ftr{
	display: flex;
	justify-content: center;
}
.Requirements {
	background: #c5e6f6;
	padding: 20px 15px 15px;
	border-radius: 4px;
}
.Requirements .job-conditon p {
	font-size: 15px;
	line-height: 25px;
	color: #686868;
	margin: 10px 0 0;
}
.job-conditon {
	display: inline-block;
	width: 100%;
}
.Requirements .job-conditon li::after {
	color: #05305a;
}
.job-conditon li::after {
	position: absolute;
	content: "\f058";
	font-family: FontAwesome;
	left: 0;
	color: #91c9e4;
	top: 0;
	font-size: 21px;
}
.register textarea.form-control {
	height: 80px !important;
}
.register h3 {
	color: #fff;
	margin: 0 0 25px;
}
.register .btn-style {
	background: #91c9e4;
}
.row.register-bg {
	background: #05305a;
	margin: 0;
	padding: 20px 0;
}
.job-title p{margin:0;}
.card-body p {
	font-size: 16px;
	margin: 5px 0;
}
.card-body h4 {
	font-size: 18px;
	margin: 10px 0;
}

/** get started section **/
.get-started {
	background-image: url(../images/lining-pattern.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.get-started a {
	color: #2095d2;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif !important;
}


/*** inner-blog ***/
.publish-date i {
	color: #0c307e;
	margin-right: 10px;
}
.single-post h2, .single-post h3 {
	color: #252525;
	font-weight: 600;
}
.publish-date {
	font-size: 18px;
	margin: 10px 0;
}
.recet-posts .head-title h3 {
	color: #fff;
	text-transform: capitalize;
	margin: 0 0 5px;
}
.recet-posts .head-title h3 {
	color: #fff;
	text-transform: capitalize;
	margin: 0 0 5px;
}
.r-post-inner .post-list li a::after {
	position: absolute;
	left: 15px;
	top: 9px;
	font-family: FontAwesome;
	content: "\f105";
	font-size: 22px;
}
.r-post-inner .post-list li a {
	color: #333;
	position: relative;
	padding: 13px 30px 13px 30px;
	text-transform: capitalize;
	font-size: 16px;
	display: block;
	border-bottom: 1px solid #3333332b;
}
.post-content ul li::after {
	position: absolute;
	content: "\f105";
	font-family: FontAwesome;
	left: -18px;
	top: -2px;
	font-size: 20px;
	color: #0c307e;
}
.blog-in-page {
	padding: 60px 0;
}
.r-post-inner .head-title {
	background: #2095d2;
	padding: 15px 15px 4px;
}
.r-post-inner {
	box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
	margin-left: 25px;
}
.main-navigation li:last-child a {
	padding-right: 0 !important;
}
.single-blog-img {
	width: 100%;
	margin: 0 0 15px;
}
.post-content ul li {
	margin: 0 0 8px 20px;
	position: relative;
	font-weight: 500;
	font-size: 18px;
	list-style-position: inside;
}
.r-post-inner .post-list {
	background: #f1f1f1;
}
.secdule-sec.padd-row {
	background: #ebf6fc;
	padding: 20px 0 60px;
}
.col-lg-8.col-md-7.col-sm-12.bg-shadow.offer-v {
	position: relative;
}
.btn-view {
	position: absolute;
	top: 20px;
	right: 20px;
}
.btn-view .btn-style {
	font-size: 17px;
	padding: 11px 21px;
}
.main-sec2-course.padd-row {
	padding: 60px 0 20px;
}
.thk-page {
	text-align: center;
	padding: 80px 0;
}
.thk-page h2 {
	color: #05305a;
	font-weight: 600;
	padding: 0 0 25px;
}
.thk-page p {
	max-width: 800px;
	margin: auto;
}
.page-id-88 .entry-title {
	display: none;
}
#contacts .error {
	color: #E97979;
	position: absolute;
	font-size: 11px;
	bottom: 2px;
}
.slide-contact-form #contacts .error {position: absolute;font-size: 11px;bottom: -14px;color: #f77474;}
.slide-inner-form .cnt-form-box-form .form-control {padding: 8px 15px; margin: 0 0 5px;font-size: 14px;}
.table thead th {border-bottom: 1px solid #90979e;color: #fff; background: #0b2336;}
.table-bordered td, .table-bordered th, .table-bordered {border: 1px solid #92989e !important;}

.main-course td {
	font-weight: 600;
	color: #252525;
	background: #98d4f3;
}

.side-field .g-recaptcha {-webkit-transform: scale(0.70) !important; transform: scale(0.70) !important;}

/** 11th-July **/
.slide-inner-form a.cross-icon i {color: #05305a;right: 0;background: #fff;width: 32px;height: 32px;border-radius: 50%;text-align: center;line-height: 32px;font-size: 18px;}
.slide-inner-form #pollSlider-close-button {
	right: 33px;
	position: absolute;
}
/****** Responsive Css Start Here ******/

@media screen and ( min-width: 1290px ){

.container {
    max-width: 1260px;
}
    
}

@media screen and ( max-width: 1400px ){
.main-navigation li a {
	font-size: 16px;
	padding: 0 14px;
}
}

@media screen and ( max-width: 1100px ){
.main-navigation li a {font-size: 15px;padding: 0px 9px;}
.header-ph a, .header-mail a {font-size: 14px;}
.header-top-rght li.header-ph {margin-left: 8px;}
.header .btn-style {font-size: 12px;padding: 7px 20px;}
.header-top-rght li.header-mail {margin-right: 15px;margin-left: 15px;}    
.inner-add p, .inner-phn a, .inner-msg a {font-size: 13px;line-height: 21px;}
input.btn-style.btn-style-white {margin-top: 0px;}
p {font-size: 17px;line-height: 28px;margin-bottom: 12px;} 
.our-course-cnt-left {padding: 25px 25px 25px 25px;}  
.our-course-cnt-left .main-heading h2 {font-size: 30px;}    
.logo a {width: 155px;}
.header-top-rght li.social-media-ico a {margin-left: 10px;font-size: 18px;}
.main-heading h2 {font-size: 30px;} 
.why-we-box h3 {font-size: 18px;} 
.inner_banner .main-title h1 {font-size: 30px;}  
.pollSlider {padding: 95px 35px 45px;}
.btn-style {font-size: 16px;padding: 10px 35px;}    
.blog-box h4, .blog-box h4 a {font-size: 18px;margin-bottom: 15px;}
.info-detail {margin: 20px 0 0;}    
    
}

@media screen and ( max-width: 991px ){
.logo a {width: 110px;}
.main-navigation li a {font-size: 11px;padding: 0 5px;}
.header-ph a, .header-mail a {font-size: 11px; }
.header .btn-style {font-size: 10px;padding: 8px 11px 6px;}
.header-top-rght li.header-mail {margin-right: 5px;margin-left: 12px;}
.header-top-rght li.header-ph {margin-left: 10px;}
.header-top-rght li.social-media-ico a {margin-left: 6px;font-size: 14px;}
.header-top-rght li {margin-left: 5px;}  
.main-navigation {margin-top: 10px;}  
.header {padding: 10px 10px;} 
.panel-1 li a h4 {font-size: 14px;}   
.panel-1 li a {padding: 20px 15px;}
.panel-1 li a img {width: 42px;margin-bottom: 15px;} 
.banner-content {width: 550px;padding: 30px 15px 30px 16px;}
.banner-content h1 {font-size: 25px;line-height: 30px;}
.about-img img {width: 100%; object-fit: cover;}
.Sticky-fixed .logo a {width: 120px;}  
section.about-us {padding: 40px 0 60px;}  
.why-we-box p {padding: 0;line-height: 24px;font-size: 13px;} 
.why-we-box h3 {font-size: 14px;} 
p {font-size: 15px;line-height: 25px;}  
.blog-box .card-body {line-height: 26px;padding: 15px;} 
.blog-box h4, .blog-box h4 a {font-size: 15px;margin-bottom: 10px;}
.blog-box a {font-size: 15px;}
.card-body p {font-size: 14px;margin: 5px 0;}
.cnt-form-box-form .form-control {padding: 7px 15px;font-size: 14px;}
[class*="inner-"] i {font-size: 17px;height: 40px;width: 40px;line-height: 40px;}  
.inner-add, .inner-msg, .inner-phn {padding-left: 55px;}
.main-heading h4 {font-size: 20px;line-height: 17px;margin-bottom: 12px;}
.our-course-main {padding: 50px 25px 30px;margin-top: -50px;}
.our-course-main .main-btn {padding-left: 0;}
.our-course-cnt-img {margin: 30px 0 0;}
.our-course-cnt-left::after {right: 0;}
.home-cnt-form-main {padding: 25px 25px 10px;}    
.padd-row {padding: 30px 0;}  
section.why-we-diff-sect {padding-top: 95px;}  
 .about-us .attachment-larg.size-larg {width: 260px;}    
.page-id-7 .main-sec1-about {padding: 60px 0px 70px;position: relative;}  
.job-conditon li {font-size: 15px;}
.main-sec2-course ul li {line-height: 30px;margin-left: 0px;}
.place-img .wp-post-image {width: 100%;}    
.job-placement {margin: 0px 0 20px;}
#contacts .btn-style {font-size: 14px;padding: 9px 20px;} 
.g-recaptcha {transform: scale(0.70);-webkit-transform: scale(0.70);} 
.thk-page p {max-width: 100%;}
.inner_banner .main-title h1 {font-size: 18px;} 
.breadcrumbs a span {font-size: 12px;}
.single-post h2, .single-post h3 {margin-top: 0;}
.main-sec2-course.padd-row {padding: 30px 0 20px;}
.single-post h2, .single-post h3 {font-size: 22px;}
.post-content ul li {margin: 0 0 5px 20px;font-size: 15px;}  
.r-post-inner {margin-left: 0;} 
.r-post-inner .post-list li a {padding: 13px 20px 13px 30px;font-size: 14px;} 
.side-field .g-recaptcha {-webkit-transform: scale(0.50) !important; transform: scale(0.50) !important;}
.main-sec1-contact.faq-page.padd-row.about-us {padding: 30px 0 20px;}
.blog-in-page {padding: 30px 0 30px;}  
.btn-view .btn-style {font-size: 11px;padding: 9px 12px;}   
.table-bordered td, .table-bordered th, .table-bordered {font-size: 14px;}
.main-heading h2 {font-size: 25px;}  
}


@media screen and ( max-width: 767px ){
.header {padding: 13px 10px;}
.header-ph, .header-mail, .social-media-ico {display: none;}
.container {max-width: 100%;}
.main-navigation li a {font-size: 16px;padding: 7px 0;border-bottom: 1px solid #2095d257;}
.main-navigation li:last-child a{border: 0px; padding-bottom: 0;}
.navbar-toggler {background-color: #105c8f;}    
.toggler-icon {width: 30px;height: 2px;display: block;background: #fff;margin: 7px 0;border-radius: 2px;}
.navbar-toggler:hover {background-color: #2095d2;}   
.Sticky-fixed {display: none;}   
.logo {position: absolute;top: 13px;z-index: 999;left: 15px;}
.inner_banner img {width: 100%;min-height: 115px;object-fit: cover;}
.widget_breadcrumb_navxt span {font-size: 13px;}
.inner_banner .main-title h1 {font-size: 16px;}
.header-top-rght {position: absolute;right: 105px; z-index: 99;}
.navbar-nav {margin-top: 10px;} 
.navbar {top: -4px;}
#pollSlider-button {display: none;}
.panel-1-main {;margin-top: 0;} 
.panel-1 .container {padding: 0;}  
.blog-sect-main .col-md-4 {margin: 0 0 20px;} 
[class*="inner-"] i {font-size: 20px;height: 50px;width: 50px;line-height: 50px;} 
.inner-add, .inner-msg, .inner-phn {padding-left: 55px;height: 60px;}
.ftr-cpyrht p {font-size: 13px;text-align: center;} 
.ftr-social {text-align: center;margin: 5px 0 0;}   
.ftr-cpyrht li a {font-size: 18px;}  
.home-cnt-form-main {width: 450px;float: right;}    
.panel-1 li a h4 {font-size: 12px;} 
.banner-content::before {width: 60%;}  
.banner-btn a {padding: 8px 18px;font-size: 14px;}
.banner-content h1 {font-size: 19px;line-height: 20px;}   
.page-id-7 .main-sec1-about {padding: 30px 0px 0px;}
.job-placement .wp-post-image {width: 100%;margin: 10px 0 0;}   
.job-placement {margin: 10px 0 20px; padding: 15px;} 
.page-id-11 .wp-post-image {width: 100%;}  
.bg-shadow {padding: 20px 0px 0;margin: 0 15px;}
.page-id-11 .col-sm-12{flex: initial;}   
.sec-bg .inner-cont {padding: 20px 20px 10px;margin: 0 0 10px;}   
.contact-form.register {margin: 0;}
.col-md-4.in-center-ftr, .col-md-4.in-right-ftr {justify-content: start;}    
.ftr-top {background: #ebf5fc;padding: 25px 0 15px;}    
 section.panel-1 { margin: 10px 10px 0;}   
.mt-5, .my-5 {margin-top: 1rem!important;}   
.thk-page {padding: 40px 0;}  
.thk-page h2 {padding: 0 0 12px;font-size: 20px;}   
.page-id-7 section.panel-1 {margin: 0px 10px 0;}    
    
    
}


@media screen and ( max-width: 568px ){
.main-sec1-about .inner-img {float: none;margin: auto;text-align: center;} 
.accordion {padding: 0;}    
.accordion .card-body, .card-body p {font-size: 15px;}  
.card .btn.btn-link {font-size: 14px;white-space: normal; display: inline-flex;}
.btn-link span {display: table-cell;padding: 0 13px;font-size: 19px;}
.main-sec1-contact.faq-page.padd-row.about-us {padding: 25px 0 30px;}
.register-bg .map-area {margin: 10px 0;}
.table-bordered td, .table-bordered th, .table-bordered {font-size: 13px;}
.home-cnt-form-main {width: 100%;float: none;}    
section.home-cnt-form {background: #105c8f !important;}
.single-post h2, .single-post h3 {margin-top: 0;}
.single-post h2, .single-post h3 {font-size: 18px;}    
.inner-cont h3 {font-size: 20px;}    
.sidebar-title h3 {font-size: 22px;}  
}


@media screen and ( max-width: 495px ){
.home-cnt-form-main {width: 100%;float: none;}
.panel-1 li a {padding: 20px 15px;height: 125px;}
.register h3 {font-size: 18px;} .blog-in-page {
    padding: 0px 0 20px;
}
}

@media screen and ( max-width: 420px ){
.main-heading {margin-bottom: 20px;}
.navbar-toggler {left: 10px; position: relative;}
.banner-content h1 {font-size: 16px;line-height: 24px;text-align: center;}
.carousel-control-prev i, .carousel-control-next i {font-size: 17px;width: 25px;height: 25px;line-height: 25px;}
.carousel-control-next, .carousel-control-prev {width: 25px;}
.banner-btn {margin-top: 10px;text-align: center;}
.banner-content::before {width: 100%;}
.banner-content {width: 260px;padding: 15px;}
.header-top-rght {right: 85px;}
.logo {top: 18px;left: 13px;}
.logo a {width: 90px;}
.inner_banner img {
	width: 100%;
	min-height: 115px;
	object-fit: cover;
}
.breadcrumbs a span {font-size: 8px;}
.inner_banner .main-title h1 {font-size: 11px; }   
.our-course-cnt-left .main-heading h2 {
	font-size: 22px;
}
.main-heading h2 {font-size: 22px;}  
.panel-1 li {float: left;width: 100%;}
    
}

@media screen and ( max-width: 380px ){
.page-id-11 .main-heading.text-left {padding: 0 0 40px;}
.btn-view {position: absolute;top: 82px !important;right: auto !important;left: 11px;}
}
@media screen and ( max-width: 365px ){
.banner-content { width: 235px;padding: 15px;}
.btn-view .btn-style {font-size: 9px;padding: 7px 8px;}
}
@media screen and ( max-width: 325px ){
.banner-content { width: 195px; padding: 14px;}
    .banner-content h1{margin-bottom: 10px;}    
}
