@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');

body{
  font-family: 'Open Sans', sans-serif;
}
.p4p{
  padding: 4%;
}
.p20{
  padding: 20px;
}
.mt50{
  margin-top:50px;
}
.font12{
  font-size: 12px!important
}
.font13{
  font-size: 13px!important
}
.noticolor{
  color: #17a2b8!important;
}
.contact_section{
  color:red;
  background-image: "images/homeImages/contact_bg.jpg";
}

.tg-socialicons li a i {
font-size: 13px;
line-height: 30px;
}
p{
  font-family: muli,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  /* color: #4a4444; */
  font-size: 14px;
}

.heading-design{
  color: #ff8a46!important;
}

/*==================== css updates 23 jan mm ==================*/
.form-contact{
   margin-top: 10px !important;
        padding: 30px 25px 0px 25px;
      background: linear-gradient(-90deg, #5F97B7 0%, #354470 100%);
    background: -webkit-linear-gradient(-90deg, #5F97B7 0%, #354470 100%);
    background: -ms-linear-gradient(90deg, #5F97B7 0%, #354470 100%);
}
.bg-sec{
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 65px;
  color: white;
}
.bg-sec .row{
  background: linear-gradient(90deg, #E15800 0%, #E84C00 100%);
background: -webkit-linear-gradient(90deg, #E15800 0%, #E84C00 100%);
align-items: center;
border-radius: 3px;
}
.dir-img{
  width: 100%;
  height: auto;
  margin-top: -45px;
}

.course-section{
   padding-top: 50px;
   padding-bottom: 50px;
}

 .sub-heading-col h5{
  font-size: 21px;
  line-height: 29px;
  color: #F25A00;
  font-weight: 700;
  margin-bottom: 20px;
}
.course-section .card-desc h3{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.fourth-sec-grid{
  padding: 30px 20px;
    border-radius: 4px;
  border: 1px solid #DBDBDB;
  background: #FDFDFD;
}
.fourth-sec-grid img{
  height: 61px;
margin-bottom: 15px;
width: 61px;
}
.fourth-sec-grid b{
  font-size: 14px;
line-height: 16px;
max-width: 70%;
display: block;
margin-bottom: 10px;
}
.fourth-sec-grid p{
  font-size: 12px;
  line-height: 18px;
}
.contact_section {
   display: flex;
   display: -webkit-flex;
   padding: 120px 20px;
background: linear-gradient(45deg, rgba(3, 113, 176, 0.82), rgba(30, 75, 162, 0.78)), url(../images/homeImages/contact_bg.jpg) center center no-repeat;   background-size: cover;
   margin: 50px 0px;
}
.contact_section h2, h4{
   width: 100%;
   display: block;
   max-width: 100% !important;
   text-align: center;
}
.contact_section h2{
  font-size: 48px;
  line-height: 65px;
  color: white;
  margin-bottom: 20px;
}
.contact_section h4 a{
  font-size: 24px;
  line-height: 27px;
  color: white;
  letter-spacing: 2px;
      padding-right: 30px;
  text-decoration: none;
}
.w-100-img img{
  width: 100%;
  margin-bottom: 40px;
}

.footer{
  background: #032C4B;    padding-top: 60px;
    padding-bottom: 20px;
    color:#DDD;
    font-size: 13px;
}
.footer ul{
padding: 0;
list-style: none;
}
.footer ul li a{
  color: white;
  font-size: 13px;
  line-height: 24px;
  color: #DDD;
}
.copy-right{
  background: #011e33;
}
.plr-30{
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width:576px){
  .contact_section h4 a{
    display: block;
    margin-bottom: 20px;
  }
  .plr-30{
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* ========== 23 jan updates ends ========= */

.nav-link {
    color: #343a40 !important;
    font-weight: 600 !important;
    font-size: .9rem !important;
}
.bg-dark .navbar-nav .nav-item .nav-link{
    color: white !important;
    font-weight: 400 !important;
    padding: .8rem !important;
    font-size: 1rem !important;
}
.bt{
    padding:6px 12px;
    color: ghostwhite !important;
    font-weight: 500 !important;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}
.dropdown-item .dropdown-toggle::after {
    display:none;
}

main{
    background-color: white;
}
/*
    Card css Start
    --------------
*/
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
a[class*=ui-card--exam] {
    display: block;
}
a[class*=ui-card--exam] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    -webkit-transition: all .5s cubic-bezier(.165,.84,.44,1);
    -o-transition: all .5s cubic-bezier(.165,.84,.44,1);
    transition: all .5s cubic-bezier(.165,.84,.44,1);
}
.ui-card {
    margin-bottom: 30px;
    height: calc(100% - 30px);
}
.ui-card--exam {
    padding: 15px;
    text-align: center;
}
.ui-card {
    background: #fff;
    border-radius: 4px;
    position: relative;
    -webkit-box-shadow: -1px 1px 4px 0 rgba(117,138,172,.12);
    box-shadow: -1px 1px 4px 0 rgba(117,138,172,.12);
    padding: 15px;
    margin-bottom: 15px;
    font-size: .75rem;
    height: calc(100% - 15px);
}
.ui-card--exam img {
    display: inline-block;
    max-height: 60px;
    min-width: 60px;
}
.ui-card--exam img {
    width: 25px;
    margin-right: 5px;
    height: auto;
}
.ui-card {
    font-size: .875rem;
}
h4 {
    font-size: 1rem;
    line-height: 1.75rem;
}
a{
    text-decoration: none !important;
}


/*  Card css End */

/* card details start  */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto+Condensed:400,400i,700,700i');

.details-card {
    background: #ecf0f1;
}

.card-content {
    background: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border : 1px solid gainsboro;
}

.card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
}

.card-img img {
    width: 100%;
    height: auto;
    display: block;
}

.card-img div {
    position: absolute;
    top: 15%;
    left: 12%;
    background: #1ABC9C;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
    text-align: right;
    position: absolute;
}
.card-img span h4{
    font-size: 12px;
    margin:0;
    padding:10px 5px;
    line-height: 0;
}
.card-desc {
    padding: 1.25rem;
}

.card-desc h3 {
    color: #000000;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}
main .container
{
  margin: 40px auto;
}
.card-desc p {
    color: #747373;
    font-size: 14px;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}
.btn-card{
    /* background-color: #1ABC9C; */
    background-color: #17a2b8;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 1rem;
    font-size: 1.2rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    height: 40px !important;
    padding-top: 9px;
    font-size: 1rem !important;
}
.btn-card:hover {
    background: orange;
}
a.btn-card {
    text-decoration: none;
    color: #fff;
    z-index: 9996;
    position: absolute;
    right: 0;
}
.duration{
    font-size: 1.2rem !important;
    color: #1B1E24 !important;
}
.pagination{
    text-align: center !important;
}
.card-content:hover
{
    /*border: solid 1px #CCC;*/
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
    border : 1px solid transparent !important;
}
/* End card section */
.card-content{
  background: linear-gradient(rgba(75, 138, 196, 0.25) 0%, rgba(255, 255, 255, 0.54) 30%, white 100%);
}


/* card style*/
.ui-card {
    font-size: 1rem;
    margin-bottom: 30px;
}

.ui-card {
    background: #f1f4f6;
    border-radius: 4px;
    position: relative;
    -webkit-box-shadow: -1px 1px 4px 0 rgba(117,138,172,.12);
    box-shadow: -1px 1px 4px 0 rgba(117,138,172,.12);
    padding: 15px;
    margin-bottom: 15px;
    font-size: .75rem;
}

.ui-card__flex-nopad {
    padding: 0;
}

.ui-card__flex, .ui-card__flex-nopad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.inline-element {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.inline-element li {
    margin-right: 8px;
    color: #86a1ae;
    font-size: .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ui-h1, .ui-h2, .ui-h3, .ui-h4, .ui-h5 .ui-h6 {
    margin-bottom: 0;
}

.ui-h4, h4 {
    font-size: 1rem;
    line-height: 1.75rem;
}
.badge-blue, .badge-dot, .badge-green, .badge-price, .badge-price-old, .badge-star, .badge-thick, .badge-yellow {
    text-transform: uppercase;
    font-weight: 600;
    font-size: .75rem;
    color: #fff;
    padding: 2.5px 6px 4px 6px;
    height: 18px;
    margin-left: 20px;
}
.ui-h4, h4 {
    font-size: 1rem;
    margin: 0 0 7.5px;
    line-height: 1.1rem;
    font-weight: 500;
    color: #000;
    /* max-width: 220px; */
}
.badge-green, .badge-price {
    background: -o-linear-gradient(45deg,#72d042 17%,#25cc71 70%);
    background: linear-gradient(45deg,#72d042 17%,#25cc71 70%);
}

.ui-badge--max {
    z-index: 10;
    max-width: 100px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-badge, .ui-badge--max {
    color: #86a1ae;
    font-size: .6875rem;
    background: #f6f8f9;
    text-transform: capitalize;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 0 5px;
    font-weight: 600;
    display: inline-block;
}

.inline-element+*, .inline-element+.inline-element {
    margin-top: 5px;
}
.inline-element li {
    margin-right: 8px;
    color: #86a1ae;
    font-size: .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.ui-btn--primary-block:hover, .ui-btn--primary-transparent__block:hover, .ui-btn--primary-transparent__flex:hover, .ui-btn--primary:hover {
    background: #08b1cf;
    color: #fff;
}

.nav-link{
 padding: 2px 0.2rem 0px 0.3rem!important;
 font-weight: 500 !important;
}
.top-header {
    background: #000;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.top-menu ul li {
    list-style: none;
    float: left;
    padding: 0 10px;
    text-align: right;
    color: #fff;
    font-size: 12px;
}
.ticker-caption {
    width: 150px;
    background: url(https://www.doondefenceacademy.com/home/wp-content/uploads/2017/12/ticker-bg.png);
    padding: 1px 0 3px 0;
    background-repeat: no-repeat;
}
.top-header a, .top-header a:hover {
    color: #fff;
}
.top-header a, .top-header a:hover {
    color: #fff;
    padding: 15px 10px;
    margin-top: 5px;
}
.top-menu ul li {
    float: right;
    font-size: 14px;
}
.question-states-menu {
	min-width: 192px;
	padding: 4px
}

.question-states-menu li {
	color: #aab2c2;
	font-size: 12px
}

.question-states-menu li:not(.d-arrow) {
	padding: 12px
}

.question-states-menu li .icon {
	display: inline-block;
	margin-right: 8px;
	width: 12px;
	height: 12px;
	border: 2px solid transparent;
	border-radius: 50%;
	vertical-align: -1px
}

.question-states-menu li .icon.tb-icon {
	border: 0 solid transparent;
	font-size: 13px
}

.question-states-menu li .count {
	float: right;
	margin-right: 8px
}

.question-states-menu.inline-menu {
	padding: 0
}

.question-states-menu.inline-menu li {
	display: inline-block;
	vertical-align: middle;
	padding: 0
}

.question-states-menu .unseen .icon {
	border-color: rgba(170, 184, 194, .3)
}

.question-states-menu .skipped .icon {
	background-color: #aab8c2
}

.question-states-menu .marked .icon {
	color: #e54549
}

.question-states-menu .answered .icon {
	background-color: #059ac4
}

.question-states-menu .correct .icon {
	background-color: #28b260
}

.question-states-menu .incorrect .icon {
	background-color: #ea3968
}

.question-states-menu .unattempted .icon {
	border-color: rgba(170, 184, 194, .3)
}
.actual-exam-ui .que-ans-states .label {
    background: #fff;
    width: 25px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #333;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.actual-exam-ui .skipped {
	border-radius: 0 0 20px 20px!important;
	background-color: #c0392b!important;
	border-color: #c0392b!important;
	color: #fff!important
}

.js-ssc-exam-ui.actual-exam-ui .skipped {
	border-radius: 0!important;
	background-color: #fff!important;
	border-color: transparent!important;
	color: #000!important
}

.actual-exam-ui .attempted {
	border-radius: 20px 20px 0 0!important;
	background-color: #27ae60!important;
	color: #fff!important;
	border-color: #27ae60!important
}

.js-ssc-exam-ui.actual-exam-ui .attempted {
	border-radius: 0!important;
	background-color: #00ff03!important;
	border-color: transparent;
	color: #000!important
}

.actual-exam-ui .attempted.bookmarked::after {
	content: '';
	position: absolute;
	border-color: #27ae60;
	border-style: solid;
	border-width: 0 .3em .3em 0;
	height: 1em;
	top: -.375em;
	right: 0;
	transform: rotate(45deg);
	width: .5em
}

.js-ssc-exam-ui.actual-exam-ui .attempted.bookmarked {
	border-radius: 0!important;
	background-color: #7030a0!important;
	border-color: transparent;
	color: #fff!important
}

.js-ssc-exam-ui.actual-exam-ui .attempted.bookmarked::after {
	display: none
}

.actual-exam-ui #colorLegendInstructions .attempted.bookmarked::after {
	margin: -2px 0 0 3px
}

.actual-exam-ui #colorLegendInstructions li {
	list-style: none;
	margin-top: 10px
}

.actual-exam-ui .bg-attempted {
	background-color: #27ae60!important;
	color: #fff!important;
	border-color: #27ae60!important
}

.actual-exam-ui .bg-skipped {
	background-color: #c0392b!important;
	border-color: #c0392b!important;
	color: #fff!important
}

.actual-exam-ui .bg-partial-correct {
	background-color: #ffd03b!important;
	border-color: #ffd03b!important;
	color: #fff!important
}

.actual-exam-ui .bookmarked {
	background-color: #9b59b6!important;
	border-radius: 24px!important;
	border-color: #9b59b6!important;
	color: #fff!important;
	position: relative
}
.panel-default {
    border-color: #ddd;
    border-radius: 0 !important;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.single-product .panel-body {
    padding: 35px 15px 15px 15px;
    margin-bottom: 35px;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}
h3 {
    font-size: 30px;
    line-height: 32px;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.single-services-page .marker-list li {
    color: #444;
}
.marker-list li {
    color: #444;
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
    font-size: 15px;
}
.marker-list li::after {
    position: absolute;
    content: "\e87f";
    left: 0;
    top: 3px;
    font-family: berater;
    color: #00AEF0;
    font-weight: 700;
}
.tg-checkbox.tg-facebook, li.tg-facebook a {
background: #3b5999;
}
.tg-checkbox.tg-twitter, li.tg-twitter a {
background: #55acee;
}
.tg-checkbox.tg-googleplus, li.tg-googleplus a {
background: #dd4b39;
}
.tg-widgetcontent ul {
width: 100%;
float: left;
font-size: 13px;
line-height: 16px;
list-style: none;
}
.tg-widgetcompanyinfo .tg-socialicons li {
margin: 0;
width: auto;
padding: 0 10px 0 0;
}
.tg-widgetcontent ul li a {
color: #fff;
display: inline-block;
vertical-align: top;
}
.tg-socialicons li a i {
font-size: 13px;
line-height: 30px;
}

.tg-socialicons li a, .tg-socialicons li a i {
width: 30px;
display: block;
color: #fff;
text-align: center;
}
.tg-widgetcontent ul {
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 16px;
    list-style: none;
}
.tg-widgetcompanyinfo .tg-socialicons li {
    margin: 0;
    width: auto;
    padding: 0 10px 0 0;
}

.tg-widgetcontent ul li {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 0 9px;
    line-height: inherit;
    list-style-type: none;
    color: #fff;
}
.tg-checkbox.tg-youtube, li.tg-youtube a {
    background: #cd201f;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px!important;
  width: 100px!important;
  outline: black!important;
  background-size: 100%, 100%!important;
  border-radius: 50%!important;
  border: 1px solid black!important;
  background-image: none!important;
}

.carousel-control-next-icon:after
{
  content: '>'!important;
  font-size: 55px!important;
  color: red!important;
}

.carousel-control-prev-icon:after {
  content: '<'!important;
  font-size: 55px!important;
  color: red!important;
}
.features {
    background-image: url(//haintheme.com/demo/html/realand/images/uploads/features_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #ffffff;
}
.features__overlay {
    padding: 0px 0;
    background-color: rgba(30, 75, 162, 0.78);
}
.form-group .bt{
margin-bottom:10px!important;
}

@media (max-width: 767.98px) {
    .top-nav-cust a {
        width: 100%;
        margin-left: 0 !important;
    }
}