/* =================================
------------------------------------
  Unica - University Template
  Version: 1.0
 ------------------------------------ 
 ====================================*/

/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
	
	font-family: 'Rubik', sans-serif;
    overflow-x: hidden !important;
}




h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111111;
	margin: 0;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 36px;
	line-height: 1.2;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 14px;
}

p {
	font-size: 14px;
	color: #636363;
	line-height: 1.6;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
	Helper CSS
-----------------------*/

.spad {
	padding-top: 60px;
	padding-bottom: 80px;
}

.section-title {
	margin-bottom: 70px;
}

.section-title h3 {
	text-transform: uppercase;
	margin-bottom: 20px;
}

.section-title p {
	margin-bottom: 0;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
	Commom elements
-----------------------*/

/* Buttons */

.site-btn {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	background: #f6783a;
	color: #fff;
	padding: 18px 30px;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	border-radius: 50px;
	min-width: 170px;
	text-align: center;
	border: none;
	cursor: pointer;
}

/* Image Popup */

.img-popup-warp .mfp-content,
.img-popup-warp.mfp-ready.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.img-popup-warp.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*---------------------
	Header section
-----------------------*/

.header-section {
 padding: 4px 0px 0.3%;
	overflow: hidden;
    position: relative;
  
}

/* my implemantion   */      
.logos {
    display: inline-flex !important;
}

span.iso {
    position: absolute;
    left: 81px;
    top: 77px;
    /* font-weight: 300; */
    font-weight: bold;
    color: #923444;
}

.new-odisha {
    display: inline-block;
    padding-top: 6px;
}





/*plemationim     end my */


.site-logo {
	display: inline-block;
	margin-right: 15px;
	padding-top: 0px;
}






.carousel-caption1{
position: absolute;
   top:8%;
    left: 18%;
    z-index: 10;
    color: #fff;
    text-align:left;
}
.carousel-caption1 p {
    color: #ffffff;
    font-family: Quicksand-Regular;
    font-size: 18px;
    margin: 0px;
}
.carousel-caption1 h3 {
    font-family: BebasRegular;
    color: #ffffff;
    font-size: 39px;
    margin: 0px;
}














.nav-switch {
	display: none;
}

.nav-section {
	background: #020031;
}

.nav-section .nav-right {
	float: right;
	padding-top: 23px;
}

.nav-section .nav-right a {
	color: #fff;
	margin-left: 30px;
	font-size: 16px;
}

.main-menu {
	list-style: none;
}

.main-menu li {
	display: inline-block;
}

.main-menu li a {
	font-family: SansationRegular;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 24px 15px;
    margin-right: -5px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

/*myimp    */

.main-menu li a:hover {
	background: #26bdef;
}

.main-menu li.active a {
	background: #26bdef;
}


a.dropdown:after {
   position: absolute;
    content: "\f078";
    font-family: "fontAwesome";
    font-size: 16px;
    display: inline-block;
    right: 5px;
    top: 21px;

}
a.dropdown {
    padding-right: 25px !important;
}


ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width:  200px;
    background: #020031;
    visibility: hidden;
    opacity: 0;
    padding: 0px 0 0px;
    text-align: center;
    -webkit-box-shadow: 0 15px 50px 1px rgba(0, 0, 0, 0.13);
    box-shadow: 0 15px 50px 1px rgba(0, 0, 0, 0.13);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
li#dol {
    position: relative;
}
ul.sub-menu li a {
    padding: 8px 0px !important;
    text-transform: none;
    margin-right: 0;
    display: block;
}
li#dol:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 99;
}
.sub-menu li {
    display: block !important;
}




/*end  */


.carousel-indicators li {
  height: 10px !important;
  width: 10px !important;
  background-color: #ffffff !important;
}
.carousel-indicators .active{
  background-color: #26bdef !important;
}



/*---------------------
	project Section
-----------------------*/

.info-section {
	background: #020031;
    padding: 4px 0;
}

.info-section .big-icon {
	display: block;
	float: left;
	width: 62px;
	height: 62px;
	border-radius: 67px;
	background: #fff;
	text-align: center;
	padding-top: 14px;
	margin-right: 15px;
}

.info-section .big-icon i {
	font-size: 51px;
    color: #26bdef;
}

.info-section .project {
	padding-left: 40px;
}

.info-section .project .project-item {
	min-width: 100px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	border-right: 1px solid #35335a;
	text-align: center;
	display: inline-block;
}

.info-section .project .project-item:last-child {
	border-right: none;
}

.info-section .project h2 {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-top: 10px;
    font-family: Aller_Rg;
}

.training-content {
	padding-left: 90px;
}

.training-content h2 {
	font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-top: 10px;
    font-family: Aller_Rg;
}

.project p{
	
	color: #fff;
}

.training-content p {
    text-shadow: yellow;
    letter-spacing: 1.5px;
    color: #26bdef;
    text-shadow: 2px 2px #a7a5a5;
    font-size: 27px;
    font-weight: 600;
    

}

.training-content p i {
	color: #f6783a;
	margin-right: 10px;
}


/*--------------------------
	About us Section

---------------------------*/

#aboutus-containt {
   
    box-shadow: 12px 12px 16px #ebebebfa;
    padding-top: 23px;
   
    padding-right: 15px;
    margin-top: 14px;
    margin-bottom: 10px;
    font-family: SansationRegular;
    letter-spacing: 1px;
    word-spacing: 6px;
    font-size: 15px;
  }
  #aboutus-heading {
   font-family: DancingScript;
    font-size: 36px;
    font-weight: 600;
    padding-top: 19px;
}
#aboutus-heading::after {
    content: "";
    background-color: #26bdef;
    height: 3px;
    width: 55px;
    position: absolute;
    bottom: -6%;
    left: 1.5%;
    box-shadow: 3px 3px 3px;
}
.read-more {
   margin-top: 36px;
    padding: 6px 13px;
    background: #26bdef;
    border: none;
    color: white !important;
    border-radius: 17px;
    float: right;
}
a.readmore-link {
    color: white;
    font-size: 13px;
}
   .right-photo-sec {
  margin-top: 3.5%;
    margin-left: 5%;
    box-shadow: 12px 12px 16px #ebebebfa;
    border: none;
  }
  .chairman-sec ,.md-sec{
   box-shadow: 1px 1px 7px silver;
  padding: 5px 2px;
   background-color: #faf9f9;
   margin-bottom: 10px;
   
}

