html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, p {
    margin          : 0;
    padding         : 0;
    border          : 0;
    vertical-align  : baseline;
    font-weight     : normal;
    
}


html,
button,
input,
select,
textarea {
    color : #7f7f7f;
    }



body {
     font-family : 'open', sans-serif;
     font-size   : 14px;
     line-height : 24px;
    }

audio,
canvas,
img,
video {
    vertical-align : middle;
    }

.clear {
  clear: both;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    margin  : 0;
    padding : 0;
}

h1{
    color           : #434343;
    font-family     : 'Raleway',sans-serif;
    font-size       : 35px;
    text-transform  : capitalize;
  }
h2{
    font-family     : 'Raleway',sans-serif;
    font-size       : 40px;
    text-transform  : capitalize;
    color           : #a87f41;
    letter-spacing  : 2px;
    text-align: center;
}

h3{
    font-size       : 20px;
    color: #008bd2;
    margin-bottom: 10px;
}

h4{
    font-size : 16px;
    text-align: justify; 
    line-height: 1.6;
	
  
}
h5{
    font-size       : 10px;   
}

h6{
    font-size       : 8px;   
}

p{
    font-family     : 'Roboto', sans-serif;
    font-size       : 16px;
    font-weight     : 400;
    color           : #444444;
    text-align: justify;
}

ul,ol{
    list-style-type : none;
}

.nopadding-right {
  padding-right: 0;
}
.nopadding-left {
  padding-left: 0;
}

a,
a:active,
a:focus,
a.active {
    color               : #ffffff;
    text-decoration     : none !important;
    outline             : none;
    cursor              : pointer;
    -webkit-transition  : all ease 0.5s;
    -o-transition       : all ease 0.5s;
    transition          : all ease 0.5s;
    }
a:hover{
   color               : #fff;
}
img,
.img-responsive{
    width         : 100%;
}

.section-padding{
    padding       : 40px 0;
}
textarea{
  resize:none;
}

    
/*--------------------------------
  Page Wrapper
----------------------------------*/
.wrapper {
    overflow : hidden
    }

.inner-wrapper {
    padding    : 0;
    background-image: url("../img/main_bg.png");
    }

.header-wrapper {
    border-bottom: 1px solid #008bd2;
    border-top: 1px solid #008bd2;
    margin-bottom: 0;
    /*padding: 21px 0;*/
    position: relative;
    transition: all 1s ease 0s;
    background-color: #ffffff;
}
.navbar-fixed-top{
  position: fixed !important;
  background-color: #fff;
  /*padding: 9px 0;*/
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}
.header-wrapper.navbar-fixed-top .mainnav {
  padding-right: 15px;
}
.header-wrapper.navbar-fixed-top .logo a img {
  width: 260px;
  height: 53px;
  /*padding-top: 5px;*/
}
.header-wrapper.navbar-fixed-top {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}


/*-----------------------------------
NAVIGATION  
-------------------------------------*/
.logo {
    left: 15px;
    max-width: 260px;
    min-height: 60px;
    padding: 19px 0;
    /*position: absolute;*/
    z-index: 1;
}

/*-----------------------------------
NAVIGATION  
-------------------------------------*/

.navbar {
    position      : relative;
    min-height    : 0px;
    margin-bottom : 20px;
    border        : 1px solid transparent;
    }

.mainnav {
    border        : 0 none;
    border-radius : 0;
    margin-bottom : 0px;
    /*margin-top    : 23px;*/
    }

.navbar-default {
    background : transparent;
    }

ul.nav.navbar-nav li a {
 /* text-transform: uppercase;*/
  color: #595858;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1.6px;
  padding: 40px 12px;
  line-height: 10px;
  margin-top: 0px;
  /*border-right: 1px solid #d5d4d4;*/
} 
/* ul.nav.navbar-nav li a i.fa.fa-angle-down {
  line-height: 9px;
}*/
ul.nav.navbar-nav li a i.fa.fa-angle-down {
    left: 44%;
    line-height: 9px;
    position: absolute;
    top: 55px;
}
/*ul.nav.navbar-nav li {
    line-height: 11px;
    padding: 40px 0;
}*/
ul.nav.navbar-nav li a:hover {
    background: #008bd2;
    color: #fff;
    border-bottom: 1px solid #008bd2;
}
ul.nav.navbar-nav li a:hover i {
    display: none;
}
/*ul.nav.navbar-nav li:last-child {
  border-right: 0 solid #d5d4d4;
  border-bottom: 0 solid transparent;
  padding-left: 10px;
}*/
ul.nav.navbar-nav li.active {
    background-color: #008bd2;
    border-bottom: 1px solid #008bd2;
}

/*ul.nav.navbar-nav li:last-child i:before {
  font-size: 14px;
}*/
nav.navbar-collapse.collapse {
    padding-right : 0;
    }

ul.nav.navbar-nav li a:hover, ul.nav.navbar-nav li a:focus {
  color: #fff;
}
ul.dropdown-menu:before {
    content  : "";
    position : absolute;
    height   : 30px;
    top      : -30px;
    left     : 0;
    width    : 100%;
    }

.dropdown-menu {
  border-radius: 0;
  /*border-bottom: 3px solid #a87f41 !important;*/
  position: relative;
  display: block;
  float: none;
  width: auto;
  box-shadow: none;
}
.navbar-nav > li {
    float        : left;
    }

.navbar-nav > li:last-child {
    border-right : 0px solid #E1E1E1;
    }

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus .navbar-default .navbar-nav > .active > a.open {
  color                 : #fff;
  background-color      : transparent;
}
button.navbar-toggle {
    border-radius      : 0;
    border             : 0;
    padding            : 0;
    width              : 40px;
    height             : 40px;
    line-height        : 30px;
    font-size          : 21px;
    outline            : none;
    background         : #008bd2;;
    float              : left;
    color              : #FFFFFF;
    margin             : 22px 0px;
    transition         : all .5s;
    -moz-transition    : all .5s;
    -webkit-transition : all .5s;
    -o-transition      : all .5s;
    -ms-transition     : all .5s;
    }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color : #2B2B2B;
    }

/*-------------------------- 
DROPDOWN CSS
----------------------------*/

.navbar-nav > li > .dropdown-menu {
    /*margin-top : 28px;*/
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color            : #9ED154 !important;
    background-color : transparent;
}
ul.level-one.dropdown-menu.single-dropdown { 
  /*padding: 18px 0px 0px 0px;*/
}
ul.level-one.dropdown-menu.single-dropdown li a{
  font-size: 14px;
  font-weight: 400;
  color: #444444;
  border-right: 0px solid #444444;
  padding-bottom: 15px;  
  padding-top: 15px;
  border-bottom: 1px solid #008bd2;
}
ul.level-one.dropdown-menu.single-dropdown li a:hover{
  color: #ffffff;
}
ul.level-one.dropdown-menu.single-dropdown li:last-child a {
  border-bottom: 2px solid #008bd2;
}
ul.level-one.dropdown-menu.single-dropdown li:first-child a {
  border-top: 1px solid #008bd2;
}

/* Menu hover */


