/*
Theme Name: dps
Theme URI: http://underscores.me/
Author: dps 
Author URI: http://dps.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dps
Tags:Blog, two-columns, right-sidebar, footer-widgets, custom-background, custom-menu, featured-image-header, featured-images, post-formats, threaded-comments, translation-ready, full-width-template, theme-options

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

dps is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 28px;
	margin: 15px 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #5B5B5B;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.1;
	font-family: 'Montserrat', sans-serif;
}

p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.6;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #F97B00;
	border: 0 none;
	color: #fff;
	font-size: 17px;
	line-height: 1;
	padding: 15px 20px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #5B5B5B;
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 5px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {

}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #404042;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #00A5DF;
	text-decoration: none;
	outline: none;
}

body {
	background-color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	margin: 0;
	line-height: 23px;
	color: #131313;
}

code {
	background-color: transparent;
	border-radius: 0;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	padding: 0;
	color: #5b5b5b;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	display: inline-block;
    float: none;
    position: relative;
    vertical-align: middle;
}

.main-navigation li a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px;
    text-align: left;
    text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #00a5df;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #00a5df;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



/*--------------------------------------------------------------
## HEADER TOP
--------------------------------------------------------------*/

.cm-header-top {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.cm-header-top .cm-top-header-col-left {
    float: left;
}

.cm-header-top .cm-top-header-col-right {
    float: right;
}

.cm-header-top .cm-top-header-col ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}

.cm-header-top .cm-top-header-col ul li + li {
    margin-left: 20px;
}

.cm-header-top .cm-top-header-col ul li:before {
    content: '';
    background-image: url(/wp-content/uploads/2019/09/css_sprites-1.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.cm-header-top .cm-top-header-col-left ul li:first-child:before {
    width: 18px; 
    height: 26px;
    background-position: -10px -54px;
}

.cm-header-top .cm-top-header-col-left ul li:last-child:before {
    width: 20px; 
    height: 15px;
    background-position: -54px -10px;
}

.cm-header-top .cm-top-header-col-right ul li:first-child:before {
    width: 24px; 
    height: 24px;
    background-position: -10px -10px;
}

.widget {
    margin: 0;
}

.cm-header-top .cm-top-header-col {
    padding: 0 15px;
}

.cm-header-top .cm-top-header-col a {
	color: #131313;
	transition: all 300ms ease;
}

.cm-header-top .cm-top-header-col a:hover {
	color: #ff6600;
}

.cm-header-top .cm-top-header-col-right li:last-child > a {
    color: #ff6600;
}

.container-fluid.navbar_full_width {
    padding: 0;
}


/*--------------------------------------------------------------
## HEADER MIDDLE
--------------------------------------------------------------*/


.cm-header-middle .container {
    position: relative;
}

.cm-header-middle 
 .site-branding {
    text-align: center;
}

.cm-header-middle .site-branding img.custom-logo {
    max-width: 500px;
    width: 100%;
}

.cm-header-login {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.cm-header-login ul li:before {
    content: '';
    content: '';
    background-image: url(/wp-content/uploads/2019/09/css_sprites-1.png);
    display: inline-block;
    vertical-align: middle;
    width: 16px; 
    height: 15px;
    background-position: -54px -45px;
    margin-right: 10px;
}

.cm-header-login ul li a {
    font-weight: 600;
    color: #ff6600;
    display: inline-block;
    position: relative;
}

.cm-header-login ul li a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ff6600;
    bottom: -1px;
    transition: all 300ms ease;
}

.cm-header-login ul li a:hover:after {
    width: 0;
}

.cm-header-middle {
    padding: 12px 0;
}



/*--------------------------------------------------------------
## HEADER BOTTOM
--------------------------------------------------------------*/


.cm-header-bottom {
    background-color: #026429;
}

#site-navigation ul li a {
    color: #fff;
    font-weight: 500;
    padding: 10px;
    transition: all 300ms ease;
}

#site-navigation ul#primary-menu {
    display: flex;
    justify-content: space-between;
}

#site-navigation ul li a:hover, #site-navigation ul li.current-menu-item > a {
    background-color: #ff6600;
}

.main-navigation ul ul {
    background-color: #fff;
}

#site-navigation ul ul li a {
    color: #131313;
    padding: 10px 15px;
    min-width: 250px;
    display: block;
    font-size: 15px;
    width: 100%;
}

.main-navigation ul ul {
    top: 100%;
    border-top: 4px solid #ff6600;
}

#site-navigation ul ul li > a:hover,
#site-navigation ul ul li.current-menu-item > a {
    color: #fff;
}

/* #site-navigation ul#primary-menu > li:nth-child(2) > ul {
    display: flex;
    flex-wrap: wrap;
    min-width: 500px;
}

#site-navigation ul#primary-menu > li:nth-child(2) > ul li {
    width: calc(50% - 7.5px);
    border-bottom: 1px solid #ff6600;
    display: flex;
    align-items: center;
}

#site-navigation ul#primary-menu > li:nth-child(2) > ul li a {
    min-width: 100%;
}

#site-navigation ul#primary-menu > li:nth-child(2) > ul li:nth-child(odd){
    margin-right: 7.5px;
}

#site-navigation ul#primary-menu > li:nth-child(2) > ul li:nth-child(even){
    margin-left: 7.5px;
}

#site-navigation ul#primary-menu > li:nth-child(2) > ul li:last-child,
#site-navigation ul#primary-menu > li:nth-child(2) > ul li:nth-child(7) {
    border-bottom: none;
} */


/*--------------------------------------------------------------
## FOOTER BOTTOM
--------------------------------------------------------------*/


.container-fluid.phoen-footer-main {
    padding: 0;
    background-color: #131313;
    color: #fff;
    padding-top: 90px;
}

.cm-footer-top section#media_image-2 {
    text-align: left;
}

.cm-footer-top section#media_image-2 img {
    width: auto;
    margin-bottom: 20px;
}

.cm-footer-top h2.widgettitle {
    font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 25px;
}

.cm-footer-top ul#menu-footer-menu li,
.cm-footer-top ul#menu-footer-menu-1 li {
    display: inline-block;
    padding: 0 5px 5px;
}

.cm-footer-top ul#menu-footer-menu li a,
.cm-footer-top ul#menu-footer-menu-1 li a {
    color: #fff;
    transition: all 300ms ease;
}

.cm-footer-top ul#menu-footer-menu li a:hover,
.cm-footer-top ul#menu-footer-menu-1 li a:hover {
    color: #ff6600;
}

.menu-footer-menu-container {
    margin: 0 -5px;
}

.cm-footer-top #text-6 ul li {
    display: inline-block;
	font-size: 15px;
    margin-right: 13px;
    margin-bottom: 15px;
}

.cm-footer-top #text-6 ul li:last-child {
    margin: 0;
}

.cm-footer-top #text-6 ul li a {
    color: #fff;
}

.cm-footer-top #text-6 ul li:before {
    content: '';
    background-image: url(/wp-content/uploads/2019/09/css_sprites-1.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.cm-footer-top #text-6 ul li:first-child:before {
    width: 18px; 
    height: 26px;
    background-position: -10px -54px;
}

.cm-footer-top #text-6 ul li:last-child:before {
    width: 20px; 
    height: 15px;
    background-position: -54px -10px;
}

.cm-footer-top #text-6 ul li:nth-child(2):before {
    width: 24px; 
    height: 24px;
    background-position: -10px -10px;
}


