@charset "utf-8";
/* CSS Document */
/*
*{transition-property: all; transition-duration: .3s;}
*/

.nunito-sans {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: <weight>;*/
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}
.roboto-thin {
  font-family: "Roboto", serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-style: normal;
}

html{font-size: 17px;}
body{margin: 0; color: #5e7a89;font-family: "Roboto", sans-serif;font-weight: 400; }
h1,h2,h3,h4,h5,h6{/*font-family: "Roboto", sans-serif;*/font-weight: 700;font-family: "Nunito Sans", sans-serif}

#header{position: relative;/*padding-left: 0px;*/}
#top_bar {
    background-color: #031f36;
    padding: 10px 5px;
    color: #fff;
    border-bottom: 3px solid #ffa90c;
	background-image: url("../images/pattern2.png");
	background-size: 156px;
}
#top_bar a{
	color:#ffcc35;
}
#top_bar i{color: #ada390;}
#top_bar div:nth-child(2){text-align: center;}
#top_bar div:nth-child(3){text-align: right;}

#navigation {
    background-color: #dfdfd8;
    background-color: #F9F9F9;
    min-height: 50px;
    border-bottom: 1px solid rgb(201 201 201 / 75%);
    box-shadow: -6px -1px 27px 0px rgb(51 51 51 / 32%);
}

.nav-link {
    font-weight: var(--bs-nav-link-font-weight);
    color: rgb(102 60 5 / 91%);
	text-align: center;
}
.nav-link:hover {
    color: rgb(255 255 255);
    background-color: #ffb20d;
    /*border: 1px solid #f7f7f7;*/
}
.navbar {
	z-index: 1;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(255 255 255);
    background-color: #03A9F4;
    border: 1px solid #f7f7f7;
    
}

.navbar-toggler:hover {border-color: #ffb20d;}
.navbar-toggler:focus {
    box-shadow: none;
}

#banner {
	background-color: #fff;
	min-height: 350px;
	border-block: 1px solid grey;
	border-bottom: 4px solid rgba(201, 201, 201, 0);
	box-shadow: -6px -1px 20px 4px rgba(51, 51, 51, 0.47);
}
.img-fluid.img-fluid-spl{max-width: 110%;}
#content{background-color: #fffcf4; background-color: #F9F9F9; min-height: 350px;padding-top: 20px;}
#footer {
    background-color: #131723;
    min-height: 200px;
    /*background-image: url("../images/pattern1.png");*/
   /* background-repeat: repeat-x;*/
	
   /* background-size: 156px;*/
	border-top: 3px solid #ffa90c;
    background-position: bottom;
	background-image: url("../images/pattern-4.png");
	background-size: 125px;
}
/*
#1e6d8b	medium blue1
#fff0cf	offwhite
#ed8718	orenge
#131723	dark blue
#49aec0	light blue
#1d6a88	medium blue2
*/
a{
	text-decoration: none;
}
.navbar-brand img{
	height: 50px;
}
/*#banner i{
	font-size: 30px;
	padding-left: 70px;
}*/
#nav-tabContent .list_inside{
	list-style-position: inside;
    list-style-type: disc;	
}

.vertical-text .fa-solid {
	writing-mode: vertical-rl; /* Makes text flow vertically */
	position: fixed; /* Fixes the position */
	top: 50%; /* Position from the top of the page */
	left: 11px; /* Position from the left of the page */
	transform: translate(-50%, -50%) rotate(98deg); /* Centers the text and rotates */
	z-index: 6;
}
.btn-sm{
	padding-block: 3px;
}

#side_btn {
    background-color: #031f36;
    color: #fff;
    border-left: 3px solid #18729b;
    padding-block: 0px;
    writing-mode: vertical-rl;
    position: fixed;
    top: 50%;
    left: 0;
    transform: rotate(180deg);
    z-index: 10;
}

.vertical-text1 .fa-solid {
	writing-mode: vertical-lr; /* Makes text flow vertically */
	position: fixed; /* Fixes the position */
	top: 50%; /* Position from the top of the page */
	left: 14px; /* Position from the left of the page */
	transform: translate(-50%, -50%) rotate(98deg); /* Centers the text and rotates */
	z-index: 6;
}

