@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

/* font-family: 'Lato', sans-serif; font-family: 'Roboto', sans-serif; */

/* Reset Default CSS */
body{font-family: 'Lato', sans-serif;color:#121219;line-height:24px;font-size:15px; text-align:justify;margin: 0px; padding: 0px;}

::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:#313d4f;-webkit-border-radius:0;border-radius:0}
::selection {color: #ffffff;background-color: #11b6e5;}
::-moz-selection {color: #ffffff;background-color: #11b6e5;}
*{padding:0;margin:0;}.np{padding:0;margin:0;}ul,li{padding:0;margin:0;}
a{/*color:#121219;*/text-decoration:none; font-family: 'Lato', sans-serif;}
html {padding:0px !important;margin:0px !important;}
h1,h2,h3,h4,h5,h6 { font-family: 'Lato', sans-serif; font-weight: 500; margin: 0px; padding: 0px;}
.nav>li>a {
    position: relative;
    display: block;
    padding: 14px 12px;
    color: #121219;
}

/* custom css */
.mt-10 { margin-top: 10px;}.mt-20 { margin-top: 20px;}.mt-30 { margin-top: 30px;}.mt-40 { margin-top: 40px;}.mt-50 { margin-top: 50px;}
.mb-10 { margin-bottom: 10px;}.mb-20 { margin-bottom: 20px;}.mb-30 { margin-bottom: 30px;}.mb-40 { margin-bottom: 40px;}.mb-50 { margin-bottom: 50px;}
.pt-10 { padding-top: 10px;}.pt-20 { padding-top: 20px;}.pt-30 { padding-top: 30px;}.pt-40 { padding-top: 40px;}.pt-50 { padding-top: 50px;}
.pb-10 { padding-bottom: 10px;}.pb-20 { padding-bottom: 20px;}.pb-30 { padding-bottom: 30px;}.pb-40 { padding-bottom: 40px;}.pb-50 { padding-bottom: 50px;}
/* custom css End */

/* My CSS */
html { scroll-behavior: smooth;}
.inline { display: inline-flex;}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img { display: inline-block;}

.affix {
  position: -webkit-sticky;
  position: fixed;
  width: 100%;
  top: 0;
  padding-top: 0px !important;
  background: #f6f6f6 !important;
  border-bottom: solid 1px #e0e0e0;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  animation-duration: 2s;
  animation: fadeInDown .9s;
  z-index: 9999 !important;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*-------------Scroll to top--------------*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #f72821;
  color: white;
  cursor: pointer;
  padding: 6px 13px 6px 13px;
  border-radius: 0px;
  border: 1px solid #fff;
}

#myBtn:hover {
  background-color: #111;
}

/*-------------Scroll to top End--------------*/

/* Home page start */
.header_top { background: #111; color:#fff; padding: 6px 0px;}
.header_top .welcome i { color: #f72821;}
.header_top .welcome span { color: #fff; padding-left: 5px;}

.header_top .social { text-align: right;}
.header_top .social ul { display: inline-flex;}
.header_top .social ul li { list-style: none; padding: 0px 10px;}
.header_top .social ul li a { color: #fff; transition: 0.5s; font-size: 16px;}
.header_top .social ul li a:hover { color: #f72821; transition: 0.8s;}

.login_signup ul { display: inline-flex; padding-left: 17px;}
.login_signup ul li { list-style: none; padding: 0px 11px;}
.login_signup ul li i { color: #f72821;}
.login_signup ul li a { color: #fff; margin-left: 5px; text-decoration: none;}

.header .logo a img { height: 100px;}
.header .logo { padding-top: 9px; display: flex; width: 36.333333%; position: relative;}

.header 
{
	background-color: #fff;
  /*   position: fixed;
    z-index: 999;
    left: 0;
    right: 0; */
}
.header .logo a span {
    position: absolute;
    left: 36px;
    text-align: center;
    padding-top: 11px;
    width: 100%;
}
	
	 

.header .logo a span h1 {
    color: #ff0000;
    font-weight: 900;
    font-size: 23px;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 28%);
}

.header .logo a span span {
    color: #ff0000;
    font-weight: 900;
    font-size: 18px;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 28%);
    display: contents;
}

.header .logo a span h4 {
    color: #0070c0;
    /* font-weight: 900; */
    font-size: 18px;
    font-weight: 500;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 28%);
    padding-top: 4px;
}

 .carousel-caption .cap-title
	 {
		 font-size:24px;
		 color:red;
		 font-weight:bold;
	 }
	 
	 .carousel-caption .cap-desc
	{
		color: #000;text-shadow: none;font-weight: bold;
	}	
.navbar-toggle
{
	background-color:#fff!important;
}
.contact { width: 63.666667%;}

.header .logo a { display: flex; margin-left: -9px;}

.header .contact .header-widget {
    float: right;
    padding: 35px 0px;
}

.header .contact .header-widget .single-widget {
    position: relative;
    display: inline-block;
    padding-left: 60px;
    margin-right: 20px;
}

.header .contact .header-widget .single-widget i {
    position: absolute;
    text-align: center;
    font-size: 18px;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
	color: #f72821;
    line-height: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .contact .header-widget .single-widget:hover i {
    border-color: transparent;
}

.header .contact .header-widget .single-widget h4 {
    font-weight: 500;
    font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

.header .contact .header-widget .single-widget h4 span {
    color: #666;
    font-weight: 400;
    display: block;
    margin-top: 5px;
    font-size: 14px;
}


/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 15px 19px 7px 19px;
  max-width: 350px;
  position: relative;
  width: 100% !important;
  background-color: #1a2155;
  /* margin: 0 auto; */
  margin-right: 54px;
  float: right;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}

.modal-backdrop { background-color: transparent;}

.login_signup button.close { color: #fff; opacity: 1;}

.login_signup .close:focus, .close:hover { color: #fff;}

.login_signup .modal-dialog { float: right; margin: 0px auto;}

.login-img { width: 47px;}

.my-login {
    /* position: absolute !important; */
    /* top: 28px !important; */
    /* right: 20px !important; */
    margin-bottom: 4px !important;
    float: right;
}

.loginmodal-container h1 {
  text-align: left;
  font-size: 1.6em;
  font-family: 'Aria';
  color: #28cdf6;
}

.form-check-inline {
    display: flex;
    float: left;
    /* margin-right: 15px; */
    width: 50%;
    margin-bottom: 10px;
    margin-top: -10px;
}

.in-line {
    display: flex;
    float: left;
    /* margin-right: 15px; */
    width: 46% !important;
    border-radius: 6px;
    padding: 4px 8px !important;
    /* margin-bottom: 10px;
    margin-top: -10px; */
}

.login-help a { 
    /* color: #00c4ff !important; */
    color: #ffffff !important;
    opacity: 1 !important;
}

.in-line.mr-20 { 
    margin-right: 17px !important;
}

.form-check-input { margin-right: 5px !important;}

.loginmodal-container input[type=submit] {
  /* width: 100%; */
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 40px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    border-radius: 4px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #f26301;
    padding: 6px 25px;
    font-family: roboto;
    font-size: 14px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
  display: block !important;
  text-align: right;
}
/****** LOGIN MODAL END ******/

/* New code for login button start here */
.login_btn { position: relative; display: inline-block; top: -12px;}

.login-txt {
    background: #4374ce;
    color: #fff8f8;
    padding: 9px 21px;
    font-size: 17px;
    border-radius: 3px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .16);
}


.ws-title-wrapper .carousel-caption
{
	position:relative;
		top:80px;
}



.login-txt i { margin-right: 4px;}

.login-txt:hover { color: #212121; text-decoration: none;}

.form-check-label { color: #fff;}

.flot-l { float: left}

/* .remove .close { display: none;} */

/* New code for login button End */

 .bootsnav {
	background: #212121 !important;
	
	}


.sticky
{
	position: fixed;
    left: 0;
    right: 0;
	top:0;
	    z-index: 999!important;
}

.bootsnav .navbar-collapse { padding: 0;}

.bootsnav .button {
    /* float: right; */
	padding-top: 7px;
	position: absolute;
    right: 0;
}

.bootsnav .button .btn {
    color: #fff;
    border-radius: 50px;
    font-size: 15px;
    padding: 11px 31px;
    box-shadow: none;
    border: 1px solid transparent;
    background: #f72821;
	 transition: 0.5s;
}

.bootsnav .button .btn:hover { background: transparent; transition: 0.8s;}

.bootsnav .button .btn i {
    margin-right: 5px;
}

.bootsnav .navbar-nav li a
{   
 padding: 20px 13px;
 }



/* .bootsnav .navbar-nav li.active { background: #f72821;}
.bootsnav .navbar-nav li.active a { color: #fff;} */
@media only screen and (min-width: 992px) and (max-width: 3000px) {

.bootsnav .navbar-nav li a { color: #fff;}

}
.bootsnav nav.navbar.bootsnav .navbar-toggle { background: transparent; color: #fff; font-size: 25px;}
/* Mega menu css */
.bootsnav .title .content {color:#47207b;font-size:18px;font-weight:400;margin-bottom:5px;padding-bottom:5px;text-transform:uppercase; margin-top:12px;}
.bootsnav .content ul { list-style: none !important;}
.bootsnav .title {
  color: #47207b;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  margin-top: 12px;
  line-height: 1.4 !important;
}
.bootsnav .dropdown-menu {
  padding: 0;
  border: none;
  min-width: 200px;
  border-radius: 0;
  border-top: solid 3px #47207b;
  box-shadow: 0 5px 5px 0px rgba(90,90,90,0.075);
}
.bootsnav .dropdown-menu li a {
  color: #687074;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 15px 5px 7px !important;
  border-top: 1px dotted #999 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.bootsnav .megamenu-content li a {
  color: #687074;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 15px 5px 4px !important;
  border-top: 1px dotted #999 !important;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  text-align: left !important;
}
.bootsnav .dropdown-menu li [class^="fa-"], .bootsnav .dropdown-menu li [class*=" fa-"] {
  left: -3px;
  width: 1.25em;
  margin-right: 1px;
  position: relative;
  text-align: center;
  display: inline-block;
}
.bootsnav .dropdown-menu .active > a, .bootsnav .dropdown-menu li > a:hover {
  color: #fff !important;
  background: #111 !important;
  filter: none !important;
}
/* Mega menu css end */

.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
	font-size: 25px;
    margin-top: -10px;
}

.carousel-inner .item img { width: 100%;}

.carousel-caption h1 {
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 4px;
    border-bottom: 2px solid red;
    margin-bottom: 14px;
    letter-spacing: 0.4px;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
}

.carousel-caption p { font-size: 16.48px;}

.know_more { 
    padding: 8px 24px;
    background: #111;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-top: 30px;
	transition: 0.6s;
}


.know_more:hover { background: transparent; color: inherit; transition: 0.8s; text-decoration: none;}

#myCarousel1 .carousel-inner .item img
{
height:auto!important;	
}
.carousel-caption { bottom: 102px;}

.about { padding: 0px 0px 21px 0px;}

.about .col-md-5 img {
    border: 1px solid #ff00008f;
    border-style: outset;
    box-shadow: 0px 1px 3px rgba(0,0,0, .2);
	border-radius: 6px;
}

.about .col-md-7 h3 {
	font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 23px;
    letter-spacing: 0.2px;
    padding-bottom: 11px;
}

.new-title h2 {
    line-height: 1.36 !important;
    margin-bottom: 0 !important;
}

.sec-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100px;
    background: #ff3115;
}

.sec-title.text-center:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.services-icon img {
    height: 41px;
}
 
.about .col-md-7 p {
	color: #7c7c7cd9;
    padding-right: 15px;
    font-size: 14.67px;
}

.message_desk {
    background-image: url(../images/mesage-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
	padding: 85px 0px 70px 0px;
	color: #fff;
}

.message_desk  .col-md-6 .msg h4 {
    color: #fff;
    padding-bottom: 4px;
    font-size: 30px;
    text-transform: uppercase;
    border-bottom: 2px solid #f72821;
    margin-bottom: 35px;
    display: inline-block;
}

.message_desk .col-md-6 .detail-box img {
    height: 143px;
    border: 1px solid #fff;
    background: blanchedalmond;
    padding-top: 7px;
    border-radius: 6px 6px 0px 0px;
    /* box-shadow: 0px 1px 3px rgba(0,0,0, .2); */
}

.message_desk .col-md-6 .detail-box span {
    text-align: center;
    display: block;
    /* position: absolute; */
    bottom: 0;
    right: 0;
    left: 0;
    color: #000;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    background: #fff;
    padding: 5px 0px;
    border-radius: 0px 0px 6px 6px;
}

.message_desk .col-md-6 .detail-box span p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}

.Message p:before {
    /* position: absolute; */
    font-family: FontAwesome;
    font-size: 26px;
    color: #ff3115;
    content: "\f10d";
    /* top: 0; */
    /* left: 0; */
    padding-right: 10px;
}

.Message p:after {
    position: relative;
    font-family: FontAwesome;
    font-size: 26px;
    color: #ff3115;
    content: "\f10e";
    top: 6px;
    padding-left: 10px;
}

.message_desk .col-md-6 .Message h5 {
    color: #000;
    padding-bottom: 4px;
    font-size: 25px;
    text-transform: uppercase;
    border-bottom: 2px solid #f72821;
    margin-bottom: 24px;
    display: inline-block;
}

.message_desk .col-md-6 .Message p { padding-right: 34px;}

.Message {
    background: #fff;
    color: #000;
    padding: 15px;
	margin-top: 70px;
}

.Message .know_more {
    margin-top: 9px;
    padding: 7px 21px;
}

/* .sec-spacer {
    padding: 70px 0;
} */

#wowslider-container1 .ws_playpause { display: none !important;}

#wowslider-container1 { z-index: 1 !important;}

#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev { z-index: 99 !important;}

/* .ws_images ul li { position: relative !important;}

.ws_images ul li .ws-title-wrapper { position: absolute; top: 50px; z-index: 999 !important;} */

/* #wowslider-container1 .ws-title { top: 50px; bottom: auto;} */

.ws-title-wrapper {
    position: absolute;
    top: 55% !important;
    right: -414px !important;
    width: 100%;
    z-index: 9999 !important;
}

.sec-title {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 20px;
	padding-top: 46px;
}

.sec-color {
    background-color: #f9f9f9;
}

.sec-title h2 {
    font-size: 30px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sec-title p {
    margin-bottom: 0;
    font-size: 16px;
}

.rs-events .event-item .event-img {
    margin-bottom: 20px;
}

.event-item .event-img, .cource-item .event-img, .event-item .cource-img, .cource-item .cource-img {
    position: relative;
}

.event-item .event-img .image-link, .cource-item .event-img .image-link, .event-item .cource-img .image-link, .cource-item .cource-img .image-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    color: #ff3115;
    z-index: 11;
}

.event-item .event-img .image-link i, .cource-item .event-img .image-link i, .event-item .cource-img .image-link i, .cource-item .cource-img .image-link i {
    font-size: 22px;
    font-weight: 400;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s ease 0s;
}

.event-item:hover > .event-img .image-link i {
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.6s ease 0s;
}

.event-item .events-details {
    margin-top: -20px;
    padding: 15px;
}

.rs-events .event-item .event-date {
    font-size: 14px;
    font-weight: 500;
}

.rs-events .event-item .event-date i {
    font-size: 13px;
    display: inline-block;
    margin-right: 5px;
    color: #ff3115;
}

.rs-events .event-item .event-date span {
    color: #505050;
}

.rs-events .event-item .event-title {
    font-size: 20px;
    margin-bottom: 8px;
    margin-top: 4px;
}

.rs-events .event-item .event-title a {
    color: #212121;
}

.rs-events .event-item .event-meta {
    font-size: 14px;
}
.rs-events .event-item .event-meta .event-time {
    margin-right: 10px;
}
.rs-events .event-item .event-meta > div i {
    font-size: 14px;
    display: inline-block;
    margin-right: 3px;
    color: #ff3115;
}
.rs-events .event-item .event-meta > div {
    display: inline-block;
}
.rs-events .event-item .event-btn {
    margin-top: 18px;
}
.rs-events .event-item .event-btn a {
    font-weight: 500;
	color: #ff3115;
}

.owl-nav {
    position: absolute;
    top: 50%;
    bottom: 0;
    width: 100%;
	height: 0px;
}

.owl-prev {
    margin-left: 8px;
    font-size: 22px !important;
	width: 42px;
    height: 42px;
    text-align: center;
    background-color: #444 !important;
    color: #fff !important;
    transform: translateY(-50%);
	opacity: 0;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	border: none;
	outline: none;
}

.owl-next {
    float: right;
    margin-right: 8px;
    font-size: 22px !important;
	width: 42px;
    height: 42px;
	opacity: 0;
    text-align: center;
    background-color: #444 !important;
    color: #fff !important;
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	border: none;
	outline: none;
}

.owl-carousel:hover .owl-next { 
	opacity: 1; 
	-webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.owl-carousel:hover .owl-prev {
	opacity: 1; 
	-webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.owl-carousel .owl-next:hover { background: #f72821 !important;}
.owl-carousel .owl-prev:hover { background: #f72821 !important;}

.event-item:hover .event-img:after, .cource-item:hover .event-img:after, .event-item:hover .cource-img:after, .cource-item:hover .cource-img:after {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.event-item .event-img:after, .cource-item .event-img:after, .event-item .cource-img:after, .cource-item .cource-img:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.calendar {
    background: #c7c7c724;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, .10);
}

.calendar header{
    background: cornflowerblue;
    color: #fff;
	border-radius: 5px 5px 2px 2px;
    padding: 7px 0px;
}

.calendar header .simple-calendar-btn { margin-top: 12px !important; border: 2px solid #fff !important; color: #fff !important;}

.calendar header .btn-prev { left: 7px !important;}
.calendar header .btn-next { right: 7px !important;}

.calendar header .month { font-size: 25px;}
.calendar thead { font-size: 1.12em !important;}
.calendar table { margin: 8px 0 !important;}
.calendar td { padding: 8.9px 0px !important;}

.rs-services-style1 .services-item {
    background-color: #212121;
    padding: 25px 17px 17px;
    box-shadow: 0 4px 2px -2px #55dea8;
    z-index: 111;
    position: relative;
    top: -30px;
    transition: all 0.3s ease 0s;
}

.rs-animation-hover:not(:hover), .rs-animation-hover:not(:hover) [class*='rs-animation-'] {
    -webkit-animation-name: none;
    animation-name: none;
}

[class*='rs-animation-'] {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.rs-services-style1 .services-icon {
    height: 97px;
    width: 115px;
    background-color: #212121;
    line-height: 90px;
    text-align: center;
    position: absolute;
    top: -50px;
    z-index: -1;
    font-size: 40px;
    border-radius: 60px 0px 60px 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* color: #ff3115; */
    color: #fff;
    transition: all 0.3s ease 0s;
}

.c_g { background-color: #55dea8 !important; box-shadow: 0 4px 2px -2px #55dea8 !important;}
.c_g .services-icon { background-color: #27d18d; box-shadow: 0 4px 2px -2px #27d18d;}

.c_o { background-color: #ff7659 !important; box-shadow: 0 4px 2px -2px #ff7659 !important;}
.c_o .services-icon { background-color: #ff502b;}

.c_v { background-color: #9771bd !important; box-shadow: 0 4px 2px -2px #9771bd !important;}
.c_v .services-icon { background-color: #8456b1;}

.c_r { background-color: #f36174 !important; box-shadow: 0 4px 2px -2px #f36174 !important;}
.c_r .services-icon { background-color: #f03e54;}

.bg-cng .services-item:nth-of-type(3) { background-color: orangered;}

.bg-cng .services-item:nth-of-type(4) { background-color: yellow;}

.about .col-md-6 img { height: 84px; margin-bottom: 2px;}

.about .col-md-6 h3 { padding-bottom: 10px; position: relative; margin-bottom: 10px; color: #fff;}

.about .col-md-6 p { color: #fff;}

.about .col-md-6 h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100px;
    background: #ff3115;
}

/* .about .col-md-6 h3:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
} */

.rs-services-style1 .services-icon i {
    display: inline-block;
}

.rs-services-style1 .services-desc {
    text-align: center;
    margin-top: 32px;
}

.rs-services-style1 .services-desc .services-title {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 7px;
    z-index: 10;
}

.services-desc a { text-decoration: none;}

.rs-services-style1 .services-desc p {
    color: #000;
    margin-bottom: 0;
}


.center_text {
    text-align: center;
    background: #f9f9f9;
    /* margin-bottom: 25px; */
    margin-left: 13.40px;
    margin-right: 13.42px;
}

.center_text img {
    width: 100%;
    height: 388px;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: unset !important;
}

#owl-msg .owl-prev { margin-left: -60px;}
#owl-msg .owl-next { margin-right: -60px;}

#owl-achievement .owl-prev { margin-left: -6px;}
#owl-achievement .owl-next { margin-right: -6px;}

.center_text p { padding: 0px 10px;}

.center_text a h4 {
    padding: 10px 0px 13px 0px;
    font-size: 17px;
    font-weight: 600;
    color: #202128;
	padding: 10px 0px;
}

.center_text .know_more { margin-top: 8px; margin-bottom: 15px;}

.achievement .sec-title h2 { color: #fff; margin-bottom: 11px;}

.achievement {
    background-image: url(../images/01.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
	padding: 85px 0px 70px 0px;
	color: #fff;
}

.achievement .sec-title { padding-top: 35px;}

.display-table-cell .know_more { display: block; background: #fff; color: #111;}

.display-table-cell .know_more:hover { color: red;}

.top-to-bottom .carousel-inner {
  height: 100%;
}

.carousel.top-to-bottom .item {
   -webkit-transition: 0.6s ease-in-out top;
   -moz-transition: 0.6s ease-in-out top;
   -ms-transition: 0.6s ease-in-out top;
   -o-transition: 0.6s ease-in-out top;
   transition: 0.6s ease-in-out top;
}

.carousel.top-to-bottom .active {
   top: 0;
}

.carousel.top-to-bottom .next {
   top: 400px;
}

.carousel.top-to-bottom .prev {
   top: -400px;
}
.carousel.top-to-bottom .item {
   left: 0;
}

.bg { position: relative; overflow: hidden;}

.bg .carousel-caption {
    position: absolute;
    top: 103%;
    text-align: center;
	width: 100%;
    left: 0;
    padding: 0px 28px;
    height: 100%;
    padding-top: 76px;
    color: #fff;
    background: #00000061;
	-webkit-transition: 0.5s ease-in-out;
   -moz-transition: 0.5s ease-in-out;
   -ms-transition: 0.5s ease-in-out;
   -o-transition: 0.5s ease-in-out;
   transition: 0.5s ease-in-out;
}

.bg:hover .carousel-caption { 
top: 0%;
-webkit-transition: 0.8s ease-in-out;
   -moz-transition: 0.8s ease-in-out;
   -ms-transition: 0.8s ease-in-out;
   -o-transition: 0.8s ease-in-out;
   transition: 0.8s ease-in-out;
}

.facilities { padding: 50px 0px;}

.re-size { height: 370px !important; width: 100% !important;}

.single-team {
    position: relative;
	text-align: center;
}

.mr-20 .re-size { height: 370px;}

.single-team:hover .team-hover, .single-team.active .team-hover {
    transform: scale(1.0);
    opacity: 1;
    visibility: visible;
}

.team-hover {
    background: #00000061;
}

.team-hover {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 75px 20px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
    bottom: 10px;
    right: 10px;
}

.team-hover h4 {
    color: #fff;
    font-size: 20px;
}

.team-hover h4 span {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
}

.team-hover p {
    color: #fff;
    margin: 20px 0;
}

.title {
    font-size: 30px;
    line-height: 20px;
    margin-bottom: 24px;
    text-transform: uppercase;
	padding-bottom: 10px;
	position: relative;
}

.title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100px;
    background: #ff3115;
}

.facilities .know_more { background: #f72821;}

.rs-footer {
    color: #e8e8e8;
    margin-top: 5px;
}

.bg3 {
    /* background-image: url(images/counter-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center top; */
	background: #000;
}

.rs-footer .footer-contact-desc {
    margin: 0;
    background: #222;
    text-align: center;
    padding: 35px;
    position: absolute;
    left: 0;
    right: 0;
    margin: -100px auto 0;
    z-index: 111;
    border-radius: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}

.rs-footer .footer-contact-desc .contact-inner {
    position: relative;
}

.rs-footer .footer-contact-desc .contact-inner i {
    font-size: 28px;
    margin-bottom: 12px;
    color: #ff3115;
}

.rs-footer .footer-contact-desc .contact-inner .contact-title {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 20px;
}

.rs-footer .footer-contact-desc .contact-inner .contact-desc {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    font-size: 15px;
}

.rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner {
    border-left: 1px solid #e2e2e2;
}

.rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:before {
    left: 3px;
}

.rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:before, .rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:after {
    content: '';
    position: absolute;
    height: calc(100% - 40px);
    width: 1px;
    background-color: #e2e2e2;
    top: 50%;
    transform: translateY(-50%);
}

.rs-footer .footer-contact-desc .contact-inner i {
    font-size: 28px;
    margin-bottom: 12px;
    color: #ff3115;
}

.rs-footer .footer-top {
    padding-top: 48px;
    padding-bottom: 0px;
}

.rs-footer .footer-top .about-widget img {
    margin-bottom: 25px;
	height: 87px;
}

.margin-remove {
    margin: 0 !important;
}

.rs-footer .footer-title {
    margin-bottom: 40px;
    padding-bottom: 5px;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    font-weight: 600;
}

.rs-footer .footer-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px;
    width: 50px;
    background-color: #ff3115;
}

.rs-footer .footer-top .sitemap-widget li {
    width: 50%;
    float: left;
	list-style: none;
    line-height: 33px;
}

.rs-footer .footer-top .sitemap-widget li a {
    color: #e8e8e8;
    display: inline-block;
    position: relative;
}

.rs-footer .footer-top .sitemap-widget li a i {
    padding-right: 10px;
}

.rs-footer .footer-top .news-form {
    position: relative;
}

.rs-footer .footer-top .news-form input {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #ff3115;
    color: #ffffff;
    height: 50px;
    outline: 0 none;
    padding: 5px 15px;
    width: 100%;
}

.rs-footer .footer-top .news-form button {
    background: #ff3115;
    border: none;
    color: #ffffff;
    font-size: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.rs-footer .footer-share {
    text-align: center;
    margin-top: 50px;
}

.rs-footer .footer-share ul li {
    display: inline-block;
}

.rs-footer .footer-share ul li a {
    font-size: 13px;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    line-height: 44px;
    text-align: center;
    color: #fff;
    transition: all .3s ease 0s;
    background: rgba(255, 255, 255, 0.15);
}

.rs-footer .footer-share ul li + li {
    margin-left: 5px;
}

.rs-footer .footer-bottom {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 18px 0;
    margin-top: 20px;
}

.rs-footer .footer-bottom .copyright p {
    opacity: 0.95;
    margin-bottom: 0;
    font-size: 15px;
}

.rs-footer .footer-bottom .copyright p a {
    color: #ff3115;
    transition: all 0.3s ease 0s;
    text-decoration: none !important;
    outline: none !important;
}

.about-widget p { padding-right: 64px;}

.marque a {
    color: #000;
    font-weight: 400;
    font-size: 23px;
    font-family: 'Roboto',sans-serif;
    letter-spacing: 0.1px;
}

.marque a span { padding-left: 1rem !important;}

.bg-marque {
   position: relative;
    top: 0;
    z-index: 9;
}

.po-right {
    position: absolute;
    right: 32px;
    bottom: -27px;
	padding: 10px 24px !important;
}

.detail-box {
    margin-right: 200px;
    position: relative;
}

.message_desk .col-md-6 .detail-box img { height: 100%;}

.po-right i { padding-left: 5px;}

.pd-25 {
    padding: 12px 0px 3px 0px;
    background: #21212114;
    color: red;
    /* box-shadow: 0 4px 2px 0px #000000f0; */
}

.bg-marque .col-md-3 h3 { text-align: center;}

.mr-20 { 
    /* padding: 0px 15px; */
}

/* Product Advanced Featuress Section
--------------------------------*/

#advanced-features {
  overflow: hidden;
}

#advanced-features .features-row {
  /*padding: 60px 0 60px 0;*/
}

#advanced-features h2 {
  font-size: 26px;
  font-weight: 600;
  color: #000000e3;
  letter-spacing: 0.1px;
}

#advanced-features h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  color: #999;
}

#advanced-features p {
  line-height: 24px;
  color: #777;
  margin-bottom: 30px;
}

#advanced-features i {
  color: #666666;
  font-size: 64px;
  transition: 0.5s;
  float: left;
  padding: 0 15px 0px 0;
  line-height: 1;
}

#advanced-features i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#advanced-features .advanced-feature-img-right {
  max-width: 100%;
  float: right;
  padding: 0 0 30px 30px;
}

#advanced-features .advanced-feature-img-left {
  max-width: 100%;
  float: left;
  padding: 0 30px 30px 0;
}


.wow.fadeInLeft h2{
    margin-top: 0;
}

.box{
	border: 1px solid #fd006c;
	transition:0.3s;
}
.video_box{
	border: 1px solid #fd006c;
	transition:0.3s;
}
.video_box:hover{
	margin-top:-10px;
	box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.75);

	}

.get-started-btn:hover{
	text-decoration:none;
}


.box:hover{
	margin-top: 13px;
	box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.75);

	}

.video_box .get-started-btn{
	background: -webkit-linear-gradient(left, #3d1487, #ff006c);
}

.video_box .get-started-btn:hover{
	background: #ff006c;
}

.box .get-started-btn{
	background: -webkit-linear-gradient(left, #3d1487, #ff006c);
}


.box .get-started-btn:hover{
	background:#ff006c;
}

.sec-spacer { padding: 65px 0px  0px 0px;}

/* Pricing Section
--------------------------------*/

#pricing .box {
    padding: 100px 40px;
    margin-top: 0px;
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.10);
    background: #fff;
    text-align: center;
    padding-top: 19px;
    padding-bottom: 19px;
}
#pricing .video_box{
  padding: 20px 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}


#pricing h3 {
    font-weight: 400;
    margin-bottom: 15px;
    padding-bottom: 8px;
    font-size: 28px;
    margin-top: 7px;
    border-bottom: 1px solid #cccccc5c;
}

#pricing h4 {
  font-size: 46px;
  color: #1dc8cd;
  font-weight: 300;
}

#pricing h4 sup {
  font-size: 20px;
  top: -20px;
}

#pricing h4 span {
  color: #bababa;
  font-size: 20px;
}

#pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

#pricing ul li {
  padding-bottom: 12px;
}

#pricing ul i {
  color: #1dc8cd;
  font-size: 18px;
  padding-right: 4px;
}

#pricing .get-started-btn {
  background: #515e61;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.academic {
    font-weight: 400;
    margin-bottom: 15px;
    padding-bottom: 8px;
    font-size: 28px;
    margin-top: 7px;
    border-bottom: 1px solid #cccccc5c;
}

.academic i {
    color: #e42208;
    margin-right: 5px;
}

.about-bg {
    background: url(../images/5.jpg) no-repeat center fixed;
    background-size: cover;
    height: 445px;
}

.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
	font-size: 25px;
    margin-top: -10px;
}

.wrapper #myCarousel .carousel-caption 
{
	width:100%;
}	
	

.carousel-inner .item img { width: 100%;}

.carousel-caption h1 {
    text-transform: unset;
    font-weight: 700;
    padding-bottom: 4px;
    border-bottom: none;
    color: #ff0000;
    margin-bottom: 14px;
    letter-spacing: 0.4px;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
}

.carousel-caption h1 span { color: #1f4e79;}

.carousel-caption {
    background: #ffffff9c;
    padding: 25px;
    text-align: left;
    width: 600px;
}

.carousel-caption p { font-size: 16.48px;}

.know_more { 
	text-align:center!important;
    padding: 8px 24px;
    color: #fff!important;
    width: 200px!important;
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-top: 30px;
	transition: 0.6s;
	background: #111;
	margin-left:auto!important;
	margin-right:auto!important;
	border:1px solid transparent; 
}

.know_more:hover { background: transparent; color: inherit!important; transition: 0.8s; text-decoration: none;border:1px solid #f72821;}


.topslider .know_more:hover 
{
	background-color:red!important;
}
/* .carousel-caption { bottom: 102px;} */

/* Template page css start */
.tem_style  {
    /* padding: 65px 0px 50px 0px; */
    padding: 60px 0px 63px 0px;
    position: relative;
    z-index: 9;
}

.tem_style .panel-default>.panel-heading {
    background-color: transparent;
    padding: 5px 15px;
    /* border: medium none;
    color: #333;
    border-radius: 8px; */
}
/* .tem_style .panel-default>.panel-heading {
    background-color: #5D001E!IMPORTANT;
} */

a{text-decoration:none!important;}
.tem_style #accordion .panel-title a, .tem_style #nav-tabs-wrapper li a {
    border-radius: 9px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 100;
    padding: 3px 10px 3px 10px;
    position: relative;
    transition: all 0.3s ease 0s;
    background: #e60d0dde none repeat scroll 0 0;
    border: 1px solid transparent;
}

.tem_style #accordion a .panel-title, .tem_style #nav-tabs-wrapper li a {
    border-radius: 9px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 500;
        padding: 8px 2px;
    position: relative;
    transition: all 0.3s ease 0s;
    background: #e60d0dde none repeat scroll 0 0;
    border: 1px solid transparent;
}
.tem_style #accordion a .panel-title i
{
		padding-left:6px;
}


.tem_style .panel-heading .panel-title a, .tem_style #nav-tabs-wrapper li a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    font-size: 14px;
}

.tem_style #accordion .panel-title a:hover, .tem_style #nav-tabs-wrapper li a:hover { 
    /* color: #ff0800;  */
    /* background: #e21111c2;  */
    text-decoration: none;}

.tem_style h4 a i, .tem_style #nav-tabs-wrapper li a i {
    padding: 8px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}

.tem_style .panel-default, .tem_style #nav-tabs-wrapper { border-color: transparent; box-shadow: unset; background-color: transparent;}

.tem_style #nav-tabs-wrapper { padding: 0px 15px;}

.tem_style #nav-tabs-wrapper li { margin-bottom: 13px;}

.tem_style .right .subTitle strong,.tem_style .right .subTitle span {
    color: #002147;
    font-size: 1.76rem !important;
    letter-spacing: 0.2px;
}

.tem_style .right .subTitle { margin-bottom: 4px;}

.tem_style .right p { line-height: 1.69;}

.tem_style .page_heading { text-align: center;}

.tem_style .page_heading h2 {
    text-align: center;
    color: #0966a9;
    font-weight: 600;
    border-bottom: 2px solid red;
    display: inline-block;
    padding: 0px 7px 3px 7px;
    margin-bottom: 26px;
    /* letter-spacing: 0.1px; */
}

.tem_style .tab-content {
    border: 1px solid #ccc;
    padding: 17px 15px 15px;
}

/* .tem_style .section-title {
    margin-bottom: 50px;
} */

.tem_style .sf-input input {
    width: 35%;
    float: left;
    border: 0px;
    background: url(../image/search.png) no-repeat left center #ffffff;
    background-size: 17px;
    background-position-x: 12px;
    color: #464646;
    font-weight: 500;
    text-transform: capitalize;
    padding: 8px;
    border: 1px solid #ff0000;
    padding: 13px 30px;
    margin: 0px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    font-size: 14px;
}

.tem_style .search-form {
    width: 91%;
    margin: 0 auto;
}

.tem_style .section-title h2 {
    font-size: 30px;
    padding: 5px;
    text-align: center;
    /* line-height: 40px; */
    margin: 0 0 15px;
}

.enter_name {
    margin: 0 0 15px;
    color: #444;
}

.form_con {
   /*  border: 1px solid #4374ce; */
}

.form_con h4 {
    /* background: #4374ce; */
    padding: 10px;
    margin: 0;
    font-size: 20px;
    /* font-family: -webkit-body; */
    font-family: "Poppins", sans-serif;
    color: #0966a9;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
}

.form_con .form-control {
    font-family: 'Roboto Condensed', sans-serif;
}
/* .form_con .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} */

.form_con .form-group {
    /* margin-bottom: 30px; */
}

.form_con textarea.form-control {
    height: auto;
}

.map1 {
    /* border: 1px solid #4374ce;
    line-height: 2.5;
    padding-bottom: 68px; */
}

.map1 h4 {
    background: #4374ce;
    padding: 10px;
    margin: 0;
    font-size: 20px;
    /* font-family: -webkit-body; */
    font-family: "Poppins", sans-serif;
    color: #fff;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
}

.map1 p {
    color: #161616;
    /* padding:10px; */
    padding: 14px;
    font-size: 16px;
    margin-bottom: 1rem;
    line-height: 1.8;
}

.map1 p i { margin-right: 5px; color: #4374ce; font-size:16px;}

.bt-bg { margin-bottom:10px;}

.bt-bg .btn-submit { 
    /* background: #f6783a; */
    background: #ff0000; border-color: #fff;}

.map1 h5 {
    font-size: 2rem;
    font-family: 'Roboto Condensed', sans-serif;
}

.fc-scroller {
overflow: hidden!important;
height: 100%!important;
}

.fc-toolbar
{
	background-color:cornflowerblue!important;
	padding:5px;
}
.fc-toolbar .fc-left h2
{
	color:#fff!important;
}

.fc-view-container
{
    margin-top: -15px!important;
}

.fc-event, .fc-event-dot {
    background-color: #6495ed!important;
}

/* Template page css End */

#myCarousel1 .carousel-control.right
{
	right:-11%!important;
	top:-12%;
}
#myCarousel1 .carousel-control.left
{
	left: -11%!important;
    top: -12%;
}

	
@media only screen and (min-width:350px) and (max-width:379px)  
 {
	 .header .logo a span
	 {
		 left: 6px;
	 }
	 nav.navbar.bootsnav.navbar-mobile ul.nav > li > a
	 {
		 padding:11px 15px!important;
		 font-size:14px!important;
	 }
	
	
	 .rs-services-style1 .services-item
	 {
		 margin-bottom:55px;
	 }
	 .rs-services-style1 .services-item
	 {
		 top:51px;
	 }
	 
	 .carousel-caption
	 {
		 bottom:0;
		 padding:3px;
		 left:127px;
	 }
	 
	 .carousel-caption .cap-title
	 {
		 font-size:13px;
	 }
	 
	 .carousel-inner .item img
	 {
		height:202px!important;
	 }
	 .know_more
	 {
		 padding:1px 10px;
		 width:77px!important;
		 font-size:10px;
	 }
	 .re-size
	 {
		height: 252px !important
	 }
	 
	 .header .contact .header-widget .single-widget i
	 {
		line-height:29px;
		width: 30px;
		height: 30px;
		font-size: 12px;
	 }
	 .header .logo a span h1
	{
		    font-size: 12px;
	}
	.header .logo a span span
	{
		 font-size: 12px;
	}
	.header .logo a span h4
	{
		 font-size: 10px;
	}
	.header .logo a img
	{
		       height: 73px;
    margin-left: -13px;
	}
	.header .contact .header-widget
	{
		    padding:6px 14px;
	}
	.header .contact .header-widget .single-widget
	{
		    padding-left: 30px;
	}
	.header .logo a span
	{
		padding-top:0;
	}
	.login_btn
	{
		top: -59px;
    left: 120px;
		z-index: 99;
	}
	.login-txt
	{
		    padding: 6px 17px;
    font-size: 10px;
	}
	.header .contact .header-widget .single-widget h4, .header .contact .header-widget .single-widget h4 span
	{
		font-size: 10px;
		padding-bottom:8px;
	}
	
	/* Second Section*/
	.rs-services-style1 .services-icon
	{
		height: 77px;
		width: 96px;
	}
	.rs-services-style1 .services-desc .services-title, .rs-services-style1 .services-desc p
	{
		font-size: 12px;
	}
	
	 #myCarousel1 .carousel-inner .item img
	 {
		 height:234px!important;
		 width: auto;
	 }
	   #myCarousel .carousel-caption .cap-desc
	 {
		 font-size:11px!important;
		 width: 64%;
	 }
	 
	  #myCarousel .carousel-control .glyphicon-chevron-left,  #myCarousel .carousel-control .glyphicon-chevron-right,  #myCarousel  .carousel-control .icon-next,  #myCarousel  .carousel-control .icon-prev
	 {
		 top:74%!important;
	 }
	  #myCarousel .carousel-caption .know_more
	 {
		 margin-top:6px!important;
	 }
	 
	 .about-bg
	 {
		 height:100%;
	 }
	 
	  #myCarousel1 .carousel-control.right
	{
		right:-28px!important;
		top:-51%
	}
	#myCarousel1 .carousel-control.left
	{
		left: -28px!important;
		top: -51%
	}
	
	.tem_style .sf-input input
	{
		width:50%;
	}

 }
 
 
 
@media only screen and (min-width:380px) and (max-width: 399px)  
 {
	  nav.navbar.bootsnav.navbar-mobile ul.nav > li > a
	 {
		 padding:11px 15px!important;
		 font-size:14px!important;
	 }
	 
	 
	 .rs-services-style1 .services-item
	 {
		 margin-bottom:55px;
	 }
	 .rs-services-style1 .services-item
	 {
		 top:77px;
	 }
	 
	 .carousel-caption
	 {
		 bottom:0;
		 padding:3px;
		 left:127px;
	 }
	 
	 .carousel-caption .cap-title
	 {
		 font-size:13px;
	 }
	 .carousel-inner .item img
	 {
		height:189px!important;
	 }
	 
	 .know_more
	 {
		 padding:1px 10px;
		 width:77px!important;
		 font-size:10px;
	 }
	 .re-size
	 {
		height: 252px !important
	 }
	 
	 
	
	 
	 .header .contact .header-widget .single-widget i
	 {
		line-height:29px;
		width: 30px;
		height: 30px;
		font-size: 12px;
	 }
	 .header .logo a span h1
	{
		    font-size: 12px;
	}
	.header .logo a span span
	{
		 font-size: 12px;
	}
	.header .logo a span h4
	{
		 font-size: 10px;
	}
	.header .logo a img
	{
		       height: 73px;
    margin-left: -13px;
	}
	.header .contact .header-widget
	{
		    padding:6px 14px;
	}
	.header .contact .header-widget .single-widget
	{
		    padding-left: 36px;
	}
	.header .logo a span
	{
		padding-top:0;
	}
	.login_btn
	{
		top: -59px;
    left: 139px;
		z-index: 99;
	}
	.login-txt
	{
		    padding: 6px 17px;
    font-size: 10px;
	}
	.header .contact .header-widget .single-widget h4, .header .contact .header-widget .single-widget h4 span
	{
		font-size: 10px;
		padding-bottom:8px;
	}
	
	 #myCarousel1 .carousel-inner .item img
	 {
		 height:200px!important;
		 width: auto;
	 }
	 
	 .about-bg
	 {
		 height:100%;
	 }
	 
	  #myCarousel1 .carousel-control.right
	{
		right:-21px!important;
		top: -51%;
	}
	#myCarousel1 .carousel-control.left
	{
		left: -21px!important;
		top: -51%;
	}
	 #myCarousel .carousel-caption .know_more
	 {
		 margin-top:6px!important;
	 }
	
	  #myCarousel .carousel-caption .cap-desc
	 {
		 font-size:11px!important;
		 width: 64%;
	 }
	 
	  #myCarousel .carousel-control .glyphicon-chevron-left,  #myCarousel .carousel-control .glyphicon-chevron-right,  #myCarousel  .carousel-control .icon-next,  #myCarousel  .carousel-control .icon-prev
	 {
		 top:67%!important;
	 }
	 .tem_style .sf-input input
	{
		width:50%;
	}
 }
 
 
 
@media only screen and (min-width:400px) and (max-width: 431px)  
 {
	 
	  nav.navbar.bootsnav.navbar-mobile ul.nav > li > a
	 {
		 padding:11px 15px!important;
		 font-size:14px!important;
	 }
	 
	 
	 .rs-services-style1 .services-item
	 {
		 margin-bottom:55px;
	 }
	 .rs-services-style1 .services-item
	 {
		 top:113px;
	 }
	 
	 .carousel-caption
	 {
		 bottom:0;
		 padding:3px;
		 left:127px;
	 }
	 
	 .carousel-caption .cap-title
	 {
		 font-size:13px;
	 }
	 .carousel-inner .item img
	 {
		height:200px!important;
	 }
	 
	 .know_more
	 {
		 padding:1px 10px;
		 width:77px!important;
		 font-size:10px;
	 }
	 .re-size
	 {
		height: 252px !important
	 }
	 
	 
	 
	 
	 .header .logo a span h1
	{
		    font-size: 12px;
	}
	.header .logo a span span
	{
		 font-size: 12px;
	}
	.header .logo a span h4
	{
		 font-size: 10px;
	}
	.header .logo a img
	{
		       height: 73px;
    margin-left: -13px;
	}
	.header .contact .header-widget
	{
		    padding: 8px 20px;
	}
	.header .contact .header-widget .single-widget
	{
		    padding-left: 45px;
	}
	.header .logo a span
	{
		padding-top:0;
	}
	.login_btn
	{
		top: -59px;
    left: 139px;
		z-index: 99;
	}
	.login-txt
	{
		    padding: 6px 17px;
    font-size: 10px;
	}
	.header .contact .header-widget .single-widget h4, .header .contact .header-widget .single-widget h4 span
	{
		font-size: 10px;
		padding-bottom:8px;
	}
	
	 #myCarousel1 .carousel-inner .item img
	 {
		 height:200px!important;
		 width: auto;
	 }
	 
	 .about-bg
	 {
		 height:100%;
	 }
	 
	 #myCarousel1 .carousel-control.right
	{
		right:-21px!important;
		top:-47%;
	}
	#myCarousel1 .carousel-control.left
	{
		left: -21px!important;
		top: -47%;
	}

	  #myCarousel .carousel-caption .cap-desc
	 {
		 font-size:11px!important;
		 width: 64%;
	 }
	 
	  #myCarousel .carousel-control .glyphicon-chevron-left,  #myCarousel .carousel-control .glyphicon-chevron-right,  #myCarousel  .carousel-control .icon-next,  #myCarousel  .carousel-control .icon-prev
	 {
		 top:68%!important;
	 }
	  #myCarousel .carousel-caption .know_more
	 {
		 margin-top:6px!important;
	 }
	.tem_style .sf-input input
	{
		width:50%;
	}

 }
 
  #myCarousel1 .carousel-control.right,#myCarousel1 .carousel-control.left
	{
			background-image:none!important;
	}

@media only screen and (min-width:432px) and (max-width: 499px)  
 {
	 
	 .header .logo a span
	 {
		 left: 6px;
	 }
	 
	   nav.navbar.bootsnav.navbar-mobile ul.nav > li > a
	 {
		 padding:11px 15px!important;
		 font-size:14px!important;
	 }
	 
	 
	 
	 
	 .rs-services-style1 .services-item
	 {
		 margin-bottom:55px;
	 }
	 .rs-services-style1 .services-item
	 {
		 top:106px;
	 }
	 
	 .carousel-caption
	 {
		 bottom:0;
		 padding:3px;
		 left:127px;
	 }
	 
	 .carousel-caption .cap-title
	 {
		 font-size:13px;
	 }
	 .carousel-inner .item img
	 {
		height:220px!important;
	 }
	 
	 .know_more
	 {
		 padding:1px 10px;
		 width:77px!important;
		 font-size:10px;
	 }
	 .re-size
	 {
		height: 252px !important
	 }
	 
	 
	 
	 
	 
	 .header .logo a span h1
	{
		    font-size: 12px;
	}
	.header .logo a span span
	{
		 font-size: 12px;
	}
	.header .logo a span h4
	{
		 font-size: 10px;
	}
	.header .logo a img
	{
		       height: 63px;
    margin-left: -13px;
	}
	.header .contact .header-widget
	{
		    padding: 8px 20px;
	}
	.header .contact .header-widget .single-widget
	{
		    padding-left: 47px;
	}
	.header .logo a span
	{
		padding-top:0;
	}
	.login_btn
	{
		top: -44px;
		left: 169px;
		z-index: 99;
	}
	.login-txt
	{
		    padding: 6px 17px;
    font-size: 10px;
	}
	.header .contact .header-widget .single-widget h4, .header .contact .header-widget .single-widget h4 span
	{
		font-size: 12px;
	}
	
	 #myCarousel1 .carousel-inner .item img
	 {
		 height:200px!important;
		 width: auto;
	 }
	 
	 .about-bg
	 {
		 height:100%;
	 }
	 
	 	 	 		
	#myCarousel1 .carousel-control.right
	{
		right:-21px!important;
		top:-35%;
	}
	#myCarousel1 .carousel-control.left
	{
		left: -21px!important;
		top: -35%;
	}


	#myCarousel .carousel-caption .cap-desc
	 {
		 font-size:12px!important;
		 width: 64%;
	 }
	 
	  #myCarousel .carousel-control .glyphicon-chevron-left,  #myCarousel .carousel-control .glyphicon-chevron-right,  #myCarousel  .carousel-control .icon-next,  #myCarousel  .carousel-control .icon-prev
	 {
		 top:68%!important;
	 }
	  #myCarousel .carousel-caption .know_more
	 {
		 margin-top:6px!important;
	 }

	.tem_style .sf-input input
	{
		width:50%;
	}
 }
 
 
@media only screen and (min-width:500px) and (max-width: 599px)  
 {
	 .tem_style .sf-input input
	{
		width:50%;
	}
	
	   nav.navbar.bootsnav.navbar-mobile ul.nav > li > a
	 {
		 padding:11px 15px!important;
		 font-size:14px!important;
	 }
	 
	 
	 
	 .rs-services-style1 .services-item
	 {
		 margin-bottom:55px;
	 }
	 .rs-services-style1 .services-item
	 {
		 top:101px;
	 }
	 
	 .carousel-caption
	 {
		 bottom:0;
		 padding:3px;
		 left:220px;
	 }
	 
	 .carousel-caption .cap-title
	 {
		 font-size:13px;
	 }
	 .carousel-inner .item img
	 {
		height:225px!important;
	 }
	 
	 .know_more
	 {
		 padding:1px 10px;
		 width:77px!important;
		 font-size:10px;
	 }
	 .re-size
	 {
		height: auto !important
	 }
	 
	 
	
	 .header .logo a span h1
	{
		    font-size: 12px;
	}
	.header .logo a span span
	{
		 font-size: 12px;
	}
	.header .logo a span h4
	{
		 font-size: 10px;
	}
	.header .logo a img
	{
		       height: 73px;
    margin-left: -13px;
	}
	.header .contact .header-widget
	{
		    padding: 8px 10px;
	}
	.login_btn
	{
		top: -45px;
    left: 210px;
	}
	.login-txt
	{
		    padding: 6px 17px;
    font-size: 13px;
	}
	.header .contact .header-widget .single-widget h4
	{
		font-size: 13px;
	}
	
	 #myCarousel1 .carousel-inner .item img
	 {
		 height:200px!important;
		 width: auto;
	 }
	 
	 .about-bg
	 {
		 height:100%;
	 }
	 
	 	 	 		
	#myCarousel1 .carousel-control.right
	{
		right:-21px!important;
		top:-34%;
	}
	#myCarousel1 .carousel-control.left
	{
		left: -21px!important;
		top: -34%;
	}

	#myCarousel .carousel-caption .cap-desc
	 {
		 font-size:12px!important;
		 width: 64%;
	 }
	 
	  #myCarousel .carousel-control .glyphicon-chevron-left,  #myCarousel .carousel-control .glyphicon-chevron-right,  #myCarousel  .carousel-control .icon-next,  #myCarousel  .carousel-control .icon-prev
	 {
		 top:68%!important;
	 }


	 
 }
 
 
@media only screen and (min-width:600px) and (max-width: 645px)  
 {
	   nav.navbar.bootsnav.navbar-mobile ul.nav > li > a
	 {
		 padding:11px 15px!important;
		 font-size:14px!important;
	 }
	 
	 
	 
	 .rs-services-style1 .services-item
	 {
		 margin-bottom:55px;
	 }
	 .rs-services-style1 .services-item
	 {
		 top:51px;
	 }
	 
	 .carousel-caption
	 {
		 bottom:34px;
		 padding:3px;
		 left:255px;
	 }
	 
	 .carousel-caption .cap-title
	 {
		 font-size:17px;
	 }
	 .carousel-inner .item img
	 {
		height:260px!important;
	 }
	 
	 .know_more
	 {
		 padding:1px 10px;
		 width:77px!important;
		 font-size:10px;
	 }
	 .re-size
	 {
		height: auto !important
	 }
	 
	 
	 
	 .header .logo a span h1
	{
		    font-size: 13px;
	}
	.header .logo a span span
	{
		 font-size: 13px;
	}
	.header .logo a span h4
	{
		 font-size: 11px;
	}
	.header .logo a img
	{
		    height: 72px;
			margin-left: -5px;
	}
	.header .contact .header-widget
	{
		    padding: 8px 10px;
	}
	.login_btn
	{
		top: -45px;
    left: 232px;
	}
	.header .contact .header-widget .single-widget h4
	{
		font-size: 13px;
	}
	
	 #myCarousel1 .carousel-inner .item img
	 {
		 height:200px!important;
		 width: auto;
	 }
	 
	 #myCarousel .carousel-caption .cap-desc
	 {
		 font-size:12px!important;
		 width: 64%;
	 }
	 
	  #myCarousel .carousel-control .glyphicon-chevron-left,  #myCarousel .carousel-control .glyphicon-chevron-right,  #myCarousel  .carousel-control .icon-next,  #myCarousel  .carousel-control .icon-prev
	 {
		 top:56%!important;
	 }
	 
	 
	 .about-bg
	 {
		 height:100%;
	 }
	 
	 
	 	 	 		
#myCarousel1 .carousel-control.right
{
	right:-21px!important;
	top:-46px;
}
#myCarousel1 .carousel-control.left
{
	left: -21px!important;
    top: -46px;
}


	 
 }
 
 @media only screen and (min-width:646px) and (max-width: 699px)  
 {
	   nav.navbar.bootsnav.navbar-mobile ul.nav > li > a
	 {
		 padding:11px 15px!important;
		 font-size:14px!important;
	 }
	 
	 
	 
	 .rs-services-style1 .services-item
	 {
		 margin-bottom:55px;
	 }
	 .rs-services-style1 .services-item
	 {
		 top:51px;
	 }
	 
	 .carousel-caption
	 {
		 bottom:34px;
		 padding:3px;
		 left:307px;
	 }
	 
	 .carousel-caption .cap-title
	 {
		 font-size:17px;
	 }
	 .carousel-inner .item img
	 {
		height:auto!important;
	 }
	 
	 .know_more
	 {
		 padding:1px 10px;
		 width:77px!important;
		 font-size:10px;
	 }
	 .re-size
	 {
		height: auto!important
	 }
	 
	 
	 
	 .header .logo a span h1
	{
		    font-size: 13px;
	}
	.header .logo a span span
	{
		 font-size: 13px;
	}
	.header .logo a span h4
	{
		 font-size: 11px;
	}
	.header .logo a img
	{
		    height: 72px;
			margin-left: -5px;
	}
	.header .contact .header-widget
	{
		    padding: 8px 10px;
	}
	.login_btn
	{
		top: -25px;
    left: 9px;
	}
	.header .contact .header-widget .single-widget h4
	{
		font-size: 13px;
	}
	
	 #myCarousel1 .carousel-inner .item img
	 {
		 height:200px!important;
		 width: auto;
	 }
	 
	 .about-bg
	 {
		 height:100%;
	 }
	 
	 	 		
#myCarousel1 .carousel-control.right
{
	right:-21px!important;
	top:-46px;
}
#myCarousel1 .carousel-control.left
{
	left: -21px!important;
    top: -46px;
}


	#myCarousel .carousel-caption .cap-desc
	 {
		 font-size:12px!important;
		 width: 64%;
	 }
	 
	  #myCarousel .carousel-control .glyphicon-chevron-left,  #myCarousel .carousel-control .glyphicon-chevron-right,  #myCarousel  .carousel-control .icon-next,  #myCarousel  .carousel-control .icon-prev
	 {
		 top:54%!important;
	 }
	 
	 
	 


 }
 
 
 
 
@media only screen and (min-width:700px) and (max-width: 767px)  
 {

  nav.navbar.bootsnav.navbar-mobile ul.nav > li > a
	 {
		 padding:11px 15px!important;
		 font-size:14px!important;
	 }
	 

	 .rs-services-style1 .services-item
	 {
		 margin-bottom:55px;
	 }
	 .rs-services-style1 .services-item
	 {
		 top:51px;
	 }
	 
	 .carousel-caption
	 {
		 bottom:5px;
		 padding:7px;
		 left:311px;
	 }
	 
	 .carousel-caption .cap-title
	 {
		 font-size:17px;
	 }
	 .carousel-inner .item img
	 {
		height:auto!important;
	 }
	 
	 .know_more
	 {
		 padding:1px 10px;
		 width:77px!important;
		 font-size:10px;
	 }
	 .re-size
	 {
		height: auto !important
	 }
	 
	 
	 
	 .header .logo a span h1
	{
		    font-size: 15px;
	}
	.header .logo a span span
	{
		 font-size: 15px;
	}
	.header .logo a span h4
	{
		 font-size: 12px;
	}
	.header .logo a img
	{
		    height: 81px;
			margin-left: -5px;
	}
	.header .contact .header-widget
	{
		    padding: 8px 0px;
	}
	
	 #myCarousel1 .carousel-inner .item img
	 {
		 height:200px!important;
		 width: auto;
	 }
	 
	 .about-bg
	 {
		 height:100%;
	 }
	 
	 
	 		
#myCarousel1 .carousel-control.right
{
	right:-41px!important;
	top:-31%;
}
#myCarousel1 .carousel-control.left
{
	left:-41px!important;
	top:-31%;
}
	#myCarousel .carousel-caption .cap-desc
	 {
		 font-size:12px!important;
		
	 }
	 #myCarousel .carousel-caption .cap-desc
	 {
		 width: 64%;
	 }
	 
	  #myCarousel .carousel-control .glyphicon-chevron-left,  #myCarousel .carousel-control .glyphicon-chevron-right,  #myCarousel  .carousel-control .icon-next,  #myCarousel  .carousel-control .icon-prev
	 {
		 top:54%!important;
	 }
	 
	 


 }
 
 
@media only screen and (min-width:768px) and (max-width: 799px)  
 {
	 
	   nav.navbar.bootsnav.navbar-mobile ul.nav > li > a
	 {
		 padding:11px 15px!important;
		 font-size:14px!important;
	 }
	 
	 
	 
	  .rs-services-style1 .services-item
	 {
		 margin-bottom:55px;
	 }
	 .rs-services-style1 .services-item
	 {
		 top:51px;
		 height:280px;
	 }
	 
	 .carousel-caption
	 {
		 bottom:5px;
		 padding:7px;
		 left:350px;
	 }
	 
	 .carousel-caption .cap-title
	 {
		 font-size:18px;
	 }
	 .carousel-inner .item img
	 {
		height:390px!important;
	 }
	 
	 .know_more
	 {
		 padding:1px 10px;
		 width:77px!important;
		 font-size:10px;
	 }
	 .re-size
	 {
		height: 390px!important
	 }
	 
	 
	 
	 .header .logo a span h1
	{
		    font-size: 16px;
	}
	.header .logo a span span
	{
		 font-size: 16px;
	}
	.header .logo a span h4
	{
		 font-size: 13px;
	}
	.header .logo a img
	{
		    height: 81px;
			margin-left: -5px;
	}
	.header .contact .header-widget
	{
		    padding: 8px 0px;
	}
	
	.rs-services-style1 .services-desc .services-title
	{
		font-size: 17px;
	}
	
		
#myCarousel1 .carousel-control.right
{
	right:-67px!important;
	top:38px;
}
#myCarousel1 .carousel-control.left
{
	left:-67px!important;
	top:38px;
}


#myCarousel .carousel-caption .cap-desc
	 {
		 font-size:14px!important;
		
	 }
	 #myCarousel .carousel-caption .cap-desc
	 {
		 width: 64%;
	 }
	 
	  #myCarousel .carousel-control .glyphicon-chevron-left,  #myCarousel .carousel-control .glyphicon-chevron-right,  #myCarousel  .carousel-control .icon-next,  #myCarousel  .carousel-control .icon-prev
	 {
		 top:54%!important;
	 }
	 
	
 }
 
 
@media only screen and (min-width: 800px) and (max-width: 991px)  
 {
	 #myCarousel1 .carousel-inner .item img
	 {
		 height:auto!important;
	 }
	    nav.navbar.bootsnav.navbar-mobile ul.nav > li > a
	 {
		 padding:11px 15px!important;
		 font-size:14px!important;
	 }
	 
	 
	 
	  .rs-services-style1 .services-item
	 {
		 margin-bottom:55px;
	 }
	 .rs-services-style1 .services-item
	 {
		 top:51px;
		 height:280px;
	 }
	 
	 .carousel-caption
	 {
		 bottom:5px;
		 padding:7px;
		 left:342px;
		 width:57%!important;
	 }
	 
	 .carousel-caption .cap-title
	 {
		 font-size:20px;
	 }
	 .carousel-inner .item img
	 {
		height:352px!important;
	 }
	 
	 .know_more
	 {
		 padding:1px 10px;
		 width:77px!important;
		 font-size:10px;
	 }
	 .re-size
	 {
		height: 352px!important
	 }
	 
	 
	 
	 .header .logo a span h1
	{
		    font-size: 16px;
	}
	.header .logo a span span
	{
		 font-size: 16px;
	}
	.header .logo a span h4
	{
		 font-size: 13px;
	}
	.header .logo a img
	{
		    height: 81px;
			margin-left: -5px;
	}
	.header .contact .header-widget
	{
		    padding: 8px 0px;
	}
	
	.rs-services-style1 .services-desc .services-title
	{
		font-size: 17px;
	}
	.about-bg
	{
		height: 541px!important;
	}
	    
		
	
		
#myCarousel1 .carousel-control.right
{
	right:-86px!important;
	top:38px;
}
#myCarousel1 .carousel-control.left
{
	left:-86px!important;
	top:38px;
}

	
 }
 
@media only screen and (min-width: 992px) and (max-width: 999px)  
 {
	 
	   nav.navbar.bootsnav.navbar-mobile ul.nav > li > a
	 {
		 padding:11px 15px!important;
		 font-size:14px!important;
		 color:#fff;
	 }
	 
	   .rs-services-style1 .services-item
	 {
		 margin-bottom:55px;
	 }
	 .rs-services-style1 .services-item
	 {
		 top:51px;
		 height:280px;
	 }
	 
	 .carousel-caption
	 {
		 bottom:50px;
		 padding:7px;
		 
	 }
	 
	 .carousel-caption .cap-title
	 {
		 font-size:20px;
	 }
	 .carousel-inner .item img
	 {
		height:230px!important;
	 }
	 
	 .know_more
	 {
		 padding:1px 10px;
		 width:77px!important;
		 font-size:10px;
	 }
	 .re-size
	 {
		height: 252px !important
	 }
	 
	 
	 
	 .header .logo a span h1
	{
		    font-size: 18px;
	}
	.header .logo a span h4
	{
		 font-size: 15px;
	}
	.header .logo a img
	{
		height: 90px;
	}
	
		
#myCarousel1 .carousel-control.right
{
	right:-86px!important;
	top:38px;
}
#myCarousel1 .carousel-control.left
{
	left:-86px!important;
	top:38px;
}

	
 }
@media only screen and (min-width: 1000px) and (max-width: 1099px) {
    
.ws-title-wrapper .carousel-caption
{
	position:relative;
		top:-100px;
		left:-170px!important;
}

.carousel-inner .item img
	{
		height:379px;

	}
	
	.header .logo a span h1
	{
		    font-size: 18px;
	}
	.header .logo a span h4
	{
		 font-size: 15px;
	}
	.header .logo a img
	{
		height: 90px;
	}
		
#myCarousel1 .carousel-control.right
{
	right:-86px!important;
	top:38px;
}
#myCarousel1 .carousel-control.left
{
	left:-86px!important;
	top:38px;
}


}

@media only screen and (min-width: 1100px) and (max-width: 1199px) {
    
.ws-title-wrapper .carousel-caption
{
	position:relative;
		top:-150px;
		left:-300px!important;
}

.carousel-inner .item img
	{
		height:350px;

	}
	
	.header .logo a span h1
	{
		    font-size: 18px;
	}
	.header .logo a span h4
	{
		 font-size: 15px;
	}
	.header .logo a img
	{
		height: 90px;
	}
	
	
#myCarousel1 .carousel-control.right
{
	right:-13%!important;
	top:0%;
}
#myCarousel1 .carousel-control.left
{
	    left: -13%!important;
		top: 0%;
}


}


@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    
.ws-title-wrapper .carousel-caption
{
	position:relative;
		top:-190px;
		left:-240px!important;
}

.carousel-inner .item img
	{
		height:390px;

	}
	

}


@media only screen and (min-width: 1300px) and (max-width: 1366px) {
    
.ws-title-wrapper .carousel-caption
{
	position:relative;
		top:-180px;
		left:-170px!important;
}

.carousel-inner .item img
	{
		height:425px;

	}
	
	
	

}





@media only screen and (min-width: 1367px) and (max-width: 1450px) {
    
.ws-title-wrapper{
   top:70% !important;
   left: 320px !important;
}

.carousel-inner .item img
	{
		height:450px;

	}
	
	

}

@media only screen and (min-width: 1451px) and (max-width: 1500px) {
    
.ws-title-wrapper {
    position: absolute;
    top:75% !important;
   left: 375px !important;
}

.carousel-inner .item img
	{
		height:450px;

	}
	
	
}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {
    
.ws-title-wrapper {
    position: absolute;
    top:75% !important;
   left: 375px !important;
}

.carousel-inner .item img
	{
		height:475px;

	}
	
	
}


@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    
.ws-title-wrapper {
    position: absolute;
    top: 80% !important;
   left: 475px !important;
}

.carousel-inner .item img
	{
		height:500px;

	}
	

}

@media only screen and (min-width: 1701px) and (max-width: 1800px) {
    
.ws-title-wrapper {
    position: absolute;
    top: 80% !important;
   left: 475px !important;
}


.carousel-inner .item img
	{
		height:553px;

	}
	
	
	
}


@media only screen and (min-width: 1801px) and (max-width: 1920px) {
    
.ws-title-wrapper {
    position: absolute;
    top: 75% !important;
   left: 574px !important;
}

.carousel-inner .item img
	{
		height:600px;

	}
	

}

@media only screen and (min-width: 1921px) and (max-width: 2000px) {
    
	.ws-title-wrapper 
	{
		position: absolute;
		top: 85% !important;
		left: 674px !important;
	}

	.carousel-inner .item img
	{
		height:624px;

	}
	
	.wrapper #myCarousel .carousel-caption 
	{
		width:92%;
	}	


}
@media only screen and (min-width: 350px) and (max-width: 991px) {
   
{
		.bootsnav .navbar-nav li a
		{
			color:#6f6f6f!important;
		}
	}
