#sub {
    width: 100%;
    display: inline-block;
    line-height: 50px;
    background-color: #f2680b;
    border-radius: 34px;
    font-size: 17px;
    color: #fff;
    padding: 0px 30px;
    height: 68px;
}

 *{
  margin: 0;
  padding: 0;
}

.lft0{padding-left:0px;}
.rgt0{padding-right: 0px;};

.mt40 {
  margin-top: 40px; }
.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt80 {
  margin-top: 80px; }

.mt90 {
  margin-top: 90px; }

.mb20 {
  margin-bottom: 20px; }

  .mb40 {
    margin-bottom: 40px; }
    
.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb70 {
  margin-bottom: 70px; }

.mb70 {
  margin-bottom: 80px; }

.mb70 {
  margin-bottom: 90px; }

::selection {
  color: #fff;
  background: #353437; }

::-moz-selection {
  color: #fff;
  background: #353437; }

a:hover, a:focus, a:active {
  color: #000;
  text-decoration: none;
  outline: none; }

a {
  text-decoration: none;
  transition: all linear 0.3s; }
 

ul {
  margin: 0;
  padding: 0;
  list-style: none; }




/*slider*/	
.bs-slider {
overflow: hidden;
position: relative;
}
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
margin: auto;
width: 100% !important;
}
.bs-slider .bs-slider-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/********************
*****Slide effect
**********************/

.fade {
opacity: 1;
}
.fade .item {
top: 0;
z-index: 1;
opacity: 0;
width: 100%;
position: absolute;
left: 0 !important;
display: block !important;
-webkit-transition: opacity ease-in-out 1s;
-moz-transition: opacity ease-in-out 1s;
-ms-transition: opacity ease-in-out 1s;
-o-transition: opacity ease-in-out 1s;
transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
top: auto;
position: relative;
}
.fade .item.active {
opacity: 1;
z-index: 2;
-webkit-transition: opacity ease-in-out 1s;
-moz-transition: opacity ease-in-out 1s;
-ms-transition: opacity ease-in-out 1s;
-o-transition: opacity ease-in-out 1s;
transition: opacity ease-in-out 1s;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
margin: auto;
opacity: 1;
bottom: 0;
width: 60px;
height: 60px;
z-index: 10;
color: #fff;
display: block;
font-size: 25px;
cursor: pointer;
overflow: hidden;
line-height: 60px;
text-shadow: none;
position: absolute;
font-weight: normal;
background: #091f91;
border-radius: 0;
transition: all linear 0.5s;
padding: 12px;
}



.control-round:hover .carousel-control {
opacity: 1;
}
.right.carousel-control {
right: -10px;
top: 50px;
bottom: 0;

}
.left.carousel-control {
left: -10px;
right: auto;
top: 50px;
bottom: 0;
}
.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
color: #fdfdfd;
background-image: none;
border: 0px transparent;
}
.fa-angle-right:before{
line-height: 30px;
}
.fa-angle-left:before{
line-height: 30px;
}
/*---------- SLIDE CAPTION ----------*/
.slide-text {
  top: auto;
  position: absolute;
  margin: auto;
  left: 6%;
  right: auto;
  padding: 40px;
  background: transparent;
  bottom: 10%;
  width: 40%;
}


.slide-text > h1 {
  display: block;
  font-size: 40px;
  color: #0045a6;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 40px;
  letter-spacing: 0;
}
.slide-text a {
  background: #fe821d;
  color: #fff;
  padding: 17px 23px 13px;
  display: inline-block;
  border-radius: 7px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0;
  font-size: 14px;
}
.slide-text a:hover{
background: #0045a6;
}


/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/


@media (max-width: 480px) {
.slide-text > a.btn-default, .slide-text > a.btn-primary {
    display: none;
}
.indicators-line > .carousel-indicators {
    display: none;
}
}
/*slider-end*/

h1, h2, h3, h4, h5{
  font-family: 'League Spartan', sans-serif;
}