.cm-footer-copyright {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.cm-footer-copyright p {
	margin: 0;
	font-size: 15px;
}

.cm-footer-social li + li {
    margin-left: 10px;
}

.cm-footer-social li {
    display: inline-block;
}
.cm-gallery-item #aigpl-gallery-1 {
    display: flex;
    flex-wrap: wrap;
}
.cm-footer-social li a {
    color: #fff;
    font-size: 25px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    padding: 10px;
    width: 45px;
    height: 45px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms ease;
}

.cm-footer-social li a:hover {
    background-color: #ff6600;
}

section#nav_menu-2 {
    padding-bottom: 20px;
}

.cm-footer-top #text-6 ul li:last-child {
    margin: 0;
}



/*--------------------------------------------------------------
## HOMEPAGE SLIDER
--------------------------------------------------------------*/


.cm-section .elementor-widget-text-editor {
	color: #131313 !important;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}

.entry-content {
    margin: 0;
}

#primary header.entry-header {
    display: none;
}

.cm-home-slider-container .elementor-column-wrap.elementor-element-populated {
    padding: 0 !important;
}


.cm-home-slider-container figcaption.elementor-image-carousel-caption {
    position: absolute;
    color: #ff6600;
    top: 50%;
    left: 50%;
    transform: translate(0,-50%);
    left: calc((100% - 1170px)/2 );
    text-align: left !important;
}

#primary .cm-home-slider-container .elementor-image-carousel-caption h1 {
    font-size: 46px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
}

.cm-home-slider-container .elementor-image-carousel-caption  a {
    background-color: #ff6600;
    display: inline-block;
    padding: 20px 35px;
    font-size: 20px;
    color: #fff;
    border-radius: 32px;
    margin-top: 25px;
}
.cm-home-slider-container .elementor-image-carousel-caption a.cm-txt-link {
    background: no-repeat;
    padding: 0;
    padding: 0;
    margin: 0;
}
.cm-home-slider-container .elementor-image-carousel-caption ul {
    text-align: left;
    color: #fff;
    font-size: 20px;
}

.cm-home-slider-container .elementor-image-carousel-caption ul li:before {
    content: '';
    background-image: url(/wp-content/uploads/2019/09/tick-dps-min.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    margin-right: 12px;
}

.cm-home-slider-container .elementor-image-carousel-caption ul li + li {
    margin-top: 10px;
}

.cm-home-slider-container .swiper-pagination-bullet {
    background-color: #fff;
    width: 10px;
    height: 10px;
    opacity: 1;
    outline: 0;
}

.cm-home-slider-container .swiper-pagination-bullet-active {
    background-color: #026429;
}

.cm-stand-h2 h2 {
    font-size: 32px;
	color: #ff6600 !important;
    font-weight: 700 !important;
	margin-bottom: 20px !important;
	font-family: 'Montserrat', sans-serif !important;
}

.cm-stand-h4 h4 {
    font-size: 24px;
	line-height: 1.2;
	font-weight: 700 !important;
	font-family: 'Montserrat', sans-serif !important;
}

.cm-home-about-container p {
    max-width: 85%;
}

.cm-prim-btn {
    padding-top: 20px;
}

.cm-prim-btn a {
    background-color: #ff6600;
    color: #fff;
    padding: 15px 40px;
    font-size: 18px;
    line-height: 23px;
    display: inline-block;
    border-radius: 26px;
}

.cm-prim-btn.cm-g-btn a {
	background-color: #026429;
}

.cm-home-about-container .elementor-col-33 {
    position: relative;
}

.cm-home-about-container .elementor-col-33 figcaption {
    position: absolute !important;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    bottom: -108px;
    padding: 30px 25px;
    left: -50px;
    width: 100%;
    color: #131313;
}

.cm-home-about-container .elementor-col-33 .wp-caption {
    position: relative !important;
}



/*--------------------------------------------------------------
## HOMEPAGE ICON SECTION
--------------------------------------------------------------*/

#primary .cm-home-icon-container .cm-home-icon-item {
    width: 14.28%;
	margin-bottom: 0;
	padding-bottom: 40px;
}

.cm-home-icon-container .elementor-widget-wrap {
    align-items: center;
}

.cm-home-icon-container .cm-home-icon-item h5 {
    font-size: 20px;
    color: #131313 !important;
    font-weight: 500 !important;
    font-family: 'Poppins', sans-serif !important;
}

.cm-home-icon-container .cm-home-icon-item figure.elementor-image-box-img {
    width: 70% !important;
    padding: 10px 15px;
	border: 1px solid #ff6600;
	transition: all 300ms ease;
}

.cm-home-icon-container .cm-home-icon-item.cm-icon-active figure.elementor-image-box-img {
    background-color: #ff6600;
}
a.click {
    color: #ff6623;
    padding-left: 75px;
}

/*--------------------------------------------------------------
## HOMEPAGE NEED SECTION
--------------------------------------------------------------*/


.cm-home-need-container .elementor-col-66 {
    background-color: #043f1a;
    padding: 50px 15px 50px 35px;
}

.cm-home-need-container .elementor-col-33 .elementor-element-populated {
    padding: 0 !important;
}

.cm-home-need-container .elementor-col-66 ul {
	padding-left: 0;
	list-style: none;
}

.elementor-text-editor ul {
    list-style: disc;
}

.cm-home-need-container .elementor-col-66 ul li {
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding-left: 35px;
}

.cm-home-need-container .elementor-col-66 ul li:before {
    content: '';
    background-image: url(/wp-content/uploads/2019/09/ticks-min.png);
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    background-size: contain;
    top: 4px;
}

.cm-home-need-container .elementor-col-66 ul li:last-child {
    margin-bottom: 0;
}

.cm-home-need-container .elementor-col-33 {
    position: relative;
}

.cm-home-need-container .elementor-col-33 * {
	position: static !important;
}

.cm-home-need-container .elementor-col-33 img {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: -1px;
}

.cm-home-need-img {
    position: relative !important;
}

.cm-home-need-img:after {
    content: '';
    border-color: transparent #abadac;
    border-style: solid;
    border-width: 20px 20px 20px 0px;
    height: 0px;
    width: 0px;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.cm-home-need-container .elementor-col-66 h2 {
    margin-top: 0;
}	


/*--------------------------------------------------------------
## HOMEPAGE EVENTS SECTION
--------------------------------------------------------------*/

.cm-home-event-container .elementor-col-33 {
    width: 50% !important;
}

.cm-home-event-container .elementor-col-66 {
    width: 65% !important;
    min-height: 346.44px;
}

#primary .cm-home-event-item figure.elementor-image-box-img {
    width: 95%;
}

.cm-home-event-item {
    display: none;
}

#primary .cm-home-event-item h4 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif !important;
    color: #026429;
}

#primary .cm-home-event-item p {
    color: #ff6600;
    font-family: 'Poppins', sans-serif !important;
}

.cm-home-event-container .elementor-col-66 * {
	position: static !important;
}

.cm-home-event-container .elementor-col-66 img {
    position: absolute !important;
    width: 100%;
    left: 0;
    height: 100%;
    object-fit: cover;
    top: 0;
}

