
:root {
	--default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--heading-font: "Source Sans Pro",  sans-serif;
	--nav-font: "Poppins",  sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
	--background-color: #ffffff; /* Background color for the entire website, including individual sections */
	--default-color: #000000; /* Default color used for the majority of the text content across the entire website */
	--heading-color: #2965ad; /* Color for headings, subheadings and title throughout the website */
	--accent-color: #2965ad; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
	--surface-color: #1d1d1d73; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
	--contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
	--nav-color: #ffffff;  /* The default color of the main navmenu links */
	--nav-hover-color: #A92582; /* Applied to main navmenu links when they are hovered over or active */
	--nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
	--nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
	--nav-dropdown-color: #485664; /* Used for navigation links of the dropdown items in the navigation menu. */
	--nav-dropdown-hover-color: #0ea2bd; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
	--text-white:#ffffff;
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
	--background-color: #eef0f2;
	--surface-color: #ffffff;
}
.dark-background {
	--background-color:#411434;
	--default-color: #ffffff;
	--heading-color: #ffffff;
	--surface-color: #4f6171;
	--contrast-color: #ffffff;
}
/* Smooth scroll */
:root {
	scroll-behavior: smooth;
}
html {
  scroll-behavior: smooth;
}
  
/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
	color: var(--default-color);
	background-color: var(--background-color);
	font-family: var(--default-font);
}

a {
	color: var(--accent-color);
	text-decoration: none;
}
/* a.aabtn img{
	width: 200px;
	object-fit: contain;
} */
a:hover {
	color: color-mix(in srgb, var(--accent-color), transparent 25%);
	text-decoration: none;
}
  