#side_btn1 {
    background-color: #03a9f4;
    color: #fff;
    border-right: 3px solid #18729b;
    padding-block: 0px;
    writing-mode: vertical-lr;
    position: fixed;
    top: 50%;
    right: 0;
    transform: rotate(180deg);
    z-index: 10;
}

.dropdown-menu {
    background-color: #fff;
    
}
.dropdown-menu[data-bs-popper] {
    left: -159px;
    width: 400px;
}
	.dropdown-item{
		text-wrap:auto;
		color: #495560;
	}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover{
     background-color: #ffb20d;
	color: #fff;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.banner {
    background-image: url("../images/eawdd_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
.banner1{

	background-image: url("../images/eawdt_bg.jpg");
	background-size:cover;
    background-repeat: no-repeat;
    background-position: left;
}
.banner2{

	background-image: url("../images/Wordpress_bg.jpg");
	background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner3{
	
	background-image: url("../images/wordpress_baner.jpg");
	background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner4{
	
	background-image: url("../images/RESPONSIVE-BG.jpg");
	background-size:cover;
    background-repeat: no-repeat;
    background-position: left;
}
.banner5{
	
	background-image: url("../images/eawdt_bg.jpg");
	background-size:cover;
    background-repeat: no-repeat;
    background-position: left;
}
#round_logo, #course_name, #course_anchor{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 25px;
	align-content: center;
}
#round_logo{padding: 25px 0px 0 25px;}
#course_name{padding: 25px 0px 25px 0px; }
#course_name h5, #course_name h6 {
	color: #072851;
	margin: 2px 0 2px 0;
}
#course_anchor{
	align-items: flex-end;
	padding: 25px 25px 0px 0px;
}
	#course_name img{
	max-height: 150px;
}


#course_anchor {
    align-items: flex-end;
    padding: 25px 25px 0px 25px;
    align-content: end;
}
.banner-inside {
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-around;
    /*padding-bottom: 25px;*/
}

#content_area{
	padding:60px 40px;
	
}

.course-details{
	border: 1px solid #dbdbdb;
	background-color: white;
}