.cm-home-event-container .elementor-col-66 .elementor-image-box-content {
    position: absolute !important;
    z-index: 10;
    max-width: 80%;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.cm-home-event-container .elementor-col-66 .elementor-image-box-content p {
    font-size: 21px;
    color: #fff;
	font-weight: 600;
}

.cm-home-event-container .elementor-col-66  figure.elementor-image-box-img {
    margin: 0 !important;
}

.cm-section .elementor-element-populated {
    padding: 0 !important;
}

.cm-home-event-container p.cm-prim-btn.cm-o-btn {
	padding-top: 0;
}


/*--------------------------------------------------------------
## HOMEPAGE NEWS SECTION
--------------------------------------------------------------*/


.cm-latest-news li.listing-item {
    position: relative;
}

.cm-latest-news li.listing-item a.image {
    display: block;
    float: left;
    width: 40%;
    margin-right: 15px;
}

.cm-latest-news li.listing-item a.title {
    display: block;
    color: #026429;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    padding-top: 15px;
    padding-bottom: 15px;
}

.cm-latest-news li.listing-item a.image img {
    height: 230px;
    width: 100%;
    object-fit: cover;
}


.cm-latest-news li.listing-item span.excerpt {
    left: calc(40% + 15px);
    top: 50%;
    display: block;
    display: flex;
    flex-wrap: wrap;
}

.cm-latest-news li.listing-item:after, .cm-latest-news li.listing-item:before {
    content: '';
    display: table;
    clear: both;
}

.cm-latest-news li.listing-item span.excerpt a.excerpt-more {
    display: block;
    margin-top: 15px;
    background-color: #ff6600;
    color: #fff;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 23px;
    display: inline-block;
    border-radius: 26px;
}

#primary .cm-home-news-container .cm-post-head {
    margin-bottom: 0;
    margin-top: 38px;
}

#primary .cm-home-news-container .cm-post-head h4 {
    color: #026429;
    margin-bottom: 30px;
    font-size: 20px;
}

#primary .cm-home-news-container .cm-recent-news li.listing-item > a.image {
    display: block;
    float: left;
    width: 60px;
    margin-right: 15px;
    margin-top: 8px;
}

#primary .cm-home-news-container .cm-recent-news li.listing-item:after, 
#primary .cm-home-news-container .cm-recent-news li.listing-item:before {
    content: '';
    display: table;
    clear: both;
}

#primary .cm-home-news-container .cm-recent-news li.listing-item + li {
    margin-top: 20px;
}

#primary .cm-home-news-container .cm-recent-news li.listing-item  a.title {
    color: #131313;
    font-weight: 500;
    padding-top: 0;
    display: block;
    padding-bottom: 5px;
    float: left;
    width: calc(100% - 75px);
}

#primary .cm-home-news-container .cm-recent-news li.listing-item span.date {
    color: #babdbc;
    float: right;
    width: calc(100% - 75px);
    display: block;
}

#primary .cm-home-news-container .elementor-col-33 {
    padding-left: 40px;
}

#primary .cm-home-news-container .cm-recent-news .elementor-shortcode::-webkit-scrollbar {
    width: 6px;
    background-color: #99999952;
    border-radius: 6px;
}

#primary .cm-home-news-container .cm-recent-news .elementor-shortcode::-webkit-scrollbar-thumb {
    border-radius: 6px !important;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3) !important;
    background-color: #ff6600;
}

#primary .cm-home-news-container .cm-recent-news .elementor-shortcode {
    max-height: 340px;
    overflow-y: auto;
    padding-right: 15px;
}


/*--------------------------------------------------------------
## Registration form
--------------------------------------------------------------*/


.cm-register-form-container {
    padding: 40px 15px;
}

.cm-register-form-container h1.cm-form-title {
    color: #026429;
    text-align: left;
    margin: 0px auto 30px;
}

.form-group .cm-col {
    width: 50%;
    float: left;
}

.form-group .cm-col1 {
    padding-right: 7.5px;
}

.form-group .cm-col2 {
    padding-left: 7.5px;
}

.cm-register-form-container .form-group {
    margin-bottom: 25px;
}

.cm-register-form-container .form-group input,
.cm-register-form-container .form-group select,
.cm-register-form-container .form-group textarea {
    color: #131313;
    background-color: #f7f7f7;
    border-color: #dddddd;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    padding: 7px;
    outline: none;
    font-weight: normal;
    display: block;
    height: auto;
    line-height: 23px;
    text-transform: uppercase;
}

.cm-register-form-container .form-group input:focus,
.cm-register-form-container .form-group select:focus,
.cm-register-form-container .form-group textarea:focus {
    border-color: #66afe9;
}

input#checkText2 {
    color: #131313;
    background-color: #f7f7f7;
    border-color: #dddddd;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    padding: 7px;
    outline: none;
    font-weight: normal;
    display: block;
    height: auto;
    line-height: 23px;
    display: inline-block;
    margin-left: 5px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    max-width: 130px;
}

input#checkText2:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.form-check {
    margin-bottom: 25px;
}

.cm-register-form-container label {
    font-weight: 500;
}

button.btn.btn-primary {
    margin-top: 25px;
    padding: 10px 25px;
    font-size: 16px;
}

img#myImg {
    max-height: 149px;
    border: 1px solid #ccc;
    padding: 5px;
    margin-top: 10px;
    width: 60%;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

ol.cm-form-ins {
    max-width: 48%;
    margin: 0 auto;
    border: 1px solid #131313;
    padding: 15px;
    padding-left: 35px;
    margin-bottom: 50px;
}

ol.cm-form-ins li {
    margin-bottom: 10px;
}

ol.cm-form-ins li:last-child {
    margin: 0;
}

ol.cm-form-ins li:first-child strong {
    font-weight: 600;
}

ol.cm-form-ins li:first-child {
    font-size: 18px;
}

.cm-section-strip {
    background-color: #fff;
    color: #026429;
    text-align: left;
    padding: 5px 0;
    margin: 20px 0;
    text-decoration: underline;
}

.cm-img-upload p {
    margin: 0;
}

.form-group .cm-col-big {
    width: 70%;
}

.form-group .cm-col-small {
    width: 30%;
}

.cm-img-upload {
    padding-left: 20px;
    position: relative;
    overflow: hidden;
    padding-top: 10px;
}

.form-group .cm-field {
    margin-bottom: 20px;
}

.form-group .cm-field:last-child {
    margin-bottom: 0;
}

.cm-register-form-container input[type="submit"],
.cm-preview-layout #editForm {
    margin-top: 20px;
    padding: 15px 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 200ms ease;
}

.cm-preview-layout input[type="submit"] {
    margin-left: 30px;
}

.cm-register-form-container input[type="submit"]:hover,
.cm-preview-layout #editForm:hover {
    background-color: #026429;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}
.custom-file-input::before {
    content: 'Choose File';
    display: inline-block;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: inherit;
    position: relative;
    top: -3px;
}

.custom-file-input:hover::before {
    border-color: #ccc;
}
.custom-file-input:active::before {
    background: #e7e7e7;
} 

.cm-file-hidden label {
    display: none;
}

table.cal_blue.ecwd_calendar_container td ul.events li {
    background-color: #026429;
    color: #fff;
}

table.cal_blue.ecwd_calendar_container td ul.events li a span {
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.cm-form-dec input#tnc {
    position: absolute;
    top: 0;
    left: 0;
}

.cm-form-dec {
    position: relative;
}

.custom-file-input::before {
    content: none;
}





/*--------------------------------------------------------------
## ABOUT PAGE
--------------------------------------------------------------*/


#primary .cm-banner-container h1 {
    line-height: 44px;
    color: #fff;
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
}

.breadcrumb-container.theme1 {
    margin: 0;
    padding: 0;
    padding-top: 22px;
    padding-bottom: 19px;
}

.breadcrumb-container.theme1 ul li:first-child > a {
    margin-left: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.cm-breadcrumb-container .elementor-column-wrap.elementor-element-populated {
    padding: 0 !important;
}

#primary .cm-breadcrumb-container {
    border-bottom: 1px solid #ccc;
}