li.dropdown {
    position : relative;
    }
ul.dropdown-menu{
    position: relative;
}
ul.dropdown-menu:before {
  position: absolute;
  content: " ";
  top: -11px;
  left: 23px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
}
ul.dropdown-menu:after {
  position: absolute;
  content: " ";
  top: -11px;
  left: 23px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
}
ul.level2.dropdown-menu:before {
  position: absolute;
  content: " ";
  top: -13px;
  left: 57%;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #008bd2;
}
ul.level2.dropdown-menu:after {
  position: absolute;
  content: " ";
  top: -12px;
  left: 57%;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
}
/* 2nd label menu */

li.dropdown > .submenu-wrapper {
    position       : absolute;
    display        : block;
    left           : 0%;
    z-index        : 999;
    top            : 100px; /* Will change on theme specific */
    }
ul.level-one.dropdown-menu li{
  border-bottom: 0 solid transparent !important;
  
}
ul.level-one.dropdown-menu li:last-child{ 
  padding-left: 0 !important;
}
/** IE pointer events */

li.dropdown > .submenu-wrapper.no-pointer-events {
    display : none;
    }

li.dropdown > .submenu-wrapper > .submenu-inner {
    margin-top         : -10px;
    opacity            : 0;
    -webkit-transform  : translateY(-15%);
    -moz-transform     : translateY(-15%);
    -ms-transform      : translateY(-15%);
    -o-transform       : translateY(-15%);
    transform          : translateY(-15%);
    min-width          : 200px;
    -webkit-transition : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition    : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition     : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition      : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition         : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }
ul.level-one.dropdown-menu.single-dropdown li:first-child {
    /*padding-top: 4px;*/
}
li.dropdown:hover > .submenu-wrapper.no-pointer-events {
    display : block;
    }
li.dropdown:hover > .submenu-wrapper > .submenu-inner {
    opacity           : 1;
    -webkit-transform : translateY(0);
    -moz-transform    : translateY(0);
    -ms-transform     : translateY(0);
    -o-transform      : translateY(0);
    transform         : translateY(0);

    }
li.dropdown.menu-animating > .submenu-wrapper {
    overflow : hidden;
    }

/* 3rd label menu */

li.dropdown > .submenu-sub-wrapper {
    position       : absolute;
    left           : 100%;
    top            : 0;
    display        : block;
    z-index        : 1000;
    width          : 100%;
    }
li.dropdown > .submenu-sub-wrapper > .submenu-sub-inner {
    opacity            : 0;
    -webkit-transform  : translateX(-100%);
    -moz-transform     : translateX(-100%);
    -ms-transform      : translateX(-100%);
    -o-transform       : translateX(-100%);
    transform          : translateX(-100%);
    -webkit-transition : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition    : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition     : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition      : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition         : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }
li.dropdown:hover > .submenu-sub-wrapper > .submenu-sub-inner {
    opacity           : 1;
    -webkit-transform : translateX(0);
    -moz-transform    : translateX(0);
    -ms-transform     : translateX(0);
    -o-transform      : translateX(0);
    transform         : translateX(0);
    }
li.dropdown.menu-animating > .submenu-sub-wrapper {
    overflow : hidden;
    }
label.error {
    background : rgb(250, 221, 221);
    color      : #FF0000;
    padding    : 3px 10px;
    margin-top : 5px;
    }
	
	
	/* MENU Jamela */

	.submenu_jamela{
	border-top: 1px solid #008bd2;
    z-index: 0;
    float: left;
    width: 200px !important;
    background-color: #fff;
	}
	
	.submenu_jamela2{
		border-top: 1px solid #008bd2;
    z-index: 0;
    float: left;
    width: 250px !important;
    background-color: #fff;
	}
	
	.moha_jamela:before{
		position: relative;
		  content: " ";
		  top: -11px;
		  left: 23px;
		  width: 0;
		  height: 0;
		  border-left: 12px solid transparent;
		  border-right: 12px solid transparent;
		  border-bottom: 12px solid #ffffff;
		  display:none;
	}
	
	
/*************************************
          Header top
**************************************/
.header-top{
    background-color: #ececec;
}
.header-inner{
  /*background-color: #ffffff;*/
  padding: 0 0;
      padding-right: 15px;
}
.fa-ul.level-one li .fa {
    background-color: #008bd2;
    font-size: 17px;
    padding: 6px 6px 7px;
}
.fa-ul.level-one li .fa-facebook {
    padding-left: 9px;
    padding-right: 9px;
}
.fa-ul.level-one li .fa:hover {
    background-color: #818181;
}
.fa-ul.list-inline.top-info.level-one li {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: 'Roboto';
}

.top-social.level-one li.location {
  background-color: transparent;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 1px;
  font-family: 'Merriweather';
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #fff;
  margin-right: 14px;
  -webkit-transition:all ease 0.35s;
  -moz-transition:all ease 0.35s;
  -o-transition:all ease 0.35s;
  -ms-transition:all ease 0.35s;
  transition:all ease 0.35s;
}
.top-social.level-one li.location:hover {
  cursor: pointer;
  background-color: #fff;
  color: #c79c60;
}
.top-social.level-one li .fa-map-marker {
  font-size: 20px;
  padding-right: 10px;
}
.fa-ul.list-inline.top-info.level-one li a i:before {
  font-size: 17px;
  color: #fff;
}
/*.top_search li i {
    background-color: #008bd2;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 0 10px;
}
.top_search li i:hover {
    background-color: #818181;
}
.top_search li{
    padding: 0;
}*/
/*.fa-ul.list-inline.top-info.level-one li a {
  padding: 6px 4px 6px 4px;
  background-color: #008bd2;
  line-height: 28px;
}
.fa-ul.list-inline.top-info.level-one li a:hover {
  background-color: #818181;
}*/
.fa-ul.list-inline.top-info.level-one li a.tel-no {
  background-color: transparent;
  border: none;
  color: #474747;
}
.fa-ul.list-inline.top-info.level-one li a.tel-no:hover{
  color: #008bd2;
}
.list-inline.top-info > li {
  display: inline-block;
  padding-right: 0px;
  padding-left: 0px;
}

/*********************************************
            Search
***********************************************/

#wrap {
  display: inline-block;
    float: right;
    padding: 0;
}

#search {
  font-size: 15px;
    display: inline-block;
    font-family: "Lato";
    font-weight: 100;
    border: none;
    outline: none;
    color: #fff;
    padding: 3px;
    padding-right: 40px;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 139, 210, 0.61);
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
}

#search:focus:hover {
  border-bottom: 1px solid #BBB;
  background: rgba(0, 139, 210, 0.81);
}

#search:focus {
  width: 220px;
  z-index: 1;
  border-bottom: 1px solid #BBB;
  cursor: text;
}
.fa.search_icon {
    margin-top: 7px;
}

/*SEARCH*/