#footer h4 {
    color: #dbb76a;
}
#footer i {
    color: #1290af;
}
#footer, #footer a {
    color: #bcc5cd;
}
#footer a:hover {
    color: #fff;
}
.course-video{cursor: pointer;border: 1px solid #e5aa24;/*rgba(0,0,0,0);*/ }
.course-video-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.corner_close_btn {
    position: absolute;
    top: 0;
    left: 100%;
    transform: translate(-76%,-24%);
    border-radius: 50%;
    background: #ef8e12;
    width: 35px;
    height: 35px;
}

.player_round {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #2196F3;
    font-size: 1.7rem;
    transition-duration: .3s;
    border: 2px solid #fff;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
}
.player_round i{
	color: #fff;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.course-video:hover{border: 1px solid #03a9f4 ;}
.course-video>div{min-height: 200px; background-color: rgba(33,34,34,0.1);transition-duration: .3s;}
.course-video:hover>div{background-color: rgba(33,34,34,0.5);}
.course-video:hover>div .player_round{ background-color: #f00; border:2px solid #fff; width: 70px;height: 70px;}
.course-details {
    max-width: 100%;
    padding: 20px;
    border-radius: 5px;
    font-size: .9rem;
    margin-bottom: 1rem;
}
.course-details h1 {
   /* color: #1586bf;*/
    font-size: 24px;
    margin-bottom: 20px;
}
.contact-box h6 {
    color: #1290af;
    background-color: #031f36;
    padding: 5px;
    /* display: inline-block; */
    border-radius: 5px;
}
.course-details-items {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px dashed #b9b3b3;
    padding: 20px 5px 5px;
    flex-wrap: wrap;
}
.course-details-items h6 {
    margin: 0;
    color: #b98e4d;
    font-weight: 400;
}
.tab-pane>p,.tab-pane>div{
	padding: 20px;
    background-color: #ffffff;
    border: 1px solid #e3e2e2;
	border-radius: 10px ;
	margin-bottom: .8rem;
	position: relative;
}
.tab-pane>p {
    font-size: 18px;
    color: #5e7a89;
	text-align: justify;
}
.tab-pane>div.course-details-container {
    border: none;
    padding: 0;
}
.course-tabs{margin-top: 15px;}
/*.tab-pane>div>span{font-size: 30px; position: absolute;}*/
.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
    background-color: #ffffff;
    margin-right: 9px;
    color: #98abb5;
    border: 1px solid #e3e2e2;
    padding: 8px 15px;
	padding: 6px 10px;
    font-weight: 500;
	/*width:240px;*/
	margin-bottom: 5px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);
}
.nav_content {
    margin-bottom: 5px;
    padding: 5px;
    /*background-color: #e5e5e5;
    border-radius: 10px;*/
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: rgb(255 255 255);
    background-color: #ffb20d;
    background-color: #03a9f4;
    border-bottom: 3px solid #eda911;
    text-transform: uppercase;
}
#button_link{
    background-color: #03a9f4;
	color: #fff;
	border-bottom: 3px solid #18729b;
}
 #button_link2{
    background-color: #031f36;
	color: #fff;
	border-bottom: 3px solid #18729b;
}
#button_link4{
    background-color: #03a9f4;
	color: #fff;
	border-bottom: 3px solid #18729b;
}
 #button_link3{
    background-color: #031f36;
	color: #fff;
	border-bottom: 3px solid #18729b;
}
.footer-widget.widget-about{
	/*padding-inline: 70px;
	border-bottom: 1px solid #ffa90c;*/
	
}
.footer-widget{
	padding-block:60px;
}
.footer-inside{
	padding-right: 0px;
    padding-left: 0px;
}
.table>:not(caption)>*>*{color:#5e7a89;padding: .5rem .5rem;}
.table#table-scope >:not(caption)>*>*{padding: .7rem .5rem;}
#nav-overview h4,.course-details h1{color:#1290af;}
.course-details h1 {
    color: #1290af;
    /*background-color: #031f36;*/
    padding: 5px;
    /* display: inline-block; */
    border-radius: 5px;
}
.proceedure_box{display: flex;}
.proceedure_box {
	display: flex;
	align-items: center;
}
.proceedure_count {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 1px solid;
	text-align: center;
	border-radius: 50%;
	line-height: 45px;
}
.no_border.proceedure_count {
	border: none;
	line-height: 25px;
	width: 50px;
	height: 26px;
}
.proceedure_item {
	display: inline-block;
	margin-left: 10px;
}
.table td span {
    background-color: #ffb20d;
    padding: 2px 4px;
    border-radius: 2px;
    margin-right: 5px;
    color: #E1F5FE;
    /*border: 1px solid #2196F3;*/
}
h4 span {
	background-color: #ffb20d;
}
/*.main_heading {
	background-color: #ffb20d;
	color: #E1F5FE;
}*/
.why_iwt p{
	margin-bottom: 0px;
	padding-bottom: 1px;
}
.icon-img {
    border-right: 1px dashed #bdb7b7;
	display: flex;
	align-items: center;
}
.icon-img img{width:100px;}
#footer p{
	margin-bottom: 0px;
	font-size: 16px;
}
#copyright p{
	color: #7e7972;
    font-size: .9rem;
	text-align: center;
	border-top: 1px dashed #7e7972;
	width: 80%;
	padding: 5px 0px;
}
.why_iwt span{
	color: #ffb20d;
	color: #d9a33c;
	font-size: 1.05rem;
}
.footer-inside{
	border: 1px solid #ffa90c;
}
.container_about{
	margin-top: 1rem;
}
.table#domhost tbody tr:last-child td{
	border: none;
	
}
.table#domhost{
	margin: 0px;
}
#table-scope span {
    font-size: 47px;
    opacity: .4;
    font-weight: 700;
    color: #dbb76a;
}
#table-scope strong {
    color: #2192af;
    font-size: 1.03rem;
    font-weight: 500;
}
.nav-pills .nav-link:hover,#button_link:hover,#button_link2:hover{background-color: #ffb20d;color: #fff;}
.nav-pills .nav-link.active:hover{background-color: #03a9f4;}
button.active i {
    color: #ffe188;
}

#tech_icon_container {
    position: absolute;
    width: 100%;
    bottom: 0;
	transform: translateY(50%);
}