.cm-sidebar-menu-container .elementor-col-33 ul li {
    background-color: #F7F7F7;
}

.cm-sidebar-menu-container .elementor-col-33 .elementor-column-wrap {
    padding: 0 !important;
}

.cm-sidebar-menu-container .elementor-col-33 {
    width: 25%;
    padding: 0 15px;
}

.cm-sidebar-menu-container .elementor-col-66 {
    width: 75%;
    padding: 0 15px;
}

.cm-sidebar-menu .menu-footer-menu-container {
    margin: 0 !important;
}

.cm-sidebar-menu ul li a {
    display: block;
    padding: 13px 13px 13px 20px;
    border-left: 4px solid transparent;
    border-bottom: 1px solid #E6E7EB;
    color: #152130;
    font-weight: 400;
    transition: all 200ms ease;
}

.cm-sidebar-menu-container .elementor-col-33 ul li.current-menu-item > a,
.cm-sidebar-menu ul li a:hover {
    background-color: #fff;
    border-left-color: #ff6600
}

#primary .cm-main-content h2 {
    margin-top: 0;
    color: #029429;
}

.cm-sidebar-menu .elementor-column-wrap {
    padding: 0 !important;
}

.cm-main-content img.pull-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

#primary .cm-main-content h3,
#primary .cm-main-content-h3 h3 {
    color: #131313;
    margin-bottom: 20px;
}

.cm-main-content ul li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    color: #ff6600;
    font-family: FontAwesome;
}

.cm-main-content ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.cm-main-content blockquote {
    background-color: #f2f2f2;
    font-size: 16px;
    color: #131313;
    border-left-color: #029429;
    margin: 20px 0;
}

.cm-main-content blockquote strong {
    font-weight: 500;
}

.cm-main-content .elementor-tab-title {
    background-color: #fff;
    color: #131313 !important;
    margin-top: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    font-weight: 500 !important;
    transition: all 200ms ease;
    border-bottom: none;
}

.cm-main-content .elementor-tab-title span,
.cm-main-content .elementor-tab-title a {
    color: #131313;
    transition: all 200ms ease;
}

.cm-main-content .elementor-tab-content {
    background-color: #fff;
    color: #fff;
    margin-top: 15px;
    padding-top: 0 !IMPORTANT;
    border: none !important;
}

.cm-main-content .elementor-tab-content p,
.cm-main-content .elementor-tab-content ul {
    color: #131313;
}

.cm-main-content .elementor-tab-content p:last-of-type {
    margin-bottom: 0;
}

.cm-main-content .elementor-toggle-item {
    margin-bottom: 20px;
}

.cm-main-content .elementor-tab-title:hover,
.cm-main-content .elementor-toggle-item .elementor-tab-title.elementor-active {
    background-color: #ff6600;
}

.cm-main-content .elementor-tab-title:hover span,
.cm-main-content .elementor-tab-title:hover a,
.cm-main-content .elementor-toggle-item .elementor-tab-title.elementor-active a {
    color: #fff;
}

.cm-main-content .elementor-toggle-item .elementor-active span {
    color: #fff;
}

#primary .cm-sidebar-menu-container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.cm-main-content ul {
    list-style: none;
    margin-top: 15px;
}

table.fee-table {
    text-align: center;
}

table.fee-table tr td {
    vertical-align: middle;
}

table.fee-table p {
    margin: 0;
    padding: 10px 0;
}

.cm-main-content h4 {
    clear: none;
}

.cm-main-content .col-md-4.pull-right {
    margin-left: 10px;
    margin-bottom: 10px;
}

#primary .cm-uniform-container {
    margin: 15px 0;
}

#primary .cm-uniform-container .elementor-col-50 {
    border: 1px solid #ccc;
    padding: 0;
    padding-top: 0;
}

#primary .cm-uniform-container h5 {
    background-color: #029429;
    margin: 0;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

#primary .cm-uniform-container ul {
    list-style: none;
    padding: 10px;
}

#primary .cm-uniform-container ul li {
    position: relative;
    padding-left: 25px;
    padding-bottom: 5px;
}

#primary .cm-uniform-container ul li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    color: #ff6600;
    font-family: FontAwesome;
}

#primary .cm-uniform-container ul li:last-child {
    padding-bottom: 0;
}

#primary .cm-main-content-h3 {
    margin-bottom: 0;
}

#primary .cm-main-content-h3 h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

#primary .cm-uniform-container ul + div {
    padding: 0 10px;
}



/*--------------------------------------------------------------
## CONTACT FORM
--------------------------------------------------------------*/


.cm-contact-sidebar h2 {
    margin-top: 0;
    color: #029429;
}

.cm-contact-sidebar ul.rtin-item {
    border: 1px solid #bdbdbd;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 31px;
}

.cm-contact-sidebar ul.rtin-item > li {
    border-bottom: 1px solid #bdbdbd;
    padding: 15px 0 28px 30px;
    position: relative;
}

.cm-contact-sidebar ul.rtin-item > li i {
    color: #ff6600;
    position: absolute;
    z-index: 1;
    right: 30px;
    top: 40px;
    font-size: 24px;
}

.cm-contact-sidebar ul.rtin-item > li h3 {
    color: #111;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 5px;
}

.cm-contact-sidebar ul.rtin-item > li p {
    margin: 0;
}

.cm-contact-form .form-group:after, 
.cm-contact-form:before {
    content: '';
    clear: both;
    display: table;
}

.cm-contact-form .form-group input, 
.cm-contact-form .form-group textarea {
    width: 100%;
    padding: 10px;
    height: auto;
    border: 1px solid #ddd;
    outline: none;
    color: #131313;
}


/*--------------------------------------------------------------
## CAREER PAGE
--------------------------------------------------------------*/


.cm-career-item .elementor-tab-title > a {
    font-size: 25px;
    color: #026429;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.cm-career-item .elementor-tab-title {
    display: flex;
    align-items: center;
}

.cm-career-item .elementor-tab-title i {
    color: #ff6600;
}

.cm-career-item .elementor-tab-content {
    color: #131313 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
}

.cm-career-item .elementor-tab-content h3 {
    font-family: 'Montserrat', sans-serif !important;
}

.cm-career-item ul {
    margin: 15px 0;
}

.cm-career-item ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.cm-career-item ul li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    color: #ff6600;
    font-family: FontAwesome;
}

.cm-career-h4 h4 a, 
.cm-career-h4 h4 a:focus {
    color: #ff6600;
}
 


/*--------------------------------------------------------------
## GALLERY PAGE
--------------------------------------------------------------*/

div#elementor-lightbox {
    display: none !important;
}

.aigpl-breadcrumb-wrp {
    margin-bottom: 30px;
}

.aigpl-breadcrumb-wrp a:hover,
.aigpl-breadcrumb-wrp a:focus {
    color: #ff6600;
}

.aigpl-breadcrumb-wrp {
    color: #029429;
}

.fa {
    font-family: FontAwesome !important;
    font-weight: normal !important;
}

.cm-career-item .elementor-tab-title > a span {
    font-size: 18px;
    color: #131313;
}


.page-id-503 #primary .cm-main-content h2 {
    font-size: 22px;
}

.page-id-503 #primary .cm-main-content h3 {
    font-size: 18px;
}

.cm-contact-form span#nf-form-title-1 {
    display: none;
}

.cm-contact-form .nf-field-label {
    display: none;
}

