*{
	margin:0;
	padding: 0;
}
ul li{
	list-style: none;
	margin:0;
}
a,
a:hover,
a:visited,
a:focus,
a:active{
	text-decoration: none;
	outline: none;
}
html,body{
	height: 100%;
}
body {
  font: normal 14px 'Poppins';
  -webkit-text-size-adjust: 100%;
  height: 100%;
  color: #333333;
  letter-spacing: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke:1px transparent;
  
}
h1{
	font:500 36px 'Poppins';
	color: #12569b;
	text-align: left;
	text-transform: capitalize;
}
h2{
	font:500 20px 'Poppins';
	color: #63667a;
	text-transform: capitalize;
}
h3{
	font:normal 18px 'Poppins';
	color: #12569b;
}
h1,h2,h3,h4,h5,h6,p,ul,ol{
	margin:0;
}
p{
	line-height: 27px;
  color: #757575;
}
.clearfix{
	clear: both;
}
.margin-bottom{
 margin-bottom: 50px;
}
/* loader */
#page-loader { 
  position: fixed; 
  top: 0; 
  left: 0; 
  height: 100%; 
  width: 100%; 
  background: #fff; 
  z-index: 9999; 
}
#page-loader img {
  margin: 100px auto; 
  display: block;
}

.loader { 
  text-align: center; 
  margin: auto; 
  position: absolute; 
  top: 0; 
  bottom: 0; 
  left: 0; 
  right: 0;
  height: 40px;
}
.loader { text-align: center; margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 40px; }
.loader span { display: block; font: 14px "Roboto", sans-serif; text-transform: uppercase; margin-bottom: 20px; }

.spinner { margin: 0 auto; width: 40px; height: 40px; position: relative; }

.con1 > div, .con2 > div, .con3 > div { width: 7px; height: 7px; background-color: #191919; border-radius: 100%; position: absolute; -webkit-animation: bouncedelay 1.2s infinite ease-in-out; animation: bouncedelay 1.2s infinite ease-in-out; /* Prevent first frame from flickering when animation starts */ -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.spinner .spinner-container { position: absolute; width: 100%; height: 100%; }

.con2 { -webkit-transform: rotateZ(45deg); transform: rotateZ(45deg); }

.con3 { -webkit-transform: rotateZ(90deg); transform: rotateZ(90deg); }

.circle1 { top: 0; left: 0; }

.circle2 { top: 0; right: 0; }

.circle3 { right: 0; bottom: 0; }

.circle4 { left: 0; bottom: 0; }

.con2 .circle1 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }

.con3 .circle1 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; }

.con1 .circle2 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }

.con2 .circle2 { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; }

.con3 .circle2 { -webkit-animation-delay: -0.7s; animation-delay: -0.7s; }

.con1 .circle3 { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; }

.con2 .circle3 { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; }

.con3 .circle3 { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; }

.con1 .circle4 { -webkit-animation-delay: -0.3s; animation-delay: -0.3s; }

.con2 .circle4 { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; }

.con3 .circle4 { -webkit-animation-delay: -0.1s; animation-delay: -0.1s; }

@-webkit-keyframes bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); }
40% { -webkit-transform: scale(1); } }

@keyframes bouncedelay { 0%, 80%, 100% { transform: scale(0); -webkit-transform: scale(0); }
40% { transform: scale(1); -webkit-transform: scale(1); } }

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
  z-index: 9999;
  background-color: #FF4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}


/*header-shrink
======================*/
.navbar-default {
 padding: 16px 0;
 border: 0;
 background-color: transparent;
 -webkit-transition: padding .3s;
 -moz-transition: padding .3s;
 -o-transition: padding .3s;
 transition: padding .3s;
}
.navbar-default .navbar-brand {

 -webkit-transition: all .3s;
 -moz-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}
/*.navbar-default.navbar-shrink {*/
/* background-color: #242490;*/
/* border-color: transparent;*/
/* padding: 10px 0;*/
/*}*/
	/*.navbar-shrink ul.slimmenu li a{
		color: #fff;
		padding: 20px 15px;
	}
	.navbar-shrink ul.slimmenu li ul li a {
	    background: #bbbbbb;
	    padding: 12px 15px;
     }*/



/*menureset
============================*/

