
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Poppins:100,100i,200,200i,300,300i,400,400i,500,600,600i,700,700i,800,800i,900,900i&display=swap');
body h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}

body p {
  font-family: 'Lato', sans-serif;
}

body a {
  font-family: 'Lato', sans-serif;
}





div#navbar-collapse-1 {
    padding: 33px 0px;
} 

.login ul {
  margin-bottom: 0px;
}

.top_head_bg {
  background: white;
  padding: 0px;
}

.logo img {
  width: 290px;
}

.logo {
  padding: 25px 0px;
}

/*==org==*/
/*.login ul li:nth-child(2) {
  padding-left: 15px;
}*/


.login ul li:nth-child(1) {
  border-right: 2px solid #fff;
  padding-right: 15px;
}


/*.login ul li:nth-child(1) {
    border-right: 0px solid #fb8603;
    padding-right: 8px;
}*/
.login ul li:nth-child(3) {
    padding-left: 15px;
    display: none;
}


.login a.btn.btn-default {
  
  font-size: 16px;
  border: none;
  color: #fff;
  background: transparent;
  padding: 0px;
}

.login a.btn.btn-default:hover {
  background: transparent;
  color: #fff;
}

.dropdown.profile_dropdown .btn-default {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  text-align: left;
  padding: 0px;
  font-size: 16px;
}

.dropdown.profile_dropdown .dropdown-menu-left {
  right: auto;
  left: -61px;
  width: 200px;
}

.dropdown.profile_dropdown .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: transparent;
    outline: none;
    box-shadow: none;
}

.dropdown.profile_dropdown button.btn.btn-default.dropdown-toggle img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.dropdown.profile_dropdown button.btn.btn-default.dropdown-toggle i {
  text-align: right !important;
  padding-left: 5px;
}

.login {
  text-align: right;
}

.dropdown.profile_dropdown ul li img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

.dropdown.profile_dropdown ul li h6 {
  padding: 0px 0px 0px 0px;
  margin: 0px;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 157px;
  color: #fb8603;
}

.dropdown.profile_dropdown ul li p {
  padding: 4px 0px 0px 0px;
  margin: 0px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #b7b7b7;
  width: 157px;
}

.dropdown.profile_dropdown ul li:nth-child(1) a:hover {
  background: transparent !important;
}

.dropdown.profile_dropdown a.btn.btn-info {
  color: #bea262;
  margin: 14px 0px;
  padding: 8px 0px;
  font-size: 16px;
  background: transparent;
  border: none;
}

.dropdown.profile_dropdown a.btn.btn-info:hover {
  background: rgba(190, 162, 98, .2);
}

.dropdown.profile_dropdown ul li a {
  display: block;
  padding: 9px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  margin: 0px;
  font-size: 14px;
}


/*  nav */

.navbar-brand {
  position: relative;
  z-index: 2;
}

.navbar-nav.navbar-right .btn {
  position: relative;
  z-index: 2;
  padding: 4px 20px;
  margin: 10px auto;
}

.navbar .navbar-collapse {
  position: relative;
}
.navbar-collapse {
    padding-right: 0px;
 }
.navbar .nav-collapse {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding-right: 120px;
  padding-left: 80px;
  width: 100%;
}

.navbar.navbar-default .nav-collapse {
  background-color: #f8f8f8;
}

.navbar.navbar-inverse .nav-collapse {
  background-color: #222;
}

.navbar .nav-collapse .navbar-form {
  border-width: 0;
  box-shadow: none;
}

.nav-collapse>li {
  float: right;
}

.btn.btn-circle {
  border-radius: 50px;
}

.btn.btn-outline {
  background-color: transparent;
}

.top_nav_bar .nav>li>a {
  position: relative;
  display: block;
  padding: 14px 0px 14px 30px;
  line-height: normal;
}

.top_nav_bar .navbar-right {
  float: right !important;
  margin-right: 0px;
}