.cm-contact-form .nf-form-content nf-field:first-child {
    padding-right: 7.5px;
    width: 50%;
    float: left;
}

.cm-contact-form .nf-form-content nf-field:nth-child(2) {
    padding-left: 7.5px;
    width: 50%;
    float: left;
}

.cm-contact-form .nf-form-content input {
    width: 100%;
    padding: 10px;
    height: auto;
    border: 1px solid #ddd;
    outline: none;
    color: #131313 !important;
}

.cm-contact-form .nf-form-content textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    outline: none;
    color: #131313 !important;
}

.cm-contact-form .nf-form-content input[type="button"] {
    background: #F97B00;
    border: 0 none;
    color: #fff !Important;
    font-size: 17px;
    line-height: 1;
    padding: 15px 20px;
}


.cm-form-ins-container {
    display: flex;
    justify-content: space-between;
}

.cm-form-ins-container ol.cm-form-ins {
    width: 48%;
    max-width: 100%;
    margin: 0;
}

.cm-reg-top-field {
    position: relative;
    width: 24%;
}

.cm-reg-top-field .cm-form-top-dash p span {
    display: block;
    width: 50%;
    float: left;
}

.cm-reg-top-field .cm-form-top-dash p span:first-of-type {
    padding-right: 10px;
}


.cm-reg-top-field .cm-blank:after {
    content: '';
    width: 50%;
    height: 1px;
    background-color: #131313;
    position: absolute;
    right: 0;
    bottom: 0;
}

.cm-form-top-dash p {
    position: relative;
}

div#admNo p {
    margin-bottom: 5px;
}

div#admNo p + span {
    font-size: 14px;
}

.cm-form-footer {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cm-form-footer-right p {
    padding-top: 10px;
    position: relative;
    margin: 0;
    margin-top: 10px;
}

.cm-form-footer-right span.cm-line {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    height: 1px;
    background: #131313;
}

.cm-req {
    font-style: normal;
    color: #f00;
}

.cm-img-upload label {
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    width: calc(60% - 14px);
    left: 84px;
    bottom: -5px;
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
    margin: 0;
    transform: translateY(100%);
    opacity: 0;
    transition: all 200ms ease;
}

.cm-img-upload label input.custom-file-input {
    padding: 0 !important;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    z-index: -9999;
    text-indent: -99999em;
    display: inline;
    width: 0;
    height: 0;
} 

.cm-img-upload:hover label {
    transform: translateY(0);
    opacity: 1;
}

table.cm-form-header-logo {
    display: none;
}

.menu-toggle {
    display: none;
}

.cm-img-upload.img-error img#myImg {
    border: 2px solid #f00;
}

.cm-img-upload.img-error label {
    transform: translateY(0%);
    opacity: 1;
}

div#bitnami-banner {
    display: none;
}

.cm-register-pop-container {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    display: flex;
    align-items: center;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.cm-register-pop-container .cm-form-inner {
    width: 80%;
    background-color: #fff;
    margin: 15px auto;
    height: calc(100% - 30px);
    overflow: auto;
}

.pop-active .cm-register-pop-container {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.cm-register-pop-container .cm-form-main {
    padding: 15px;
}

.cm-register-pop-container  .cm-section-strip {
    margin: 0;
    padding-bottom: 20px;
}

img#myImg-prev {
    max-height: 149px;
    border: 1px solid #ccc;
    padding: 5px;
    margin-top: 10px;
    width: 60%;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.cm-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 70px;
    cursor: pointer;
}

.cm-close:after, 
.cm-close:before {
    content: '';
    width: 30px;
    height: 3px;
    display: block;
    background-color: #fff;
    top: 15px;
    transform: rotate(45deg);
    position: relative;
}

.cm-close:after {
    transform: rotate(-45deg);
    top: -11px;
}

.loader4 {
    width: 65px;
    height: 65px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 5px solid;
    border-top-color: #ff6600;
    border-bottom-color: rgba(255,255,255, 0.3);
    border-left-color: #ff6600;
    border-right-color: rgba(255,255,255, 0.3);
    -webkit-animation: loader4 1s ease-in-out infinite;
    animation: loader4 1s ease-in-out infinite;
}

@keyframes loader4 {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
 }
 @-webkit-keyframes loader4 {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
 }

 .cm-loader {
     position: fixed;
     width: 100%;
     top: 0;
     left: 0;
     z-index: 9999;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     background-color: rgba(0,0,0,0.95)
 }

/* .woocommerce-order-received section.woocommerce-order-details,
.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: none;
} */

.woocommerce-order-received .cm-banner-container {
    background-image: url(/wp-content/uploads/2019/09/banner-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px 50px 0px;
}

.woocommerce-order-received header#masthead + .container,
.woocommerce-order-received div#content > .row > .col-sm-12 {
    width: 100%;
    padding: 0;
}

.woocommerce-order-received div#content > .row {
    margin: 0;
}

.woocommerce-order-received p.woocommerce-notice {
    width: 1170px;
    margin: 0 auto;
    padding: 40px 15px;
    font-weight: 600;
}

.woocommerce-order-received p.woocommerce-notice a {
    color: #ff6600;
    text-decoration: underline;
}

.woocommerce-order-received .cm-banner-container h1 {
    margin: 0;
}

#primary .cm-register-form-container .cm-form-submit,
.cm-preview-layout #editForm,
#primary .cm-register-form-container input.prev-trig {
    margin-top: 20px;
    padding: 15px 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #ff6600;
    border-color: #ff6600;
    line-height: 1.42857143;
    transition: all 200ms ease;
}

.cm-preview-layout input[type="submit"] {
    margin-left: 30px;
}

#primary .cm-register-form-container .cm-form-submit:hover,
.cm-preview-layout #editForm:hover,
#primary .cm-register-form-container input.prev-trig:hover {
    background-color: #026429;
    border-color: #026429;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

span.cm-divName {
    position: relative;
    display: inline-block;
    min-width: 25px;
    text-align: center;
    font-weight: 600;
}

span.cm-divName:after {
    content: '';
    width: 100%;
    min-width: 25px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #000;
}

.cm-register-form-container .form-group input[type="email"] {
    text-transform: lowercase !important;
}
#primary .con-image .elementor-row{
	justify-content:space-between;
}
#primary .col-48{
	width:48%
}
#primary .img-style{
	padding:5px
}
#primary .img-style img{
	border:1px solid #ccc;
	padding:5px
}
#primary .img-style .elementor-image::after {
    border-width: 4px !important;
    content: " ";
    left: -2px;
    position: absolute;
    right: 11px;
	top: 2px;
    border-style: none none double double!important;
    border-color: #ccc;
    z-index: 4;
    width: 100%;
    height: 100%;
}

#primary .cm-btn-new {
    width: 100%;
    display: inline-block;
}

#primary .cm-flex-gap .elementor-widget-wrap {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#primary .cm-btn-new .elementor-button-link {
    background: #fff;
    color: #333;
    box-shadow: 0px 2px 12px 3px rgb(0 0 0 / 17%);
    border-radius: 5px;
    padding: 20px 0;
    width: 100%;
    font-size: 20px;
    transition: all 0.5s;
}

#primary .cm-btn-new .elementor-button-link:hover {
    background: #f60;
    color: #fff;
    transition: all 0.5s;
}

/*--------------------------------------------------------------
## RESPONSIVE
--------------------------------------------------------------*/


@media(max-width: 1600px) {

   #primary  .cm-home-slider-container .elementor-image-carousel-caption h1 {
        font-size: 40px;
    }

}