h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--heading-color);
	font-family: var(--heading-font);
}
.usermenu .dropdown .dropdown-toggle:after {
    color: #ffffff;
}
#page{
	padding:0 !important;
	margin:0 !important;
}
.main-inner {
    padding: 0 30px !important;
    margin: 30px 0 !important;
    max-width: 100% !important;
}
.header-maxwidth{
	padding: 0 !important;
	max-width: 98%;
}
.secondary-navigation .navigation .nav-tabs {
    max-width: 98%;

}
#page-content{
	margin:0 !important;
}
.paddingtopnav{
  display: flex;
}
.bg-company-blue {
  background: #fff;
  border-top: 3px solid var(--accent-color);
  padding-right: 0;
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.moremenu{
	opacity: 1;
}
.primary-navigation .navigation .nav-link.active{
    border-bottom: 3px solid #43c2f3;
	color: var(--nav-color);
}
.primary-navigation .navigation .nav-link:hover{
	background-color: transparent;
	color: #43c2f3;
	/* border-bottom: 3px solid #43c2f3; */
}
.nav-bg{
  background: #1d4c84 !important;
    /* margin-top: 60px !important; */
 
}
.primary-navigation .navigation {
      height: 47px;
}

/* .primary-navigation .navigation {
    height: 44px;
}
#usernavigation{display: none;} */
#usernavigation #nav-notification-popover-container{display: none;}
#usernavigation [data-region="popover-region-messages"]{display: none;}
.navbar ul li a{
	color: var(--nav-color);
    transition: .35s;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.navbar ul li a.dropdown-item{
	color: var(--nav-dropdown-color);
}
.navbar ul li a.dropdown-item:hover{
	color: var(--nav-color);
}
.moremenu .nav-link.active:focus{
	background-color: transparent !important;
}
.primary-navigation .navigation .nav-link {
    height: 44px;
    color: var(--nav-color);
    border-top: 3px solid #fff0;
}
.primary-navigation li.dropdown a.dropdown-toggle.nav-link:active , .primary-navigation li.dropdown a.dropdown-toggle.nav-link:focus {
    background: transparent;
    color: #ffffff;
}
.navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active{
	color:#ffffff !important;
}
.usermenu .login a{
	background-color: #3a71ee;
    border: none;
    color: #fff;
    height: 34px;
    padding: 7px 18px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    /* margin: 8px 0px 0px 0; */
    cursor: pointer;
    border-radius: 30px;
    font-size: .875em;
    text-transform: uppercase;
    font-weight: 600;	
}
.usermenu .login a:hover {
    background: #ffffff;
    color: #1d4c84;
}
.topnavbtn {
	display: flex;
	justify-content: flex-end;
}
.topnavbtn .button {
	background-color: #3a71ee;
	border: none;
	color: #fff;
	height: 34px;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 13px 2px;
	cursor: pointer;
	border-radius: 30px;
	font-size: .875em;
}
.button2 {
	background: 0 0;
	color: #fff;
	height: 34px;
	padding: 5px 18px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 13px 2px;
	cursor: pointer;
	border-radius: 30px;
	border: 2px solid #fff;
	font-size: .875em;
}
.footercolor {
	padding-top: 30px;
	background-color: #2965ad !important;
}
.font-small {
  	font-size: .9rem;
}
footer.page-footer {
	bottom: 0;
	color: #fff;
}
.font-weight-bold {
  	font-weight: 700 !important;
}
.text-uppercase {
  	text-transform: uppercase !important;
}
h6{
  	font-size: 1rem;
}
footer.page-footer a {
	/* display: flex;
	align-items: baseline; */
	color: #fff;
	text-decoration: auto;
}
.socialIcon {
	font-size: 35px !important;
	padding-right: 15px !important;
	cursor: pointer;
}
footer.page-footer a:hover {
  	color: #fff !important;
}

.drawer-left, .drawer-right {
    top: 125px;
}
.drawer.drawer-left {
    height: -webkit-fill-available;
}
#page-course-view-topics #page.drawers.show-drawer-left{
	margin-left:285px !important;
}
#page-mod-page-view #page.drawers.show-drawer-left{
	margin-left:285px !important;
}
#page-course-view-section-topics #page.drawers.show-drawer-left{
	margin-left:285px !important;
}
.drawer-open-index #page.drawers.show-drawer-left{
	margin-left:285px !important;
}
#page.drawers{
	margin-top:160px !important;
}
.drawer-toggles .drawer-toggler {
    position: fixed;
    top: calc(130px + 0.7rem);
    z-index: 2;
}
.courseindex-item-content ul.courseindex-sectioncontent li.courseindex-item {
    align-items: center;
}
#page-mod-page-view .completion-info {
    text-align: right;
}

/*-------------------- Banner section ---------------------- */

.caption {
	text-transform: uppercase;
	text-align: left;
	color: #fff;
	background: rgba(29, 76, 131, .72);
	position: absolute;
	bottom: 15%;
	padding: 21px 15px 15px;

}
.captiontext {
	font-size: 35px;
	font-weight: 450 !important;
	color: var(--text-white);
}
.banner-carousel.owl-theme .owl-nav {
	top: -6%;
	position: absolute;
}
.banner-carousel.owl-theme .owl-nav {
	text-align: center;
	position: absolute;
	top: 40%;
	right: 0;
	left: 0;
}
.banner-carousel.owl-theme .owl-nav button.owl-prev{
	position: absolute;
	left: 10px;
	top: 40%;
	bottom: 0;
}
.banner-carousel.owl-theme .owl-nav button.owl-next{
	position: absolute;
	right: 10px;
	top: 40%;
	bottom: 0;
}
.owl-theme .owl-nav button{
	pointer-events: all;
    -webkit-transition: 0.3s;
}
.owl-theme .owl-nav button:hover{
	border-radius: 50%;
}
.banner-carousel.owl-theme .owl-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 14px;
}
.bannerimage {
	width: 100%;
	height: 670px;
	object-fit: cover;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	-webkit-user-select : none;
	-moz-user-select : none;-ms-user-select : none;
	user-select : none;
	background : #2965ad !important;
	height : 50px;
	/* border-radius : 50%; */
	color : #fff !important;
	width : 50px;
}
.owl-nav button span{
	font-size: 42px;
	line-height: 24px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #162f72 !important;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	border: 1px solid #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #ff8100 !important;
}
.owl-theme .owl-dots .owl-dot:focus{
	box-shadow: none !important;
}


