@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css?family=Merriweather&display=swap');
@import url('https://fonts.googleapis.com/css?family=PT+Serif&display=swap');
/* CSS Document */
body {
	font-family: 'Lato', sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
	font-weight:400;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

	
a{
  text-decoration:none;
  outline: none!important;
}
a:hover{
text-decoration:none;
outline:none;
} 
textarea{
resize:none;
}

.btn.focus, .btn:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
}





/***********upper-section****/


.top{
   background:#00b9c7;
   color:#fff;

}

.top  ul{

    display: inline-flex;
    list-style: none;
    padding-inline-start: 0;
	margin: 0;

}

.top ul li{
    padding-right: 28px;


}
.top ul li p{
    margin: 0;
	color:#fff;


}
.top ul li i{
    padding-right: 7px;
}

.top ul li a{
	color:#fff;
	text-decoration:none;
}
.top ul li a:hover{
	color:#ccc;
}

.top .col-md-4{
	text-align:right;
}

.divider:after {
    content: "";
    position: absolute;
    left: 67%;
    top: 30%;
    bottom: 30%;
    border-right: 1px solid #a09a9a;
}

.gqu {
    background: white;
    color: #999999!important;
    border-radius: 29px;
    padding: 7px 19px;
    font-family: 'Montserrat', sans-serif;
	transition: all 0.4s linear;
    position:relative;
	width:100px;
}
.gqu:hover{
     padding: 7px 30px;
	transition: all 0.4s linear;

}

/***************navbar**************/
.navbar-brand img{
	max-width: 95%;
}

.bg-light {
    background-color: #fff!important;
	padding: 0;
}
.nav-item{
    margin: 0px 11px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #00b8c5;
    border-bottom: 2px solid #00b8c5;
	padding-bottom: 28px;
    padding-top: 28px;
}

.navbar-light .navbar-nav .nav-link {
    color: #777;
    padding: 18px 18px;
	font-weight:500;
	padding-bottom: 28px;
    padding-top: 28px;
}

.navbar-light .navbar-nav .nav-link:hover{
    border-bottom: 2px solid #00b8c5;
	color:#00b8c5;
}

 .searchbar{
    background-color: #fff;
    border: 1px solid #e4dfdf;
    border-radius: 25px;
    }
	
	.searchbar:hover{
    background-color: #00b8c5;
	padding-left:10px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
    }

    .search_input{
    color: #fff;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    line-height: 40px;
    transition: width 0.4s linear;
    }

    .searchbar:hover > .search_input{
    width: 200px;
    transition: width 0.4s linear;
    }

    .searchbar:hover > .search_icon{
    background: white;
    color: #00b8c5;
    }

    .search_icon{
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:#00b8c5;
    background: #fff;
    border: 0;
    }
/***************banner*****************/
.main-text
{
   position: absolute;
   top:0px;
    width: 100%;
    color: #fff;
    overflow: hidden;
    background: rgb(76,175,180);
    background: linear-gradient(90deg, rgba(76,175,180,0.8435749299719888) 0%, rgba(127,191,131,0) 43%, rgba(132,193,126,0) 59%, rgba(161,202,99,0.577468487394958) 100%);
    
}

.p-27{
	
    padding-bottom: 2.7rem!important;

}

.form-sec{
	width:400px;
     background:#eefcfd;
	 padding: 30px;
	 width: 400px;
	box-shadow: 0 0 4px #ccc;}


.form-sec h4{
	color: #00b9c7;
    font-weight: 800;
    letter-spacing: 1px;
	
}

.main-text .btn{
    background: black;
    color: #fff;
    padding: 16px 48px;
}

.btnp{
       position: absolute;
    left: 192px;
    bottom: -25px;
}

.main-text h1{
    font-size: 3.5rem;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}
.main-text h5{
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.main-text h5{
    text-transform: uppercase;
}

.main-text .bran span{
    color:#8eef16;
}

.main-text img{
    width: 70%;
}


.rot{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    position: relative;
    top: 81px;
    left: -73px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    letter-spacing: 1px;
}

.sicon{
   position: relative;
    top: 163px;
    left: 7px;
}

.hexagon {
  position: relative;
    width: 28px;
    height: 16.17px;
    background-color: #000;
    margin: 13.08px 0;
}



.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 8.08px solid #000;
}

.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 8.08px solid #000;
}