@media(max-width: 1440px) {

   #primary  .cm-home-slider-container .elementor-image-carousel-caption h1 {
        font-weight: 700;
    }

    #primary .cm-home-about-container {
        padding-top: 60px;
    }
    
    .cm-stand-h2 h2 {
        font-size: 28px;
    }
    
    .cm-stand-h4 h4 {
        font-size: 22px;
    }

    .container-fluid.phoen-footer-main {
        padding-top: 40px;
    }
    
    #primary .cm-banner-container h1 {
        font-size: 32px;
    }

    #primary .cm-banner-container h1 {
        font-size: 32px;
    }
    
    #primary .cm-main-content h2,
    .cm-contact-sidebar h2 {
        font-size: 28px;
    }
    
    #primary .cm-main-content h3, 
    #primary .cm-main-content-h3 h3,
    .cm-career-item .elementor-tab-content h3 {
        font-size: 22px;
    }

    #primary .breadcrumb-container ul {
        padding: 0 15px;
    }

    #primary .cm-banner-container .elementor-column-wrap {
        padding: 0 15px !important;
    }

    .cm-sidebar-menu-container .elementor-col-33 {
        padding-left: 0;
    }
    
    .cm-sidebar-menu-container .elementor-col-66 {
        padding-right: 0;
    }

    .cm-career-item .elementor-tab-title > a {
        font-size: 22px;
        font-weight: 600;
    }

    .cm-career-item .elementor-tab-content p strong {
        font-weight: 600;
    }

    .cm-register-form-container h1.cm-form-title {
        font-size: 25px;
    }
    
}

@media(max-width: 1200px) {

    .cm-header-top .cm-top-header-col ul li {
        font-size: 14px;
    }
    
    .container {
        width: 100%;
    }
    
    .cm-header-bottom {
        padding: 0 15px;
    }
    
  #primary  .cm-home-slider-container .elementor-image-carousel-caption h1 {
        font-size: 35px;
    }
    
    .cm-home-slider-container .elementor-image-carousel-caption a {
        padding: 15px 30px;
        font-size: 18px;
    }
    
    #primary .cm-home-about-container {
        padding-bottom: 20px;
    }
    
    #primary .cm-section {
        padding: 20px 15px;
    }
    
    #primary .cm-home-about-container {
        padding-top: 50px;
    }
    
    #primary .cm-home-icon-container .cm-home-icon-item:nth-child(-n+7) {
        padding-bottom: 40px;
    }
    
    #primary .cm-home-icon-container .cm-home-icon-item {
        padding-bottom: 0;
    }

    #primary .cm-home-about-container .elementor-col-66 {
        width: 55%;
    }
    
    #primary .cm-home-about-container .elementor-col-33 {
        width: 45%;
    }

    .page-id-383 #primary table:first-of-type strong span, 
    .page-id-383 #primary table:first-of-type strong {
        font-weight: 500 !important;
    }

    .page-id-383 #primary table:nth-child(2) tr td {
        font-size: 18px !important;
    }

    .page-id-383 #primary table:nth-child(2) tr:last-child td {
        font-size: 20px !important;
    }

    .page-id-383 #primary table:nth-child(2) tr:last-child td strong {
        font-weight: 500 !important;
    }

    .page-id-383 #primary table:last-child strong {
        font-weight: 600 !important;
    }

    .cm-career-item .elementor-tab-title > a {
        font-size: 20px;
    }

    .cm-home-slider-container figcaption.elementor-image-carousel-caption {
        left: 0;
        padding: 0 15px;
        top: calc(50% - 25px);
    }

    .cm-home-slider-container .elementor-image-carousel-caption ul {
        font-size: 18px;
    }

    .cm-img-upload label {
        left: calc(50% + 10px);
        transform: translate(-50%, 100%);
    }

    .cm-img-upload.img-error label {
        transform: translate(-50%, 0%);
    }

    #primary .cm-btn-new .elementor-button-link{
        font-size: 18px;
    }
}

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

    #site-navigation ul#primary-menu > li > a {
        padding: 10px 5px;
        font-size: 14px;
    }
}


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

    #site-navigation ul#primary-menu > li > a {
        font-size: 13px !important;
        font-weight: 400;
    }
}

@media(max-width: 1024px) {

    #primary .cm-home-event-container .elementor-col-33 {
        width: 35% !important;
    }

   #primary .cm-home-slider-container .elementor-image-carousel-caption h1 {
        font-size: 30px;
    }
    
    .cm-home-need-container .elementor-col-66 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .cm-home-need-container .elementor-col-33 img {
        object-fit: cover;
    }
    
    .cm-stand-h2 h2 {
        font-size: 25px;
    }
    
    .cm-latest-news li.listing-item a.title {
        font-size: 20px;
    }

    .cm-reg-top-field {
        width: 32%;
    }

}

@media(max-width: 960px) {

    #site-navigation ul li a {
        font-size: 15px;
    }
    
   #primary .cm-home-slider-container .elementor-image-carousel-caption h1 {
        font-size: 27px;
    }
    
    .cm-stand-h2 h2 {
        font-size: 22px;
    }
    
    .cm-stand-h4 h4 {
        font-size: 18px;
    }
    
    .cm-home-icon-container .cm-home-icon-item h5 {
        font-size: 17px;
        margin-top: 10px;
        margin-bottom: 0;
    }
    
    #primary .cm-home-icon-container .cm-home-icon-item:nth-child(-n+7) {
        padding-bottom: 0;
    }
    
    #primary .cm-home-icon-container .cm-home-icon-item {
        width: 20%;
    }
    
    #primary .cm-home-icon-container .cm-home-icon-item:nth-child(-n+10) {
        padding-bottom: 25px;
    }
    
    #primary .cm-home-icon-container .cm-home-icon-item figure.elementor-image-box-img {
        margin-bottom: 0;
    }

    .cm-home-about-container .elementor-col-33 figcaption {
        margin: 0;
        font-size: 14px;
        padding: 15px;
    }

    .cm-header-top .cm-top-header-col {
        float: none;
        text-align: center;
    }
    
    .cm-header-top .cm-top-header-col-right {
        margin-top: 10px;
    }

    #primary .breadcrumb-container.theme1 {
        padding-top: 8px;
        padding-bottom: 7px;
    }

    #primary .cm-banner-container h1 {
        font-size: 28px;
    }
    
    #primary #main .cm-banner-container {
        padding: 30px 0;
    }
    
    #primary .cm-main-content h2,
    .cm-contact-sidebar h2 {
        font-size: 26px;
    }
    
    #primary .cm-main-content h3, 
    #primary .cm-main-content-h3 h3,
    .cm-career-item .elementor-tab-content h3 {
        font-size: 20px;
    }

    .page-id-383 #primary table:first-of-type strong span, 
    .page-id-383 #primary table:first-of-type strong {
        font-size: 14px !important;
    }
    #primary .cm-btn-new .elementor-button-link{
        font-size: 16px;
    }
    .page-id-383 #primary table:nth-child(2) tr td {
        font-size: 16px !important;
    }

    .page-id-383 #primary table:nth-child(2) tr:last-child td {
        font-size: 18px !important;
    }

    .cm-career-item .elementor-tab-title > a {
        font-size: 18px;
    }

    .cm-contact-sidebar ul.rtin-item > li h3 {
        font-size: 18px;
    }
    
    .cm-contact-sidebar ul.rtin-item > li {
        padding: 5px 0 28px 30px;
    }
    
    .cm-contact-sidebar ul.rtin-item > li i {
        top: 25px;
    }

    .cm-contact-form .nf-form-content nf-field:first-child, 
    .cm-contact-form .nf-form-content nf-field:nth-child(2) {
        width: 100%;
        float: none;
        padding-left: 0;
        padding: 0;
    }

    .cm-contact-sidebar ul.rtin-item > li {
        padding-left: 15px;
    }

    .cm-contact-sidebar ul.rtin-item > li i {
        right: 15px;
    }

    img#myImg {
        width: 80%;
    }
    
    .cm-register-form-container h1.cm-form-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .form-group .cm-col {
        width: 100%;
        padding-right:  0;
        padding-left: 0;
    }
    
    .form-group .cm-col.cm-col-big {
        width: 70%;
    }
    
    .form-group .cm-col.cm-col-small {
        width: 30%;
    }
    
    .cm-register-form-container .form-group {
        margin-bottom: 20px;
    }
    
    .form-group .cm-col1 {
        margin-bottom: 20px;
    }

    .cm-register-form-container .form-group textarea {
        min-height: 131px;
    }

    .cm-img-upload label {
        width: calc(80% - 14px);
    }

}