.navbar-default {
  background-color: transparent !important;
  border-color: transparent !important;
}

.navbar-default {
  background-image: none !important;
  background-image: none !important;
  background-image: none !important;
  background-image: none !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: none !important;
  border-radius: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .navbar .nav-collapse {
    margin: 7.5px auto;
    padding: 0;
  }
  .navbar .nav-collapse .navbar-form {
    margin: 0;
  }
  .nav-collapse>li {
    float: none;
  }
}

nav.navbar.navbar-default {
  margin-bottom: 0px;
}

nav.navbar.navbar-default ul li a {
  color: #fb8603;
  font-size: 16px;
}
nav.navbar.navbar-default ul li a:hover {
    color: #a5884a;
}

.nav_bg {
  background: url(../images/nav_bg.png) no-repeat;
  height: 43px;
  padding: 9px 0px;
}

.social_icons ul {
  margin: 0;
}

.social_icons ul li {
  padding: 1px 22px 1px 0px;
}

.social_icons ul li a:hover {
  color: #7b632f;
}

.social_icons ul li a {
  font-size: 16px;
  color: #fff8e8;
}


/* =================slider=============== */

.banner_bg {
  width: 100%;
  height: 600px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}

.slide-image {
  position: absolute;
  /*top: -200px;
  left: -200px;*/
  width: 100%;
  height: 600px;
  background-size: cover;
}

.slide-title {
  font-size: 4rem;
  line-height: 1;
  max-width: 50%;
  white-space: normal;
  word-break: break-word;
  color: #FFF;
  z-index: 100;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}

@media (min-width: 45em) {
  .slide-title {
    font-size: 7vw;
    max-width: none;
  }
}

.slide-title span {
  white-space: pre;
  display: inline-block;
  opacity: 0;
}

.slideshow {
  position: relative;
}

.slideshow-pagination {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: .3s opacity;
  z-index: 10;
}

.slideshow-pagination-item {
  display: flex;
  align-items: center;
}

.slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}

.slideshow-pagination-item:hover,
.slideshow-pagination-item:focus {
  cursor: pointer;
}

.slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}

.slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}

.slideshow-pagination-item.active .pagination-separator {
  width: 10vw;
}

.slideshow-navigation-button {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 5rem;
  z-index: 1000;
  transition: all .3s ease;
  color: #FFF;
}

.slideshow-navigation-button:hover,
.slideshow-navigation-button:focus {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}

.slideshow-navigation-button.prev {
  left: 0;
}

.slideshow-navigation-button.next {
  right: 0;
}

.pagination-number {
  font-size: 1.8rem;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  padding: 0 0.5rem;
}

.pagination-separator {
  display: none;
  position: relative;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  transition: all .3s ease;
}

@media (min-width: 45em) {
  .pagination-separator {
    display: block;
  }
}

.pagination-separator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  transform-origin: 0 0;
}


/* ================= slider close =============== */

/* ================= home services section =============== */

.home-servic h3 b {
    color: #fb8603;
}

.home-servic h3 {
  font-size: 36px;
  color: #0044a3;
  font-weight: 300;
  margin: 0;
  padding-left: 0px;
}
.home-servic {
  padding-top: 20px;
  position: relative;
}

/* ================= home services section end=============== */

/* =============== Video ============== */





.video_text h3 b {
    color: #fb8603;
}

.video_text h3 {
  padding-top: 25px;
  font-size: 36px;
  color: #0044a3;
  font-weight: 300;
  margin: 0;
  padding-left: 0px;
}

.video_text {
  padding-top: 120px;
  position: relative;
}

.video {
  background: #fb8603;
  margin-top: 123px;
  padding: 0px 24px 21px 0px;
  float: right;
}

.video iframe {
  margin: -32px 0px 0px -32px;
}

.video_text p {
  font-size: 17px;
  line-height: 27px;
  color: #bababa;
}

