body {
	padding: 0px;
	margin: 0px;
	
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:hover {
    color: #1fb36e;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}
.text-justify {
  text-align: justify;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype'),
        url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
        url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.eot');
    src: url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Black.woff2') format('woff2'),
        url('../fonts/Montserrat-Black.woff') format('woff'),
        url('../fonts/Montserrat-Black.ttf') format('truetype'),
        url('../fonts/Montserrat-Black.svg#Montserrat-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
 
.header_outer {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    padding: 10px 0 120px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8687850140056023) 49%, rgba(255,255,255,0.969625350140056) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8687850140056023) 49%, rgba(255,255,255,0.969625350140056) 100%);
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255) 49%, rgb(255 255 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
 
.darkHeader {
    background: #fff;
    z-index: 999;
    box-shadow: 0 0 5px 0px #747474;
    padding-bottom: 0px;
}
/* .cl_sec {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    border-right: 1px solid #ccc;
    margin-right: 12px;
} */
.cl_sec:last-child {
    border: none;
}
.cl_ico {
    width: 40px;
    height: 40px;
    background: #1fb36e;
    text-align: center;
    line-height: 2.4;
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
}
.cl_sec {
display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  border-right: 1px solid #ccc;
  margin-right: 5px;
  margin-top: 38px;
}
.cl_det {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    text-align: left;
}
.cl_det span {
    font-size: 13px;
    display: block;
    color: #6e6e6e;
    font-weight: 500;
}
.cl_det a {
    color: #212020;
    font-size: 15px;
    font-weight: 700;
}
.cl_det a:hover {
    color: #1fb36e;
}
.cl_ico.cl_bg {
    background: #0857a1;
}
.topright_sec {
    display: inline-block;
    vertical-align: middle;
    margin-top: 40px;
}
.serch_ico {
display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  position: relative;
  width: 55%;
  margin-top: 38px;
}
#collapseExample {
  display: block !important;
}
.posabs {
/* 	position: absolute;
  right: 0;
  top: 40px; */
  width: 280px;
  z-index: 9;
}
.aws-container .aws-search-form .aws-form-btn {
    background: #0857a1 !important;
    border: 1px solid #0857a1 !important;
}
.aws-container .aws-search-form .aws-search-btn_icon {
    color: #fff !important;
}
.cart_det {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.cart_det span {
    position: absolute;
    background: #1fb36e;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    line-height: 1.8;
    right: -11px;
    bottom: -7px;
}
.menu_sec {
    border-top: 1px solid rgb(139 139 139 / 32%);
    border-bottom: 1px solid rgb(139 139 139 / 32%);
    margin: 20px 15px 0px;
}
  #rmp-menu-wrap-422 .rmp-menu-item-link {
    line-height: normal !important;
	  padding-top: 10px !important;
    padding-bottom: 10px !important;
	  height:auto !important;
}
 #rmp-menu-wrap-422 .rmp-menu-subarrow {
    top: 10px !important;
}
.primary-navigation li:after {
    width: 2px;
    height: 15px;
    content: "";
    position: absolute;
    right: -3px;
    top: 16px;
    background: #565353;
}
.primary-navigation li:last-child:after {
    content: none;
}
.sub-menu li:after {
    content: none;
}
.home_banner_section {
    position: relative;
}
.home_banner_section:after{
    position: absolute;
    width: 100%;
    height: 161px;
    content: "";
    left: 0;
    bottom: -40px;
    background: url(../images/curve.png) no-repeat;
	background-size: cover;
}
.ms-slide-info {
    position: absolute !important;
    text-align: center;
    top: 50%;
    left: 0;
    transform: translate(0px, -50%);
}
.bnr_sub {
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.7px;
}
.bnr_titl {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.9px;
    text-shadow: 3px 0px 10px rgb(0 0 0 / 29%);
    padding: 0 310px;
    line-height: 1.1;
    margin-bottom: 20px;
    margin-top: 10px;
}
.bnr_btn {
    margin-top: 35px;
}
.bnr_btn a {
    background: rgb(7,79,137);
    background: -moz-linear-gradient(270deg, rgba(7,79,137,1) 0%, rgba(31,179,110,1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(7,79,137,1) 0%, rgba(31,179,110,1) 100%);
    background: linear-gradient(270deg, rgba(7,79,137,1) 0%, rgba(31,179,110,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#074f89",endColorstr="#1fb36e",GradientType=1);
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding: 19px 40px;
    border-radius: 50px;
    font-size: 17px;
    letter-spacing: 0.5px;
}
.bnr_btn a:hover {
    background: #000;
}
.about_outer {
    position: relative;
    margin-top: -15px;
}
.abt_cont {
    margin-top: 20px;
    margin-left: 20px;
}
.abt_image {
    overflow: hidden;
    border-radius: 20px;
}
.abt_image2 img {
    border-radius: 15px;
}
.abt_image2 {
    text-align: right;
    margin-top: 100px;
}
.abt_sub {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.abt_titl strong {
    font-weight: 900;
    color: #2e2e2e;
}
.abt_titl {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.3;
    color: #0857a1;
    padding-bottom: 40px;
    position: relative;
}
.abt_titl:after {
    width: 45px;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    background: #1fb36e;
    bottom: 22px;
}
.abt_txt {
    font-size: 15px;
    font-weight: 600;
    color: #3c3c3c;
    line-height: 1.6;
}
.abt_us_txt {
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ebebeb;
    font-size: 121px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 800;
    margin-top: 40px;
    margin-left: -50px;
    line-height: 0.8;
}
.course_outer {
    padding: 50px 47px 80px;
    background-image: url(../images/course_img.jpg);
    background-size: cover;
}
.cou_titl_top {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.7px;
}
.cou_txt_top {
    font-size: 30px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.serv_img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    position: relative;
}
.serv_img img{
	width:100%;
}
.serv_ico {
    position: absolute;
    top: 16px;
    left: 16px;
}
.serv_cont {
    background: #fff;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    min-height: 260px;
    box-shadow: 0 1px 4px 2px #0003;
}
.serv_titl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 13px;
    line-height: 1.4;
	color: #0857a1;
}
/* .serv_titl strong {
    color: #0857a1;
} */
.serv_txt {
    font-size: 15px;
    color: rgb(44 44 44 / 70%);
    font-weight: 600;
}
.serv_btn {
    margin-top: 20px;
    margin-bottom: 16px;
}
.serv_btn a {
    background: #000;
    padding: 12px 23px 14px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}
.serv_btn a:hover {
    background: #1fb36e;
}
.serv_sec {
    margin-bottom: 22px;
}
.more_cou_btn {
    margin-top: 30px;
}
.more_cou_btn a {
    background: rgb(7,79,137);
    background: -moz-linear-gradient(270deg, rgba(7,79,137,1) 0%, rgba(31,179,110,1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(7,79,137,1) 0%, rgba(31,179,110,1) 100%);
    background: linear-gradient(270deg, rgba(7,79,137,1) 0%, rgba(31,179,110,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#074f89",endColorstr="#1fb36e",GradientType=1);
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding: 19px 40px;
    border-radius: 50px;
    font-size: 17px;
    letter-spacing: 0.5px;
}
.vanue_outer {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}
.vanue_sec {
    padding-right: 15px;
    border-right: 1px solid #e7e7e7;
    height: 100%;
}
.venue_side {
-webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e5e5e5;
    font-size: 115px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 800;
    line-height: 0.8;
    position: absolute;
    transform: rotate(-90deg);
    left: -390px;
    top: 355px;
}
.vanue_titl {
    color: #1fb36e;
    font-size: 27px;
    font-weight: 800;
}
.vnue_txt {
    font-weight: 600;
    margin-bottom: 35px;
}
.loc_sec ul {
    margin: 0;
}
.loc_sec ul li {
    list-style-type: none;
    display: inline-block;
    width: 24%;
    font-size: 15px;
    font-weight: bold;
    padding-top: 40px;
    background-image: url(../images/loc.png);
    background-repeat: no-repeat;
    background-position: center 0;
        margin-bottom: 20px;
        position: relative;
}
.loc_sec ul li:nth-child( even ) {
    background-image: url(../images/loc2.png);  
}
.loc_sec ul li:after {
    width: 1px;
    height: 17px;
    background: #ccc;
    content: "";
    position: absolute;
    right: 0px;
    bottom: 3px;
}
.loc_sec ul li:nth-child(4):after, .loc_sec ul li:nth-child(8):after {
     content:none;
}
.contact_btn {
    margin-top: 22px;
}
.contact_btn a {
    background: rgb(7,79,137);
    background: -moz-linear-gradient(270deg, rgba(7,79,137,1) 0%, rgba(31,179,110,1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(7,79,137,1) 0%, rgba(31,179,110,1) 100%);
    background: linear-gradient(270deg, rgba(7,79,137,1) 0%, rgba(31,179,110,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#074f89",endColorstr="#1fb36e",GradientType=1);
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding: 15px 28px;
    border-radius: 50px;
    font-size: 16px;
    letter-spacing: 0.5px;
	display: inline-block;
}
.frm_fld input, .frm_fld textarea {
    width: 100%;
    background: #e9f3ff;
    border: none;
    margin-bottom: 10px;
    padding: 14px;
    font-size: 13px;
    border-radius: 5px;
    font-weight: 500;
    color: #000;
}
.frm_fld textarea {
    height: 75px;
}
.send_btn {
    text-align: center;
}
.send_btn input {
    background: #0857a1 !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
	margin: 10px auto 0;
	display: block;
}
.course_vnues {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #ebebeb;
}
.venue_titl {
    font-size: 29px;
    font-weight: 800;
    margin-bottom: 50px;
}
.venue_titl strong {
    font-weight: 800;
    color: #0857a1;
}
.cou_ico {
    background: rgb(7,79,137);
    background: -moz-linear-gradient(270deg, rgba(7,79,137,1) 0%, rgba(31,179,110,1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(7,79,137,1) 0%, rgba(31,179,110,1) 100%);
    background: linear-gradient(270deg, rgba(7,79,137,1) 0%, rgba(31,179,110,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#074f89",endColorstr="#1fb36e",GradientType=1);
    width: 60px;
    height: 64px;
    text-align: center;
    line-height: 4;
    border-radius: 8px;
    display: inline-block;
    vertical-align: middle;
}

.cou_name strong {
    display: block;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 800;
    color: #0857a1;
}
.cou_name  {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
    color: #6f6f6f;
    margin-top: 2px;
    text-transform: uppercase;
	   display: inline-block;
    vertical-align: top;
    width: 71%;
    margin-left: 10px;
}
.cou_name  a{
	 color: #6f6f6f;
}
.cta_lft {
    padding: 50px 50px 60px 110px;
    background: url(../images/cta_img.jpg);
    background-size: cover;
	min-height: 100%;
}
.cta_right {
    padding: 50px 40px 60px 50px;
    background: url(../images/cta_img2.jpg);
    background-size: cover;
	min-height: 100%;
}
.cta-titl {
    font-size: 29px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: bold;
}
.cta_txt {
    margin: 15px 0;
    font-size: 17px;
    font-weight: 500;
    color: #f1f1f1;
}
.cta_btn {
    margin-top: 32px;
}
.cta_btn a {
    background: rgb(7,79,137);
background: -moz-linear-gradient(270deg, rgba(7,79,137,1) 0%, rgba(31,179,110,1) 100%);
background: -webkit-linear-gradient(270deg, rgba(7,79,137,1) 0%, rgba(31,179,110,1) 100%);
background: linear-gradient(270deg, rgba(7,79,137,1) 0%, rgba(31,179,110,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#074f89",endColorstr="#1fb36e",GradientType=1);
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 17px 35px;
    font-weight: 500;
    border-radius: 50px;
	display: inline-block;
}
.cta_btn a:hover, .contact_btn a:hover, .more_cou_btn a:hover {
    background: #000;
}
.footer {
    background: #191919;
    padding: 50px 0 10px;
}
.mail_ico {
    width: 40px;
    height: 40px;
    background: #dbedfe;
    border-radius: 50px;
    margin-right: 5px;
    text-align: center;
    line-height: 2.4;
    display: inline-block;
    vertical-align: middle;
}
.mail_det {
    display: inline-block;
    vertical-align: middle;
    width: 78%;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.mail_det a {
    font-size: 17px;
    display: block;
    color: #fff;
}
/* .footer_top {
    padding: 0 140px;
} */
.footer_mdl {
    margin-top: 60px;
}
.footer_heading {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.footer_menu ul {
    margin: 0;
}
.footer_menu ul li {
    list-style-type: none;
    font-size: 15px;
    padding-bottom: 1px;
}
.footer_menu ul li a {
    color: #fff;
}
.footer_menu ul li a:hover, .mail_det a:hover {
    color: #1fb36e;
}
.bordr {
    border-right: 1px solid #3a3a3a;
}
.footer_nrt span {
    color: #fff;
    margin-top: 8px;
    display: block;
}
.footer_copyright a {
    color: #fff;
}
.footer_copyright {
    font-size: 14px;
    color: #fff;
}
.abt_grid {
    background: #f1f1f1;
    padding: 23px;
    height: 90%;
    border-bottom: 3px solid #0857a1;
}
.abt_grid strong {
    font-size: 18px;
    text-transform: uppercase;
    color: #0857a1;
}
.abt_grid em {
    font-size: 15px;
    font-style: normal;
    line-height: 1.5;
    display: block;
    margin-top: 10px;
    font-weight: 500;
    color: #606060;
}
.abt_txt ul {
    margin: 0 0 10px;
}
.abt_txt ul li {
    list-style-type: none;
    padding: 0 0 9px 30px;
    background-image: url(../images/fav1.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 0 2px;
}
.page-id-19 p {
    margin: 0;
}
.inner_content_full {
    background: #ededed;
    padding: 60px 0 20px;
}
.cta_content {
    background: #0857a1;
    padding: 30px 0px 30px;
    color: #fff;
    text-transform: capitalize;
}
.cta_titl_in {
	 font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: bold;
}
.cta_content a {
    text-transform: none;
}
.page-id-298 .footer_nrt, .page-id-288 .footer_nrt {
    display: none;
}
.page-id-298 .ooter_top_block.bordr, .page-id-288 .ooter_top_block.bordr {
    border: none;
}
#back-to-top {
    line-height: 27px;
    overflow: hidden;
    z-index: 999;
    cursor: pointer;
    transform: rotate(0deg);
    position: fixed;
    bottom: 100px;
    right: 27px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
	background: #191919;
    padding: 8px 13px 10px;
    transition: all 0.5s;
}

.page .entry-header, .blog_page_header {
    background: url(../images/slider_img.jpg) #000 no-repeat center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 270px 0 60px !important;
    margin: 0 0 70px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
    background: rgb(255 255 255 / 62%);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    color: #306dc8;
    position: relative;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 99;
    margin-bottom: 3px;
}
.contact_cont {
    border-right: 1px solid #e1e1e1;
}
.abt_txt strong {
    color: #0857a1;
}
.course_box {
	border: 1px solid green;
    text-align: center;
    margin-top: 20px;
    margin-top: 45px;
    padding: 0 18px;
    height: 92%;
}
.course_box {
    min-height: 170px;
}
.course_heading img {
    margin-top: -37px;
    width: 94px;
    height: 86px;
    background: #fff;
    padding: 5px;
    border-radius: 79px;
}
.course_heading {
    background: #1FB36E;
    text-align: center;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    height: 40px;
}
.course_name {
    color: #333;
    font-size: 18px;
    margin-top: 30px;
    font-weight: 500;
}
.venue_sec .course_name {
    font-size: 16px;
    line-height: 1.4;
    min-height: 68px;
}
.course_dates {
    background: #1FB36E;
    width: 155px;
    margin-top: 10px;
    display: inline-block;
    padding: 10px 12px;
    color: #fff !important;
    font-size: 15px;
}
.course_dates:hover {
    background: #000;
}
.course_enroll {
    width: 155px;
    margin-top: 10px;
    background: #0857A1;
    display: inline-block;
    padding: 10px 12px;
    color: #fff !important;
    font-size: 15px;
}
.course_enroll:hover {
    background: #000;
}
.cta_grid_sec {
    margin-top: 40px;
    background: #ffffff;
    padding: 20px;
    height: 85%;
    box-shadow: 0px 0px 6px 2px #b5b5b5;
    font-size: 15px;
    font-weight: 500;
}
.cta_grid_sec strong {
    color: #0857a1;
    font-size: 18px;
}
.grid_sec strong {
    text-align: center;
    display: block;
    color: #0857a1;
}
a.mh_btn {
    background: #1fb36e;
    padding: 15px 20px;
    color: #fff;
	display: inline-block;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}
.woocommerce-loop-product__title {
	font-weight: normal;
    color: #000;
    text-transform: uppercase;
    line-height: 1.4;
}
.woocommerce ul.products li.product .price {
    color: #1fb36e !important;
    font-weight: bold !important;
    font-size: 18px !important;
}
.home .add_to_cart_button {
    padding: 11px !important;
}
.add_to_cart_button, a.added_to_cart, a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, a.button.product_type_variable.add_to_cart_button, a.button.product_type_simple{
	background: #000 !important;
    font-weight: normal !important;
    color: #fff !important;
    padding: 11px 20px !important;
    display: inline-block !important;
    font-size: 13px !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    margin-top: 10px;
}
a.added_to_cart.wc-forward {
    padding: 10px 37px !important;
    vertical-align: -5px !important;
    background: #0857a1 !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color:#1fb36e  !important;
    font-weight: bold !important;
	font-size: 25px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 15px !important;
	background: #ddd;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background: #222 !important;
	color: #fff !important;
}
.single_add_to_cart_button {
    background: #000 !important;
    padding: 0 20px !important;
    height: 42px !important;
    border-radius: 0px !important;
    outline: none !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-size: 15px !important;
    font-weight: 500 !important;
}
.variations td {
    display: block !important;
}
select#pa_select-size {
    padding: 10px;
    min-width: 54%;
}
.single_add_to_cart_button:hover {
    background: #0059ab !important;
}
.qib-button:not(#qib_id):not(#qib_id) {
    height: 40px !important;
    width: 40px !important;
    font-weight: 500;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    height: 40px !important;
	color: #333;
}
.sku_wrapper {
	display: block;
}
.checkout-button {
    background: #000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 0 !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    min-width: 48%;
}
.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}
.woocommerce-input-wrapper input {
    width: 100%;
	border: 1px solid #ccc !important;
	min-height: 45px;
	border-radius: 0 !important;
	font-size: 15px;
}
.woocommerce-input-wrapper textarea {
	border: 1px solid #ccc !important;
	height: 136px !important;
	border-radius: 0 !important;
	font-size: 15px;
	resize: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    border: 1px solid #efeeee;
    padding: 7px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 9px 5px 0px;
}
.woocommerce-Tabs-panel--product-description ul {
    padding: 0;
    margin: 0;
}
.woocommerce-Tabs-panel--product-description ul li {
    display: inline-block;
    padding-right: 20px;
    width: 19%;
}
form.checkout_coupon.woocommerce-form-coupon button, .woocommerce-cart-form button{
    background: #313131 !important;
    color: #fff !important;
    font-size: 15px !important;
    padding: 12px !important;
    border-radius: 0 !important;
}
input#coupon_code {
    height: 40px !important;
}
input.minus, input.plus {
    background: #000 !important;
    padding: 11px 17px !important;
}
.woocommerce .woocommerce-ordering select {
    padding: 9px;
    border: 1px solid #ccc;
}
.woocommerce span.onsale {
    height: 45px !important;
    width: 45px !important;
    padding: 0px !important;
}
.inner_page_header {
    border-bottom: 1px solid #efefef;
    margin-bottom: 30px;
    margin-top: 200px;
}
.inner_banner_heading {
    text-align: center;
    color: #222;
    width: 100%;
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 35px;
    line-height: 1.0909090909;
    z-index: 99;
}
.breadcrumb-container {
    text-transform: uppercase;
    left: 0;
    width: 100%;
    text-align: center;
    color: #666;
    font-size: 16px;
}
.woocommerce-breadcrumb {
    margin-top: 10px !important;
}
.woocommerce ul.products li.product .onsale {
    top: 15px !important;
    right: 15px !important;
	background-color: #000 !important;
}

button.wpfFilterButton.wpfButton {
    background: #000 !important;
    padding: 10px !important;
    min-height: auto;
    font-size: 13px;
    border-radius: 0;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
    font-size: 18px !important;
}
.woocommerce span.onsale {
    top: 1.5em !important;
    left: 1.5em !important;
    background-color: #000000 !important;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    right: 10px !important;
	left:auto !important;
}
.home_product_block_inner {
    position: relative;
}
.social{
	text-align:right;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    width: 50%;
    float: left;
    background: #1fb36e;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}
.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 44%;
    padding: 9px 12px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}
.footer_btn3 {
    width: 50%;
    float: left;
    background: #373636;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}
.back-btn a {
    background: rgb(7,79,137);
	background: -moz-linear-gradient(270deg, rgba(7,79,137,1) 0%, rgba(31,179,110,1) 100%);
	background: -webkit-linear-gradient(270deg, rgba(7,79,137,1) 0%, rgba(31,179,110,1) 100%);
	background: linear-gradient(270deg, rgba(7,79,137,1) 0%, rgba(31,179,110,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#074f89",endColorstr="#1fb36e",GradientType=1);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50px;
	padding: 14px 30px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}
.error_container {
    padding: 5px 0 36px;
    text-align: center;
}
.abt_img img {
    width: 100%;
}

.omsc-toggle-title:hover, .omsc-toggle.omsc-expanded .omsc-toggle-title {
    background: rgb(8 87 161) !important;
    color: #fff;
}
.omsc-toggle-title {
    padding: 1em 1em 1em 2.4em !important;
    font-size: 17px !important;
    font-weight: 500 !important;
}
.omsc-toggle-title:after {
    top: 1em !important;
}
.grid_sec.venue_sec {
    margin: 40px 0;
}
.cta_content strong {
    font-size: 24px;
    display: block;
}
.cta_content em {
    font-style: normal;
    font-weight: bold;
}
.adrs_cou {
    line-height: 1.7;
}
.venue_name {
	background: #fff;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 1px 4px 2px #0003;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.venue_img img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.aws-container .aws-search-form .aws-search-btn_icon {
  height: 25px;
  line-height: 18px;
  width: 37px;
}
.aws-container .aws-search-form .aws-search-btn {
  padding: 0;
  line-height: 11px;
  width: 40px;
  border-radius: 0px 25px 25px 0px !important;
}
.aws-container .aws-search-field{
  border: 1px solid #0857a1 !important;
}
.woocommerce-page .footer_nrt, .page-id-393 .footer_nrt {
  display: none;
}

/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.cl_sec{
		display:none;
	}
	.serch_ico{
		margin-right: 0;
		width: 100%;
		margin-top: 14px;
	}
	.posabs {
		right: -106px;
		top: 50px;
		width: 100%;
	}
	.header_outer{
		padding:10px 0;
	}
	.menu_sec{
		display:none;
	}
	.logo img{
		width:70px;
	}
	.topright_sec{
		position: fixed;
		top: 19px;
		right: 82px;
		margin-top: 0;
	}
	.home_banner_section{
		margin-top: 73px;
	}
	.home_banner_section:after{
		display:none;
	}
	.ms-slide-info{
		min-height: auto !important;
	}
	.bnr_titl{
		font-size: 20px;
		padding: 0;
		margin-bottom: 0;
	}
	.bnr_btn{
		display:none;
	}
	.about_outer{
		margin-top: 30px;
		padding-bottom: 30px;
	}
	.abt_image img{
		width:100%;
	}
	.abt_cont {
		margin-top: 26px;
		margin-left: 0;
	}
	.abt_titl, .vanue_titl{
		font-size: 22px;
	}
	.abt_image2, .abt_image {
		text-align: left;
		margin-top: 20px;
	}
	.abt_image2 img{
		width:100%;
	}
	.abt_us_txt{
		font-size: 45px;
		margin-top: 30px;
		margin-left: 0;
	}
	.abt_cont {
		margin-top: 0;
	}
	.course_outer{
		padding: 30px 0 10px;
	}
	.cou_txt_top{
		font-size: 24px;
		line-height:1.3
	}
	.serv_cont{
		padding: 20px 10px;
		min-height: auto;
	}
	.vanue_outer{
		padding: 30px 0;
	}
	.vanue_sec{
		padding-right: 0;
		border-right: none;
	}
	.loc_sec ul li{
		width: 49%;
		font-size: 14px;
	}
	.loc_sec ul li::after{
		display:none;
	}
	.venue_side{
		display:none;
	}
	.contact_btn {
		margin-top: 16px;
	}
	.contact_btn a{
		padding: 10px 28px;
	}
	.vanue_titl.text-center{
		margin-top:30px;
	}
	.vnue_txt{
		margin-bottom: 25px;
	}
	.course_vnues{
		margin-top: 10px;
		padding-top: 20px;
	}
	.venue_titl {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.cou_sec{
		margin-top:20px;
	}
	.cou_sec p{
		margin-bottom:0;
	}
	.cta_lft{
		padding: 30px 18px 35px;
	}	
	.cta_right{
		padding: 25px 10px 46px;
	}
	.cta-titl{
		font-size: 19px;
	}
	.cta_btn {
		margin-top: 22px;
	}
	.cta_btn a{
		padding: 10px 35px;
	}
	.footer{
		padding: 30px 0 64px;
	}
	.footer_contact_info{
		margin-top:10px;
	}	
	.mail_det a{
		font-size: 15px;
	}
	#back-to-top{
		bottom: 52px !important;
	}
	.footer_mdl {
		margin-top: 30px;
	}
	.footer_heading{
		font-size: 18px;
		margin-top: 10px;
	}
	.footer_nrt{
		margin-top:20px;
	}
	.social{
		text-align: left;
		margin-top: 10px;
	}
	.page .entry-header, .blog_page_header{
		margin: 73px 0 30px !important;
		padding: 80px 0 !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 22px;
	}
	.inner_page_header {
     margin-top: 140px;
    }
	.abt_grid{
		padding: 18px;
		height: auto;
		margin-bottom: 20px;
	}
	.course_dates{
		width: auto;
	}
	.course_box{
		margin-top: 25px;
	}
	.inner_content_full{
		padding: 30px 0 20px;
    	margin-top: 20px;
	}
	#wpsm_accordion_106 .ac_title_class, #wpsm_accordion_108 .ac_title_class{
		padding:10px 10px !important;
		font-size: 16px;
	}
	.bordr {
		border-right: none;
	}
 	.abt_img img {
		width: 100%;
		height: 250px !important;
		object-position: center;
		object-fit: cover;
	}
	.serv_img {
		height: 160px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.bnr_titl {
		font-size: 24px !important;
		padding: 0 12% !important;
	}
	.abt_cont {
		margin-top: 26px !important;
	}
	.brdr{
		width:50%;
	}
	.serv_cont {
		min-height: 300px !important;
	}
	.loc_sec ul li{
		width: 32%;
	}
	.vanue_titl.text-center {
		margin-top: 30px !important;
	}
	.abt_us_txt{
		font-size: 67px;
		margin-left: 15px;
	}
	.footer {
		padding: 30px 0 64px !important;
	}
	.social {
		text-align: left !important;
		margin-top: 10px !important;
	}
	.footer_btn2{
		left: 46%;
	}
	.serv_titl{
		font-size: 16px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.topright_sec{
		right: 98px;
	}
	.bnr_btn {
		display: block;
	}
	.bnr_titl {
		font-size: 30px;
		padding: 0 16%;
	}
	.abt_cont {
		margin-top: 0;
	}
	.vanue_titl.text-center {
		margin-top: 0;
	}
	.cta_btn a {
		padding: 9px 30px;
		font-size: 16px;
	}
	.footer {
		padding: 30px 0 20px;
	}
	.social {
		text-align: right;
		margin-top: 0;
	}
	.abt_grid{
		min-height: 190px;
	}
	.serv_cont{
		min-height: 236px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.cl_sec{
		padding-right: 15px;
		margin-right: 5px;
	}
	.cl_det span{
		font-size: 12px;
	}
	.cl_det a{
		font-size: 14px;
	}
	.serch_ico{
		margin-right: 14px;
		width: 50%;
	}
	.posabs {
	  width: 215px;
	}
	.aws-container .aws-show-clear .aws-search-field {
	  padding-right: 10px;
	  font-size: 12px;
	}
	.primary-navigation a{
		font-size: 10px !important;
	}
	.bnr_titl{
		padding: 0 20%;
	}
	.serv_cont{
		padding: 20px 5px;
	}
	.serv_titl{
		font-size: 16px;
	}
	.serv_cont{
		min-height: 315px;
	}
	.loc_sec ul li{
		font-size: 13px;
	}
	.venue_side{
		font-size: 86px;
		left: -294px;
		z-index:-1;
	}
	.cou_name{
		width: 65%;
	}
	.cou_name strong{
		font-size: 14px;
	}
	.cou_name span{
		font-size: 12px;
	}
	.cta_lft{
		padding: 50px 42px 60px;
	}
	.cta_right{
		padding: 50px 40px 60px;
	}
	.cta-titl{
		font-size: 21px;
	}
	.mail_det{
		width: 75%;
	}
	.mail_det a{
		font-size: 15px;
	}	
	#back-to-top{
		bottom: 60px;
	}
	.course_enroll, .course_dates{
		width: 125px;
		font-size: 14px;
	}
	.footer_nrt span{
		font-size: 13px;
	}
	.footer_copyright{
		font-size: 13px;
	}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.topright_sec{
		right: 98px;
	}
	.bnr_btn {
		display: block;
	}
	.bnr_titl {
		font-size: 30px;
		padding: 0 16%;
	}
	.abt_cont {
		margin-top: 0;
	}
	.vanue_titl.text-center {
		margin-top: 0;
	}
	.cta_btn a {
		padding: 9px 30px;
		font-size: 16px;
	}
	.footer {
		padding: 30px 0 20px;
	}
	.social {
		text-align: right;
		margin-top: 0;
	}
	.abt_grid{
		min-height: 190px;
	}
	.serv_cont{
		min-height: 236px;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.cl_sec{
		padding-right: 15px;
		margin-right: 5px;
	}
	.cl_det span{
		font-size: 12px;
	}
	.cl_det a{
		font-size: 14px;
	}
	.serch_ico{
		margin-right: 14px;
	}
	.primary-navigation a{
		font-size: 10px !important;
	}
	.bnr_titl{
		padding: 0 20%;
	}
	.serv_cont{
		padding: 20px 10px;
		min-height: 338px;
	}
	.serv_titl{
		font-size: 16px;
	}
	.loc_sec ul li{
		font-size: 13px;
	}
	.venue_side{
		font-size: 86px;
		left: -294px;
		z-index:-1;
	}
	.cou_name{
		width: 65%;
	}
	.cou_name strong{
		font-size: 14px;
	}
	.cou_name span{
		font-size: 12px;
	}
	.cta_lft{
		padding: 50px 42px 60px;
	}
	.cta_right{
		padding: 50px 40px 60px;
	}
	.cta-titl{
		font-size: 21px;
	}
	.mail_det{
		width: 75%;
	}
	.mail_det a{
		font-size: 15px;
	}	
	#back-to-top{
		bottom: 60px;
	}
	.course_enroll, .course_dates{
		width: 125px;
		font-size: 14px;
	}
	.footer_nrt span{
		font-size: 13px;
	}
	.footer_copyright{
		font-size: 13px;
	}
	.footer_heading{
		font-size: 20px;
	}
}

@media screen and (min-width: 1424px) {
	.bnr_titl{
		padding: 0 28%;
	}
	.venue_side{
		font-size: 105px;
		left: -376px;
		top: 275px;
	}
	.home_banner_section:after{
		height: 170px;
	}
}

@media screen and (min-width: 1624px) {
	.bnr_titl{
		padding: 0 30%;
	}
	.home_banner_section:after{
		height: 186px;
	}
}

@media screen and (min-width: 1920px) {
	.bnr_titl{
		padding: 0 32%;
	}
	.home_banner_section:after{
		height: 208px;
	}
	.cta_lft{
		padding: 50px 84px 60px 310px;
	}
	.cta_right{
		padding: 50px 235px 60px 70px;
	}
}

@media screen and (min-width: 2048px) {
	.bnr_titl{
		padding: 0 36%;
	}
	.home_banner_section:after{
		height: 224px;
	}
	.cta_lft{
		padding: 50px 100px 60px 373px;
	}
	.cta_right{
		padding: 50px 290px 60px 80px;
	}
}

@media screen and (min-width: 2550px) {
	.home_banner_section:after{
		height: 270px;
	}
	.cta_lft{
		padding: 50px 116px 60px 627px;
	}
	.cta_right{
		padding: 50px 528px 60px 80px;
	}
}    
