@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Afacad:ital,wght@0,400..700;1,400..700&family=Akshar:wght@300..700&family=Allison&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Abhaya Libre", serif;
  color: #000;
  transition: all 0.3s ease-in-out;
  
}
button:focus{
  outline: none;
}
p {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 28px;
  color: #8c8e90;
  font-weight: 300;
}
/*font-family: "Allison", serif;*/
/*font-family: "Afacad", serif;*/
/**  font-family: "Abhaya Libre", serif;**/
a {
  padding: 0px;
  margin: 0px;
  outline: none;
  text-decoration: none;
  font-family: "Inter", serif;
}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul li {
  padding: 0px;
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0;
 
}

h2 {
    font-size: 32px;
    text-transform: capitalize;
   
}


a:hover {
  outline: none;
  text-decoration: none;
}

a:active {
  outline: none;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
}
input.form-control {
  outline: none;
  color: #555d87;
  font-size: 17px;
  width: 100%;
  padding: 0 15px;
  height: 45px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}
textarea {
  border-radius: 0;
  color: #555d87;
  font-size: 16px;
  width: 100%;
  padding: 10px;
  resize: unset;
  min-height: 150px;
  margin-bottom: 15px;
}
input:focus,
input:hover {
  outline: none;
}
button[type="submit"] {
  border: none;
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  background: #10207a;
  color: #fff;
  padding: 13px 30px;
  font-size: 16px;
  border-radius: 6px;
}

button[type="submit"]:hover {
  cursor: pointer;
}
img {
  max-width: 100%;
}
select.form-control{
  color: #555d87;
  font-size: 16px;
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
  margin-top:32px;
 
}
input.form-control ::placeholder,textarea ::placeholder{
  color: #555d87;
  font-size: 16px;
  text-transform: uppercase;
}
.container {
  max-width: 1130px;
  margin: 0 auto;
  display: block;
  padding: 0 15px;
}

.nature {
  position: absolute;
  left: 0;
  color: #e5e5e5;
  padding: 12px 8px;
  z-index: 9;
  writing-mode: tb;
  border-radius: 5px 0 0 5px;
  transform: rotate(-180deg) translateY(-50%);
  /* For cross-browser compatibility */
  -webkit-transform: rotate(-180deg) translateY(-50%);
  -moz-transform: rotate(-180deg) translateY(-50%);
  -ms-transform: rotate(-180deg) translateY(-50%);
  -o-transform: rotate(-180deg) translateY(-50%);
  display: inline;
  font-weight: 700;
  font-size: 90px;
}




header {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 15px 0;
}

.menu_area ul li{
 display: inline-block;
}
.menu_area ul > li{
  margin-right: 10px;
}
.menu_area ul > li:last-child{
  margin-right: 0;
}
/***menu_area***/
.menu_area {
  position: relative;
}
.menu_area ul{
  background-color: #D9D9D9;
  border-radius: 4px;
  overflow: hidden;
}

.menu_area > ul li{
    display: inline-block;
}
.menu_area > ul li:last-child a{
   background-color: #01308B;
   color: #fff;
   font-weight: 600;
}
.menu_area > ul li a {
  color: #000;
  font-size: 15px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 400;
  padding: 14px 20px;
  position: relative;
}
.menu_area  ul li.active a:after ,.menu_area > ul li a:hover:after{
  position: absolute;
  left: 50%;
  bottom: -7px;
  content: '';
  background-color: #01308B;
  width: 14px;
  height: 14px;
  transform: rotate(136deg);
  margin-left: -7px;
}
.menu_area > ul li a:hover ,.menu_area  ul li.active a{
  font-weight: 600;
}
.action_area{
  margin-left: 100px;
}
.action_area a{
  display: block;
  text-transform: uppercase;
  font-family: 'Bebas Neue Pro';
  letter-spacing: 1px;
  font-size: 17px;
}
.primary_btn {
  padding: 5px 30px;
  color: #000;
  border-radius: 0px;
  background:#fff;
  line-height: 30px;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #707070;
  letter-spacing: 1px;
}
.primary_btn:hover{
  color: #fff;
 background-color:#f44d46 ;
 border: 1px solid #f44d46;
}
/**banner**/
.banner{
  position: relative;
 
}
.banner .slick-arrow{
    display:none !important;
}
.banner .slick-dots{
    bottom:40px;
}
.slick-dots li button:before {
  background-color:transparent;
  opacity: unset;
  width:20px;
  height:20px;
  border-radius:50%;
  border:1px solid #fff;
  
}
.slick-dots li.slick-active button:before {
  background-color: #fff;
  opacity: unset;
}
.slider_img {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  height: 615px;
}

.page_title ul{
  display: flex;
  
}
.page_title ul li{
  display: flex;
  font-size: 20px;
  align-items: center;
  margin-right: 20px;
}

.banner_caption h1 {
  font-size: 70px;
  color: #fff;
  line-height: 70px;
  text-transform: capitalize;
  margin: 20px 0;
 
}
.banner_caption p{
  color: #fff;
  
}



