label {
  color:#00113a;
}

.breadcrumb_content {
  color: white !important;
}

div.wpforms-container-full .wpforms-form input[type="submit"], div.wpforms-container-full .wpforms-form button[type="submit"], div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background-color: #f99f1c;
  border: 1px solid #f99f1c;
  color: #00113a;
  font-size: 1em;
  padding: 15px 30px;
  font-weight: bold;
  border-radius: 15px;
}



div.wpforms-container-full .wpforms-form input[type="submit"]:hover, div.wpforms-container-full .wpforms-form input[type="submit"]:focus, div.wpforms-container-full .wpforms-form input[type="submit"]:active, div.wpforms-container-full .wpforms-form button[type="submit"]:hover, div.wpforms-container-full .wpforms-form button[type="submit"]:focus, div.wpforms-container-full .wpforms-form button[type="submit"]:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
  background-color: #fff;
  border: 1px solid #f99f1c;
  cursor: pointer;
}


.timify-meta-view-wrap{
  display:none!important;
  }
  
  .f_p {
  font-size: 50px !important;
}
  
  .textwidget > span:nth-child(4){
  font-size:14px !important;
}

.elementor-widget-container {
  line-height: 30px !important;
}

.breadcrumb,
.blog_comment_box,
.post-info-comments{
  color: white;
  display:none;
  }
.textwidget > span:nth-child(4) > a:nth-child(3),
#text-1 > div > div > p:nth-child(4) > span.footerContent > a,
#text-1 > div > div > p:nth-child(6) > a:nth-child(1),
#text-1 > div > div > p:nth-child(6) > a:nth-child(2){
	color: #F99F1C !important;
}
#text-1 > div > div > p:nth-child(4) > span.footerContent > a:hover,
#text-1 > div > div > p:nth-child(6) > a:nth-child(1):hover,
#text-1 > div > div > p:nth-child(6) > a:nth-child(2):hover{
	cursor: pointer !important;
}
.disciplineDescription{
	color: #F99F1C !important;
	border: 1px solid #F99F1C !important;
}
#myInput{
	    background-color: #F99F1C !important;
    position: relative!important;
    top: -10px !important;
    left: -30px !important;
    width: 767px !important;
    height: 50px !important;
    margin-bottom: 0px !important;
    padding: 30px 30px 30px 30px !important;
	border-radius: 0px !important;
}
.grecaptcha-badge { 
    visibility: hidden;
}

.clientZoneButton{
display: none !important;
}
div.elementor-widget.elementor-widget-button > div > div > a:hover{
  background-color: #055FB7!important;
  color: #FFF !important;
}


#myInput{
/*cursor: pointer;*/
}
header.navbar_fixed{
height: 90px !important;
}

.orageKeyword{
color: #F99F1C;
}

input[type=submit]{
color: #00113A !important;
    border-radius: 20px;
	font-size: 25px;
    font-weight: 500;
}
input[type=submit]:hover{
background-color: #FFF !important;
}

.lightBlue{
	color: #2CCCFF
}

.lightRed{
	color: #EA124C
}

.lightOrange{
	color: #F99F1C;
}

.lightGreen{
	color: #8AC53E;
}

.sectionFullWidth{
	max-height: 480px;
    height: 480px;
    background-image: url(/wp-content/uploads/2021/10/about-us-solumed-team-2021.png);
    /* height: 50%; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Dropdown Styles  */

#myInput {
  box-sizing: border-box;
  background-image: url('searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 18px;
  padding: 15px 20px 12px 0px;
  border: none !important;
  box-shadow: none !important;
  border: none;
  width: 100%;
  font-weight: 700;
  color: #00113A;
  height: 10px;
  margin-bottom: 5px;
}
#myInput::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #00113A;
}
#myInput::-moz-placeholder { /* Firefox 19+ */
  color: #00113A;
}
#myInput:-ms-input-placeholder { /* IE 10+ */
  color: #00113A;
}
#myInput:-moz-placeholder { /* Firefox 18- */
  color: #00113A;
}


#myInput:focus {
	/*outline: 1px solid #ddd;*/
	
}

.myCustomDropdown {
  position: relative;
  display: inline-block;
  background-color: #FFF;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.myCustomDropdown a:hover {
	/*background-color: #ddd;*/
	font-weight: 700 !important;
}

.myCustomDropdown{
	max-height: 210px;
    overflow: hidden;
	overflow-x: hidden;
    overflow-y: auto;
    text-align:justify;
	width: 100%;
	font-size: 18px;
	padding: 10px 30px 10px 30px;
	border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.myCustomDropdown::-webkit-scrollbar {
  width: 10px;
}
 
.myCustomDropdown::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.myCustomDropdown::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  /*outline: 1px solid slategrey;*/
  border-radius: 10px;
}

.disciplineTitle{
	background-color: #F99F1C;
	color: #00113A;
	padding: 10px 30px 10px 30px;
	font-size: 18px;
    font-weight: 400;
}
.disciplineDescription{
	color: #F99F1C;
	font-size: 18px;
    font-weight: 400;
	padding: 10px 30px 10px 30px;
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 1px solid #F99F1C;
}
.chooseYourDiscipline{
	width: 66%;
	margin-top: -60px;
	
}
.show {display: block;}

/* Dropdown Styles  */

/*  Client Zone Button   */
.clientZoneButton
{
	color: #00113A !important;
    font-weight: bold;
    font-size: 16px;
    margin-top: -13px;
    background-color: #F99F1C !important;
	padding: 5px 25px 5px 25px;
    border: 1px solid #F99F1C;
	border-radius: 25px;
}