@media(max-width: 850px) {

    #site-navigation ul li a {
        padding: 10px 5px;
    }

    .cm-home-slider-container .elementor-image-carousel-caption a {
        font-size: 16px;
        padding: 10px 25px;
        margin-top: 10px;
    }

    .cm-home-slider-container .elementor-image-carousel-caption ul {
        font-size: 17px;
    }

}


@media(max-width: 767px) {

    #primary .cm-home-about-container {
        padding-top: 40px;
    }

    .cm-header-top .cm-top-header-col ul li {
        font-size: 12px;
        font-weight: normal;
    }

    .cm-header-top {
        padding: 6px 0;
    }   
    #primary .cm-btn-new .elementor-button-link{
        font-size: 14px;
        padding: 10px 15px;
    }
    .cm-header-middle .site-branding {
        text-align: left;
        width: 60%;
        padding-left: 15px;
    }

    .cm-header-login ul li a {
        font-weight: normal;
        font-size: 14px;
    }
    
    .cm-header-login ul li:before {
        margin-right: 5px;
    }

    .menu-toggle {
        display: block;
    }

    .cm-header-login .menu-toggle {
        position: absolute;
        top: -5px;
        padding: 5px 10px 10px;
        left: 0;
    }
    
    .cm-header-login {
        padding-left: 50px;
    }
    
    .cm-header-login .menu-toggle .icon-bar {
        background: #fff;
        display: block;
        height: 2px;
        margin-top: 5px;
        width: 20px;
        transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
    }

    .cm-header-bottom .navbar_main {
        position: fixed;
        width: 300px;
        height: 100vh;
        right: -300px;
        top: 0;
        background-color: #026429;
        z-index: 99;
        overflow: auto;
        transition: all 200ms ease;
    }
    
    .cm-header-bottom {
        background-color: transparent;
    }
    
    #site-navigation ul#primary-menu {
        display: block;
    }
    
    .main-navigation li {
        display: block;
    }
    
    /* body {
        overflow-x: hidden;
        transform: translateX(0px);
        transition: all 300ms ease;
    }

    body.menu-active {
        transform: translateX(-300px);
        overflow: hidden;
    }
    
    body:after {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.8);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        z-index: 999;
        transition: all 200ms ease;
    }
    
    body.menu-active:after {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        cursor: pointer;
    } */
    
    .menu-active .cm-header-bottom .navbar_main {
        right: 0;
        z-index: 999;
    }
    
    body:after {
        content: none;
    }
    
    .cm-header-bottom:after{
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.8);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        z-index: 999;
        transition: all 200ms ease;
    }
    
    body.menu-active {
        overflow-y: hidden;
    }
    
    .menu-active .cm-header-bottom:after {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        z-index: 99;
    }

    .cm-menu-close {
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    #site-navigation ul#primary-menu {
        margin-top: 50px;
    }
    
    .cm-menu-close span {
        background: #fff;
        display: block;
        height: 2px;
        margin-top: 5px;
        width: 24px;
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
    }
    
    .cm-menu-close span + span {
        margin-top: -2px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
    }
    
    #site-navigation ul li a {
        padding: 10px 15px;
        float: none;
    }
    
    #site-navigation ul li {
        border-bottom: 1px solid #fff;
    }
    
    #site-navigation ul li:last-child {
        border-bottom: none;
    }
    
    #site-navigation ul li {
        display: block;
        float: none;
        clear: both;
    }
    
    .main-navigation ul ul {
        position: static;
        box-shadow: none;
        background: transparent;
        border-top: 0;
        border-top: 1px solid #fff;
        width: 100%;
        float: none;
    }
    
    #site-navigation ul ul li a {
        background-color: #026429;
        color: #fff;
        padding-left: 35px;
        min-width: auto;
        font-size: 14px;
    }

    .main-navigation ul ul.sub-menu {
        display: none;
    }

    .child-trigger {
        display: block;
        width: 40px;
        height: 43px;
        border-left: 1px solid #fff;
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    
    .child-trigger:after {
        content: '+';
        font-size: 23px;
        color: #fff;
    }
    
    .child-trigger.child-active:after {
        content: '-';
    }

    .cm-header-top {
        text-align: center;
    }
    
    .cm-header-top .cm-top-header-col-left, 
    .cm-header-top .cm-top-header-col-right {
        float: none;
    }
    
    .cm-header-top .cm-top-header-col-right {
        margin-top: 10px;
    }
    
    .cm-header-middle .site-branding img.custom-logo {
        backface-visibility: hidden;
    }
    
   #primary .cm-home-slider-container .elementor-image-carousel-caption h1 {
        font-size: 25px;
        margin-top: 0;
    }
    
    #primary .cm-home-about-container .elementor-col-66 {
        width: 100%;
    }
    
    #primary .cm-home-about-container .elementor-col-33 {
        width: 100%;
        padding-bottom: 40px;
    }
    
    #primary .cm-home-about-container .elementor-row {
        flex-flow: column-reverse;
    }
    
    .cm-home-about-container .elementor-col-33 figcaption {
        left: 0;
        bottom: -30px;
    }
    
    .cm-home-about-container p {
        max-width: 100%;
    }
    
    #primary .cm-home-icon-container .cm-home-icon-item {
        width: 25%;
    }
    
    #primary .cm-home-icon-container .cm-home-icon-item:nth-child(-n+10) {
        padding-bottom: 0;
    }
    
    #primary .cm-home-icon-container .cm-home-icon-item:nth-child(-n+12) {
        padding-bottom: 25px;
    }
    
    #primary .cm-home-event-container .elementor-col-33 {
        width: 100% !important;
    }
    
    .cm-home-event-container .elementor-col-66 {
        width: 100% !important;
    }
    
    #primary .cm-home-news-container .elementor-col-33 {
        padding-left: 0;
    }

    .cm-home-event-container .elementor-col-66 .elementor-image-box-content {
        max-width: calc(100% - 30px);
    }
    
    .cm-home-event-container .elementor-col-66 .elementor-image-box-content p {
        font-size: 18px;
    }
    
    .cm-prim-btn a,
    .cm-latest-news li.listing-item span.excerpt a.excerpt-more {
        padding: 10px 30px;
    }
    
    .cm-home-event-container p.cm-prim-btn.cm-o-btn {
        margin-bottom: 0;
    }
    
    .cm-home-event-container .elementor-col-66 {
        min-height: 216.44px;
    }

    .cm-home-slider-container .swiper-slide-inner img {
        min-height: 340px;
        object-fit: cover;
    }

    .cm-home-need-container .elementor-col-33 img {
        position: static !important;
        height: 400px;
        object-fit: cover;
    }
    
    .cm-home-need-container .elementor-row {
        flex-flow: column-reverse;
    }
    
    .cm-home-need-img:after {
        content: none;
    }

    .cm-latest-news li.listing-item a.image {
        float: none;
        width: 60%;
    }

    .cm-home-about-container .cm-prim-btn {
        padding-top: 0;
    }

    .cm-home-icon-container .cm-home-icon-item figure.elementor-image-box-img {
        width: 90% !important;
    }

    .cm-footer-copyright {
        padding: 20px 15px;
    }
    
    .cm-footer-top #text-6 ul li {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    section#nav_menu-2 {
        padding-top: 25px;
    }

    .cm-sidebar-menu-container > div > div .elementor-col-33, 
    .cm-sidebar-menu-container > div > div .elementor-col-66 {
        width: 100%;
    }

    .cm-sidebar-menu-container > div > div .elementor-col-33 {
        margin-bottom: 30px;
    }

    #primary .cm-banner-container h1 {
        font-size: 25px;
    }

    #primary .cm-main-content h2,
    .cm-contact-sidebar h2 {
        font-size: 22px;
    }

    #primary .cm-main-content h3, 
    #primary .cm-main-content-h3 h3,
    .cm-career-item .elementor-tab-content h3 {
        font-size: 18px;
    }

    .cm-main-content h4 {
        font-size: 16px;
    }

    .page-id-383 #primary table:first-of-type td:first-child, 
    .page-id-383 #primary table:first-of-type td:last-child {
        width: 5% !important;
    }

    #primary .cm-uniform-container .elementor-col-50 + .elementor-col-50 {
        margin-top: 25px;
    }

    .cm-sidebar-menu-container .elementor-col-66 {
        padding-left: 0;
    }

    .cm-form-ins-container {
        display: block;
    }
    
    .cm-form-ins-container ol.cm-form-ins {
        margin: 0 auto 45px;
        width: 80%;
    }
    
    .cm-reg-top-field {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    
    .cm-reg-top-field .cm-form-top-dash {
        width: 40%;
    }
    
    .cm-reg-top-field .cm-form-top-dash p {
        margin-bottom: 0;
    }

    .cm-register-form-container {
        padding: 20px 15px  30px;
    }

    .cm-register-form-container h1.cm-form-title {
        font-size: 20px;
    }

    .cm-home-slider-container figcaption.elementor-image-carousel-caption {
        top: 50%;
    }

}