.hexagon a {
    position: absolute;
    top: 1px;
    left: 7px;
    z-index: 9999;
    color: #fff;
    width: 13px;
    justify-content: center;
    display: flex;
}
.hexagon a:hover {
    color: #00b9c6;
}
/*************************About_Company*****************/ 


.about .sm{
    font-family: 'Merriweather', serif;
	font-style:italic;
    font-size: 13px;
    font-weight: 700;
	margin:0;
    color: #777;
}

.about .upp{
    text-transform:uppercase;
}

.about img{
    -webkit-box-shadow: 100px 49px 0px 0px rgba(227,227,227,1);
    -moz-box-shadow: 100px 49px 0px 0px rgba(227,227,227,1);
    box-shadow: 100px 49px 0px 0px rgba(227,227,227,1);
}


/*************************Our_Services*****************/ 
.service{
    background: #f9f9f9;
}
.service h3{
	text-transform:uppercase;
}

.service span{
	color:#12e9fa;
}

.serviceBox{
    margin: 0 20px 15px 0;
    position: relative;
    transition: all 0.3s ease 0s;
    text-align: -webkit-left;
}

.serviceBox .service-img{
    display: inline-block;
    margin-bottom: 10px;
}
.serviceBox .title{
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #00b9c7;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    letter-spacing: 1px;
}
.serviceBox .description{
    font-size: 13px;
    color: #777;
    line-height: 23px;
    margin: 0;
	height: 78px;
	 margin-bottom: 8px;
}
.serviceBox .read{
   color: #00b9c7;
    border: 1px solid #ced0d0;
    padding: 5px 9px;
}
.serviceBox:hover .read{
	color: #fff;
	background: #00b9c7;
	}




.service .owl-carousel .owl-item img {
    height: 228px;
}

.service .owl-nav{
    position: absolute;
    right: 9px;
    top: -59px;
}

.service .owl-prev:before,
.service .owl-next:before{
    content: "Previous";
    font-family: 'Montserrat', sans-serif;
    background: #00000075;
    color: #fff;
    margin: 10px;
    padding: 4px 16px;
    border-radius: 26px;
	text-transform:capitalize;
	outline: none;
}

.service .owl-prev:hover:before{
	background: #00b9c7;
}

.service .owl-prev:hover .owl-next:before{
	background: #00000075;
}

.service .owl-prev:hover + .owl-next:before{
	background: #00000075;
}


.service .owl-next:before{ 
	content: "next"; 
	background: #00b9c7;
	}
	

.service .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    outline: none;
}

/***************gallery****************/

.gallery h3{
	text-transform:uppercase;
}

.gallery span{
	color:#12e9fa;
}

.box{
    overflow: hidden;
    position: relative;
}
.box:before,
.box:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.box:after{
    background-color: rgba(255,255,255,0.5);
    opacity: 1;
    top: -100%;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 40%, 0 60%);
    clip-path: polygon(0 0, 100% 0%, 100% 40%, 0 60%);
}
.box:hover:before{ opacity: 1; }
.box:hover:after{ top: 0; }
.box img{
    width: 100%;
    height: 270px;
    transition: all 0.3s ease 0s;
}
.box:hover img{
    filter: blur(2px) grayscale(60%) ;
    transform: scale(1.2);
}
.box .box-content{
    text-align: center;
    width: 100%;
    padding: 15px 0 0 15px;
    position: absolute;
    left: 50%;
    bottom: -100%;
    z-index: 2;
    transform: translateX(-50%);
    transition: all 0.3s ease 0s;
}
.box:hover .box-content{ bottom: 10px; }
.box .title{
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    text-shadow: 0 0 2px #000;
    margin: 0 0 5px;
}

.box .icon{
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -50%;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s ease 0s;
}
.box:hover .icon{ top: 50%; }
.box .icon li{
    margin: 0 4px;
    display: inline-block;
}
.box .icon li a{
    color: #fff;
    background: #12e9fa;
    font-size: 18px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease 0s;
}
.box .icon li a:hover{
    background: #2c3e50;
    color: #fff;
    box-shadow: 0 0 10px #2c3e50;
}



.fup a{
	text-transform:uppercase;
	color:#777;
	text-decoration:underline;
}
.fup i{
	color:#12e9fa;
	margin-right:2px;
}
/***************test****************/

.test h3{
	text-transform:uppercase;
}