.navbar-default {
  background-color: #004884;
  border-radius: 0px;
  margin-bottom: 0px;
}
ul.slimmenu>li {border-left: 0;}
ul.slimmenu li{background: transparent;}
ul.slimmenu{width: auto;}
ul.slimmenu li a{
	color: #f4f4f4;
	padding: 12px 18px;
  text-transform: capitalize;
  font-size: 14px;
}
ul.slimmenu li a:hover {
  text-decoration: none;
  background-color: transparent;
}
.navbar-fixed-top{border-width: 0;}
.menu-collapser{background: transparent;}
ul.slimmenu li .sub-toggle:before {
  content: '\f107';
  display: inline-block;
  position: absolute;
  top: 47%;
  left: 90%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  height: auto;
  font-family: 'FontAwesome';
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
ul.slimmenu li .sub-toggle>i{
	display: none;
}
ul.slimmenu li .sub-toggle{background: transparent;}
ul.slimmenu li ul li {
  background: #f4f4f4;
}
ul.slimmenu li.has-submenu>ul>li, ul.slimmenu li.has-submenu>ul a {
  width: 100%;
  font-size: 14px;
}
ul.slimmenu li.has-submenu>ul {
  min-width: 220px;
}

ul.slimmenu li ul li a{
  color: #3c6b94;
}
ul.slimmenu li ul li a:hover{
  background-color: #3c6b94;
  color: #fff;
}
ul.slimmenu li a:hover{
  color: #ddd;
}
ul.slimmenu li a:last-child{
padding-right: 0px;
margin-right: 0px;
}
/*banner-slider
======================*/
#sg-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 600px;

}

#sg-carousel .carousel-inner .item {
    height: 600px;
     width: 100%;
}
.carousel-caption{top:50%;}
.carousel-caption h1 {
    font-size: 6em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#sg-carousel .carousel-control.left {
    top: 48%;
}
#sg-carousel .carousel-control.right {
    top: 48%;
}
.uppr-txt {
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
}
#sg-carousel .carousel-control.left,
#sg-carousel .carousel-control.right {
    background-image: none;
    background-repeat: no-repeat;
    opacity: 0;
    text-shadow: none;
    transition: all 0.8s ease 0s;
}
.carousel-control {
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: auto;
    transition: all 0.8s ease 0s;
}
.carousel-inner {
    box-shadow: 2px 6px 21px;
}
.fa-angle-right,
.fa-angle-left {
    font-size: 80px;
}
#sg-carousel:hover .carousel-control.left {
    left: 38px;
    transition: all .2s ease 0;
}
#sg-carousel:hover .carousel-control.right {
    right: 38px;
    transition: all .2s ease 0;
}
#sg-carousel:hover .carousel-control.left,
#sg-carousel:hover .carousel-control.right {
    opacity: 1;
}

.slider-banner .item.active img {
    transition: transform 8000ms linear 0s;
    transform: scale(1.05);
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.slider-banner img{
	height: 100%;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-o-object-fit: cover;
	-ms-object-fit: cover;
	object-fit: cover;
}
.slider-banner .carousel-fade .carousel-inner .active {
    opacity: 1;
}
.slider-banner .carousel-fade .carousel-inner .next.left,
.slider-banner .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.slider-banner .carousel-fade .carousel-control {
    z-index: 2;
    font-size: 80px;
}
.slider-banner .carousel-caption {
    left: 0;
    right: 0;
    margin: -50px auto 0;
}

.slider-banner .carousel-caption h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}
.slider-banner .carousel-caption > p {
    font-size: 30px;
    color: #fff;
}
.slider-banner .carousel-caption > a {
    text-transform: uppercase;
    color: #fff;
    background: #041132;
    padding: 6px 12px;
}
.slider-banner .carousel-indicators li {
    background-color: #b3b5b9;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    width: 12px;
    border: 0;
}
.slider-banner .carousel-indicators .active {
    background-color: #041132;
    height: 12px;
    margin: 0;
    width: 12px;
    border: 0;
}
#sg-carousel h1 {
    animation-delay: 1s;
	margin-bottom:25px;
}
#sg-carousel p {
    animation-delay: 2s;
}
#sg-carousel button {
    animation-delay: 3s;
	margin-top:25px;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
  .slider-banner .carousel-fade .carousel-inner > .item.next,
  .slider-banner .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .slider-banner .carousel-fade .carousel-inner > .item.prev,
  .slider-banner .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .slider-banner .carousel-fade .carousel-inner > .item.next.left,
  .slider-banner .carousel-fade .carousel-inner > .item.prev.right,
  .slider-banner .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
	height: 100vh;
}
.overlay{
	background: rgba(0,0,0,0.3);
	position: absolute;
	height: 100%;
	width: 100%;
	top:0;
}

.top-header ul li {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}