.top-social .search {
    width: 230px;
    height: 30px;
    position: relative;
    right: 1px;
    float: right;
    line-height: 22px;
}
.top-social .search input {
    position: absolute;
    width: 0px;
    float: Left;
    margin-left: 205px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    height: 30px;
    line-height: 18px;
    padding: 0 2px 0 18px;
    font-weight: 600;
    border-radius:1px;
    border: 1px solid #34AFED;
}
.top-social .search:hover input, 
.top-social .search input:focus {
    width: 200px;
    margin-left: 0px;
}
.top-social .search .search_btn {
    height: 30px;
    width: 37px;
    position: absolute;
    right: 0;
    border-radius:1px;
}
.top-social .search .btn-primary {
    color: #FFF;
    background-color: #229ad6;
    border-color: #229ad6;
}
.top-social .search .btn-primary:hover {
    color: #FFF;
    background-color: #34AFED;
    border-color: #34AFED;
}



/*********************************************
            drop down image select
***********************************************/
.dropdown dd, 
.dropdown dt,
.dropdown ul { 
  margin:0px; padding:0px;
}
.dropdown dd {
  position:relative; 
  z-index: 999;
}
.dropdown a,
.dropdown a:visited{
  color:#008bd2;
  text-decoration:none;
  outline:none;
}

.dropdown dt a:hover {
  color:#5d4617;
}
.dropdown dt a {
  display: block;
  padding-right: 0px;
  width: 96px;
  height: 20px;
}
.dropdown dt a span {
  cursor: pointer;
  display: block;
  color: #c79c60;
  font-family: 'Merriweather';
}
.dropdown dd ul {
  background: #fff none repeat scroll 0 0;
  border:1px solid #D3A45E;
  color: #C5C0B0;
  display: none;
  left: -11px;
  padding: 0px;
  position: absolute;
  top: 4px;
  width: 119px;
  min-width: 53px;
  list-style: none;
}
.dropdown span.value {
  display:none;
}
.dropdown dd ul li a { 
  padding:5px; 
  display:block;
}
     
.dropdown img.flag {
  border: none;
  vertical-align: top;
  margin-left: -3px;
  height: 13px;
  width: 20px;
  margin-top: 2px;
  margin-right: 5px;
}
.dropdown dt a {
    background: url(../img/arrow.png) no-repeat scroll right center;
    display: block;
    padding-right: 0px;
    width: 96px;
    height: 19px;
}


/*#rt-showcase-surround {
    background: #f1f1f1 none repeat scroll 0 0;
}*/
.top_service {
    /*padding-bottom: 20px;*/
}
/*****************************************************
                  Service Area
******************************************************/

.service_box{
  padding: 0 15px;
}
.sbox {
  background: #008bd2;
  padding: 10px 20px 15px;
  margin-bottom: 15px;
  -webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-ms-transition: all 200ms ease-out;
-o-transition: all 200ms ease-out;
transition: all 200ms ease-out;
}
.sbox h2 {
    color: #fff;
    font-family: "Raleway",sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.stext p {
    color: #fff;
    font-family: "Open Sans" 400;
    font-size: 13px;
    line-height: 17px;
    margin-top: 10px;
    letter-spacing: 1px;
}
.sbox ul li {
  display: inline-block;
}
.sbox li i::before {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    margin-right: 10px;
}
.sbox:hover { 
  margin-top: -34px;
  padding-bottom: 20px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.sbox:hover .sbtn{
  display: block;
}
.sbox1 {
  border-right: 2px solid #ffffff;
}
.sbox2 {
  border-right: 2px solid #ffffff;
}
.sbox3 {
  border-right: 2px solid #ffffff;
}
.sbox4 {
}
.sbtn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    font-family: "Open Sans" 400;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    padding: 1px 6px;
    display: none;
}
.sbtn:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #008bd2;
}

/*****************************************************
                  RPL service
******************************************************/

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.rpl_content {
    margin-left: 0px;
    margin-right: 0px;
    background: #ffffff;
}
.heading_part {
    padding: 25px 0 0px 0;
}
.heading_part h1 {
    color: #434343;
    font-family: raleway;
    font-size: 35px;
    font-weight: bold;
   /* text-transform: uppercase;*/
}
.heading_part2 h1 {
    color: #434343;
    font-family: raleway;
    font-size: 26px;
    font-weight: bold;
    /*text-transform: uppercase;*/
}
.hborder {
    background-color: #008bd2;
    display: inline-block;
    height: 5px;
    margin-bottom: 8px;
    width: 120px;
}



.admission_background {
    background-image: url("../img/diagmonds.png");
    background: rgb(220, 220, 220 0.6); 
    padding: 0px 45px;
}

.admission_service_content {
    margin-left: 0px;
    margin-right: 0px;
    /*background: #ffffff;*/
    padding-top: 0px;
}