.test span{
	color:#12e9fa;
}

.testimonial{ margin: 0 20px 50px; }
.testimonial .pic{
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 15px 15px 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .testimonial-profile{
    display: inline-block;
    position: relative;
    top: 15px;
}
.testimonial .title{
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #2f2f2f;
    text-transform: uppercase;
    margin: 0 0 7px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
	font-style: italic;
    font-family: 'Lato', sans-serif;
}
.testimonial .description{
       padding: 32px 42px;
    background: #f4f4f4;
    font-size: 15px;
    color: #777777;
    line-height: 25px;
    margin: 0;
    position: relative;
    font-family: 'PT Serif', serif;
    font-style: italic;
}

.testimonial .description:before{
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 25px;
    color: #d7d7d7;
    position: absolute;
    top: 31px;
    left: 19px;
}




.testimonial .description:after
{
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: #22eafa transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
}



.testimonial .user{
    margin-top: 27px;
    text-align: left;
    display: flex;
}






.test .owl-nav{
    position: absolute;
    right: 9px;
    top: -59px;
}


.test .owl-next:before{
    content: "next \f178"; 
	background: #00b9c7;
	font-family: "FontAwesome";
    color: #000;
    margin: 10px;
    padding: 4px 16px;
	text-transform:capitalize;
	outline: none;
}





	

.test .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    outline: none;
}
/***************footer****************/

.footer{
	        background: rgb(64,63,63);
            background: linear-gradient(90deg, rgba(64,63,63,1) 0%, rgba(126,125,125,1) 100%);
		}
		
		
		
.footer .bord ul{
    text-decoration: none;
    list-style: none;
    display: flex;
	margin: 0;
}		
.footer .bord ul li{
    padding: 0px 50px;
	position:relative;
	margin: 0;

}		
.footer .bord ul li p{
   text-transform: uppercase;
    margin: 0;
	

}	

.footer .bord ul li p a{
   color:#cccccc;

}	

.footer .bord ul li p a:hover{
   color:#fff;
  text-decoration: line-through;
}			
		
.footer .bord ul li:not(:last-child)::before { 
  content: "/";
  color: #969696;
  position: absolute;
    margin-left: 116px;
}

.footer h4{
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #ffffff;
    letter-spacing: 1px;
}

.footer h4:before {
    content: '';
    position: absolute;
    left: -3px;
    height: 23px;
    background-color: #22eafa;
    width: 5px;
    transition: width 0.25s;
}
.footer ul{
    list-style: none;
    margin: 0;
    padding-inline-start: 0px;
}
.footer li{
    margin-bottom: 9px;
	 color:#fff;
}
.footer li a{
    color:#fff;
}

.footer li a:hover{
    color:#ccc;
}
.footer p{
    color:#ccc;
	letter-spacing:1px;
}
.footer span{
    color:#ccc;
}

.bord{
	border-bottom:1px solid #9e9696;
}


footer{
	background: rgb(64,63,63);
    background: linear-gradient(90deg, rgba(64,63,63,1) 0%, rgba(126,125,125,1) 100%);
    color: #ccc;
	border-top:1px solid #9e9696;
    
}

footer p{
	margin:0;
}

footer a{
	color:#ccc;
}


/**************Quote modal************/

.modal-header {
   
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #0d0e0e;
    background: #00b8c6;
    pointer-events: inherit;
}

.modal-header h3 {
    color: #fff;
}

.btn-success {
    background-color: #00b8c6;
    border-color: #00b8c6;
}

/************all****************/

.banner{
	
    background-image: linear-gradient(to right, rgb(54, 113, 117), rgb(0, 185, 199), rgb(54, 113, 117));
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	text-align:center;
	color:rgba(255, 255, 255, 0.9);
	
}

.banner h2 span{
	font-weight: 800;
    font-size: larger;
}