body {
  font-family: 'Poppins', sans-serif;
font-size: 15px;
line-height: 20px;
font-weight: 400;
font-style: normal;
background: #fff;
color: #191919;

}
.main-menu {
  margin-top: -30px;
  padding: 12px 0;
  position: absolute;
  z-index: 9;
  background: #fff;
  left: 5%;
  right: 5%;
  border-radius: 50px;
}
.top-header {
  background: #fe821d;
  height: 80px;
}
.header-btn ul li a {
  color: #fff;
  font-size: 14px;
  padding: 7px 8px;
  display: inline-block;
}
.header-btn {
  float: right;
  padding-top: 10px;
}
.header-btn ul li{
  display: inline-block;
}

.main-menu {
padding: 12px 0;
}

.ser-hrding h2 {
  font-size: 40px;
  margin-top: 16px;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.services-image img {
  background: #f1f1f1;
  padding: 12px;
  border-radius: 7px;
  WIDTH: 100%;
}
.ser-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
}
.ser-content {
  text-align: center;
  padding: 10px;
}

.ser-content:hover {
  background: #091f91;
  color: #fff;
  transition: all linear 0.3s;
}
.ser-content a {
  display: inline-block;
  line-height: 50px;
  background-color: #f2680b;
  border-radius: 30px;
  font-size: 17px;
  color: #fff;
  padding: 0px 30px;
}
p.txt-ser {
  height: 120px;
}
.services-sec {
  margin-bottom: 70px;
}
.ser-hrding span {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
}
.ser-hrding {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}


.help {
  padding: 60px 0px;
  background-image: url(./images/bg2.jpg);
  background-attachment: fixed;
  background-size: cover;
  margin-top: 0px;
  position: relative;
}

.btm1_info {
  min-height: 748px;
  background: #fff;
  width: 684px;
  margin: 0 0 0 auto;
  border-radius: 50% 0 0 50%;
  padding: 177px 67px 0 245px;
  position: relative;
}

.right-side-content p {
  font-size: 16px;
}
.right-side-content h2 {
  font-size: 50px;
  line-height: 44px;
}
.right-side-content span {
  font-size: 18px;
  font-weight: 200;
}
.right-side-content {
  position: absolute;
  right: 40px;
  top: 100px;
  width: 30%;
  color: #dfdddd;
  text-align: right;
}







footer {
  color: #000;
  padding: 60px 0 0;
  font-weight: 500;
  font-size: 16px;
  background: #e7e7e7;
  color: #383636;
  font-weight: 300;
}
.footer-link p {
  line-height: 24px;
}
footer img {
margin-bottom: 20px;
}
.social img {
  margin-bottom: 0;
}
.social {
  border: 1px solid #a1a1a1;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 20px;
}
.footer-link h5 {
font-size: 23px;
letter-spacing: 1px;
font-weight: 600;
margin-bottom: 20px;
color: #0f2a4e;
}
.footer-link h5 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #353333;
  line-height: 28px;
}
.footer-link ul li a {
  color: #000;
}
.footer-link small {
  font-size: 18px;
  font-weight: 400;
}
.footer-link ul {
column-count: 2;
line-height: 32px;
}
footer hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #bcbcbc;
}

.f-logo h4 {
  font-size: 25px;
  line-height: 31px;
  border-top: 1px dotted #bcbcbc;
  padding-top: 30px;
}

.copy {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 22px;
}
.copy a{
  color: #000;
}








/********* Maximum width responsive **************/
@media screen and (max-width: 1199px){


}

@media screen and (max-width:991px){

 
}
@media screen and (max-width: 767px){

}
@media screen and (max-width: 479px){
 
}
/********* Minimum width responsive **************/
@media screen and (min-width: 480px){

}
@media screen and (min-width: 768px){

}
@media screen and (min-width: 992px){

}
@media screen and (min-width: 1200px){

}

/************************ Minimum to Maximum width ******************/

@media screen and (min-width: 420px) and (max-width: 579px){
  
}
@media screen and (min-width: 580px) and (max-width: 767px){

}
@media screen and (min-width: 768px) and (max-width: 991px){


}
@media screen and (min-width: 992px) and (max-width: 1199px){
 

}
@media screen and (min-width:1200px) and (max-width:1400px){

}