.tech_icon_box {
    margin-inline: auto;
    background-color: #c1c1c1;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px;
    border: 1px solid #a19c9c;
    /* box-shadow: 2px 7px 10px 0px rgb(0 0 0 / 16%); */
}
.icon_items{
	width: 12%;
}
.technology_box span {
    background-color: #C89709;
    color: #fff;
    padding: 5px 7px;
    margin: 2px;
    border-radius: 5px;
}
.technology_box_items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.modal-header .modal-title {
    text-align: center;
    width: 100%;
}
table.table.set_margin {
    margin: 0px;
}
#social_media a:hover{
	font-size: 20px;
}
/*.tech_icon{
	padding-bottom: 0px;
    position: relative;
    top: 1px;
    bottom: 0px;
    margin-bottom: 0px;
    height: 64px;
}*/
#close_btn{
	border: 2px solid #ffb20d;
	border-radius: 25px;
	color: blue;
}
#close_btn:hover{
	background-color: white;
}
/*.technology-details h1{
	color: #1290af;
    background-color: #031f36;
    padding: 5px;
    border-radius: 5px;
}
.technology-details{
	margin-top: 20px;
	border: 1px solid #dbdbdb;
	background-color: white;
}
.technology-details h1 {
    font-size: 24px;
    margin-bottom: 20px;
}*/
#syllabusModal .modal-header {
    border-bottom: none;
    background-color: #e3e3e3;
}
#syllabusModal .modal-body{
	padding-top: 0px;
	margin-bottom: 25px;
}
#syllabusModal .modal-header .nav{
	flex-grow: 1;
}
#syllabusModal .modal-header .nav-pills .nav-link{
	    padding: 2px 15px;
}
#registrationModal .modal-header {
    border-bottom-color: #03A9F4;
    background-color: #ffb20d;
    color: #fffef3;
}
#registrationModal .modal-body {
	background-color:  #F9F9F9;
}
/*.side_bar{
	position: sticky;
  top: 0;
  z-index: 55;
  margin-top: 350px;
}*/
.color-box{width:100%;height:50px;background-color:#fff; display: none;}
@media  (max-width:991px){
	
	#content_area {
    padding: 20px 2px;
}
	#top_bar div:nth-child(3){text-align: center;}
	/*#tech_icon_container,.color-box{display: none;}*/
	
	.navbar-collapse {
    position: absolute;
    right: 10%;
    padding: 5px 15px;
    /*background-color: rgb(225 225 225);*/
    max-width: 97%;
   /* border: 1px solid #bbbbbb;*/
    /* min-width: 40%; */
    top: 90px;
    left: 10%;
}
	.dropdown-menu[data-bs-popper] {
     width: auto; 
}

	.dropdown-item {
    font-size: .85rem;
    border-bottom: 1px dashed #c3ba9e;
}
	.dropdown-menu>li:last-child .dropdown-item{border-bottom:none;}
	.input-group {
    display: block;
}
	.input-group-text {
    border: none;
    padding-bottom: 0px;
	font-size: .8rem;
}
	.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
    width: 100%;
	font-size: .8rem;
}

}
@media  (max-width: 991px){

	.nav-link {
    text-align: center;
    background-color: #c3ba9e;
    margin-bottom: 0;
    border-bottom: 1px solid #fafeff;
    color: #3a464b;
}
}
@media  (max-width: 767px){
#tech_icon_container {
    position: static;
    width: auto;
    transform: translate(0px);
}
}
/*---------------@media  (max-width:450px)-------------------*/
@media  (max-width:450px){

	.navbar-collapse {left: 2%;right: 2%;}
	
	.tab-pane>p, .tab-pane>div {
    padding: 15px 10px;
}
	
.icon_items {
    width: 12%;
    padding: 2px;
}
/*	#tech_icon_container {
		position: static;
		width:auto;
	}*/
	.nav-pills .nav-link {width: 100%;}
	
/*	.nav-link {
    text-align: center;
    background-color: #c3ba9e;
    margin-bottom: 0;
    border-bottom: 1px solid #fafeff;
    color: #3a464b;
}*/
	.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(255 255 255);
    background-color: #dfa61bf0;
    border: none;
}
	.dropdown-menu {
    background-color: #fff;
    border-radius: 0;
    border: none;
    margin: 0;
}
	.nav-link:hover {
    color: rgb(255 255 255);
    background-color: #595740;
    border: none;
}
	.dropdown-menu[data-bs-popper] {margin-top: 0;}
	
}
/*-------------@media  (max-width:450px)---------------------*/