@media(max-width: 650px) {

    .cm-check-field,
    .cm-check-field + div + div {
        display: flex;
        flex-wrap: wrap;
    }
    #primary .cm-flex-gap .elementor-widget-wrap {
        grid-template-columns: 1fr;
    }
    input#checkText2 {
        width: 100%;
        max-width: 130px;
        margin-bottom: 10px;
        margin-left: 17px;
    }

    .cm-register-form-container .cm-check-field label,
    .cm-check-field + div + div label {
        width: calc(100% - 13px);
        padding-left: 5px;
    }

}


@media(max-width: 600px) {

    .cm-home-slider-container figcaption.elementor-image-carousel-caption {
        width: 100%;
    }
    
   #primary .cm-home-slider-container .elementor-image-carousel-caption h1 {
        font-size: 23px;
    }
    
    #primary .cm-home-icon-container .cm-home-icon-item {
        width: 33.33%;
    }
    
    .cm-prim-btn a,
    .cm-latest-news li.listing-item span.excerpt a.excerpt-more {
        font-size: 16px;
    }

    .cm-reg-top-field .cm-form-top-dash {
        width: 100%;
    }
    
    .cm-reg-top-field {
        display: block;
    }
    
    .cm-reg-top-field .cm-form-top-dash + .cm-form-top-dash {
        margin-top: 25px;
    }

    .cm-register-form-container .form-group.cm-profile-grp {
        display: flex;
        flex-flow: column-reverse;
        align-items: center;
    }
    
    .cm-register-form-container .form-group.cm-profile-grp .cm-col1,
    img#myImg {
        width: 100%;
    }
    
    .cm-register-form-container .form-group.cm-profile-grp .cm-col2 {
        width: 50%;
        margin-bottom: 25px;
    }
    
    .cm-img-upload label {
        left: 0;
        width: 100%;
    }
    
    .cm-img-upload {
        padding-left: 0;
    }

}

@media(max-width: 479px) {

    .cm-header-top .cm-top-header-col ul li + li {
        margin-left: 10px;
    }

    .cm-home-need-container .elementor-col-66 {
        padding: 20px 15px;
    }    

    .cm-home-icon-container .cm-home-icon-item h5 {
        font-size: 16px;
    }
    
    #primary .cm-home-icon-container .cm-home-icon-item {
        width: 50%;
    }

    .cm-home-need-container .elementor-col-66 ul li {
        padding-left: 25px;
    }   

    .cm-home-event-container .elementor-col-66 {
        min-height: 280px;
    }
    
    .cm-latest-news li.listing-item a.image img {
        height: auto;
    }

    #primary .cm-banner-container h1 {
        font-size: 23px;
    }
    
    #primary .cm-main-content h2,
    .page-id-503 #primary .cm-main-content h2,
    .cm-contact-sidebar h2 {
        font-size: 20px;
    }
    
    #primary .cm-main-content h3, 
    #primary .cm-main-content-h3 h3,
    .cm-career-item .elementor-tab-content h3 {
        font-size: 17px;
    }

    .cm-sidebar-menu ul li a {
        padding: 10px 10px 10px 15px;
        font-size: 14px;
    }    

    .page-id-383 #primary table:nth-child(2) tr:last-child td {
        font-size: 16px !important;
    }
    
    .page-id-383 #primary table:nth-child(2) tr td {
        font-size: 14px !important;
    }

    .page-id-383 #primary table:first-of-type td:first-child, 
    .page-id-383 #primary table:first-of-type td:last-child {
        width: 1% !important;
    }

    #primary .breadcrumb-container li a {
        font-size: 13px !important;
        padding-left: 5px;
        padding-right: 5px;
    }

    .cm-contact-sidebar ul.rtin-item > li h3 {
        font-size: 16px;
    }

    .cm-form-ins-container ol.cm-form-ins {
        width: 100%;
    }
	#primary .col-48 {
       width: 100%;
    }
	#primary .col-48:last-child {
        margin-top: 15px;
    }

}

@media(max-width: 400px) {

    .cm-home-about-container .elementor-col-33 figcaption {
        bottom: -30%;
    }

    #primary .cm-home-about-container .elementor-col-33 {
        padding-bottom: 150px;
    }

    .cm-home-slider-container .elementor-image-carousel-caption h1 {
        font-size: 21px;
    }
    
    figcaption.elementor-image-carousel-caption {
        padding: 0 15px;
    }
    
    .cm-header-middle .site-branding {
        width: 100%;
        padding-right: 15px;
    }
    
    .cm-header-login {
        position: static;
        transform: none;
        display: flex;
        flex-flow: row-reverse;
        justify-content: center;
        align-items: center;
        padding-top: 10px;
        padding-left: 0;
    }
    
    .cm-header-login .menu-toggle {
        position: static;
        margin-right: 15px;
    }

    .cm-home-about-container .elementor-col-33 figcaption {
        bottom: -44%;
    }

}