.intro-sec:after {
  content: "";
  background:url(images/main-bg1.jpg) no-repeat;
  height: 100%;
  position: absolute;
  top: 0;
  width: 780px;
  right: 0;
  z-index: -1;
  background-position: center;
}
.intro-sec {
  position: relative;
}
.slower {
  background: #fff;
  border-radius: 14px 14px 0 0;
  border-bottom: 11px solid #f2680b;
  padding: 70px 30px 58px;
  color: #292929;
  position: relative;
  margin-right: 15px;
  width: 31%;
}
.slower:hover {
  background: #091f91;
  transition: all linear 0.5s;
  color: #fff;
} 
.textwidget1.custom-html-widget span {
  display: block;
}
.textwidget.custom-html-widget h2 {
  font-size: 29px;
  line-height: 30px;
  font-weight: 300;
}
.main_right_boxes {
  position: absolute;
  left: 10%;
  bottom: 0;
}
.itro-connet span {
  color: #413e3e;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
}
.itro-connet h3 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 40px;
}
.textwidget1.custom-html-widget a {
  display: inline-block;
  line-height: 50px;
  background-color: #f2680b;
  border-radius: 30px;
  font-size: 17px;
  color: #fff;
  padding: 0px 30px;
  margin-top: 20px;
}
.textwidget1.custom-html-widget h2 {
  font-size: 60px;
  line-height: 52px;
  font-weight: 400;
  color: #403d3d;
  letter-spacing: -1px;
}
.textwidget1.custom-html-widget small, .small {
  font-size: 20px;
  font-weight: 600;
  color: #5a5a5add;
}

.btm1_contact_info {
  width: 284px;
  height: 284px;
  position: absolute;
  bottom: 101px;
background: #091f91;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  right: 475px;
  padding: 113px 0 80px;
}
.cur-phone {
  font-size: 25px;
  line-height: 34px;
  font-weight: 600;
}
.itro-connet p {
  font-size: 16px;
}
section.testi-sec {
  margin-top: 50px;
  margin-bottom: 50px;

}
.testi-sec h2 {
  font-size: 50px;
  margin-top: 16px;
  letter-spacing: -1px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 500;
}
.testi-content {
  border: 1px solid #ddd;
  padding: 40px 30px;
  text-align: center;
  line-height: 23px;
  width: 70%;
  margin: auto;
  position: relative;
}
.testi-content h3 {
  margin-top: 40px;
}
p.hometestimonial {
  font-size: 18px;
  line-height: 25px;
}
.testi-o {
  font-size: 125px;
  border: 1px solid #ddd;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin: auto;
  line-height: 165px;
  color: #091f91;
  position: absolute;
  top: 60px;
  left: -30px;
  background: #ffff;
}
.gallery-sec {
  background: #ffb380;

  color: #fff;
}
.gallery-list{
  padding: 50px 20px;
}
.gallery-list h2 {
  font-size: 55px;
}
p.g-txt {
  text-align: center;
  margin-top: 30px;
  font-size: 17px;
}
.gallery-list a {
  display: inline-block;
  line-height: 50px;
  background-color: #f2680b;
  border-radius: 30px;
  font-size: 17px;
  color: #fff;
  padding: 0px 30px;
  margin-top: 20px;
  float: right;
}
.g-border {
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}
.message-sec{
  padding: 100px 0px;
  background-image: url(./images/life.jpg);
  background-attachment: fixed;
  background-size: cover;
  margin-top: 0px;
  position: relative;
}
.message-content p {
  font-size: 17px;
}
.message-content h2 {
  font-size: 58px;
  margin-bottom: 23px;
}
.message-content span {
  font-size: 20px;
}
.message-content {
  text-align: center;
  margin-top: 50px;
  color: #fff;
}
.contactform .form-control {
  height: 68px;
  background-color: #fff;
  border: 1px solid #b5b5b5;
  border-radius: 34px;
  font-family: Questrial,sans-serif;
  font-size: 16px;
  color: #434343;
  padding: 0 28px;
}
button.btn.btn-primary {
  width: 100%;
  display: inline-block;
  line-height: 50px;
  background-color: #f2680b;
  border-radius: 34px;
  font-size: 17px;
  color: #fff;
  padding: 0px 30px;
  height: 68px;
}

.message-content {
  text-align: center;
  margin-top: 50px;
  color: #fff;
  margin-bottom: 40px;
}