.paly_button p {
  padding-top: 22px;
  margin: 0px;
  font-size: 20px;
}

.paly_button img {
  float: left;
  padding-right: 15px;
}

.paly_button h5 {
  color: #fb8603;
  font-size: 23px;
  font-weight: 600;
  margin: 0px;
  padding-top: 4px;
}

.paly_button {
  padding-top: 20px;
}


/*================ service Start =================*/

.service_bg {
  background: url(../images/service_bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 700px;
  margin: 50px 0px 50px 0px;
}

.service_bg_color {
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  padding-bottom: 100px;
}
.services-left h4, .services-right h4 {
    margin: 32px 0px 14px 0px;
    font-size: 20px;
    font-weight: 600;
}

.service_head {
  background: #fb8603;
  margin-top: 60px;
  padding: 45px;
  height: 250px;
  border-radius: 6px;
}
.why-hire-services{
	  background: #f3f3f3;
}
.service_head img {
    width: 148px;
    height: 133px;
    position: absolute;
    opacity: .1;
    left: 41px;
    z-index: 0;
}

.service_head h3 {
  font-size: 33px;
  color: #fff;
  font-weight: 600;
  margin: 12px 0px 0px 0px;
}

.service_head p {
  font-size: 23px;
  color: #fff;
}
.service_head a.btn.btn-default:hover {
    background: transparent;
    border: 1px solid white;
    color: white;
}

.service_head a.btn.btn-default {
    margin-top: 40px;
    background: #fff;
    border: 1px solid transparent;
    height: 41px;
    width: 204px;
    font-size: 16px;
    padding: 12px 0px;
    color: #fb8603;
    border-radius: 0;
    line-height: 16px;
}

.services_box:hover {
  border: 3px solid #fb8603;
}

.services_box {
  background: #fff;
  margin-top: 60px;
  padding: 30px;
  height: 250px;
  border: 3px solid transparent;
  border-radius: 6px;
}

.services_box img {
  width: 70px;
}

.services_box h6 {
  font-size: 20px;
  font-weight: 500;
  color: #fb8603;
  margin-top: 52px;
}

.services_box p {
  color: #bababa;
  font-size: 14px;
}


/*================ service End =================*/


/*================= why Hire =====================*/

.hire_head {
  padding-top: 73px;
  position: relative;
}

.hire_head h4 {
  font-size: 80px;
  position: absolute;
  color: #cccccc;
  opacity: .2;
}

.hire_head h3 b{
  color: #fb8603;
}
.hire_head h3 {
  font-size: 36px;
  color: #0044a3;
  font-weight: 300;
  margin: 0;
  padding-left: 0px;
  padding-top: 38px;
  padding-bottom: 19px;
}

.service_head h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 300;
  margin: 12px 0px 0px 0px;
}

.hire_head p {
  font-size: 17px;
  line-height: 27px;
  color: #666;
}

.holderCircle {
  width: 500px;
  height: 500px;
  border-radius: 100%;
  margin: 25px auto;
  position: relative;
}

.dotCircle {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  z-index: 20;
}

.dotCircle .itemDot {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  background: #ffffff;
  color: #fb8603;
  border-radius: 20px;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  z-index: 3;
  cursor: pointer;
  border: 2px solid #e6e6e6;
}


/*.dotCircle .itemDot .forActive {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.dotCircle .itemDot .forActive::after {
  content: '';
  width: 5px;
  height: 5px;
  border: 3px solid #7d4ac7;
  bottom: -31px;
  left: -14px;
  filter: blur(1px);
  position: absolute;
  border-radius: 100%;
}

.dotCircle .itemDot .forActive::before {
  content: '';
  width: 6px;
  height: 6px;
  filter: blur(5px);
  top: -15px;
  position: absolute;
  transform: rotate(-45deg);
  border: 6px solid #a733bb;
  right: -39px;
}*/