#social_media {
    display: flex;
   /* gap: 25px;*/ /* Adjust spacing between icons */
	gap: 60px;
}

.social-icon {
    text-decoration: none;
    font-size: 1.5rem; /* Adjust size of icons */
	padding: .5rem;
}

.social-icon:hover {
    font-size: 1.2rem;/* Slight zoom effect on hover */
	padding: .35rem;
}

#social_media div {
	width: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.modal-footer{
	padding: 0px;
}
#iconModalLabel {
	    margin-bottom: -8px;
}
.icon_item {
	text-align: center;
}
.icon_item span:first-child {
	padding-right: 15px;
}
.icon_item span:last-child {
	padding-left: 15px;
}
.icon_item span p {
	display: inline;
}
.icon_item span a {
    display: inline-block;
    padding: 4px 13px;
    border-radius: 10px;
    box-shadow: 3px 2px 7px 0px rgb(0 0 0 / 70%);
}
.icon_item span.chat a {
    padding: 1px 13px;
}
.icon_item span.call a {
	color: #078df2;
	font-size: 25px;
	background-color: #fff;
}
.icon_item span.chat a {
	color: #4ced12;
	font-size: 30px;
	background-color: green;
}


/* CSS Document */

/*----------------------------EAWDT----------------------------*/
.eawdt .course_heading_box {
    font-size: 3.5vw;
    color: #fff;
    /*background-color: burlywood;*/
    text-align: left !important;
}
.eawdt .course_str_txt {
    text-transform: uppercase;
    font-size: .95em;
    line-height: 1em;
    color: #ffaa00;
}
.eawdt .course_multiline {
    line-height: .9em;
}
.eawdt .course_big_txt {
    font-size: 2.1em;
    color: #53d6ff;
    font-weight: bold;
    display: inline-block;
}
.eawdt .course_twoline_txt {
    display: inline-block;
    color: #ccf3ff;
}
.eawdt .course_twoline_txt1 {
    font-weight: 700;
    font-size: 1.1em;
}
.eawdt .course_twoline_txt2 {
    font-weight: 700;
    font-size: .7em;
	letter-spacing: .04em;
}

/*----------------------------EAWDD----------------------------*/
.eawdd .course_str_txt {
    color: #033d61;
}

.eawdd .course_big_txt {
    color: #ffc20d;
}
.eawdd .course_twoline_txt {
    color: #ccf3ff;
}
.eawdd .course_twoline_txt2 {
	letter-spacing:normal;
}	

/*----------------------------WORDPRESS----------------------------*/

.wordpress .course_heading_box {
    font-size: 2.5vw;
    color: #fff;
    /*background-color: burlywood;*/
    text-align: center !important;
}
.wordpress .course_str_txt {
    text-transform: uppercase;
    font-size: .95em;
    line-height: 1.7em;
    color: #ffaa00;
}
.wordpress .course_multiline {
    line-height: 1em;
}
.wordpress .course_big_txt {
    font-size: 2.1em;
    color: #ffcc56;
    font-weight: bold;
    /* display: inline-block; */
    line-height: .9em;
}
.wordpress .course_twoline_txt {
    /* display: inline-block; */
    color: #ccf3ff;
    font-size: 1.959em;
}
.wordpress .course_twoline_txt1 {
    font-size: .66em;
    line-height: 1em;
}

.wordpress .course_twoline_txt2 {
    
    font-size: .35em;
    background-color: #051f2e;
    width: 15em;
    margin: auto;
    color: #7be5d2;
    padding: 2px;
    margin-top: .4em;
    margin-bottom: .5em;
}
/*----------------------------WORDPRESS-ADVANCED-------------------------------*/

.wordpress_advanced .course_str_txt {
    color: #ffaa00;
}

.wordpress_advanced .course_big_txt {
    color: #fff;
}
.wordpress_advanced .course_twoline_txt {
    color: #ffd841;
}
.wordpress_advanced .course_twoline_txt2 {
    background-color: #149eed;
    color: #043844;
}
/*----------------------------PRWD&WORDPRESS--------------------------------*/