.ih-item{
  position: relative;
  
}

 .ih-item:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item img.ih-item-hover {
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
}
.ih-item:hover img.ih-item-hover {
  -moz-transform: scale(0.8) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(0.8) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -o-transform: scale(0.8) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -ms-transform: scale(0.8) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        transform: scale(0.8) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.abtnl {
  

    background: #fff;
    border: 1px solid #fff;
    color: #008bd2;
    font-family: "Open Sans" 400;
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
    padding: 10px 26px;
}


.abtnl:hover {
background: rgb(0, 139, 210) none repeat scroll 0 0;
    border: 1px solid #008bd2;
    color: #f5f5f5;
}


/*----------- migration services----------*/

.migration_sv {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    padding: 15px 0 30px;
    margin-top: 30px;
    position: relative;
}

.student_visa {

  height: 200px;
}

.bb, .bb::before, .bb::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bb {
  width: 170px;
  height: 170px;
  margin: auto;
  background: url("../img/mig1.jpg") no-repeat 50%/90% rgba(0, 139, 201, 0.1);
  color: #008bd2;
  box-shadow: 0 0 0 1px rgba(0, 139, 201, 0.8) inset;
}
.bb::before, .bb::after {
  content: '';
  z-index: -1;
  margin: -5%;
  box-shadow: inset 0 0 0 2px;
  animation: clipMe 8s linear infinite;
}
.bb::before {
  animation-delay: -4s;
}
.bb:hover::after, .bb:hover::before {
  background-color: rgba(0, 139, 201, 0.9);
}

/*----------- bb2----------*/
.bb2, .bb2::before, .bb2::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bb2 {
  width: 170px;
  height: 170px;
  margin: auto;
  background: url("../img/mig2.jpg") no-repeat 50%/90% rgba(0, 139, 201, 0.1);
  color: #008bd2;
  box-shadow: 0 0 0 1px rgba(0, 139, 201, 0.8) inset;
}
.bb2::before, .bb2::after {
  content: '';
  z-index: -1;
  margin: -5%;
  box-shadow: inset 0 0 0 2px;
  animation: clipMe 8s linear infinite;
}
.bb2::before {
  animation-delay: -4s;
}
.bb2:hover::after, .bb2:hover::before {
  background-color: rgba(0, 139, 201, 0.9);
}

/*----------- bb3----------*/
.bb3, .bb3::before, .bb3::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bb3 {
  width: 170px;
  height: 170px;
  margin: auto;
  background: url("../img/mig3.jpg") no-repeat 50%/90% rgba(0, 139, 201, 0.1);
  color: #008bd2;
  box-shadow: 0 0 0 1px rgba(0, 139, 201, 0.8) inset;
}
.bb3::before, .bb3::after {
  content: '';
  z-index: -1;
  margin: -5%;
  box-shadow: inset 0 0 0 2px;
  animation: clipMe 8s linear infinite;
}
.bb3::before {
  animation-delay: -4s;
}
.bb3:hover::after, .bb3:hover::before {
  background-color: rgba(0, 139, 201, 0.9);
}

/*----------- bb4----------*/
.bb4, .bb4::before, .bb4::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bb4 {
  width: 170px;
  height: 170px;
  margin: auto;
  background: url("../img/mig4.jpg") no-repeat 50%/90% rgba(0, 139, 201, 0.1);
  color: #008bd2;
  box-shadow: 0 0 0 1px rgba(0, 139, 201, 0.8) inset;
}
.bb4::before, .bb4::after {
  content: '';
  z-index: -1;
  margin: -5%;
  box-shadow: inset 0 0 0 2px;
  animation: clipMe 8s linear infinite;
}
.bb4::before {
  animation-delay: -4s;
}
.bb4:hover::after, .bb4:hover::before {
  background-color: rgba(0, 139, 201, 0.9);
}

/*----------- bb5----------*/
.bb5, .bb5::before, .bb5::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bb5 {
  width: 170px;
  height: 170px;
  margin: auto;
  background: url("../img/mig5.jpg") no-repeat 50%/90% rgba(0, 139, 201, 0.1);
  color: #008bd2;
  box-shadow: 0 0 0 1px rgba(0, 139, 201, 0.8) inset;
}
.bb5::before, .bb5::after {
  content: '';
  z-index: -1;
  margin: -5%;
  box-shadow: inset 0 0 0 2px;
  animation: clipMe 8s linear infinite;
}
.bb5::before {
  animation-delay: -4s;
}
.bb5:hover::after, .bb5:hover::before {
  background-color: rgba(0, 139, 201, 0.9);
}

/*----------- bb6----------*/
.bb6, .bb6::before, .bb6::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bb6 {
  width: 170px;
  height: 170px;
  margin: auto;
  background: url("../img/mig6.jpg") no-repeat 50%/90% rgba(0, 139, 201, 0.1);
  color: #008bd2;
  box-shadow: 0 0 0 1px rgba(0, 139, 201, 0.8) inset;
}
.bb6::before, .bb6::after {
  content: '';
  z-index: -1;
  margin: -5%;
  box-shadow: inset 0 0 0 2px;
  animation: clipMe 8s linear infinite;
}
.bb6::before {
  animation-delay: -4s;
}
.bb6:hover::after, .bb6:hover::before {
  background-color: rgba(0, 139, 201, 0.9);
}

@keyframes clipMe {
  0%, 100% {
    clip: rect(0px, 220px, 2px, 0px);
  }
  25% {
    clip: rect(0px, 2px, 220px, 0px);
  }
  50% {
    clip: rect(218px, 220px, 220px, 0px);
  }
  75% {
    clip: rect(0px, 220px, 220px, 218px);
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


/*----------- migration services----------*/

.rpl_background {
    background-image: url("../img/diagmonds.png");
    background: rgb(220, 220, 220 0.6); 
    padding: 0px 0;
    padding-top: 15px;
    padding-bottom: 30px;
}
.con_hborder {
    background-color: #b5b5b5;
    display: inline-block;
    height: 2px;
    margin-bottom: 10px;
    width: 120px;
}
h2.rpl_con_head {
    color: #008bd2;
    font-family: raleway;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0px;
    text-align: left;
    line-height: 16px;
}
.rpl_text {
    padding: 15px 10px !important;
}
.rpl_text p {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}
.rpl_img {
    border-top: 5px solid #a1a1a1;
    border-bottom: 5px solid #a1a1a1;
    border-right: 1px solid #a1a1a1;
    overflow: hidden;
}
.rpl_img:hover {
    border-top: 5px solid #008bd2;
    border-bottom: 5px solid #008bd2;
    border-right: 1px solid #008bd2;
}
.rpl_img:hover::before {
    border-bottom: 12px solid transparent;
    border-right: 12px solid #008bd2;
    border-top: 12px solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    right: 0;
    top: 45%;
    width: 0;
}
.rpl_img::before {
    border-bottom: 12px solid transparent;
    border-right: 12px solid #a1a1a1;
    border-top: 12px solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    right: 0;
    top: 45%;
    width: 0;
}
.rpl_img:hover::after {
    border-bottom: 12px solid transparent;
    border-right: 12px solid #008bd2;
    border-top: 12px solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    right: 0;
    top: 45%;
    width: 0;
}
.rpl_img::after {
    border-bottom: 12px solid transparent;
    border-right: 12px solid #a1a1a1;
    border-top: 12px solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    right: 0;
    top: 45%;
    width: 0;
}
.rpl_img_1 {
    border-top: 5px solid #a1a1a1;
    border-bottom: 5px solid #a1a1a1;
    border-left: 1px solid #a1a1a1;
    overflow: hidden;
}
.rpl_img_1:hover {
    border-top: 5px solid #008bd2;
    border-bottom: 5px solid #008bd2;
    border-left: 1px solid #008bd2;
}
.rpl_img_1:hover::before {
    border-bottom: 12px solid transparent;
    border-left: 12px solid #008bd2;
    border-top: 12px solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    top: 45%;
    width: 0;
}
.rpl_img_1:hover::after {
    border-bottom: 12px solid transparent;
    border-left: 12px solid #008bd2;
    border-top: 12px solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    top: 45%;
    width: 0;
}
.rpl_img_1::before {
    border-bottom: 12px solid transparent;
    border-left: 12px solid #a1a1a1;
    border-top: 12px solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    top: 45%;
    width: 0;
}
.rpl_img_1::after {
    border-bottom: 12px solid transparent;
    border-left: 12px solid #a1a1a1;
    border-top: 12px solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    top: 45%;
    width: 0;
}
.rpl_text:hover .rpl_con_head {
    color: #a1a1a1;
}
.rpl_text:hover .con_hborder {
    background-color: #008bd2;
}
.rpl_img_1 img.rpl_hover {
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
}
.rpl_img_1:hover img.rpl_hover {
  -moz-transform: scale(1.4) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1.4) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -o-transform: scale(1.4) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -ms-transform: scale(1.4) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        transform: scale(1.4) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.rpl_img img.rpl_hover {
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
}
.rpl_img:hover img.rpl_hover {
  -moz-transform: scale(1.4) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1.4) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -o-transform: scale(1.4) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -ms-transform: scale(1.4) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        transform: scale(1.4) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
/*****************************************************
                  Welcome Area
******************************************************/
.why_imes_container {
    padding-bottom: 40px;
}
.welcome_content {
  background: #008bd2;
      padding: 22px 20px 20px 20px !important;
}

.welcome-area{
  background-color: #f1f1f1;
  padding: 60px 0;
}
.welcome_content h2 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
}
p.sub_head {
    color: #fff;
    font-family: raleway;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}
p.sub_head::before {
    border-bottom: 2px solid #fff;
    content: "";
    position: absolute;
    top: 25%;
    transition: all 0.3s ease-in-out 0s;
    width: 300px;
    z-index: 99;
}
h2.sub_head::before {
    border-bottom: 2px solid #fff;
    content: "";
    position: absolute;
    top: 50px;
    transition: all 0.3s ease-in-out 0s;
    width: 300px;
    z-index: 99;
}
p.welcome_text {
    color: #fff;
    font-size: 15px;
    text-align: justify;
    padding-top: 19px;
    line-height: 22px;
}
.welcome-note strong {
  font-size: 16px;
  text-transform: capitalize;
  color: #545454;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 24px;
}
.carousel-indicators {
  left: 10% !important;
  bottom: 10px;
}
.carousel-indicators .active {
  background-color: #008bd2;
}
.wbtn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    font-family: "Open Sans" 400;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    padding: 1px 6px;
}
.wbtn:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #008bd2;
}
.why_imes_img_border {
    border: 2px solid #fff;
    height: 86%;
    left: 4%;
    position: absolute;
    top: 7%;
    width: 90%;
}
.why_imes_img {
    position: relative;
}
.patner_wrapper {
    background: #fff none repeat scroll 0 0;
    padding: 0 30px;
}
.patner_wrapper span {
    float: none;

    display: inline-block;
}
.patner_wrapper img {
    border: 1px solid #eee;
}
.other_patners {
    background: #fff none repeat scroll 0 0;
    margin-top: 30px;
    padding: 30px 0;
}
.accreditions_logo img {
    height: 57px;
    width: 213px;
}
.accreditions_logo {
    padding-top: 10px;
}
.insurance_patner_con ul li {
    display: inline-block;
    padding-left: 10px;
    padding-top: 6px;
}
/****************************************************************
                  
*****************************************************************/