.dotCircle .itemDot.active .forActive {
  display: block;
}

.round {
  position: absolute;
  left: 40px;
  top: 45px;
  width: 410px;
  height: 410px;
  border: 2px dotted #fb8603;
  border-radius: 100%;
  -webkit-animation: rotation 100s infinite linear;
}

.dotCircle .itemDot:hover,
.dotCircle .itemDot.active {
  color: #ffffff;
  transition: 0.5s;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d4ac7+0,a733bb+100 */
  background: #fb8603;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d4ac7', endColorstr='#a733bb', GradientType=1);
  /* IE6-9 */
  border: 2px solid #fff;
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
  -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
}

.dotCircle .itemDot {
  font-size: 40px;
}

.contentCircle {
  width: 250px;
  border-radius: 100%;
  color: #222222;
  position: relative;
  top: 150px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contentCircle .CirItem {
    border-radius: 100%;
    color: #222222;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scale(0);
    transition: 0.5s;
    font-size: 15px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    line-height: 250px;
    padding: 36px 0px !important;
    margin: 0;
}


.CirItem.active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
  transition: 0.5s;
}

.contentCircle .CirItem i {
  font-size: 180px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -90px;
  color: #000000;
  opacity: 0.1;
}

@media only screen and (min-width:300px) and (max-width:599px) {
  .holderCircle {
    width: 300px;
    height: 300px;
    margin: 110px auto;
  }
  .holderCircle::after {
    width: 100%;
    height: 100%;
  }
  .dotCircle {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}

@media only screen and (min-width:600px) and (max-width:767px) {}

@media only screen and (min-width:768px) and (max-width:991px) {}

@media only screen and (min-width:992px) and (max-width:1199px) {}

@media only screen and (min-width:1200px) and (max-width:1499px) {}

.title-box .title {
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    z-index: -1;
    line-height: 20px;
}
.title-box span {
    text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
    font-weight: 600;
    color: #fb8603;
    font-size: 18px;
    line-height: 10px;
}

.title-box p {
  font-size: 17px;
  line-height: 2em;
}

.quality-objectiove li{
	list-style:none;
	margin-bottom:5px;
}
.quality-objectiove i{
	color:#fb8603;
}
.quality-objectiove{margin:0; padding:0}
.divider {
    background: #ccc;
    height: 1px;
    margin: 32px -15px;
}


.footer_bg {
  background: #fb8603;
  /*margin-top: 75px; */
  padding: 50px 0px;
}

.footer_logo img {
  width: 290px;
}

.footer_logo p {
  padding-top: 16px;
  color: #fff;
  font-size: 16px;
}

.address h4 {
  margin: 0px 0px 12px 0px;
  padding-bottom: 10px;
  font-size: 20px;
  color: #fff;
  border-bottom: 2px solid #fff;
}

.address p {
  font-size: 15px;
  color: #fff;
}

.address.newslatter input::placeholder {
  color: #fff;
}

.address.newslatter input {
  width: 82%;
  float: left;
  height: 40px;
  border: 2px solid #fff;
  background: no-repeat;
  color: #fff;
  box-shadow: none;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.address.newslatter button.btn.btn-default {
  height: 40px;
  font-size: 17px;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: none;
  color: #fb8603;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  width: 64px;
  padding: 9px;
}

.social_icons_footer {
  margin-top: 23px;
}

.social_icons_footer ul li a {
  color: #fff;
  padding: 7px 10px;
  background: #fb8603;
  text-align: center;
  margin: 0 auto;
  display: block;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  font-size: 16px;
}

.social_icons_footer ul li a:hover {
  background: #ffffff;
  color: #fb8603;
}

.copyright_bg p {
  margin: 0px;
  font-size: 15px;
  text-align: center;
  color: #fdebc3;
}

.copyright_bg {
  background: #fb8603;
  padding: 10px 0px;
}

/*============= Login ============*/
.login_bg {
    background: #f0f2f5;
    padding: 102px 0px;
}
.login_box {
    background: #fff;
    padding: 36px;
    box-shadow: 0px 0px 5px 0px #ccc;
}
.login_box input {
    margin-top: 21px;
    height: 45px;
    border-bottom: 2px solid #dbdfe5 !important;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0px;
    outline: none;
}
.login_box input:focus{
  box-shadow: none;
}
.login_head h4 {
    text-align: center;
    padding-bottom: 0px;
    font-weight: 600;
    font-size: 21px;
    color: #000000;
}

.login_box ul li a.btn.btn-default {
    width: 150px;
    height: 45px;
    font-size: 18px;
    padding: 9px;
    color: #fff;
    border: none;
    border-radius: 6px;
}

a.btn.btn-default.fb {
    background: #3b5998;
}
a.btn.btn-default.twt {
    background: #00aced;
}
a.btn.btn-default.gp {
    background: #c32f10;
}
.or hr {
    border-top: 2px solid #dbdfe5;
    margin: -13px 0px;
}

.or {
    text-align: center;
    position: relative;
    margin-top: 20px;
}
.or span {
    font-size: 20px;
    background: #fff;
    padding: 12px 22px;
    color: #dbdfe5;
}

.remember_me {
  float: left;
  margin-top: 12px;

}
.remember_me span {
    line-height: 36px;
    color: #afafaf;
}
.remember_me input {
    float: left;
    width: 20px;
    margin: 0px;
    padding: 0px;
    height: 20px;
    margin: 8px 8px 0px 0px;
}
.forgot {
    margin-top: 12px;
    float: right;
}
.login_bt .btn.btn-default:hover {
    background: transparent;
    color: #fb8603;
    border: 1px solid #fb8603;
}

.login_bt .btn.btn-default {
    border: 1px solid transparent;
    width: 100%;
    margin-top: 25px;
    height: 45px;
    padding: 7px;
    font-size: 20px;
    background: #fb8603;
    border-radius: 6px;
    color: #fff;
}


/* checkbox */


.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0% 0%;
}

.chiller_cb {
  position: relative;
  height: 2rem;
  display: flex;
  align-items: center;
}
.chiller_cb input {
  display: none;
}
.chiller_cb input:checked ~ span {
    background: #fb8603;
    border-color: #fb8603;
}
.chiller_cb input:checked ~ span:before {
  width: 1rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.3s;
}
.chiller_cb input:checked ~ span:after {
  width: 0.4rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.2s;
}
.chiller_cb input:disabled ~ span {
  background: #ececec;
  border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
  color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
  cursor: default;
}
.chiller_cb label {
    padding-left: 23px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 500;
}
.chiller_cb span {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #ccc;
  position: absolute;
  left: 0;
  transition: all 0.2s;
  z-index: 1;
  box-sizing: content-box;
  border-radius: 4px;
}
.chiller_cb span:before {
  transform: rotate(-55deg);
  top: 1rem;
  left: 0.37rem;
}
.chiller_cb span:after {
  transform: rotate(35deg);
  bottom: 0.35rem;
  left: 0.2rem;
}
body.login_page .footer_bg {
    margin-top: 0px;
}
.copyright_bg hr {
    border-color: white;
}
/*============= Login Bg ==================*/

.video_text.about_us_text {
    padding-top: 0px;
}
.video_text.about_us_text h3{
    padding-top: 0px;
}
.notes-login{
	margin-top:30px;
}
.user-profile{
background: #efefef;
padding: 50px;
}
.col-md-9.profile-area {
    background: #fff;
    padding: 10px 20px;
}
.login-time {
    float: right;
    font-size: 13px;
    color: #337ab7;
}
.user-details{width:100%;}
.user-details > tbody > tr > td, .user-details > tbody > tr > th, .user-details > tfoot > tr > td, .user-details > tfoot > tr > th, .user-details > thead > tr > td, .user-details > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}
.update-pro {
    margin-bottom: 34px;
    font-size: 17px;
}
.update-pro a {
    float:right;
}
/**************SALLERY TABLE***************/