.clientZoneButton:hover
{
	border: 1px solid #FFF !important;
	background-color: #FFF !important;
	cursor: pointer;
}

/*   Client Zone Button   */

#wpcf7-f5-p2769-o1 > form > center > input{
margin-top: 0;
    margin-bottom: 30px;
}
#wpcf7-f5-p2769-o1 > form > center > input{
border-radius: 20px;
color: #00113A !Important;
}
#wpcf7-f5-p2769-o1 > form > div.row{
margin-bottom: -25px;
}
body > div.body_wrapper > header,
body > div.body_wrapper > header.header_stick{
background-color: #00113A !important;
}

ul#menu-main-menu > li > a{
color: #FFF;
}
ul#menu-main-menu > li > a:active{
color: #F99F1C !important;
}
ul#menu-main-menu > li > a:hover{
color: #F99F1C !important;
}
body > div.body_wrapper > header > div
{
height: 50px;
}
.new_footer_area {
background-color: #00113A !important;
background: #00113A !important;
}

.new_footer_top .footer_bg {
/*background: #00113A !important;*/
display: none !important;
}
.new_footer_top {
padding: 25px !important
}
.new_footer_area .footer_bottom {
    display: none;
}
div.new_footer_top > div.container > div.row > div.footer-widget > div.about-widget > h3,
div.new_footer_top > div.container > div.row > div.footer-widget > div.about-widget > div > ul > li > a,
#text-1 > div > div > h3,
#text-1 > div > div > p:nth-child(5) > span.footerContent > a{
color: #FFF !important;
}
div.new_footer_top > div.container > div.row > div.footer-widget > div.about-widget > div > ul > li > a:hover,
#text-1 > div > div > p:nth-child(5) > span.footerContent > a:hover{
color: #F99F1C !important;
}
.new_footer_top .f_widget.about-widget ul li a,
.footerTitle {
    font-size: 14px !important;
}
#text-1 > div > div > h3{
	padding-top: 20px;
}

body > div.body_wrapper > section{
background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative !important;
}

.bannerSection{
	background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative !important;
}

#text-1 > div > div > p:nth-child(6){
	width: 800px;
    max-width: 800px;
}

.breadcrumb_shap {
  color: white;
  width:100% !important;
  height:auto !important;
}


@media only screen and (max-width: 1249px) {
	body > div.body_wrapper > header > div.header_top{
		height: 75px !important;
	}
}
@media only screen and (max-width: 1024px) {
	.chooseYourDiscipline{
		width: 100%;
		margin-top: -20px;
	}
	.disciplineLeft{
		width: 50% !important;
	}
}

@media only screen and (max-width: 991px) {
	body > div.body_wrapper > header > div.header_top{
		height: 50px !important;
		margin-bottom: 15px;
	}
	body > div.body_wrapper > header{
		height: 160px;
	}
	body > div.body_wrapper > header.navbar_fixed{
		height: 90px !important;
	}
	body > div.body_wrapper > header > div > div > div > div.col-lg-6.header_top_column.right_content > ul{
		display: none;
	}
	ul#menu-main-menu > li > a {
		color: #00113A;
	}
	#menu-main-menu > .menu-item.active > a{
		color: #F99F1C !important;
	}
	body > div.body_wrapper > header > nav > div > button > span > span.hamburger > span:nth-child(1),
	body > div.body_wrapper > header > nav > div > button > span > span.hamburger > span:nth-child(2),
	body > div.body_wrapper > header > nav > div > button > span > span.hamburger > span:nth-child(3),
	body > div.body_wrapper > header > nav > div > button > span > span.hamburger-cross > span:nth-child(1),
	body > div.body_wrapper > header > nav > div > button > span > span.hamburger-cross > span:nth-child(2){
		background: #FFF !important;
	}
}
@media only screen and (max-width: 800px) {
  #text-1 > div > div > p:nth-child(6){
		width: 400px;
  }
}

@media only screen and (max-width: 782px) {
	body > div.body_wrapper > header > div.header_top{
		margin-top: 0px !important;
	}
}
@media only screen and (max-width: 767px) {
	.disciplineLeft{
		width: 100% !important;
	}
}
@media only screen and (max-width: 739px) {
	body > div.body_wrapper > header > div.header_top{
		height: 75px !important;
	}
	body > div.body_wrapper > header{
		height: 185px !important;
	}
	body > div.body_wrapper > header.navbar_fixed{
		height: 90px !important;
	}
	body > div.body_wrapper > section{
		padding-top: 160px !important;
	}
}
@media only screen and (max-width: 406px) {
	body > div.body_wrapper > header > div.header_top{
		height: 105px !important;
	}
	body > div.body_wrapper > header{
		height: 215px !important;
	}
	body > div.body_wrapper > header.navbar_fixed{
		height: 90px !important;
	}
	body > div.body_wrapper > section{
		padding-top: 175px !important;
	}
}

@media only screen and (max-width: 400px) {
  #text-1 > div > div > p:nth-child(6){
		width: 325px;
  }
}

#page-id-898 .blog_list_item_two .blog_content p {
    color: white;
}
.blog_list_item_two a img {
    
    height: 218px;
        width: 370px;
}
.widget.recent_post_widget_two .post_item img {
    height: 100px;
    width: 100px;
}

.breadcrumb_content h1 {
  color: white;
  line-height: 0;
}
.btn_three {
  margin-top:10px !important;
  margin-bottom: 10px;
  margin-left: 45px;
}