.top_btn1 {
    background-color: #f26444;
    border-radius: 0;
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 7px 14px;
    text-transform: uppercase;
    line-height: 29px;
}
.top_btn2 {
    background-color: #ed145b;
    border-radius: 0;
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 7px 14px;
    text-transform: uppercase;
    line-height: 29px;
}

 .top_btn3 {
    background-color: #008bd2;
    border-radius: 0;
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 7px 14px;
    text-transform: uppercase;
    line-height: 29px;
}


.modal_header{

    border: 1px solid;width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.54);
    position: absolute;
    z-index: 1111;
    margin-top: -15%;

}


.modal_responsive{

   position: fixed;
   margin-top: 0;
   left: 25%; 
   top: 10%;

}

.top_btn1:hover {
    background-color: #008bd2;
}
.top_btn2:hover {
    background-color: #008bd2;
}

.top_btn3:hover {
    background-color: #008bd2;
}



.btn {
    background: #008bd2 none repeat scroll 0 0;
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 4px 14px ;
    border-radius: 0;
}
.bottom-wrapper .btn{
     
    box-shadow: 0 2px 0 rgba(0,0,0,0.4);
}
.btn:hover{
    background: #a1a1a1;
    color: #f0efee;
    box-shadow: none;
}

.item-contents{
    padding: 20px 0;
    border-bottom: 1px dashed #b6b6b6; 
}
.item-contents img{
    border-radius: 5px;
}
.item-contents p{
    font-size       : 16px;
    color           : #444444;
    text-transform  : uppercase;
    font-weight     : 400;
    letter-spacing  : 1px;
    padding-top     : 10px;
}
.item-contents span{   
    font-size       : 16px;
    color           : #7c7c7c;
    text-transform  : capitalize;
    font-weight     : 300;
    letter-spacing  : 1px;
}



/*******************************************************************************
                        chat Form
********************************************************************************/

.book-now-wrapper{
    position: fixed;
    right: 0;
    top: 29.5%;
    text-align: center;
    z-index: 9999;
}
.book-now-wrapper .book-now{
    position: relative;
    width: 1px;
    box-shadow: 0 0 3px rgba(0,0,0,0.16);
    border-width: 0;
    background: #ffffff;
    padding: 25px 0;
    border-radius: 2px ;
    overflow-x: hidden ;
    opacity: 0;
}
.book-now-wrapper .book-now.open{
width: 385px;
padding: 25px 20px;
border-right: 2px solid #c57676;
opacity: 1;
}
.book-now-wrapper  .toggle{
    font-size       : 14px;
    color           : #ffffff;
    font-weight: 500;
    letter-spacing: 2px;
    width: 200px;
    opacity: 1;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Safari */
    transform: rotate(270deg);
    padding: 10px 0;
    text-transform: uppercase;
    background: #008bd2;
    box-shadow: 0 -2px 3px rgba(0,0,0,0.3);
    text-align: center;
    border-radius: 5px 5px 0 0 ;
    position: absolute;
    left: -121px;
    top: 45.5%;
    cursor: pointer;
}
.book-now-wrapper .book-form p{
    font-size       : 15px;
    color           : #000000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 300;
    padding: 0 15px 20px 15px;
    -ms-text-align-last: auto;
    text-align: left;
}
.book-now-wrapper .form-control{
    border-radius: 2px;
    margin-bottom: 15px;
    background: #f5f5f5;
    box-shadow: none;
    border: 1px solid #e6e6e6;
}
.book-now-wrapper  .form-control:focus {
  border-color: #e6e6e6;
  background: #ffffff;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(102, 175, 233, 0);
          box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(102, 175, 233, 0);
}
.book-now-wrapper  .form-control::-moz-placeholder {
    font-family     : 'Roboto', sans-serif;
    font-size       : 14px;
    color           : #a2a2a2;
    font-style: italic;
    text-transform: capitalize; 
    font-weight: 300;
    letter-spacing: 1px; 
    opacity         : 1;
}
.book-now-wrapper  .form-control:-ms-input-placeholder {
    font-family     : 'Roboto', sans-serif;
    font-size       : 16px;
    color           : #a2a2a2;
    font-style: italic;
    font-weight: 300;
    text-transform: capitalize;
}
.book-now-wrapper  .form-control::-webkit-input-placeholder {
    font-family     : 'Roboto', sans-serif;
    font-size       : 16px;
    color           : #a2a2a2;
    font-style: italic;
    font-weight: 300;
    text-transform: capitalize;
}
.book-now-wrapper .btn{

    background: #008bd2 ;
    font-family     : 'Roboto', sans-serif;
    font-size       : 14px;
    color           : #ffffff;
    text-transform: uppercase;
    padding: 7px 0;
    width: 100%;
}
.book-now-wrapper .btn:hover{

    opacity: .8;
}


/**********************************************************
              Footer
***********************************************************/
 .footer-top{
  padding: 30px 0 10px 0;
  background-color: #ffffff;
 }