/*.main-sallery-table{*/
/*	width:100%;*/
/*	border:1px solid #ccc;*/
/*}*/

.main-sallery-table {
    width: 100%;
    border: none !important;
    box-shadow: none;
}

.st-logo{
	
}
.raptors-heading img {
    width: 743px;
    margin: 0px;
}

.raptors-heading{ background-color: transparent }

table.st-list-second td:nth-child(2), table.st-list-second td:nth-child(3), table.st-list-second td:nth-child(5)
{
    text-align:right;
}
table.st-list-second td:nth-child(5)
{
    color:#3379c1;
}
table.st-list-second .bg-light tr th{
	text-align:center
}

.st-list{
	width:94%;
	margin:auto;
}
table.st-list tr td{
	border-bottom:none !important;
	font-size: 12px;
}
table.st-list td{
	border:none !important;
	padding-left:10px;
	padding-right:10px;
}

table.st-list-second td{
	padding-top:0px !important;
	padding-bottom:0px !important;
}
table.st-list td{
	border-right:1px solid #000 !important;
	padding-top:10px;
	padding-bottom:10px;
}
table.st-list tr{
	padding-top:10px;
}
table.st-list th{
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}
.margintop40{
	margin-top:40px;
	margin-bottom:40px;
}
.raptors-heading h2{
	font-style: italic;
font-weight: bold;
font-size: 71px;
color: #4f81bd;
padding-bottom:0px;
margin-bottom:0px;
}
.raptors-heading h3{
	font-style: italic;
font-weight: bold;
font-size: 30px;
margin-top: 0px !important;
margin-bottom: 19px;
}
.user-details p {
    background: #fff;
    width: 149px;
    padding: 3px;
    border: 1px solid #ccc7c7;
}
.watermark{
	background-image: url('../images/watermark.jpg');
	background-size: 67% 81%;
	background-repeat: no-repeat;
	background-position: center;
}
.submit-section{
	margin:40px 10px;
	border-top:1px solid #ccc;
	width:100%;
	padding-top:20px;
	float:left;
}