/***Catagory***/




/**best_solution_sec**/

 .slick-prev {
	background: #f10026;
	border: 1px solid #f10026;
	height: 32px;
    outline: none;
    border-radius:50%;
  
}

 .slick-next {
	background: #f10026;
	border: 1px solid #f10026;
	height: 32px;
	outline: none;
    border-radius:50%;
}

.slick-next:after {
	content: '\f105';
	font-family: 'FontAwesome';
	color: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	position: absolute;
}

.slick-prev:after {
	content: '\f104';
	font-family: 'FontAwesome';
	color: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	position: absolute;
}

 .slick-arrow:hover {
	background: #f10026;
	border: 1px solid #f10026;
}

.best_solution_sec .slick-arrow:hover:after {
	color: #fff !important;
}

.best_solution_sec{
  position: relative;
  padding-bottom: 150px;
}
.best_solution_sec .primary_btn{
  margin-top: 20px;
}
.best_solution_sec .container{
  background-color: #fff;
  margin-top: -150px;
  position: relative;
  z-index: 9;
  
}
.best_solution_sec .container .row{
  padding: 40px 20px;
}
.img_caption{
  margin-bottom: 15px;
}
.service_title{
  font-size: 28px;
  color: #000;
  font-weight: 600;
  line-height: 38px;
  margin: 15px 0;
}
.service_item h5{
  color: #f44d46;
  font-size: 16px;
}
.shortdescription{
  color: #8c8e90;
  font-size: 14px;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
}
.service_item{
  margin: 0 15px !important;
}
.heading h2{
  font-size: 44px;
  font-weight: 600;
}
.heading h5{
  font-size: 17px;
  margin-bottom: 15px;
  color: #f44d46;
  text-transform: uppercase;
}
.contact_area .heading{
    margin-bottom:30px;
}
.contact_area .heading span{
    color:#E41E26;
}



/***our brand**/
.brand_slider{
  padding-top: 50px;
}
.brand_item{
  margin: 0 10px !important;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 4px;
}
.brand_item img{
    height: 110px;
    text-align: center;
    margin: 0 auto;
  
}

/**about us**/
.aboutus{
  padding: 50px 0;
}
.aboutus h2{
   color:#01308B;
   font-size:80px;
}
.about_left img{
  border-radius:30px;
}
.about_founder h3{
    font-family: "Allison", serif;
    color: #01308B;
    font-size: 100px;
    line-height: 110px;
     
}
.about_founder span{
  display: block;
  font-size: 32px;
  line-height: 50px;
  color:#F10026;
  font-family: "Abhaya Libre", serif;
}
.about_founder a{
    display:block;
    color:#000;
    margin:20px 0 0 0;
    font-weight:700;
    font-size: 23px;
    font-family: "Abhaya Libre", serif;
}
.about_founder a img{
    margin-right:15px;
}
/**counter_top**/
.counter_sec{
  padding: 100px 0;
}
.counter_top{
  position: relative;
  margin-bottom: 100px;
  border: 30px solid #f10026;
  border-left: none;
  border-bottom: none;
  width: 100%;
  max-width: 80%;
}
.bottom_right {
  right: -20%;
  background-color: #fff;
  font-size: 40px;
  font-weight: 400;
  padding: 20px 30px;
  display: inline-block;
  bottom: 0;
  width: 350px;
}
.bottom_right h4{
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}
.bottom_right p{
  font-size: 17px;
}
.counting{
  font-size: 48px;
  color: #fff;
  font-weight: 900;
  font-family: "Akshar", serif;
}
.counter_item span{
  color: #fff;
  font-size: 48px;
  font-family: "Akshar", serif;
  font-weight: 700;
}
.counter_item p{
  color: #fff;
}
.top_left_title{
  background-color: #fff;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  padding: 20px 30px;
  display: inline-block;
  max-width: 486px;
  line-height: 50px;
  top: -30px;
  z-index: 9;
  left: 0;
}