.top-header ul li:last-child{
  margin-right: 0px;
}
.top-header ul.pull-right li:last-child{
  margin-left: 30px;
}

.top-header ul li .fa:hover{
  color: #9da2a5;
}

.top-header{
  padding: 10px 0px;
  background-color: #003a6a;
  color: #fff;
}
.top-header a{
  color: #f4f4f4;
}

.top-header ul li .fa{
  margin-right: 10px;
}

.pull-right a{
  text-transform: capitalize;
}

.our-company h1{
  text-align: center;
  margin-bottom: 40px;
} 
.company{
  border: 1px solid #ccc;
}
.company img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.company-detail{
  padding: 15px;
  margin-top: 20px;
}
.company h2{
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #484848;
}
.btn{
  text-transform: capitalize;
}

.view-more .btn{
  border: 1px solid #dfdfdf;
  padding: 6px 14px;
  border-radius: 0px;
  margin-top: 15px;
  transition: all ease-in-out 0.7s;
}
.view-more .btn:hover{
  background-color: #004884;
  color: #fff;
  transition: all ease-in-out 0.7s;
}

.view-more{
  text-align: center;
}

.company-detail p{
  color: #757575;
}

.view-more a{
  color: #757575;
}
.about-us{
  background-color: #3c6b94;
}

.aboutus-content h1{
  color: #fff;
  margin-bottom: 15px;
  font-size: 32px;
}
.aboutus-content p{
  color: #dedede;
}
.aboutus-content .btn{
 border: 1px solid #dfdfdf;
 padding: 6px 14px;
 border-radius: 0px;
 margin-top: 15px;
 transition: all ease-in-out 0.7s;
}
.aboutus-content a{
  color: #fff;
}
.aboutus-content .btn:hover{
 background-color: #fff;
 color: #004884;
 transition: all ease-in-out 0.7s;
}

.news-box{
  background-color: #f4f4f4;
  margin-bottom: 30px;
}
.news-img img{
  width: 100%;
}
.news-img{
  padding-left: 0px;
}
.news-update{
  padding: 8px 0px;
}

.news-update h3{
  margin-bottom: 10px;
  text-transform: capitalize;
}
.news-update .btn{
  border: 1px solid #dfdfdf;
  padding: 5px 12px;
  border-radius: 0px;
  margin-top: 9px;
  font-size: 12px;
  transition: all ease-in-out 0.7s;
}
.news-update .btn:hover{
  background-color: #004884;
  color: #fff;
  transition: all ease-in-out 0.7s;
}
.top-footer{
  background-color: #004884;
  padding: 70px 0px;
}

.top-footer h3{
  color: #ececec;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.top-footer p{
  color: #c5c5c5;
}
.top-footer ul li a{
  color: #c5c5c5;
  text-transform: capitalize;
  transition: all ease-in-out 0.7s;
}
.top-footer ul li a:hover{
  color: #fff;
  transition: all ease-in-out 0.7s;
}

.contact-infos {
  overflow: hidden;
  color: #c5c5c5;
}

.contact-icons {
  float: left;
  margin-right: 10px;
  color: #fff;
}

.contact-icons .fa{
  font-size: 16px;
  background-color: #003a6a;
  height: 52px;
  width: 52px;
  line-height: 52px;
  color: #fff;
  transition: all ease-in-out 0.7s;
  text-align: center;
}

.contact-menu-footer ul li{
  margin-bottom: 20px;
}
.social-link-footer ul li{
  margin-bottom: 35px;
}

.social-link-footer ul li:last-child{
  margin-bottom: 0px;
}
.contact-menu-footer ul li:last-child{
  margin-bottom: 0px;
}

.recent-news h1{
  text-align: center;
  margin-bottom: 40px;
}

.bottom-footer{
  background-color: #003a6a;
  padding: 8px 0px;
  color: #fff;
}

.bottom-footer ul li{
  display: inline-block;
}
.bottom-footer p{
  float: left;
  margin-top: 7px;
  color: #f4f4f4;
}

.footer-about-us{
  width: 90%;
}
.quick-link ul li{
  margin-bottom: 10px;
}

.top-footer label{
  text-transform: capitalize;
}
.social-link-footer label{
  margin-bottom: 0px;
  margin-top: 10px;
}
/*gallery
============*/

.gallery-image img{
  width: 100%;
}
.gallery-image{
  padding: 0px;
}
.gallery h1{
  text-align: center;
  margin-bottom: 40px;
}

.about-us .container-fluid{
  min-width: 100%;
}
/*.about-us-images img{*/
/*  width: 100%;*/
/*}*/
.about-us-images{
  padding: 0px;
}