.footer-title {
    border-bottom: 3px solid #bfbfbf;
    color: #008bd2;
    font-family: raleway;
    font-size: 21px;
    font-weight: bold;
    /*letter-spacing: 1px;*/
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-transform: capitalize;
}
.twt-area.media-body,
.twt-area.media-body a{
  color: #969696;
}
.twitter-avatar {
    color: #A87F41;
}
.twt-area .date {
    color: #A87F41;
    cursor: pointer;
}
.screen-name {
  float: left;
  padding-right: 5px;
}
.open-time p{
  color: #969696;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
.address p{
  color: #969696;
  text-transform: capitalize;
  /*letter-spacing: 1px;*/
  line-height   : 35px; 
  text-align: initial;
}
.address p a{
  color: #969696;
  text-transform: none;/*
  font-weight: bold;*/
  letter-spacing: 0.5;
  font-size: 16px;
}
.address p a:hover{
  color: #008bd2;
}
p.icon-map {
    font-size: 16px;
}
i.fmarker {
    padding: 4px 7px !important;
}
i.fmobile {
    font-size: 20px !important;
    padding: 3px 7px !important;
}
i.fphone {
    font-size: 17px !important;
    padding: 4px 5px !important;
}
.open-time i, .address i {
    background: #008bd2 none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    padding: 4px;
    margin-right: 8px;
}
.icon-map {
    line-height: 29px;
}
.clock-time{
  position: relative;
}
.address .road-details {
    padding-left: 31px;
    line-height: 15px;
    padding-bottom: 10px;
}
.footer-social-list{
  margin-top: 22px;
}
footer .footer-top ul li a i:before {
  font-size: 15px;
  color: #727272;
  padding-right: 5px;
}
footer .footer-top ul li a i:hover:before{
  color: #cfa670;
}
.footer-logo img {
    height: 45px;
    width: 223px;
    margin-bottom: 20px;
}
p.imes-info {
    color: #969696;
    font-style: italic;
    letter-spacing: 0;
    line-height: 20px;
    text-align: justify;
    text-transform: capitalize;
}
.footer-bottom{
color: #1b1b1b;
background-color: #008bd2;
padding: 20px 0;
}
.footer-bottom p a, .footer-bottom p {
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 32px;
}
.student_content li a {
    color: #717171;
    font-size: 16px;
    letter-spacing: 1px;
}
a.li_icon {
    background-image: url("../img/list_icon.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 22px;
}
a.li_icon:hover {
    background-image: url("../img/list_icon_hover.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 22px;
}
.student_content li a {
    color: #717171;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 29px;
}
.student_content li a:hover {
    color: #008bd2;
}
.footer_box {
  padding-bottom: 20px;
}
.footer-bottom p a:hover{
  color: #000;
}
.footer-bottom .fa-angle-up {
    color: #fff;
    padding: 6px 10px;
    background-color: #010101;
    border-radius: 3px;
    font-size: 20px;
    opacity: 0.7;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.footer-bottom .fa-angle-up:hover{
    cursor: pointer;
    opacity: .86;
}

.scrollToTop{
    
    text-align:center; 
    font-weight: bold;
    color: #010101;
    text-decoration: none;
    position:fixed;
    top:90%;
    right:6px;
    display:none;
}
.scrollToTop:hover{
    text-decoration:none;
}
.footer-bottom .fa-angle-up:hover{
  background-color: #008BD2;
}




/*************************************************************************
                    LOADER
**************************************************************************/
.loader {
    background: url("../img/page-loader.gif") no-repeat scroll 50% 50% rgb(249, 249, 249);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}




/****************************************************************
                        Menu Page
****************************************************************/
.menu-banner {
  background-image: url('../img/menu-banner.jpg');
}
.banner-wrapper {
  padding: 140px 0;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.menu-block.first-section{
  background: url(../img/first-back.jpg)center center no-repeat;
  padding: 100px 0;
  background-size: cover;
}
.menu-block h1{
  color: #444444;
  font-size: 30px;
  padding: 22px 0 38px 0;
}
.menu-block .top-icon img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  display: block;
  margin: auto;
}
.media.menu-media {
  padding: 16px 0;
  border-bottom: 1px dashed #b6b6b6;
}
.menu-block .media .media-left img {
  width: 75px;
  height: 75px;
  border-radius: 5px;
}
.menu-block .media .media-body h2{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #444444;
  text-align: left;
  text-transform: uppercase;
  padding: 10px 0 0 10px;
}
.menu-block .media .media-body h2 span{
  float: right;
  color: #a87f41;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
}
.menu-block .media .media-body p{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-align: left;
  letter-spacing: 1px;
   padding: 0 0 0 10px;
}
.menu-block.second-section{
  background: url(../img/second-back.jpg)center center no-repeat;
  padding: 100px 0;
  background-size: cover;
}
.menu-block.third-section{
  background: url(../img/third-back.jpg)center center no-repeat;
  padding: 100px 0;
  background-size: cover;
}
.menu-block.fourth-section{
  background: url(../img/fourth-back.jpg)center center no-repeat;
  padding: 100px 0;
  background-size: cover;
}




/**********************************************************
              Reservation
***********************************************************/

.reservation-banner{
    background-image: url('../img/reservation-banner.jpg');
}
.reservation-top-section .carousel-indicators{
  bottom: 3px;
}

.reservation-top-section .carousel-indicators li{
  height: 12px;
  width: 12px;
  background-color: #ffffff;
}
.reservation-top-section .carousel-indicators .active{
  background-color: #008bd2;
  border: 1px solid #008bd2;
  margin: 1px;
}
.reservation-top-section h1{
  line-height: 50px;
}
.reservation-top-section .slogan{
  text-align: left;
  margin-bottom: 23px;
  color: #242424;
}
.reservation-top-section p{
  color: #2d2d2d;
  line-height: 26px;
  letter-spacing: 1.3px;
  font-weight: 300;
}
.reservation-bottom-section h2{
  font-family: 'Merriweather',sans-serif;
  text-align: left;
  font-size: 28px;
  color: #242424;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.reservation-bottom-section p{
  color: #636363;
  line-height: 24px;
  letter-spacing: 1.5px;
  font-weight: 300;
}
.reservation-bottom-section a{
  color: #a87f41;
  font-weight: 500;
  }
.reservation-bottom-section a:hover{
  color: #575757;
}

.reservation-top-section h2.text-left {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 30px;
}
.booking-form.reservation-page h2 {
    color: #cfa670;
}

/**********************************************************
              Events Details
***********************************************************/


.event-heading blockquote { 
  margin: 15px 0 30px;
}
.blockquote-reverse p{
  text-align: right;
}
.style-1.text-left {
    float: left;
}
.style-1.text-right {
    float: right;
}

.leave-comments h2 {
    font-size: 24px;
    color: #444444;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    text-transform: inherit;
    padding-bottom: 20px;
}

.leave-comments .btn-read-more{
    background: #a87f41;
    padding: 7px 19px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid #7f510c;
    margin-top: 30px;
}
.leave-comments .btn-read-more:hover{
    background: #7f510c;
  }
.leave-comments .form-control:focus {
    border-color: #A87F41;
  }  
.leave-comments .form-control{
  border-color: #A87F41;
   border-radius: 0 !important;
  }
.leave-comments .form-group label{
  color: #444444;
  letter-spacing: 1px;
  text-transform: capitalize;
}

/**********************************************************
              Contact Us
***********************************************************/

.contact-banner{
    background-image: url('../img/contact-banner.jpg');
}
.contact-wrapper{
    color: #444444;
    letter-spacing: 2px;
    text-align: left;
}
.contact-wrapper h2{
    font-family : 'Roboto', sans-serif;
    font-size   : 18px;
    line-height : 25px;
    font-size: 18px;
    color: #444444;
    text-align: left;
    text-transform: uppercase;
}
.contact-wrapper .form-wrapper{
  border: 1px solid #f9f9fb;
  padding: 20px;
}
.contact-wrapper .form-wrapper p{
  font-weight: 300;
  padding: 15px 0 30px 0;
}
.contact-wrapper .form-wrapper .btn{
  margin-left: 15px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 9px 22px;
}
.contact-wrapper .form-wrapper .form-control{
  border-radius: 0;
  margin-bottom: 25px;
  border: 1px solid #dfb77b;
  height: 40px;
}
.contact-wrapper .form-wrapper textarea.form-control{
  height: auto;
}
.contact-wrapper .form-wrapper .form-control:focus {
  border-color: #a87f41;
  background: #ffffff;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(102, 175, 233, 0);
          box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(102, 175, 233, 0);
}
.contact-wrapper .form-wrapper .form-control::-moz-placeholder {
    font-family     : 'Roboto', sans-serif;
    font-size       : 14px;
    color           : #7f7f7f;
    text-transform: capitalize; 
    font-weight: 300;
    letter-spacing: 2px; 
    opacity         : 1;
}
.contact-wrapper .form-wrapper .form-control:-ms-input-placeholder {
    font-family     : 'Roboto', sans-serif;
    font-size       : 14px;
    color           : #7f7f7f;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.contact-wrapper .form-wrapper .form-control::-webkit-input-placeholder {
    font-family     : 'Roboto', sans-serif;
    font-size       : 14px;
    color           : #7f7f7f;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.contact-wrapper .address-wrapper{
    margin-top: 60px;
    padding-top: 50px;
    border-top: 1px solid #d8d8d8;
}
.contact-wrapper .address-wrapper h3{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}
.contact-wrapper .address-wrapper .left{
  text-align: left;
}
.contact-wrapper .address-wrapper .middle{

  text-align: center;
}
.contact-wrapper .address-wrapper .right{
  text-align: right;
}
.contact-wrapper .address-wrapper p,
.contact-wrapper .address-wrapper a{
  margin-top: 20px;
  color: #767676;  
}
.contact-wrapper .address-wrapper a:hover{
  color: #333333;
}


/*Google Map Contact*/
#map-canvas1 {
  width: 100%;
  height: 570px;
}

/*Form Validation*/

.validation{
background: rgba(253, 207, 207, 1) !important;
}
.success{
    background : #DFF0D8 !important;
    padding    : 5px;
}
.error{
    background  : rgba(253,231,231,1) !important;
    padding     : 5px;
}


/**********************************************************
              Contact Page
***********************************************************/



.address_wrapper{
    /*background: #fff;*/
    margin-top:0px;
}
.heading_part_contact {
    margin-top: 10px;
}

.heading_part_contact h1{
    color: #434343;
    font-family: raleway;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
}
.headoffice_add{
    padding: 0px;
}
.headoffice_add h1{
    color: #333;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    padding-top: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #008bd2;
    font-weight: 600;
    text-shadow: 1px 4px 8px;
}
.headoffice_map{
    margin-top: 20px;
    border-radius: 5px;
}
.head_office_map{
    /*width:740px; 
    height:400px; */
    overflow: hidden;
    border: 0px solid #008bd2;
}

.contact_form{
    padding: 13px;
    text-align: center;
    margin: 19px 0px !important;
    background: #fff;
    border-radius: 3px;
}

.contact_form h2{
    font-weight: 500;
    font-size: 157% !important;
    color: #008BD2;
    letter-spacing: 0;
    padding-top: 10px;
}
.contact_form h3{
    padding: 8px 0px 18px;
    color: rgb(27, 26, 26);
    font-size: 100% !important;
}
.contact_form .form-control {
    border: 1px solid #73aad8;
    border-radius: 5px !important;
    height: 33px;
    font-size: 14px;
    color: #555;
}
.contact_form textarea{
    height: 6em !important;
}


.other_outlet{
    background: #fff;
    margin-bottom: 0%;
    padding: 25px 0px;
}

.address_one{
    border: 0px solid;
    background-color: #008bd2;
}
.add_content{
    padding:10px;
}
.address_one h2{
    font-weight: 700;
    color: white;
    padding: 28px 0px;
    border-bottom: 1px dashed #fff;
    margin-bottom: 20px;
    font-size: 25px;
}
.address_one p{
    padding: 5px 9px;
    text-align: center;
}
.address_one i{
    font-size: 24px;
    padding-right: 10px;
    color: #010101;
}
.address_one a{
    line-height: 1;
    color: #fff;
    font-size: 15px;
}
.map-padding{
    
}     

/**********************************************************
              Why Choose IMES Page
***********************************************************/

.why_choose_img{
    position: relative;
    margin: 0px;
}
.why_choose_rapper{
    position: absolute;
    background: rgba(0, 139, 210, 0.64);
    width: 100%;
    height: 74%;
    bottom: 0;
    transition: 1s all;
    padding: 0 20px;
}


.why_choose_rapper h3 {
    color: #fff;
}


.why_headline{
  /* padding: 5px;*/
    padding-top: 77px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
   /* text-transform: uppercase;*/
    text-align: center;
    position: relative;
}

/*.why_headline::before{
     border-bottom: 2px solid #fff;
    content: "";
    position: absolute;
    top: 96%;
    transition: all 0.3s ease-in-out 0s;
    width: 215px;
    z-index: 99;
}*/

.why_hover_hidden_text h3{
  color:#fff;
}

.why_hover_hidden_text{
    margin-top: 0.5em;
    color: white;
    font-size: 16px;
    text-align: center;
    display: block;
    transition: 4s all;
   /* padding: 20px;*/
    position: relative;
    transition: 5s all;
}

 .why_hover_hidden_text h3 {
    color: #fff;
}

/*.why_hover_full_story{
    color: #fff;
    font-size: 15px;
    margin-top: 3em;
    line-height: 22px;
    display: none;
    opacity: 0;
    transition: 3s all;
    padding: 35px;
    text-align: justify;
}*/
.why_button{
    text-align: center;
    border-radius: 0px;
    border: 1px solid white;
    color: white;
    margin: 5em 1em;
    position: absolute;
    bottom: -12px;
    opacity: 0;
    transition: 1s all;
    left: 14em;
}
.why_choose_img:hover .why_choose_rapper{
    background: rgba(0, 139, 210, 0.84);
    height: 100%;
    display: block;
}
.why_choose_rapper:hover .why_hover_hidden_text{
    display: block;
    opacity: 1;
}
.why_choose_rapper:hover .why_hover_full_story {
    opacity: 1;
    display: inherit;
}
.why_choose_img:hover .why_button{
    opacity: .90;

}

.why_text_details{
    text-align: justify;
    padding: 15px 0;
    line-height: 22px;

}


.faq_qus h3 {
  color: #fff;
  text-align: center;
}


/**********************************************************
              Our Partners Page
***********************************************************/
.our_partners{
    margin-bottom: 15px;
}
.our_partners_img{
    position: relative;
    border-radius: 6px;
    margin-bottom: 10px;
}
.our_partner_rapper{
    position: absolute;
    background: rgba(62, 141, 191, 0.90);
    height: 100%;
    width: 100%;
    display: none;
    border-radius: 6px;
}
.partners_link{
    position: absolute;
    top: 37%;
    left: 45%;
    border: 0px solid;
    border-radius: 15px;
    height: 30px;
    width: 30px;
    padding: 3px 6px;
    background: white;
    transition: 1s all;
}
.partners_link a{
    color: #0f0e0e;
    font-size: 18px;
}
.partners_link:hover{
    background: #008bd2;
}
.partners_link:hover a{
  color: #fff;

}
.partners_logo{
}

.our_partners_img:hover .our_partner_rapper{
    display: block;
}

/**********************************************************
              More Details Page
***********************************************************/

.more_details{
    margin-top: 15px;
    margin-bottom: 15px;
}
.more_details_heading{
    font-size: 30px;
    padding: 15px;
    text-align: justify;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
}
.more_details_heading::before{
        border-bottom: 2px solid #008bd2;
        content: "";
        position: absolute;
        top: 25%;
        transition: all 0.3s ease-in-out 0s;
        width: 300px;
        z-index: 99;
}
.more_details_parag{
        text-align: justify;
        padding: 0px;
}
.more_details_img{
    position: relative;
}
.more_details_rapper{
    position: absolute;
    height: 35%;
    width: 100%;
    bottom: 0;
    background: rgba(52, 106, 152, 0.33);
    transition: 1s all;
}
.more_details_text{
    color: white;
    text-align: center;
    padding: 15px;
    margin: 15px;
}
.more_details_img:hover .more_details_rapper{
    height: 50%;
}


/**********************************************************
              More Details
***********************************************************/

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}


.partner_position{

  top:42px !important;
}

.dropdown-menu .training_position{
	top: 246px !important;
    right: 100%;
    left: -164px;
}

.dropdown-menu .training_position:first-child :before{
display:none;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}


.rpl_table thead{
  background-color:#008bd2;
  border: none;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight:600;
}

.rpl_table tbody{
 
  font-size: 15px;
  
}


.rpl_table .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
 border: none;
}
.table>tbody>tr>td {
  border-top: 0 !important;
}


.pro-slide{

    color:#fff !important; padding-bottom: 45px;font-size: 35px !important;
    text-shadow: 5px 4px 4px rgba(0,0,0,.5);
    font-weight: 800;  
    color: #fff !important;
    padding-bottom: 45px;
    font-size: 36px !important;
    text-shadow: 5px 4px 4px rgba(0,0,0,.5);
    font-weight: 800;
    line-height: 49px;
    letter-spacing: 2px;
    font-family: sans-serif;
    padding-right: 60px;

}





blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 15px;
  margin: 0 16px 20px;
  position: relative;
  
  /*Font*/
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #008bd2;
  border-right: 2px solid #008bd2;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}



blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}