.submit-section input {
    background-color: #fb8603;
    padding: 10px 20px;

    border: none;
    color: #fff;
    font-size: 20px;

    border-radius: 3px;
    font-weight: bold;
}


/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 70%;
}

.about-services ul li {
    border: 1px solid #007bff;
    float: left;
    margin-right: 20px;
    list-style: none;
    padding: 8px;
    margin-bottom: 20px;
    width: 261px;
    text-align: center;
    color: #007bff;
}
.about-services li:hover {

    background:#007bff;
    color: #fff;

}
.about-services ul{margin:0px; padding:0px;}
/* Section with background
--------------------------------*/

.section-bg {
  background: #ecf5ff;
}

/* About Us Section
--------------------------------*/

#about {
  background: #f0f2f5;
  padding: 60px 0;
}

#about .about-container .background {
  margin: 20px 0;
}


#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #007bff;
  transition: all 0.3s ease-in-out;
}

#about .about-container .icon-box .icon i {
  color: #007bff;
  font-size: 20px;
}

#about .about-container .icon-box:hover .icon {
  background: #007bff;
}

#about .about-container .icon-box:hover .icon i {
  color: #fff;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#about .about-container .icon-box .title a {
  color: #283d50;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

#about .about-extra {
  padding-top: 60px;
}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}
.img-fluid {
    max-width: 88%;
    height: auto;
	float:right;
}
.img-fluid-next {
    max-width: 88%;
    height: auto;
	float:left;
}
.sub-section, .mission-heading{
	margin-bottom:30px;
}
/***************************service page*******************************/