img.chair-img,img.md-img {
   padding: 3px;
    border: solid 3px #26bdef;
    float: left;
    margin-right: 11px;
}
.chairman-name{
 margin-top: 6%;
    margin-right: 2%;
    text-align: left;
    font-family: SansationRegular;
    font-size: 16px;
    margin-left: 5px;
    height:100px;
}
.md-name{
     margin-top: 6%;
    margin-right: 2%;
    text-align: left;
    font-family: SansationRegular;
    font-size: 16px;
    margin-left: 5px;
   height: 100px;

}
/*---------------------
	Service Section
-----------------------*/

.service-heading {
    font-family: DancingScript;
    font-size: 36px;
    font-weight: 600;
    padding-top: 5%;
}

.service-heading::after
{
content: "";
    background-color: #26bdef;
    height: 3px;
    width: 55px;
    position: absolute;
    left: 1.5%;
    box-shadow: 3px 3px 3px;
    bottom: -6%;
  }
  .training-img-sec {
    padding-top: 9%;
}




/* Services Section
--------------------------------*/

#services {
  margin-top: 56px;
}

#services .box {
      padding-top: 18px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 75px;
    margin-bottom: 40px;
    box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
    background: #fff;
    transition: 0.4s;
}

#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#services .box .image {
  float: left;
}

#services .box .image img {
 
  transition: 0.5s;
  margin-top: 34px;
}

#services .box .image img:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services .box h4 {
 margin-left: 100px;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
}

#services .box h4 a {
  color: #444;
  font-weight: 700;
}