.prwd .course_heading_box,.wordpress .course_heading_box,.wordpress_advanced .course_heading_box {
    font-size: 2.5vw;
    color: #fff;
    text-align: center !important;
}



/*----------------------------PRWD--------------------------------*/
.prwd .course_str_txt {
    text-transform: uppercase;
    font-size: .95em;
    line-height: 1.7em;
    color: #ffaa00;
}
.prwd .course_multiline {
    line-height: 1em;
}
.prwd .course_big_txt {
    font-size: 2.1em;
    color: #53d6ff;
    font-weight: bold;
    /* display: inline-block; */
    line-height: .4em;
}
.prwd .course_twoline_txt {
    /* display: inline-block; */
    color: #ccf3ff;
    font-size: 1.959em;
}
.prwd .course_twoline_txt1 {
    font-weight: 700;
    font-size: 1.1em;
    line-height: 1.2em;
}
.prwd .course_twoline_txt2 {
    font-weight: 700;
    font-size: .7em;
}
.course_option h5, .course_option h6 {
    font-size: 20px;
    text-align: center;
}
/*.adjust_card {
	padding: 1rem;
	margin: 1rem;
}*/

/*----------------------------UI/UX----------------------------*/

.ui_ux .course_heading_box {
    font-size: 2.5vw;
    color: #fff;
    /*background-color: burlywood;*/
    text-align: center !important;
}
.ui_ux .course_str_txt {
    text-transform: uppercase;
    font-size: .95em;
    line-height: 1.7em;
    color: #ffaa00;
}
.ui_ux .course_multiline {
    line-height: 1em;
}
.ui_ux .course_big_txt {
    font-size: 3em;
    color: #ffffff;
    font-weight: bold;
    /* display: inline-block; */
    line-height: .9em;
}
.ui_ux .course_twoline_txt {
    /* display: inline-block; */
    color: #ffcc56;;
    font-size: 1.959em;
}
.ui_ux .course_twoline_txt1 {
    font-size: .77em;
    line-height: 1em;
}

.ui_ux .course_twoline_txt2 {
    
    /*font-size: .35em;
    background-color: #051f2e;
    width: 15em;
    margin: auto;
    color: #7be5d2;
    padding: 2px;
    margin-top: .4em;
    margin-bottom: .5em;*/
}
/*#course_option h5,#course_option h6{
	color: #00ffff;
}*/

/*---------------------------------------------------------------*/
@media (min-width: 340px){
	#round_logo img{
	max-width: 180px;
	}
}

@media (max-width: 575px) {
	.prwd .course_heading_box,.wordpress .course_heading_box {
    font-size: 5.5vw;
	}
	.course_option h5, .course_option h6 {
    font-size: 17px;	
	}
	.prwd .course_str_txt {
    color: #c3f6ff;
	line-height: 2em;
	}
	.prwd .course_big_txt {
    color: #117291;
	}
	.prwd .course_twoline_txt{
		color: #c18334;
	}
	.eawdt .course_heading_box {
    font-size: 8vw;
	}
	.eawdt .course_big_txt {
    color: #02628f;
	}
	.eawdd .course_twoline_txt {
    color: #017ea5;
	}
	.eawdd .course_big_txt {
    color: #ffc20d;
	}

}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
	.banner-inside{display: flex;}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 576px) and (max-width: 767px) {

	.prwd .course_heading_box, .wordpress .course_heading_box {
    font-size: 3.5vw;
	}
	.course_option h5, .course_option h6{
		font-size: 17px;
	}
	.eawdt .course_heading_box {
    font-size: 5vw;
	}

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {  }

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {  }

/*--------------------------------------------------------------*/
.course_frames>div {
	display: flex;
}
.course_frames .card {
	align-content: space-around;
}
.eawdd_box {
	padding-top: 22px;
}
.card {
	width: 100%;
}
.adjust_card {
    padding: 4%;
    margin: 10px 0;
}
.card-body:nth-of-type(1){
	font-size: 22px;
}
.link_div {
	text-align: center;
}
.link_div a:hover {
	background-color: #f5b803;
}
.main_text {
	border: 1px dashed #ffc20d;
	text-align: center;
	margin-bottom: 15px;
}
.main_text h5:first-child {
	margin-top: .5rem;
}

.contact_page a {
	color: #637d8b;
}