.innerbanner .inner-heading {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #091f919e;
  width: 100%;
  padding: 15px 0;
  text-align: center;
}
.inner-heading h3 {
  color: #fff;
  font-size: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  text-align: center;
}
.innerbanner {
  position: relative;
  margin-bottom: 50px;
}
.innerbanner img {
  width: 100%;
}

.inner-wrapper {
  margin-bottom: 50px;
}


.welcome-content .welcome-text {
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 30px;
  color: #585757;
  line-height: 30px;
}
.welcome-content h4 {
  font-size: 30px;
  font-weight: 700;
  color: #fe821d;
  margin-bottom: 15px;
  letter-spacing: 0;
}
.pilosophyinner-content h3{
  font-size: 30px;
  font-weight: 700;
  color: #fe821d;
  margin-bottom: 15px;
  letter-spacing: 0;
}

.welcome-content h5 {
  font-size: 25px;
  font-weight: 600;
}
.pilosophyinner-content p {
  font-size: 17px;
  line-height: 23px;
}
.contact-details .details {
  margin-bottom: 20px;
  position: relative;
  padding-left: 57px;
  font-size: 15px;
  line-height: 25px;
}
.contact-details .details i {
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 6px;
  background: #f60;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  border-radius: 4px;
}
.map iframe {
  width: 100%;
  height: 330px;
  
}

.testimonial {
  border: 2px solid #ddd;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
} 

.testimonial h4 {
  font-size: 23px;
  margin-top: 30px;
}

ul.bullet.col2 {
  column-count: 2;
}

ul.bullet li {
  margin-bottom: 10px;
}

.list-ser h2 {
  color: #fe821d;
  font-size: 27px;
}
.team-page h4 {
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 5px;
}


/********* Maximum width responsive **************/
@media screen and (max-width: 1199px){
  .menuzord-menu {
    text-align: center;
}
.slide-text {
  width: 60%;
}
.main_img img {
  width: 70%;
}

}

@media screen and (max-width: 991px){
  .slide-text{
    display: none;
  }
  .main_right_boxes {
    position: inherit;
    left: 10%;
    bottom: 0;
}
.intro-sec:after{
  display: none;
}
.slower {
  background: #e2e2e2;
  width: 100%;
  
  margin-bottom: 30px;
}
.main_right_boxes {
  position: inherit;
  left: 0%;
  bottom: 0px;
}
.btm1_info {
  min-height: 588px;
  background: #fff;
  width: 574px;
  margin: 0 0 0 auto;
  border-radius: 50% 0 0 50%;
  padding: 147px 37px 0 165px;
  position: relative;
}
.btm1_contact_info.animated.zoomIn.slower.delay-500.go {
  display: none;
}
.gallery-image img {
  width: 100%;
}
.gallery-list a {
  float: left;
}
.right-side-content {
  position: absolute;
  right: 40px;
  top: 100px;
  width: 30%;
  color: #091f91;}
}
@media screen and (max-width: 767px){
  .main-menu {
    margin-top: -30px;
    padding: 12px 0;
    position: inherit;
    z-index: 9;
    background: #fff;
    left: 5%;
    right: 5%;
    border-radius: 0;
}


}
@media screen and (max-width: 479px){
  .btm1_info {
    min-height: auto;
    background: #fff;
    width: auto;
    margin: 0 0 0 auto;
    border-radius: initial;
    padding: 97px 59px 0 35px;
    position: relative;
}
.main-menu img {
  width: 70%;
}
.right-side-content{
  display: none;
}
}



/********* Minimum width responsive **************/
@media screen and (min-width: 480px){

}
@media screen and (min-width: 768px){

}
@media screen and (min-width: 992px){

}
@media screen and (min-width: 1200px){
  .menuzord-menu {
    text-align: center;
}
}

/************************ Minimum to Maximum width ******************/

@media screen and (min-width: 420px) and (max-width: 579px){
  
}
@media screen and (min-width: 580px) and (max-width: 767px){

}
@media screen and (min-width: 768px) and (max-width: 991px){


}
@media screen and (min-width: 992px) and (max-width: 1199px){
 

}
@media screen and (min-width:1200px) and (max-width:1400px){

}