#services .box p {
 font-size: 14px;
    margin-left: 100px;
    margin-bottom: 0;
    line-height: 24px;
    font-family: SansationRegular;
    letter-spacing: 0.7px;
    word-spacing: 5px;
    color: black;
    padding-right: 7px;
}


/*------------------------

Criteria Section
-------------------------*/

ul.criteria-containt {
    font-family: SansationRegular;
    font-size: 16px;
    text-align: justify;
    list-style: none;
    padding-left: 7%;
    letter-spacing: 1px;
    word-spacing: 7px;
}
.criteria-sub-content {
    font-size: 19px;
    font-family: SansationRegular;
}
ul.criteria-containt li::before {
    content: "\f0a4";
    margin-top: -6px;
    position: absolute;
    left:90px;
    font-size: 30px;
    font-family: fontawesome;
    color: #26bdef;
}
div#Criteria-heading {
    font-family: DancingScript;
    font-size: 36px;
    font-weight: 600;
    padding-top: 5%;
}
div#Criteria-heading::after {
    content: "";
    background-color: #26bdef;
    height: 3px;
    width: 55px;
    position: absolute;
    left: 1.5%;
    box-shadow: 3px 3px 3px;
    bottom: -6%;
}
.row.criteria-subheading {
    margin-top: 3%;
    font-size: 25px;
    color: #1b1818;
    font-family: Aller_Rg;
    text-align: center;
    text-shadow: 3px 3px 3px silver;
}
.criteria-subheading {
    margin-top: 3%;
    font-size: 25px;
    color: #1b1818;
    font-family: Aller_Rg;
    text-align: center;
    text-shadow: 3px 3px 3px silver;
}
.criteria-sub-content {
    font-size: 19px;
    font-family: SansationRegular;
    margin-top: 15px;
    margin-bottom: 18px;
    margin-left: 2%;
}
ul.criteria-containt li {
    margin-bottom: 15px;
    
}




/*---------------------
	Enroll Section
-----------------------*/

#procedure-heading {
    font-family: DancingScript;
    font-size: 36px;
    font-weight: 600;
    padding-top: 4%;
}

#procedure-heading::after
{
content: "";
    background-color: #26bdef;
    height: 3px;
    width: 55px;
    position: absolute;
    left: 1.5%;
    box-shadow: 3px 3px 3px;
    bottom: -6%;
  }



.enroll-section {
	position: relative;
	margin-top: 55px;
}

.enroll-section:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
}

.enroll-section .container {
	position: relative;
	z-index: 1;
}

.enroll-section .section-title {
	margin-bottom: 40px;
}

.enroll-list-item {
	padding-left: 70px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.enroll-list-item span {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 0;
	top: 0;
	text-align: center;
	border-radius: 50px;
	background: #21bef0;
	font-size: 16px;
	font-weight: 500;
	padding-top: 10px;
}

.enroll-list-item h5 {
	font-weight: 400;
	margin-bottom: 10px;
}

.enroll-list-item:after {
	position: absolute;
	content: '';
	height: calc(100% - 45px);
	left: 20px;
	top: 48px;
	border-left: 1px dashed #6c6e70;
}

.enroll-list-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.enroll-list-item:last-child:after {
	display: none;
}



/*testimonial section start--------*/
#testimonial-heading {
    font-family: DancingScript;
    font-size: 36px;
    font-weight: 600;
    padding-top: 4%;
}

#testimonial-heading::after {
    content: "";
    background-color: #26bdef;
    height: 3px;
    width: 55px;
    position: absolute;
    left: 1.5%;
    box-shadow: 3px 3px 3px;
    bottom: -6%;
}
#student-says {
  margin-top: 3%;
    font-size: 25px;
    color: #1b1818;
    font-family: Aller_Rg;
    text-align: center;
    text-shadow: 3px 3px 3px silver;
  }
  #main-content {
    margin-top: 5%;
}
.one-test,.two-test,.three-test {
    border: 1px solid silver;
    border-radius: 4px;
    box-shadow: 2px 2px 7px;
}
.one-test-content,.two-test-content,.three-test-content {
    padding: 40px 32px;
    font-family: SansationRegular;
    font-size: 14px;
}
span.leftqoute {
    top: 12px;
    position: absolute;
    left: 22px;
}
span.rightquate {
    position: absolute;
    bottom: 94px;
    right: 22px;
}
i.fa.fa-quote-left {
    font-size: 22px;
    color: #26bdef;
}
i.fa.fa-quote-right {
    font-size: 22px;
    color: #26bdef;
}