@media(max-width:1024px){
	.bannerimage {
		width: 100%;
		height: 400px !important;
	}
	.owl-theme .owl-dots .owl-dot span {
		width: 18px;
		height: 18px;
	}
}

@media(max-width: 991px){
	.banner-carousel.owl-theme .owl-nav{
		top: 30%;
	}
	.caption{
		bottom: 27%;
	}
	.captiontext{
		margin-bottom: 0;
	}
}

@media(max-width: 767px){
	.navbar.fixed-top{
		    padding-left: 7px;
	}
	.usermenu .login a{
		margin-top: 0;
	}
	.captiontext {
		font-size: 12px !important;
	}
	.caption {
		padding: 10px !important;
		right: 0;
		left: 0;
		width: 250px;
		margin: 0 auto;
		bottom: 90px !important;
	}
	.bannerimage{
		width: 100%;
		height: 300px !important;
	}
	.owl-theme .owl-dots .owl-dot span {
	  	width: 25px;
    	height: 25px;
	}
	.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
		width: 25px;
    	height: 25px;
	}
	.owl-nav button span {
		font-size: 24px;
		line-height: 0px;
	}
	.banner-carousel.owl-theme .owl-nav{
		top: 35%;
	}
}

@media(max-width: 480px){
	.bannerimage{
		width: 100%;
		height: 200px !important;
	}
}


/*-------------------- About smile usa---------------------- */