.banner h6{
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.bred .col-md-12 {
	display: flex;
    justify-content: center;
    align-items: center;
}

.bred .col-md-12 .col-md-4 {
	display: flex;
    justify-content: center;
    align-items: center;
    background: #00b8c6!important;
    position: relative;
    top: -31px;
    border: 1px solid;
}


.bred .col-md-12 .col-md-4 span{
    margin: 5px 6px;
    text-transform: capitalize;
    font-weight: 700;
	color:#fff;
	
}

.bred .col-md-12 .col-md-4 .hi_colo{
    color: #fff;
	
}

.bred .col-md-12 .col-md-4 span a{
    color: #fff;
    opacity: 0.7;
    font-weight: 500;
}

.bred .col-md-12 .col-md-4 span a:hover{
    color: #17541f;
	opacity: 1;
	text-decoration:none
}





/**************about us page************/

.absec .col-md-12 h1{
	text-transform: uppercase;
    position: relative;
    opacity: .5;
    font-size: 1.5rem;
    color: #00b8c6;
    border-bottom: 2px solid #00b8c6;
	
}


.absec .col-md-12 p{
	text-align:justify;
	color:#7b7b7b;
}




 
 
 /**************services page************/
  div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  z-index: 999;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
  color: #000;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #7ec519;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #139faa;
  color: #fff;
  border: #139faa;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #139faa;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 10px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}


 .sidebar-item {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
}


.make-me-sticky {
  position: -webkit-sticky;
	position: sticky;
	top: 0;
    
  
}
 
 
 
 
 

 /**************gallery************/
 img.zoom_project {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
 
 .thumb{
            margin-bottom: 30px;
        }
 

 
 
/**************contact us page************/
 
.contact-form .form-control {
  border: none;
  border-bottom: 2px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c3c5c7 !important;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #c3c5c7 !important;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #c3c5c7 !important;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #c3c5c7 !important;
}

textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c3c5c7 !important;
}
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #c3c5c7 !important;
}
textarea:-ms-input-placeholder { /* IE 10+ */
  color: #c3c5c7 !important;
}
textarea:-moz-placeholder { /* Firefox 18- */
  color: #c3c5c7 !important;
}


.contact-form textarea
{width: 100%; height: 137px;}


.contact-image{
    text-align: center;
}