.mb-60 {
    margin-bottom: 60px;
}
.mb-25 {
    margin-bottom: 25px;
}
.services-inner {
    border: 2px solid #fb8603;
    transition: .3s;
}
.p-l-0{padding-left:0 !important;}
.our-services-img {
    float: left;
    margin-left: -36px;
    margin-right: 22px;
    margin-top: 28px;
}
.our-services-text {
    padding-right: 10px;
}
.our-services-text {
    overflow: hidden;
    padding: 28px;
	min-height: 240px;
}
.our-services-text ul{margin:0px; padding:0px;}
.our-services-text ul li{margin:3px 12px;}
.our-services-text h4 {
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.our-services-text h4::before {
    background: #ec6d48 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 35px;
}
.our-services-wrapper:hover .services-inner {
    background: #fff none repeat scroll 0 0;
    border: 2px solid transparent;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.our-services-text p {
    margin-bottom: 0;
}
p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #666;
    margin-bottom: 15px;
}

h1.sub-heading-sn {
    margin: 0px;
    color: #666;
    font-weight: 600;
    font-size: 17px;
}

.logos-iamges-slide ul li img {
    width: 117px;
}
.logos-iamges-slide ul li {
    padding-right: 108px;
}
.logos-iamges-slide {
    text-align: center;
    padding: 14px 0px;
}
.logos-iamges-slide ul{
    margin: 0;
}


.services-left p {
    font-size: 15px;
    color: #666;
}
.services-left ul li {
    padding: 5px 0px;
}
.services-right p {
    font-size: 15px;
    color: #666;
}
.services-right ul li {
    padding: 5px 0px;
}
.services-right {
    margin-bottom: 32px;
}


/* media start */


@media only screen and (min-width: 320px) and (max-width: 768px){

    .top_nav_bar .navbar-right {
    float: left !important;
    margin-right: 0px;
}
div#navbar-collapse-1 {
    padding: 0px;
}
.social_icons {
    float: left;
}
.social_icons ul li a {
    font-size: 14px;
}
.social_icons ul li {
    padding: 1px 17px 1px 0px;
}
.login ul li:nth-child(1) {
    padding-right: 6px !important;
}
.login ul li {
    padding: 0px;
}
.login a.btn.btn-default {
    font-size: 14px;
}

.logo {
    padding: 25px 0px;
    float: left !important;
}

.logo img {
    width: 175px !important;
}
.navbar-header {
    padding: 17px 0px 0px 0px !important;
}
.navbar-toggle{
 margin-right:0px !important;
    

}


}


@media print {
  body {
    margin: 0;
    color: #000;
    background-color: #fff ;
  }
  
  
  div#sn-full-table {
    border: 1px solid #cccc !important;
    padding: 0px !important;
    width: 100% !important;
    display: inline-block !important;
}

div#one-div{
    float: left;
    padding: 15px 15px 3px 8px !important;
    width: 184px !important;
}


div#dotted-div {
    float: left !important ;
    border-right: 1px solid !important;
    border-left: 1px solid !important;
    padding: 9px !important;
    margin: 0px 10px !important;
}

.left-border {
    border-left: 1px solid !important;
}

.four-div {
    
    padding: 15px !important;
}


  
  
  
  
}




/* 18-07-2019 */ 

  div#sn-full-table {
    border: 1px solid #cccc !important;
    padding: 0px !important;
    width: 100% !important;
    display: inline-block !important;
}

div#one-div{
    float: left;
    padding: 15px 15px 3px 8px !important;
    width: 184px !important;
}


div#dotted-div {
    float: left !important ;
    border-right: 1px solid !important;
    border-left: 1px solid !important;
    padding: 9px !important;
    margin: 0px 10px !important;
}

.left-border {
    border-left: 1px solid !important;
}

img.print-bg-sn {
    width: 804px;
    position: absolute;
    top: 270px;
    left: 0px;
    right: 0px;
    margin: 0 auto !important;
    display: block !important;
    text-align: center;
}