.panel_hidden{
	display: none;
}

.panel-default:hover .panel_hidden{
	display:block;
}



.faq_qus h3 {
	text-align:left;
	font-size:16px;
}




.helth-ins a {
	color: #000;
	
}


  .app_form .form-wrapper{
        /*        border: 1px solid #008bd2;*/
        padding: 10px 20px;
    }
    .app_form{
        background: rgba(255, 255, 255, 0.75);
    }
    .app_form h3{
        padding: 20px;
	font-size: 20px;
	font-family: "Open Sans";
	box-shadow: 0px 4px 16px -7px;
	background: #008bd2;
	color: #FFF;
	    }

    span.form-span{
        margin-bottom: 5px;
        text-align: center;
        font-size: 18px;
        font-family: "Arial";
        font-style: italic;
        font-weight: bolder;
        
    }
    .app_form label{
        width: 49%;
    }
    .app_form label p{
        padding: 5px;
        font-family: sans-serif;
        font-weight: 700;
        border-top: 0;
        border-left: 0;
        border-bottom: 0;
    }
    .app_form input{
        border: 1px solid #008bd2;
	background: #fbfbfb;
	color: #008bd2;
	width: 100%;
	padding: 6px;
	border-radius: 5px 0 6px 0;
    }
    .app_form button{
        border: 0;
        font-family: sans-serif;
        background: #f26444;
        border-radius: 0;
        color: #fafafa;
        font-weight: 600;
        padding: 4px 18px;
        margin: 10px 18px;
    }
    
    .app_form button:hover{
        background: #008bd2;
    }

    @media (max-width: 480px){

        .app_form label p{
            font-size: 11px;
            font-weight: 600;
            text-align: center;
            line-height: 15px;
        }
    }



    .new-input {
    border: none;
    /* color: #ececec; */
    background: none;


    }
    
    
    /* contact page */
    