.about-smile-usa{
	background: linear-gradient(to bottom, rgba(232, 231, 229, 1) 0, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 75%, rgba(232, 231, 229, 1) 100%);
	padding: 20px;
}
.about-smileusa-img {
    position: relative;
    overflow: hidden;
	height: 100%;
}
.about-smileusa-img img{
	width: 100%;
	height:100%;
	object-fit: cover;
	transform: scale(1);
    transition: 1s ease-in-out;
}
.about-smileusa-img img:hover {
    transform: scale(1.1);
    transition: 1s ease-in-out;
}
.about{
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    color: #2965ad;
}
.about:before {
    position: absolute;
    background: linear-gradient(to right, #2965ad 50%, #ccc 50px);
    height: 2px;
    content: '';
    bottom: 0;
    right: 0;
    left: 0;
}
.abouthead p {
    font-size: 22px;
    font-weight: 400;
    padding-top: 15px
}
.aboutsection1 p{
    font-size: 18px;
    font-weight: 400;
    color: #444242;
}
.aboutsection p{
    color: #656565;
}

@media(max-width:767px){

	.about-smile-usa{
		padding:30px 15px;
	}
}
@media(max-width:320px){

	.about {
    	font-size: 30px;
	}
}


/*-------------------- courses ---------------------- */


.courses{
	position:relative;
	margin-bottom: 30px;
}
.courses img{
	width:100%;
}
.courses .centered{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 45px;
	font-weight: 550;
	text-transform: uppercase;
}
.course-title{
	margin: 0;
	position: relative;
	color: #2965ad;
	font-size: 35px;
	font-weight: 400;
	text-transform: uppercase;
}
.course-title:before {
	position: absolute;
	background: linear-gradient(to right, #2965ad 150px, #ccc 50px);
	height: 2px;
	content: '';
	bottom: 0;
	right: 0;
	left: 0;
}
.course-shadow {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}
.course-rating{
	padding: 9px 0 10px 10px;
}
.paddingLR {
	padding: 0 !important;
}
.courseimg{
	position: relative;
	overflow: hidden;
}
.courseimg img {
	width: 100%;
	height: 330px !important;    
	-o-object-fit: cover;
	object-fit: cover;
	cursor: pointer;
	transform: scale(1);
    transition: 1s ease-in-out;
}
.courseimg img:hover{
	transform: scale(1.1);
    transition: 1s ease-in-out;
}
.course-content-block {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
	padding: 0px;
	background: #fff;
	border-right: 1px solid #ececec;    
	border-top: 1px solid #ececec;
}
.course-rating .checked{
	color: orange;
}
.course-body-height {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
	padding: 0 10px;
	margin-bottom: 0px;
	/* min-height: 270px; */
}
.course-heading-text {
	font-size: 18px;
	color: #333;
	line-height: 18px;
	font-weight: 700;
	margin-bottom: 5px;
	/* height: 57px; */
}
.course-section-text {
	font-size: 18px;
	font-weight:500;
	color: #555;
	width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	/* margin-bottom: 30px; */
}
.course-meta {
	/* position: absolute; */
	    margin: 10px;
	background: #ecf0f4;
	bottom: 0;

	padding: 0;
	list-style: none;
}
.course-meta p {
	border-bottom: 2px solid #e7e3e3;
	padding: 10px;
	color: #707070;
	width: 100%;
	font-size: 14px;
	margin-bottom: 0;
	display: flex;
    align-items: baseline;
}
.course-meta p span {
    margin-left: 6px;
}
a.readbtn {
	text-decoration: none;
}
a.readbtn:hover {
    color: #1d4c84;
    text-decoration: underline;
}
.overall-homecourses {
    padding: 0 20px;
    margin-top: 20px;
}

@media(max-width:767px){

	.overall-homecourses{
		padding:0 15px;
	}
	.course-heading-text{
		line-height: 24px;
	}
}

/*-------------------- why-choose-us---------------------- */

.whyyouchooseus {
    background-image: url(../images/whychoose-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding:0 30px;
}
.chooseheader {
    font-weight: 700;
    text-align:center;
    text-transform: uppercase;
    color: #000;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    letter-spacing: 2px;
    font-size: 40px;
    padding: 25px 0;
    margin-bottom: 0;
}
.whychooseusBlock {
    text-align: center;
}
.whychooseusBlockicon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.whychooseusBlockicon i.fa{
    font-size:24px;
    color:#ffffff;
}
.whychooseusBlocktextcontiner h4 {
    font-weight: 600;
    color: #ffffff;
}
.whychooseusBlocktextcontiner p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
.whychooseusBlock {
    display:flex;
    padding-bottom: 20px;
}
.whychooseusBlocktextcontiner {
   text-align: left;
   margin-left: 10px;
}

@media(max-width:767px){

	.whyyouchooseus{
		padding:0 15px;
	}
	.chooseheader{
		font-size: 26px;
	}
}
@media(max-width:420px){

	.chooseheader{
		font-size: 20px;
	}
	.drawer-left.show a img{width:96%;}
	.aabtn img{width:230px}
	
}

/*-------------------- We are Proud of These Numbers ---------------------- */

.we-are-proud {
    background: linear-gradient(to bottom, rgba(232, 231, 229, 1) 0, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 75%, rgba(232, 231, 229, 1) 100%);
    padding:2rem 0;
}
.we-are-proud h5 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.we-are-proud p {
    font-size: 35px;
    font-weight: 600;
    color: #2869a6;
    text-transform: uppercase;
}
.proud-img img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}
.proud-img {
    text-align: center;
}
.proud-count-text {
    text-align: center;
}
.proud-count-text span.counter {
    font-size: 30px;
    font-weight: 600;
    color: #1e1e1e;
}
.proud-count-text span.countplus {
    font-size: 30px;
    font-weight: 600;
    color: #1e1e1e;
}
.proud-count-text p {
    font-size: 25px;
    font-weight: 600;
    color: #1e1e1e;
	margin-bottom:0;
    text-transform: capitalize;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

    .proud-count-text p {
        font-size: 23px !important;
    }
}
@media(max-width:767px){

    .we-are-proud p {
        font-size: 22px;
    }
    .proud-block {
        padding-bottom: 40px;
    }
}


/*-------------------- Our faculty ---------------------- */

.facultybackground {
	background-image: url(../images/faculty-background.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 30px 25px;
}
.fac-sec {
	width: 90%;
	margin: 0 auto;
	/* padding-bottom: 20px; */
}
.fac-img img{
	width: 100%;
	object-fit: contain;
}
.our-team {
	box-shadow : 0 0 0 rgba(0, 0,0, .3);
	overflow : hidden;
	position : relative;
	transition : all .3s ease 0s;
	margin-right: 15px;
}
.our-team:hover {
	box-shadow : 0 0 10px rgba(0, 0,0, .2)
}
.our-team img {
	transition : all .3s ease-in-out 0s
}
.our-team:hover img {
	opacity : .4
}
.our-team .team-content {
	color : #000;
	opacity : 0;
	position : absolute;
	bottom : 30px;
	left : 40px;-webkit-transform : translate(-10px, 0);
	transform : translate(-10px, 0);
	transition : all .3s ease 0s;
}
.our-team:hover .team-content {
	opacity : 1;-webkit-transform : translate(20px, 0);
	transform : translate(20px, 0);
	transition-delay : .2s;
}
.our-team .title {
	display : block;
	font-size : 17px;
	font-weight : 700;
	margin : 0 0 7px;
}
.our-team .post {
	display : block;
	font-size : 15px;
}
.our-team .social {
	list-style : none;
	padding : 0;
	margin : 0;
	width : 35px;
	text-align : center;
	opacity : 0;
	position : absolute;
	bottom : 35px;
	transition : all .3s ease 0s;
}
.our-team:hover .social {
	opacity : 1
}
.our-team:hover img {
	opacity : .4
}
.our-team .social li {
	display : block
}
.our-team .social li a {
	display : inline-block;
	width : 35px;
	height : 35px;
	line-height : 35px;
	background : #2965ad;
	font-size : 17px;
	color : #fff;
	opacity : .9;
	position : relative;-webkit-transform : translate(-35px, 35px);
	transform : translate(-35px, 35px);
	transition : all .3s ease-in-out 0s;
	text-decoration: none;
}
.our-team .iconic {
  width : 35px;
  height : 35px;
  line-height : 35px;
  background : #2965ad;
  text-align : center;
  color : #fff;
  position : absolute;
  bottom : 0;
}
.our-team:hover .social li:nth-child(1) a {
	transition-delay : .3s
}
.our-team:hover .social li:nth-child(2) a {
	transition-delay : .2s
}
.our-team:hover .social li:nth-child(3) a {
	transition-delay : .1s
}
.our-team:hover .social li:nth-child(4) a {
	transition-delay : 0s
}
.our-team:hover .social li a {
	-webkit-transform : translate(0, 0);
	transform : translate(0, 0);
}
.our-team .social li a:hover {
	width : 40px;
	background : #f2545b;
	transition-delay : 0s;
}
.faculty-carousel.owl-carousel .owl-dots {
    margin-top: 20px !important;
}

@media(max-width:767px){

	.our-team{
		margin-right: 0;
	}
	.facultybackground{
		padding:0 15px 25px;
	}
}


/*-------------------- What our student say ---------------------- */

.testimonalbackground {
	background-image: url(../images/testimonials.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 0;	
	/* margin-bottom:20px; */
}
.testimonial-heading {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 400;
}
.pic {
	width: 140px;
	text-align: center;
	margin: 0 auto 40px;
	position: relative;
}
.pic img{
  	border-radius: 50%;
}
/* .pic:before {
	content: "\f10d";
	font-family: fontAwesome;
	font-weight: 900;
	display: inline-block;
	position: absolute;
	bottom: 41%;
	left: 30%;
	color: #b9b8b8;
	font-size: 36px;
} */
.pic i.fa.fa-quote-left {
    font-weight: 900;
    display: inline-block;
    position: absolute;
    bottom: 44%;
    left: -100%;
    color: #b9b8b8;
    font-size: 36px;
}
p.testimonial {
	font-size: 16px;
    font-weight: 500;
	color: #000;
	margin: 20px 0 50px;
	line-height: 2;
	/* height: 100px; */
}
/* .pic:after {
    content: "\f10e";
    font-family: fontAwesome;
    font-weight: 900;
    display: inline-block;
    position: absolute;
    bottom: 41%;
    right: 30%;
    color: #b9b8b8;
    font-size: 36px;
} */
.pic i.fa.fa-quote-right {
    font-weight: 900;
    display: inline-block;
    position: absolute;
    bottom: 44%;
    right: -100%;
    color: #b9b8b8;
    font-size: 36px;
}
.testimonial-carousel.owl-theme .owl-nav button.owl-next{
	position: absolute;
	right: 0;
	top: 40%;
	bottom: 0;
}
.testimonial-carousel.owl-theme .owl-nav button.owl-prev {
	position: absolute;
	left: 0;
	top: 40%;
	bottom: 0;
}
.testimonalbackground .testimonial-carousel{
	width: 80%;
	margin: 0 auto;
}

@media(max-width:991px){

	.pic i.fa.fa-quote-left{
		left: -50%;
	}
	.pic i.fa.fa-quote-right{
		right: -50%;
	}
}
@media(max-width:767px){

	.pic:before{
		bottom: 40%;
		left: 12%;
	}
	.pic:after{
		bottom: 40%;
		right: 12%;
	}
	.testimonial-carousel.owl-theme .owl-nav button.owl-prev{
		left: -30px;
	}
	.testimonial-carousel.owl-theme .owl-nav button.owl-next{
		right: -30px;
	}
	.testimonial-heading{
		font-size:20px;
	}
	.pull-right.topnavicon.rosemanlogo img {
		width: 100%;
	}
}
@media(max-width:420px){

	p.testimonial{
		font-size:12px;
		line-height: inherit;
	}
	.pic {
    	width: 80px;
	}
}


/*---------------------- Location ---------------------- */

.location {
    width: 100%;
	background: #2965ad;
}
.location iframe {
    width: 100%;
    height: 400px;
}


/* ---------------------- scroll top ---------------------- */

button.btn.scroll-top-btn {
	display:none;
    cursor: pointer;
    position: fixed;
    bottom: 75px;
    right: 30px;
    z-index: 99;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #21518a;
    color: white;
    border: none;
	transform:scale(1);
	transition: 1s ease-in-out;
}
button.btn.scroll-top-btn:active , button.btn.scroll-top-btn:focus {
	outline:0;
	box-shadow:none;
}
button.btn.scroll-top-btn:hover{
	transform:scale(1.1);
	transition: 1s ease-in-out;
}


/* ---------------------- footer ---------------------- */

.footer-copyright {
    background: rgba(0, 0, 0, .2);
}
.footerlogotop {
    margin-top: -20px;
}
.course-links p {
    display: flex;
    align-items: baseline;
}
.course-links p a{
    margin-left: 10px;
}
.course-links p a:hover {
    text-decoration: underline;
}
.course-links p a:focus{
	background: none;
	color:#ffffff;
}
@media(max-width:767px){

	.footer-popover {
		display: none;
	}
}

#gototop {
    padding: 0px;
}



/* ---------------------- calendar page ---------------------- */

#page-local-calendar #page{
	margin:0;
	padding:0;
}
#page-local-calendar .main-inner{
	padding:0 !important;
	margin:0 !important;
}
#page-local-calendar header#page-header {
  display: none;
}
#page-local-calendar #page-content span#maincontent {
  display: none;
}
#page-local-calendar #page-content {
  padding-bottom:0 !important
}
#page-local-calendar #page.drawers div[role="main"] {
    padding: 0 20px;
    margin: 20px 0;
}
#page-local-calendar h2{
	margin-bottom:0;
}
.maincalendar .header{
	padding:0 !important;
}
.maincalendar{
	margin-top: 20px;
}
.maincalendar .calendarmonth td, .maincalendar .calendarmonth th {
    border: 1px dotted #1d4c84 !important;
}
.calendar-controls .previous{
	background:#1d4c84 !important;
	color:#ffffff;
	padding: 5px;
	display: flex;
    align-items: center;
	justify-content:flex-start;
}
.calendar-controls .previous span{
	margin-left:10px;
}
.calendar-controls .current{
	background:#1d4c84 !important;
	color:#ffffff;
	padding: 4px;
	margin-bottom: 0;
}
.calendar-controls .next{
	background:#1d4c84 !important;
	color:#ffffff;
	padding: 5px;
	display: flex;
    align-items: center;
	justify-content: end;
}
.calendar-controls .next span{
	margin-right:10px;
}
.maincalendar .controls {
    width: 100%;
    margin: 0px auto;
}
.maincalendar .calendarmonth {
    width: 100%;
    margin: 0px auto;
}