.img {
    margin-right: 14px;
}
.img img
{
  max-width: 100%;
    border-radius: 50%;
    width: 61px;
    height: 61px;

}
.photoname {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-left: 7px;
    margin-bottom: 13px;
}
.text1,.text2,.text3 {
    margin-left: 7px;
}
.img1 {
    background-image: url(../img/testimonilas1.jpg);
}
.img2 {
    background-image: url(../img/testimonilas4.jpg);
}
.img3 {
    background-image: url(../img/testimonilas3.jpg);
}
.img2, .img1, .img3 {
    height: 70px;
    width: 70px;
    margin-left: 10px;
    border: 3px solid #21bef0;
    border-radius: 50%;
    background-repeat: no-repeat;
    float: left;
    cursor: pointer;
}

/*testimonial section end--------*/



/* contact Page start -----------------------*/

.contact-info {
    margin-bottom: 30px;
    text-align: center;
    margin-top: 4%;
}
.contact-address i.fa.fa-map-marker {
    color: #21bef0;
    font-size: 45px;
}
.contact-address h3,.contact-phone h3,.contact-mail h3 {
    color: #bebcbc;
    padding-top: 20px;
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 13px;
}
.contact-phone i.fa.fa-phone {
    color: #21bef0;
    font-size: 45px;
}
.contact-mail i.fa.fa-envelope {
    color: #21bef0;
    font-size: 45px;
}
.contact-phone {
    border-left: 1.3px solid #e3e0e0;
    border-right: 1.3px solid #e3e0e0;
    padding-bottom: 10px;
}
.contact-phone p,.contact-mail p,.contact-address p {
    font-size: 18px;
    color: black;
    line-height: 1.6;
}
.contact-p-heading {
    font-size: 47px;
    font-family: DancingScript;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 25px;
}
span.contact-p-heading-color {
    color: #21bef0;
}
.contact-p-container {
    margin-top: 1%;
    margin-bottom: 4%;
}
.contact-left-p {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 3px 7px 18px -1px rgba(0, 0, 0, 0.23);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 40px;
}
.contact-p-sub-heading {
    text-align: center;
    font-family: Amble-Regular;
    padding-bottom: 35px;
    font-size: 27px;
}
input#isl-user {
    box-shadow: unset !important;
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: unset;
    padding-left: 0px;
    border-bottom: 1px solid rgba(97, 97, 97, 0.84) !important;
    height: 35px;
    font-family: Amble-Regular !important;
}
input#phonenum {
    box-shadow: unset !important;
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: unset;
    padding-left: 0px;
    border-bottom: 1px solid rgba(97, 97, 97, 0.84) !important;
    height: 35px;
    font-family: Amble-Regular !important;
}
input#email {
    box-shadow: unset !important;
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: unset;
    padding-left: 0px;
    border-bottom: 1px solid rgba(97, 97, 97, 0.84) !important;
    height: 35px;
    font-family: Amble-Regular !important;
}
input#subject {
    box-shadow: unset !important;
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: unset;
    padding-left: 0px;
    border-bottom: 1px solid rgba(97, 97, 97, 0.84) !important;
    height: 35px;
    font-family: Amble-Regular !important;
}
input.btn.isl-btn-contact {
   letter-spacing: 0.5px;
    font-family: Amble-Regular;
    font-size: 17px;
    border-radius: 20px;
    box-shadow: 0px 0px 4px rgb(188, 233, 248);
    padding: 8px 42px;
    background-image: linear-gradient(#7ed6f3, #26bdef);
    color: #ffffff;
    margin-top: 35px;
    border: none;
}

textarea#comment {
    box-shadow: unset !important;
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: unset;
    padding-left: 0px;
    border-bottom: 1px solid rgba(97, 97, 97, 0.84) !important;
    height: 110px;
    font-family: Amble-Regular !important;
}
.contact-left-p:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 570px;
    top: -3px;
    left: 96%;
    background-image: url(../img/spiral1.png);
}
.contact-right-p {
    padding-left: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    box-shadow: 8px 7px 15px -3px rgba(0, 0, 0, 0.23);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Contact Page End-------------------------*/


/* Aboutus Page start-----------------------------*/
.abt-heading {
   font-family: DancingScript;
    font-size: 36px;
    font-weight: 600;
    padding-top: 7px;
    padding-bottom: 25px;
    position: relative;
    padding-left: 10px;
}

.abt-heading:after {
   content: "";
    background-color: #26bdef;
    height: 3px;
    width: 55px;
    position: absolute;
    left: 0.5%;
    bottom: 18%;
    box-shadow: 3px 3px 3px;
}
ul.abt-containt {
    font-family: SansationRegular;
    font-size: 16px;
    text-align: justify;
    list-style: none;
    padding-left: 7%;
    letter-spacing: 1px;
    word-spacing: 7px;
    
}
.abt-containt li {
    padding: 13px 0px;
    /* line-height: 24px; */
}
.abt-containt li:before {
    content: "\f0a4";
    margin-top: -6px;
    position: absolute;
    left: 18px;
    font-size: 30px;
    font-family: fontawesome;
    color: #26bdef;
}


.aboutus-photo img {
    margin-top: 10px;
    padding: 3px;
    border: solid 3px #26bdef;
    float: left;
    margin-right: 11px;
}
.md-details {
    font-family: SansationRegular;
    font-size: 16px;
    padding-left: 10px;
}
.md-details {
    font-family: SansationRegular;
    font-size: 16px;
    padding-left: 10px;
    text-align: center;
}

.about-extra p {
    font-family: SansationRegular;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 1px;
    word-spacing: 7px;
    padding: 10px;
    color: black;
}
.about-extra {
    margin: 30px;
   box-shadow: 8px 8px 8px lightgrey;
    border-left: 1px solid #faf7f7;
}

.mission-heading {
    font-family: DancingScript;
    font-size: 36px;
    font-weight: 600;
    padding-top: 7px;
    padding-bottom: 25px;
    position: relative;
    padding-left: 12px;
}
.mission-heading::after {
    content: "";
    background-color: #26bdef;
    height: 3px;
    width: 55px;
    position: absolute;
    left: 0.7%;
    bottom: 18%;
    box-shadow: 3px 3px 3px;
}
ul.mission-containt {
    font-family: SansationRegular;
    font-size: 16px;
    text-align: justify;
    list-style: none;
    padding-left: 7%;
    letter-spacing: 1px;
    word-spacing: 7px;
}
.mission-containt li::before {
    content: "\f0a4";
    margin-top: -6px;
    position: absolute;
    left: 18px;
    font-size: 30px;
    font-family: fontawesome;
    color: #26bdef;
}
.mission-containt li {
    padding: 13px 0px;
}

/* Aboutus page End-------------------------*/


/*courses page start  */

.traing-heading {
    font-family: DancingScript;
    font-size: 28px;
    font-weight: 600;
    padding-top: 7px;
    padding-bottom: 25px;
    position: relative;
    padding-left: 10px;
}
.traing-heading:after {
    content: "";
    background-color: #26bdef;
    height: 3px;
    width: 75px;
    position: absolute;
    left: 0.5%;
    bottom: 18%;
    box-shadow: 3px 3px 3px;
}
.about-training p {
    font-family: SansationRegular;
    font-size: 17px;
    text-align: justify;
    list-style: none;
    letter-spacing: 0.7px;
    word-spacing: 7px;
}


.course-offered-heading {
    font-family: DancingScript;
    font-size: 28px;
    font-weight: 600;
    padding-top: 7px;
    padding-bottom: 25px;
    position: relative;
   
    margin-top: 25px;
}

.course-offered-heading:after {
    content: "";
    background-color: #26bdef;
    height: 3px;
    width: 75px;
    position: absolute;
    left: 0.5%;
    bottom: 18%;
    box-shadow: 3px 3px 3px;
}



.why-heading {
    font-family: DancingScript;
    font-size: 28px;
    font-weight: 600;
    padding-top: 7px;
    padding-bottom: 25px;
    position: relative;
    padding-left: 10px;
    margin-top: 35px;
}
.why-heading:after {
    content: "";
    background-color: #26bdef;
    height: 3px;
    width:75px;
    position: absolute;
    left: 0.5%;
    bottom: 18%;
    box-shadow: 3px 3px 3px;
}

ul.why-ul {
    font-family: SansationRegular;
    font-size: 17px;
    text-align: justify;
    list-style: none;
    padding-left: 7%;
    letter-spacing: 1px;
    word-spacing: 7px;
    margin-top: 12px;
}
.why-ul li {
    padding: 9px 0px;
}
.why-ul li:before {
    content: "\f0a4";
    margin-top: -11px;
    position: absolute;
    left: 18px;
    font-size: 30px;
    font-family: fontawesome;
    color: #26bdef;
}

.course-sec {
    margin-top: 30px;
   
}
.java-sec .heading,.net-sec .heading,.php-sec .heading {
   background-color: #020031;
    color: white;
    font-weight: 600;
    font-size: 23px;
    text-align: center;
    border-right: 6px solid #26bdef;
    border-left: 5px solid #26bdef;
    box-shadow: 3px 3px 6px grey;
}

.java-sec .containt,.net-sec .containt,.php-sec .containt {
    font-family: SansationRegular;
    padding: 10px 5px;
    font-size: 17px;
    background-color: #efeeee;
    margin-left: 7px;
    margin-right: 7px;
}


.enquary-heading {
    font-family: DancingScript;
    font-size: 28px;
    font-weight: 600;
    padding-top: 7px;
    padding-bottom: 25px;
    position: relative;
    padding-left: 10px;
    margin-top: 30px;
}
.enquary-heading:after {
    content: "";
    background-color: #26bdef;
    height: 3px;
    width: 75px;
    position: absolute;
    left: 0.5%;
    bottom: 18%;
    box-shadow: 3px 3px 3px;
}
.enquiary p {
    font-family: SansationRegular;
    font-size: 17px;
    text-align: justify;
    list-style: none;
    letter-spacing: 0.7px;
    word-spacing: 7px;
    margin-top: 10px;
}
.enquiary .row {
    margin-top: 15px !important;
}

.inquary-subt {
    letter-spacing: 0.5px;
    font-family: Amble-Regular;
    font-size: 17px;
    border-radius: 20px;
    box-shadow: 0px 0px 4px rgb(188, 233, 248);
    padding: 8px 42px;
    background-image: linear-gradient(#7ed6f3, #26bdef);
    color: #ffffff;
    margin-top: 35px;
    border: none;
}



/*course page end   */


/* Advertisement sec start */

.adv-heading{
    font-family: DancingScript;
    font-size: 28px;
    font-weight: 600;
    padding-top: 7px;
    padding-bottom: 25px;
    position: relative;
    padding-left: 10px;
}

.adv-heading:after{
content: "";
    background-color: #26bdef;
    height: 3px;
    width: 75px;
    position: absolute;
    left: 0.5%;
    bottom: 18%;
    box-shadow: 3px 3px 3px;
}
.about-training h3 {
    font-size: 19px;
    font-weight: 600;
    margin: 10px 0px;
    font-family: SansationRegular;
}

/* Advertisement start */

table.table.table-bordered.con {
    font-family: SansationRegular;
    font-weight: 600;
    font-size: 15px;
    padding: 2px;
    margin: 0px;
    background-color: #26bdef;
    color: white;
}
.table-bordered td {
   padding:10px !important;
}
.row.it-proj {
    font-family: SansationRegular;
    padding: 15px 20px;
    color: black;
    line-height: 25px;
    font-size: 17px;
    word-spacing: 7px;
    letter-spacing: 1px;
}

/* Advertisement sec End */


/*BOD page start     */
.dir-name {
    margin-top: 3%;
    margin-right: 2%;
    text-align: left;
    font-family: SansationRegular;
    font-size: 16px;
    margin-left: 5px;
    
}

.bod-heading::after {
    content: "";
    background-color: #26bdef;
    height: 3px;
    width: 500px;
    position: absolute;
    bottom: 34%;
    left: 1%;
    box-shadow: 3px 3px 3px;
}

.bod-heading {
    font-family: DancingScript;
    font-size: 28px;
    font-weight: 600;
    padding-top: 7px;
    padding-bottom: 40px;
    position: relative;
    padding-left: 10px;
}

.dir-list {
    border-bottom: 1px solid gray;
    padding-bottom: 7px;
    padding-top: 7px;
}


/* BOD Page End       */



/* vendor list page start */

.ven-list-heading {
    font-family: DancingScript;
    font-size: 28px;
    font-weight: 600;
    padding-top: 7px;
    padding-bottom: 40px;
    position: relative;
    padding-left: 10px;
}

.ven-list-heading:after{

 content: "";
    background-color: #26bdef;
    height: 3px;
    width: 300px;
    position: absolute;
    bottom: 34%;
    left: 1%;
    box-shadow: 3px 3px 3px;

}
/* vendor list page end  */






/*---------------------
	Gallery Section
-----------------------*/

.gallery .gallery-item {
	width: 12.5%;
	position: relative;
}

.gallery .gallery-item:after {
	content: '';
	display: block;
	clear: both;
}

.gallery .gallery-item:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.gallery .gallery-item:hover:before {
	opacity: 0.3;
}

.gallery .gallery-item.gi-big,
.gallery .gallery-item.gi-long {
	width: 25%;
}

.gallery .gallery-item a {
	position: absolute;
	width: 50px;
	height: 50px;
	background: rgba(246, 120, 58, 0.9);
	color: #fff;
	left: 50%;
	top: 60%;
	margin-left: -25px;
	margin-top: -25px;
	border-radius: 50%;
	padding-top: 13px;
	text-align: center;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.gallery .gallery-item a i {
	font-size: 24px;
}

.gallery .gallery-item:hover a {
	opacity: 1;
	top: 50%;
	-webkit-transition: all 0.4s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
	-o-transition: all 0.4s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
	transition: all 0.4s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
}

.gallery .grid-sizer {
	width: 12.5%;
}


/*---------------------
	Footer Section
-----------------------*/



.footer-section {
    background-color: #020031;
    background-position: center 75px;
    margin-top: 32px;
}


div#footer-top {
    /* margin-top: 16px; */
    padding-top: 40px;
    padding-bottom: 30px;
}
form.newsletter input {
    width: 100%;
    font-size: 14px;
    padding: 18px 21px;
    border: none;
    border-radius: 50px;
    padding-right: 151px;
}
form.newsletter {
    position: relative;
    margin-top: -5px;
}
button.site-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 0px 50px 50px 0px;
    min-width: 141px;
    background-color: #21bef0 !important;
}

.company-info span {
    color: white;
    font-family: Amble-Regular;
    font-weight: 600;
    font-size: 19px;
}
.newsletter-sec span {
    color: white;
    font-family: Amble-Regular;
    font-weight: 600;
    font-size: 19px;
}
.contact-sec span {
    color: white;
    font-family: Amble-Regular;
    font-weight: 600;
    font-size: 19px;
}
.footer-section p {
    font-family: SansationRegular;
    color: white;
    font-size: 14px;
    margin-top: 18px;
    line-height: 1.7;
}
i.fa.fa-map-marker {
    color: #21bef0;
    font-size: 20px;
    margin-right: 8px;
}
i.fa.fa-phone {
    color: #21bef0;
    font-size: 20px;
    margin-right: 8px;
}
i.fa.fa-envelope {
    color: #21bef0;
    font-size: 20px;
    margin-right: 8px;
}
p.phone {
    margin-top: -11px !important;
}
p.mail {
    margin-top: -11px !important;
}
.footer-section .copyright {
    border-top: 1px solid #312f56;
    padding: 15px 0;
    text-align: center;
}
.copyright a {
    color: #21bef0;
}
.copyright a:hover {
    color: #ffffff;
}
/*---------------------
	Other Pages
----------------------
======================*/

.site-breadcrumb {
	padding: 25px 0;
	color: #21bef0;
	font-size: 18px;
}

.site-breadcrumb a {
	color: #111111;
}

.site-breadcrumb a i {
	margin: 0;
}

.site-breadcrumb i {
	margin: 0 10px;
}

.site-pageination {
	list-style: none;
}

.site-pageination li {
	display: inline;
	text-align: center;
}

.site-pageination li a {
	display: inline-block;
	min-width: 40px;
	height: 40px;
	border: 1px solid #e1e1e1;
	color: #636363;
	padding-top: 9px;
	font-size: 14px;
	margin-right: 14px;
	border-radius: 2px;
}

.site-pageination li a:hover,
.site-pageination li a.active {
	background: #f6783a;
	border-color: #f6783a;
	color: #fff;
}

/*---------------------
	About page
-----------------------*/

.about-text h5 {
	font-weight: 400;
	margin-bottom: 12px;
}

.about-text .about-list {
	list-style: none;
	padding-top: 10px;
}

.about-text .about-list li {
	font-size: 14px;
	color: #636363;
	margin-bottom: 10px;
}

.about-text .about-list li i {
	color: #f6783a;
}

.testimonial-section {
	background: #f7f7f7;
}

.testimonial-slider .ts-author-pic {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	margin: 5px auto 0;
}

.testimonial-slider .ts-text p {
	font-size: 18px;
	margin-bottom: 20px;
}

.testimonial-slider .ts-text h5 {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.testimonial-slider .ts-text span {
	color: #f6783a;
	font-size: 14px;
}

.testimonial-slider .owl-nav {
	position: absolute;
	top: 35px;
	width: 180px;
	left: 40px;
}

.testimonial-slider .owl-prev {
	float: left;
}

.testimonial-slider .owl-next {
	float: right;
}

.testimonial-slider .owl-prev,
.testimonial-slider .owl-next {
	font-size: 36px;
	color: #b7b7b7;
}

.testimonial-slider .owl-dots {
	position: absolute;
	left: -15px;
	bottom: -5px;
	width: 25%;
	padding: 0 15px;
	text-align: center;
}

.testimonial-slider .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 20px;
	background: #b7b7b7;
	display: inline-block;
	margin: auto 5px;
}

.testimonial-slider .owl-dots .owl-dot.active {
	background: #f6783a;
}

.member {
	text-align: center;
}

.member h5 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 5px;
}