.contact-form h3{
    margin-bottom: 5%;
    margin-top: 0;
    color: #868686;
}
.contact-form .btnContact {
    width: 33%;
    border: none;
    border-radius: 1rem;
    padding: 1%;
    background: linear-gradient(to right, rgb(34, 45, 43) 0%,rgb(57, 65, 66) 32%,rgb(52, 63, 64) 32%,rgb(0, 184, 198) 85%);
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.contact-form .btnContact:hover{
    
    background: linear-gradient(to left, rgb(34, 45, 43) 0%,rgb(57, 65, 66) 32%,rgb(52, 63, 64) 32%,rgb(0, 184, 198) 85%);
    
}


.contact_fo .col-xl-4 {
    display: flex;
    justify-content: center;
    align-items: center;
	background:#00b8c6;
	color: #fff;
}

.ge_to ul {
  list-style: none;
  padding-inline-start: 18px;
}
.ge_to  ul li {
  position: relative;
	padding-bottom: 10px;
}

.ge_to ul li a {
  color:#fff;
  text-decoration:none;
}

.ge_to ul li a:hover {
  color:#7d7d7d;
  
}
 
 
.ge_to ul li p i {
    padding-right: 13px;
	
}
 

/**************services page************/

.services .col-xl-8{
	background: #1d3a6e;
    color: #fff;
	text-align: justify;
}
.tab-pane img{
	height:200px;
	width: 663px;
	text-align:center;
}

.nav-pills .nav-link {
   background: rgba(17,136,15,1);
    margin: 6px 0px;
    color: #fff;
    height: 65px;
    display: flex;
    align-items: center;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1d3a6e !important;
}


/**************responsive************/

@media (max-width: 1199px) {
.carousel-inner {
    height: 495px;
}
.carousel-item {
    height: 495px;
}

.carousel-item img {
    height: 495px;
}
.btnp {
    position: absolute;
    left: 128px;
    bottom: -25px;
}

.main-text h1 {
    font-size: 2.5rem;
}
.main-text h5 {
    font-size: 2rem;
}
.main-text h3 {
    font-size: 2rem;
}
.rot {
    top: 52px;
    left: -47px;
    width: 152px;
    font-size: 12px;
}
.sicon {
    position: relative;
    top: 113px;
    left: 16px;
}
.searchbar:hover > .search_input {
    width: 188px;
    transition: width 0.4s linear;
}

.about img {
    -webkit-box-shadow: 100px 49px 0px 0px rgba(227,227,227,1);
    -moz-box-shadow: 100px 49px 0px 0px rgba(227,227,227,1);
    box-shadow: 51px 49px 0px 0px rgba(227,227,227,1);
}
.serviceBox .description {
    margin-bottom: -15px;
}
.ico{
       position: relative;
    left: 25px;
    top: 23px;
}


} 


@media (max-width: 991px) {
.top ul li {
    padding-right: 19px;
}
.navbar .d-flex.justify-content-center.h-100{
	display: none !important;
}
.rot {
    top: 52px;
    left: -47px;
    width: 115px;
    font-size: 9px;
}

.sicon {
    position: relative;
    top: 88px;
    left: 0px;
}
.main-text .p-27{
   padding: 0!important;
}

.sicon {
    position: relative;
    top: 88px;
    left: 0px;
}
.bran {
    position: relative;
    left: 8px;
    top: 19px;
}
.main-text h1 {
    font-size: 2rem;
}
.main-text h5 {
    font-size: 1.5rem;
}
.main-text h3 {
    font-size: 1.5rem;
}
.main-text {
    height: 415px;
}
.bran .py-3 {
   padding-top: 0!important;
}

.carousel-inner {
    height: 415px;
}
.carousel-item {
    height: 415px;
}

.carousel-item img {
    vertical-align: middle;
    border-style: none;
    height: 415px;
}
.form-sec {
    position: relative;
    top: 10px;
    padding: 10px;
}

.btnp {
    position: absolute;
    left: 67px;
    bottom: -31px;
}


.ico {
    position: relative;
    left: 13px;
    top: 66px;
}
.banner {
    padding: 0px !important;
}

}


@media (max-width: 767px){
	
.top .col-xl-8{
	display:none !important;
}
	
.navbar .d-flex.justify-content-center.h-100{
	display: none !important;
}

.bg-light {
    padding: 0px 20px;
}

.main-text .p-27{
   padding: 0!important;
   height: 217px;
}
.rot {
    top: 52px;
    left: -47px;
    width: 115px;
    font-size: 9px;
}
.sicon {
    position: relative;
    top: 88px;
    left: 0px;
}
.bran{
   position: relative;
    left: -67px;
    top: 19px;
}
.main-text h1 {
    font-size: 1.5rem;
}
.main-text h5 {
    font-size: 1rem;
}
.main-text h3 {
    font-size: 1rem;
}
.main-text {
   height: 218px;
}

.main-text .col-md-5.d-flex.justify-content-center  {
   display:none !important;
}
.hexagon {
  position: relative;
  width: 20px; 
  height: 11.55px;
  background-color: #000;
  margin: 7.77px 0;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 5.77px solid #000;
}

.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 5.77px solid #000;
}
.hexagon a {
    font-size: 12px;
	top: 0px;
    left: 3px;
    width: 14px;
}

.carousel-inner {
    height: 217px;
}
.carousel-item {
    height: 217px;
}

.carousel-item img {
    vertical-align: middle;
    border-style: none;
    height: 217px;
}

.ico {
    position: relative;
    left: 13px;
    top: 0px;
}

.about .container{
    margin: 0px !important;
}

.about h1 {
   font-size: 1.8rem;
}

.about .sm {
    font-size: 12px;
}

.about img {
    box-shadow: 19px 22px 0px 0px rgba(227,227,227,1);
	width: 74%;
}
.service {
    padding-top: 2rem !important;
	padding-bottom: 2rem!important;
}
.service .owl-nav {
    right: 9px;
    top: -41px;
}

.serviceBox {
    margin: 3px 23px 18px 23px;
}

.serviceBox .description {
    margin-bottom: -2px;
}
.gallery{
    margin-top: 2rem!important;
}

.test{
    margin-top: 2rem!important;
}
.test .owl-nav {
    top: -40px;
}
.footer{
    margin-top: 2rem!important;
}
.testimonial {
    margin: 2px 20px 2px;
}
.footer .bord ul li {
    padding: 0px 22px 0px 26px;
}


.footer .bord ul li p {
    font-size: 11px;
}

.footer .bord ul li:not(:last-child)::before {
    margin-left: 83px;
}

.footer .pt-5{
        padding-top: 1rem!important;
}

.footer .pt-5 .col-md-4{
        padding-bottom: 1rem!important;
}
.bord {
    padding-bottom: 2rem!important;
    padding-top: 2rem!important;
}
}

@media (max-width: 768px){

}





