@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
:root {
  --theme-color: #000;
  --theme-color-second: #000;
}

html {
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 17px;
  color: #1e1e1e;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
}

a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  transition: all .6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 20px;
  font-family: 'Rubik', sans-serif;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

p {
  margin: 0;
  line-height: 25px;
  margin-bottom: 20px;
  font-size: 17px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

ul {
  list-style: none;
  padding: 0;
}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.row-below {
  margin-top: 25px;
}

section {
  padding: 70px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

/* ........Scroll top......... */

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}



.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #153c86;
  border-radius: 0px;
  text-align: center;
  border: 2px solid #153c86;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
  border-radius: 50%;
  z-index: 1111;
}

.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop>div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

/* ........Scroll top......... */
.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.py-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

/* ---------Moblie Call Action------------- */
.mobile-fixed-button{
  display: none;
}
/* ---------Moblie Call Action------------- */

/* ..........Button.......... */
.btn1 {
  background: #ee590d;
  border: 1px solid #ee590d;
  padding: 11px 0px;
  display: inline-block;
  color: #fff;
  width: 220px;
  font-weight: 400;
  text-align: center;
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  font-size: 15px;
}
.btn1:hover{
  background: initial;
  border: 1px solid #ee590d;
  color: #ee590d;
}
.btn2{
  background: #153c86;
  border: 1px solid #153c86;
  padding: 11px 0px;
  display: inline-block;
  color: #fff;
  width: 220px;
  font-weight: 400;
  text-align: center;
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  font-size: 15px;
}
.btn2:hover{
  background: initial;
  border: 1px solid #153c86;
  color: #153c86;
}

/* ---------Nav ber------------- */
.small {
  display: none;
}
#main_header .container-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main_header{
  width: 100%;
  padding: 15px 0;
  background: #171617;

}

#main_header .menu_ber ul li{
display: inline-block;
margin-left: 23px;

}
#main_header .menu_ber ul li a {
	color: #ffffff;
  font-weight: 300;
	text-transform: uppercase;
	font-size: 15px;
  font-family: 'Rubik', sans-serif;
}

#main_header .menu_ber ul li a:hover{
  color: #ee590d;
}
/* #main_header .menu_ber ul li.active a{
  color: #ee590d;
} */
#main_header  .menu_lg{
  display: flex;
  align-items: center;
  justify-content: right;
}
#main_header .logo a img {
	width: 270px;
    position: absolute;
    top: 7px;
}
.btn_hd_sec {
	margin-left: 18px;
}
@media (min-width: 1200px){
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px;
  }
}
/* banner */
.banner{
  background: url('../image/banner.png') no-repeat bottom;
  background-size: cover;
  padding: 155px 0 180px;
}
.banner .banner_heading h1 {
	color: #fff;
	font-size: 78px;
	margin-bottom: 15px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 67px;
}
.banner .banner_heading h1 span {
	display: block;
font-weight: 400;
color: #fff;
font-size: 26px;
letter-spacing: 6px;
}
.banner .banner_heading p{
  color: #fff;
}
.banner .banner_heading p {
	color: #fff;
	max-width: 400px;
	font-size: 17px;
	font-weight: 300;
}

.home-banner-form{
  background: #ff6600;
  padding: 35px;
  border-radius: 1px;
  
}
.home-banner-form form label{
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.home-banner-form form input{
  height: 50px;
  background: #fff;
  padding: 18px;
  border-radius:initial;
  border: none;
  border-radius: 2px;
  outline: none;
}
.home-banner-form form input::placeholder{
  border: none;
  outline: none;
}
.home-banner-form form  .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color:initial;
  outline: 0;
  box-shadow:initial;
}


.home-banner-form form button{
  border: none;
background: #153c86;
text-transform: uppercase;
padding: 12px 0px;
height: 50px !important;
color: #fff;
width: 100%;
outline: none;
border: none;
cursor: pointer;
border-radius: 2px;
}
.home-banner-form form button:hover{
  background:#000;
  
}
.banner_from_sec{
  margin-top: -138px;
}


.heading h2 {
	font-size: 45px;
	text-transform: capitalize;
	font-weight: 400;;
	line-height: 67px;
	margin-bottom: 15px;
}
.heading p {
	font-size: 17px;
	font-weight: 300;
	line-height: 27px;
	margin-bottom: 20px;
}
.btn_gap {
  margin-right: 7px;
}
.rouund{
  border-radius: 10px;
}
.bg_color{
  background-color: #f7f7f7;
}

/* service */
.service_sec .contented{
  text-align: center;
  padding: 10px;
  border: 1px solid #424242;
  border-radius: 4px;
}