.member p {
	color: #f6783a;
	margin-bottom: 0;
	font-weight: 14;
}

.member:hover .member-pic:after {
	opacity: 0.4;
}

.member:hover .member-social {
	opacity: 1;
}

.member:hover .member-social a {
	top: 0;
}

.member:hover .member-social a:nth-child(1) {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.member:hover .member-social a:nth-child(2) {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member:hover .member-social a:nth-child(3) {
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.member .member-pic {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
}

.member .member-pic:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member .member-social {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -6px;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member .member-social a {
	padding: 0 5px;
	margin: auto 5px;
	color: #fff;
	position: relative;
	top: -20px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member .member-social a:hover {
	color: #f6783a;
}



/*---------------------
	Contact page
-----------------------*/

.map-section {
	height: 500px;
	position: relative;
}

.map-section .map {
	height: 100%;
}

.contact-info-warp {
	position: absolute;
	width: 400px;
	height: 100%;
	background: rgba(2, 0, 49, 0.8);
	text-align: center;
	z-index: 1;
	padding-top: 70px;
}

.contact-info-warp .contact-info {
	margin-bottom: 40px;
}

.contact-info-warp .contact-info h4 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 8px;
}

.contact-info-warp .contact-info p {
	color: #fff;
	margin-bottom: 0;
}