/**service sec**/
.our_services{
  padding: 100px 0;
}
.our_services .left_img img{
  border-radius: 22px 21px;
}
.our_services h2{
  color: #012A78;
}
.heading h2 span{
  color: #F10026;
}
.service_col{
  margin-bottom: 30px;
  text-align: center;
  border-radius: 22px 21px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.service_col h4{
  margin: 15px 0;
  color: #F10026;
  font-size: 20px;
}

.call_item a{
  margin-bottom: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  display: block;
  padding: 15px 22px;
  border-radius: 5px;
  color: #000;
  font-family: "Abhaya Libre", serif;
  font-size: 20px;
}
.call_item a img{
  margin-right: 10px;
}
.maplocation {
    height: 100%;
}
.maplocation iframe {
    border-radius: 39px;
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.5);
    border: 6px solid #fff !important;
    height: 100%;
}
.quote{
    position: relative;
    padding: 20px 30px 0 30px;
    font-size: 27px;
    display: table;
    margin: 30px auto 0 auto;
}
.quote:after{
    background:url(../img/quote.png);
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 30px;
    height: 25px;
    background-size: contain;
}
.quote:before{
    background:url(../img/quote.png);
    position:absolute;
    content:'';
    left:0;
    top: 0;
    width: 30px;
    height: 25px;
    background-size: contain;
    transform: rotate(180deg);
    font-family: "Afacad", serif;
}
/**footer**/
footer{
  background-color: #f9f9f9;
  padding: 40px 0 0px 0;
  text-align: center;
}
.ftr_col h4{
  margin-bottom: 40px;
  color: #000;
  font-size: 24px;
 
}
.ftr_list a{
  color: #8c8e90;
  display: block;
  font-size: 14px;
  margin-bottom: 7px;
}
.copy-right{
  padding: 20px 0;
  border-top: 1px solid #dce6ef;
}
.copy-right p{
  font-size: 18px;
  color: #fff;
  font-family: "Afacad", serif;
}

.social_media a {
  margin: 10px;
  display: inline-block;
}
.social_media a i{
  width: 30px;
  height: 30px;
  background-color:transparent;
  line-height: 30px;
  font-size: 15px;
  color: #fff;
  border: 1px solid #FFFFFF12;
}
.social_media a i:hover{
  opacity: 0.7;
}


.input_box{
    margin-bottom:10px;
    font-family: "Inter", serif;
}
.input_box input{
  border: 1px solid #DFDFDF;
  color: #BABABA;
  padding: 0 15px;
  font-size: 15px;
  height: 50px;
  width:100%;
  border-radius:10px;
}
.input_box textarea{
  border: 1px solid #DFDFDF;
  color: #BABABA;
  padding:15px;
  font-size: 15px;
  height: 100px;
  width:100%;
  border-radius:10px;
   margin-bottom: 0;
}
.input_box textarea::placeholder{
  color: #BABABA;
  font-size: 15px;
}
.input_box input::placeholder{
  font-size: 15px;
  color: #BABABA;
}
.input_box button{
  background-color: #16243D;
  color: #fff;
  border: none;
  line-height: 47px;
  border: 1px solid #16243D;
  padding: 0 30px;
  cursor: pointer;
  border-radius:10px;
  text-transform: capitalize;
  font-family: "Afacad", serif;
}
.menu_toggle_btn{
    position:relative;
    text-align:right;
    
}
.menu_toggle_btn:after{
    left:0;
    color:#01308B;
    content:'\f0c9';
    font-family:'FontAwesome';
    font-size:20px;
}
.ourbrand .slick-arrow{
       margin-top: 11px;
}
@media (min-width:768px){
    .menu_toggle_btn{
        display:none;
    }
    .menu_area {
        position: relative;
        display: flex;
        justify-content: flex-end;
    }
}
@media (max-width:767px){
    .menu_area{
        display:none;
        top: 100%;
        position: absolute;
        left: 0;
        width: 100%;
    }
    .menu_area > ul li {
        display: block;
    }
    .menu_area > ul li:last-child a {
        display: block;
        text-align: center;
    }
    header {
        position: relative;
        padding: 10px 0;
    }
    .aboutus h2 ,.heading h2 {
   
        font-size: 30px;
    }
    .aboutus {
        padding: 30px 0;
    }
    .about_founder{
        margin-top:30px;
    }
    .about_founder h3 {
        margin-top:30px;
        font-size: 49px;
        line-height: 44px;
    }
    .about_founder span {
        font-size: 21px;
        line-height: 31px;
    }
    .company_logo{
        margin:10px 0;
    }
    .about_founder a {
        margin: 10px 0 0 0;
        font-size: 18px;
        word-break: break-all;
    }
    .about_founder a img {
        margin-right: 9px;
    }
    .counter_sec {
        padding: 50px 0;
    }
    .service_img img{
        width:100%;
    }
    .service_col {
        border-radius: 30px 30px;
    }
    .maplocation{
        margin-bottom:30px;
        height:auto;
    }
    .maplocation iframe {
        border-radius: 17px;
    }
    .ourbrand .slick-arrow{
        margin-top:15px;
    }
    .quote {
        margin: 113px auto 0 auto;
        font-size: 18px;
    }
    .brand_item img{
        height:77px;
    }
    .brand_slider {
        padding-top: 10px;
    }
    .menu_area > ul li a{
        display:block;
    }
    header .row [class*="col-"]{
        position:unset;
    }
    .menu_area ul {
        border-radius: 0;
    }
    .menu_area ul li.active a:after, .menu_area > ul li a:hover:after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        background-color: #0958f13b;
        width: 200%;
        height: 1px;
        transform: unset;
        margin-left: 0;
    }
    .our_services {
        padding: 40px 0;
    }
    .ftr_top img {
        width:150px;
    }
    .social_media img{
        width:35px;
    }
    .copy-right p {
        font-size: 15px;
    }
}