/*up
=========*/

.back-to-top .fa {
    color: #eee;
    padding: 13px 13px;
}
.back-to-top{
  display: inline-block;
}



/*breadcrumbs
====================*/
.breadcrumbs{
  background: url(../images/ip.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0px;
  position: relative;
  margin-bottom: 40px;
}

/*.breadcrumbs-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.2);
}*/

.breadcrumb {
    padding: 8px 0px;
   background-color: transparent;
   text-transform: capitalize;
  }




/*inner-contact
====================*/
.inner-page-contact h2{
  color: #63667a;
  margin-bottom: 40px;
  text-align: center;

}
.inner-page-contact form{
    width: 70%;
    margin: 0 auto;
}
.inner-page-contact .form-control{
    background-color: #fff;
}

.inner-page-contact{
  padding: 50px 0px 0px 0px;
}


.inner-contact .form-control{
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: initial;
    box-shadow: initial;
    -webkit-transition: initial;
    text-transform: capitalize;
    margin-bottom: 15px;
    font: normal 16px #ccc;
}

.inner-contact textarea.form-control{
  background-color: #e8e8e8;
  border-bottom: 0px;
  font: 400 14px 'Poppins';
}

.inner-contact .form-group label {
  text-transform: capitalize;
  font: 400 14px 'Poppins';
  padding-left: 12px;
  color: #999999;
}


.inner-contact .btns{
  background-color: #12569b;
  border: 0px;
  padding: 7px 15px; 
  text-transform: capitalize;
  color: #fff;
  transition: all ease-in-out 0.7s;
}

.submit-button{
  text-align: center;
  display: inline-block;
}

.inner-contact .btns:hover{
  background-color: #2c86e0;
  border: 0px;
  padding: 7px 15px; 
  text-transform: capitalize;
  color: #fff;
  transition: all ease-in-out 0.7s;
}

.inner-contact-info{
  margin-top: 10px;
  margin-bottom: 15px;
}

.inner-contact-info i{
  font-size: 25px;
  color: #12569b;
  float: left;
  margin-right: 25px;
  margin-top: 5px;
}

.inner-contact-infos {
  overflow: hidden;
}

.inner-contact-info h3{
  color: #63667a;
  text-transform: uppercase;
  font: 500 18px 'Poppins';
  margin-bottom: 7px;
}

.inner-contact-info p{
  color: #999999;
  text-transform: capitalize;
}

.contact-map iframe{
  width: 100%;
  border: 0px;
  height: 450px;
}


/*detail page
=================*/


.detail-info h2{
	color: #63667a;
	margin-bottom: 10px;
}


.right-box {
	background-color: #f4f4f4;
	padding: 30px;
	margin-bottom: 30px;
}
.right-box form{
	width: 90%;
	margin: 0 auto;
}

.form-control {
    background-color: #f4f4f4;
}

.right-box h2{
	color: #63667a;
	margin-bottom: 30px;
}

/*right-box info
========================*/
.related-packages{
  margin-top: 30px;
}
.related-packages h2{
  margin-bottom: 30px;
}
.packages-content{
  margin-bottom: 30px;
}
.packages-content img{
  height: 220px;
  object-fit: cover;
}

.packages-content img{
    width: 100%;
    margin-bottom: 0px;
}
.packages-content figure{
 position: relative;
}
.packages-title{
    color: #fff;
    padding: 10px 15px;
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    position: absolute;
    bottom: 0px;
}
.packages-title p{
  color: #fff;
}

.detail-page-content{
  margin-bottom: 40px;
}
.img-icon{
  float: left;
  width: 30%;
  margin-right: 15px;
}
.img-icon img{
  width: 100%;
}
.img-heading{
  overflow: hidden;
}
.right-box-infos{
  border-bottom: 1px solid #ccc;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.right-box-infos:last-child{
  border-bottom: 0px;
}

.img-heading p{
  color: #333;
}

/*listing page
===================*/
.listing{
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.content-img img{
  width: 100%;
}

.list-box small{
  color: #3c6b94;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 600;
}
.list-box p{
  margin: 10px 0px;
}

/*pagination
===============*/
.pagination>li>a, .pagination>li>span {
    margin-left: 10px;
    color: #333;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

/*inner-banner
================*/
.detail-info .item img{
    object-fit: cover;
    height: 350px;
}
.detail-info .carousel-inner {
    box-shadow: initial;
}

.detail-info .carousel-control{
  color: #fff;
  padding: 25px;
  box-shadow: initial;
}

.detail-info .carousel{
  margin-bottom: 30px;
}

/*gallery
===============*/

.packages-content img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  overflow: hidden;
}
.packages-content img {
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.packages-content{
  overflow: hidden;
}

.detail-pages img{
  float: right;
  padding-left: 20px;
  padding-bottom: 10px;
}

.detail-pages h2{
  margin-bottom: 10px;
}

.compnay-listing{
  margin-top: 25px;
}

.compnay-listing ul li{
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 8px;
}
.compnay-listing ul li a{
  color: #757575;
}
.login-box{
  width: 35%;
  margin: 0 auto;
  background-color: #f4f4f4;
  padding: 40px;
}

.login-page h2{
  text-align: center;
}
.login-page .form-group{
  margin-top: 20px;
}
.login-page .btns {
  margin-top: 20px;
  margin-bottom: 20px;
}

.detail-pages small {
    color: #3c6b94;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
}

/*new modify
===================*/

.innner-new-rp{
  margin-bottom: 40px;
}



/*new pages
=================*/

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #3c6b94;
    border: 1px solid #3c6b94;

}

.nav-tabs>li>a {
    border-radius: 0px;
    text-transform: capitalize;
}

.nav-tabs {
    border-bottom: 1px solid #3c6b94;
    padding-bottom: 1px;
}
.nav-tabs {
  margin-bottom: 15px;
}


.tab-pane .form-control {
    background-color: #f4f4f4;
    border: 1px solid #c7c7c7;
    border-radius: 0px;
 }


.submit-button .btns {
    margin-top: 15px;
    padding: 7px 20px;
    background-color: #e8e8e8;
    border: 0px;
    color: #999;
    text-transform: capitalize;
    transition: all ease-in-out 0.7s;
}
.submit-button .btns:hover {
    padding: 7px 20px;
    transition: all ease-in-out 0.7s;
    background-color: #3c6b94;
    color: #fff;
}

.innner-new-rp h2
{
  margin-top: 40px;
}

.logo img {
    width: 50%;
}

.inner-page-contact .submit-button{
  text-align: center;
}

.inner-tab h2{
  font-size: 16px;
  margin-bottom: 10px;
}

/*assessment
=====================*/

.assessment{
  width: 70%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.assessment .form-control {
    background-color: #fff;
    border: 1px solid #d6d5d5;
    border-radius: 0px;
}
.assessment h2 {
    margin-bottom: 15px;
    margin-top: 30px;
}
.assessment p {
    line-height: 27px;
    color: #757575;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.checkbox-inline, .radio-inline {
    text-transform: capitalize;
}
.radio-bottom{
  margin-bottom: 30px;
}
.assessment p::first-letter {
  text-transform: capitalize;
}

.as-btn{
  margin-top: 15px;
  padding: 7px 20px;
  background-color: #3c6b94;
  border: 0px;
  color: #fff;
  text-transform: capitalize;
  transition: all ease-in-out 0.7s;
}

.as-btn:hover{
  padding: 7px 20px;
  transition: all ease-in-out 0.7s;
  background-color: #e8e8e8; 
  color: #999;
}
/*slider
============*/

.slider {
  width: 50%;
  margin: 100px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
 
}

.slick-current {
  opacity: 1;
}


/*logo slider
==============*/
.s-bg{
  background-color: #f8f8f8;
  padding: 30px 0px;
}
.about-us{
  margin-bottom: 0px;
}
.center{
  width: 80%;
  margin: 0 auto;
}

.slick-prev:before, .slick-next:before {
    color: #3c6b94;
}
.slick-prev {
    left: -35px;
}
.slick-next {
    right: -35px;
}
.slick-track{
  transform: 0px;
}


/*send-me
=================*/
.send-me {
  padding: 15px 0px;
  text-align: left;
  position: relative;
}
.send-me h3{
  font-size: 16px;
  color: #333;
  float: left;
  margin-right: 25px;
}
.alert-close1{
  position: absolute;
  right: 15px;
  top: 18px;
}

.send-me-bt .btn-primary {
  padding: 7px 15px;
  background-color: #3c6b94;
  color: #fff;
  border-radius: 0px;
  transition: all ease-in-out 0.7s;
}
.send-me-bt .btn-primary:hover{
  padding: 7px 15px;
  background-color: #f4f4f4;
  color: #333;
  border-radius: 0px;
  transition: all ease-in-out 0.7s;
}
.inner-page-contact {
    padding: 30px 30px 50px 30px;
}