.service_sec .contented .botom h4 {
	font-size: 22px;
	font-weight: 400;
	color: #000;
	margin-bottom: 7px;
	text-transform: uppercase;
}
.service_sec .contented .botom p {
  margin-bottom: 18px;
}
.service_sec .contented .botom .btn1 {
	padding: 9px 0px;
	width: 200px;
  font-size: 15px;
}
.service_sec .contented .botom{
  padding: 15px 0;
}
.service_sec .contented .top_img{
  overflow: hidden;
}
.service_sec .contented .top_img img{
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}
.service_sec .contented .top_img:hover img{
  transform: scale(1.1);
}
/* .....call_sec..... */
.call_sec {
	background: url('../image/home-bg1.jpg') no-repeat center;
	background-size: cover;
	padding: 70px 0 317px;
}
.call_sec .heading h5{
font-weight: 400;
color: #000000;
font-size: 22px;
letter-spacing: 1px;
text-transform: uppercase;
}
.call_sec .heading span{
  display: block;
}
.call_sec .heading span a {
	font-weight: 600;
	color: #ee590d;
	font-size: 60px;
	letter-spacing: 3px;
  line-height: 85px;
}

/* ........faq..... */
.accordion__item {
	border: 1px solid #153c86;
	margin-bottom: 10px;
}

.accordion__body {
	display: none;
	padding: 12px;
	margin-top: 12px;
}

.accordion__body p {
  line-height: 27px;
  color: #1c1c1c;
  font-size: 16px;

}

.accordion__body ul li {
  font-size: 16px;
  margin-bottom: 7px;
  position: relative;
  padding-left: 20px;
}

.accordion__body ul li::before {
  content: "";
  background: #110000;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 0;
  top: 10px;
  position: absolute;
}

.accordion__body ul {
  margin-top: 25px;
}

.accordion__title {
  font-size: 18px;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  color: #000;
  font-weight: 500;
  padding: 15px 11px;
}

.accordion__title:after {
  content: "";
  width: 31px;
  height: 42px;
  position: absolute;
  right: 0;
  top: 16px;
  background: url(../image/faq-icon1.png) no-repeat;
  background-size: 17px;
}

.accordion__title.active {
	color: #fff;
	background: #153c86;
}

.accordion__title.active:after {
  /* top: -3px; */
  background: url(../image/faq-icon.png) no-repeat;
  background-size: 17px;
  /* transform: rotate(-180deg); */
  top: 23px;
}




/* footer */

footer {
  background-color: #000;
  padding: 60px 0px 60px;
    color: #f3f3f3;
  }
  footer .r-gest {
  display: flex;
  align-items: center;
  gap: 17px;
  }
  
  footer .inf-ft h5 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 500;
  }
  
  footer .inf-ft a{
    color: #fff;
    font-weight: 300;
    font-size: 23px;
  }
  
  footer .inf-ft p{
    color: #fff;
  }
  footer .border-btm .ri-phone-fill {
    /* background-color: transparent; */
    /* color: #fff; */
    width: 45px;
    height: 45px;
    /* padding: 11px 14px; */
    border-radius: 50px;
    background: #ee590d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    /* margin-top: 6px; */
  }
  footer .border-btm .ri-map-pin-line {
  /* background-color: transparent; */
  /* color: #fff; */
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background: #ee590d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  }
  .border-btm {
  border-bottom: 1px solid #2c2c2c;
  /* padding-bottom: 30px; */
  padding: 34px 0;
  }
  
  .footer-menu {
  display: flex;
  justify-content: space-between;
  }
  .footer-menu {
  padding: 0;
  }
  
  .footer-menu li a {
  color: #ffff;
  }
  
  .xocial {
  padding: 0;
  justify-content: end;
  gap: 20px;
  }
  
  
  .xocial a {
  color: #1e1e1e;
  font-size: 22px;
  background-color: #fff;
  width: 45px;
  height: 45px;
  padding: 6px 10px;
  border-radius: 50px;
  font-weight: 700;
  }
  
  .copy-right-btm {
  margin-top: 45px;
  }
  
  .copy-right p {
  color: #fff;
  }
  
  .privacy-terms {
  text-align: right;
  }
  
  .privacy-terms a {
  margin-left: 35px;
  }
  
  .privacy-terms a {
  color: #fff;
  }
  
  .footer-logo img {
    width: 169px;
  }

  .border-btm .heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 0px;
  }

  /* ......reviews_sec...... */

.reviews_sec{
  background: #171617;
}
.reviews_sec .heading h2{
  color: #fff;
}
.reviews_sec .contented_right {
	text-align: center;
	padding: 15px;
}
.reviews_sec .contented_right .top_img img {
	width: 195px;
	margin: 0 auto;
}
.reviews_sec .contented_right .top_img{
  margin-bottom: 15px;
}
.reviews_sec .contented_right .btom p{
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  color: #ffffff;
  margin-bottom: 71px;
  font-family: 'Rubik', sans-serif;
}
.review_content{
  padding: 20px 15px;
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.review_content .bttm h4{
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.review_content .content{
  padding: 22px 0;
}

.reviews_slider .owl-nav .owl-prev i {
	
	color: #ffffff;
	font-size: 25px;
}
.reviews_slider .owl-nav .owl-next i {
	color: #ffffff;
	font-size: 25px;
}
.reviews_slider .owl-nav {
	position: absolute;
  right: -194px;
	top: 50%;
}
.owl-nav {
	display: none;
}
.testimonials_slider .item {
	margin: 15px 6px;
}
img.imuclass {
    width: 150px;
}
#main_header .logo a img {     
	width: 270px;     
	position: absolute;    
	top: 7px; 
}