._IMES_CF{
    border: 3px solid #FFF;
padding: 35px 25px;
margin-top: 5rem;
position: relative;
}
._IMES_CF .form-control{
border-radius: 21px;
background: transparent;
border: 2px solid #008bd2;
height: 35px;
}
._IMES_CF textarea{
height:135px !important;
}
._IMES_btn{
position: absolute;
bottom: -35px;
left: 46%;
}
._IMES_btn button{
background: #FFF;
border: none;
width: 70px;
height: 70px;
border-radius: 50%;
padding:10px;
}
._IMES_cimg{
margin-top:30%
}

._IMES_address_box{
margin-top:30px;
font-family: "Open Sans";
}
._IMES-address{
margin: 20px 5px;
}
._IMES_address_img{
position:relative;
text-align:center;
cursor:pointer;
}
._IMES_address_img img{
width: 225px;
}
._image_hover img{
width: 102px;
animation: bounce 2s infinite;
}
._image_hover{
position: absolute;
background: rgba(76, 66, 66, 0.54);
width: 225px;
height: 225px;
top: 0px;
border-radius: 50%;
left: 67px;
text-align: center;
padding: 55px;
display:none;
}
._IMES_address_box:hover ._image_hover{
display:block;
}
._IMES_address_box i{
font-size: 4rem;
color: #008bd2;
}
._IMES-address span:nth-child(odd){
float: left;
}
._IMES-address span:nth-child(even){
display: flex;
padding-left: 15px;
line-height: 25px;
font-size:16px;
}
#_mapPrincesHighway{
border-top:3px solid #008bd2;
border-bottom:3px solid #008bd2;
display:block;
}
#_mapRegalCentre{
border-top:3px solid #008bd2;
border-bottom:3px solid #008bd2;
display:none;
}
#_mapGolamRosul{
border-top:3px solid #008bd2;
border-bottom:3px solid #008bd2;
display:none;
} 