@media(max-width:991px){

	.calendar-controls .current{
		padding:5px;
	}
}
@media(max-width:767px){

	#page-local-calendar #page.drawers div[role="main"]{
		padding:0 15px;
	}
	.calendar-controls .next span{
		margin-right:0px;
	}
	.calendar-controls .previous span{
		margin-left:0px;
	}
	.calendar-controls .current{
		font-size: 17px;
		padding:7px;
	}
}
@media(max-width:320px){

	.calendar-controls .current{
		text-align: justify;
	}
}

/* ----------------------------------------------- */

#page-site-index div[role="main"] {
    display: none;
}



/* ------------------- after login css -------------------- */

#page-user-edit .header-maxwidth{
	padding:0;
}
#page-my-index .header-maxwidth{
	padding: 0;
}

/* ------------------------------------------------------------- */


/* ---------------------- login css -------------------------- */
.login-rightside .login-form input:hover {
    border: 1px solid #1d4c84;
}
.login-left-img img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.login-rightside .login-wrapper {
    display: block;
    height: 100%;
}
.login-rightside .login-container {
    width: 100% !important;
	/* height: 100vh; */
    box-shadow: none;
    border-radius: 0;
	margin-bottom: 0;
}
.login-form-submit button.btn {
    width: 100%;
}
.login-rightside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
	padding: 20px 50px;
	background: #ffffff;
	overflow: auto;
}
#page-login-signup .overall-login-smileusa{
	overflow: hidden;
}
#page-login-signup .login-rightside{
display: block;
}
.pagelayout-login #page div[role="main"] {
    height: auto;
}
.login-rightside .login-logo {
    text-align: center;
	margin-bottom: 30px;
}
.login-rightside .login-form input {
    border-radius: 5px;
}
.login-rightside .login-form-submit button.btn.btn-lg {
    border-radius: 5px;
}
.login-form-forgotpassword a{
	color:#1d4c84;
}
.login-form-forgotpassword a:hover {
    text-decoration: underline;
}
@media(max-width:991px){
	.login-rightside{
		padding: 20px 25px;
	}
}

@media(max-width:767px){
	.login-rightside{
		justify-content: normal;
		padding: 20px 20px;
	}
	.login-left-img{
		display: none;
	}
	.login-rightside .login-logo{
		text-align: left;
	}
	#page-login-signup .mform{
		padding: 0;
	}
	
}



/* ---------------------- login css -------------------------- */

@media(min-width:768px) and (max-height:1400px){

	#page-my-index #page{
		display: flex;
		flex-direction: column;
		min-height: 100%;
	}
}

@media (max-width:480px) and (max-height:320px){

  .nav-bg{
    margin-top:0 !important;
  }
}

@media only screen 
  and (min-width: 375px) 
  and (max-width: 1024px) 
  and (orientation: landscape) {
  
  .login-rightside {
    display: block;
   
  }
}
