/*-----------------------------------------------------------------
Project             :  pranetramspl.com

Version             : 1.0
Author              : Lovelinder singh
=====================================================================




font-family: 'Poppins', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Nunito', sans-serif;


==================================================================*/

/* ----------------------------------------------------------------
                       [ 01 General Style ]
-----------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat|Nunito|Poppins&display=swap');

body{
/*animation: 1s ease-out 0s 1 slideInFromLeft;*/
  animation: fadeIn 2s;
}


@keyframes fadein {
  from { opacity: 0}
  to   { opacity: 1}
}
/* button */
button {
    background: none;
}
.bg-white{
background:white !important;
}
.color-white{
color:white !important;
}
.color-black{
color:black !important;
}

.main-button {
    border: 2px solid transparent;

    border-image: linear-gradient(to right, #00c775 0%,#0046c7 100%);
    border-image-slice: 1;
    padding: 15px 60px;
    color: #000;
    background-image: linear-gradient(to right, rgba(0,0,0,0) , rgba(0,0,0,0), #00c775, #0046c7);
    background-size: 300% 100%;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	text-decoration:none;
}
a:hover,
a {
    color: #de9319;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.main-button:hover {
text-decoration:none;
    color: #fff;
    background-position: 100% 0;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.main-button span, .top-button span {
    font-weight: 600;
    font-size: 14px;
}

.main-button:focus, .top-button:focus {
    outline: none;
}
/* margin top */
.mt-20 {
    margin-top: 20px !important; 
}
.mt-30 {
    margin-top: 30px !important; 
}
.mt-40 {
    margin-top: 40px !important; 
}
.mt-50 {
    margin-top: 50px !important; 
}
.mt-60 {
    margin-top: 60px !important; 
}
.mt-70 {
    margin-top: 70px !important; 
}
.mt-80 {
    margin-top: 80px !important; 
}
.mt-90 {
    margin-top: 90px !important; 
}
.mt-100 {
    margin-top: 100px !important; 
}
/* padding top */
.pt-30 {
    padding-top: 30px !important; 
}
.pt-40 {
    padding-top: 40px !important; 
}
.pt-50 {
    padding-top: 50px !important; 
}
.pt-60 {
    padding-top: 60px !important; 
}
.pt-70 {
    padding-top: 70px !important; 
}
.pt-80 {
    padding-top: 80px !important; 
}

.pr {
    padding-right:100px;
}
.pb-20 {
    padding-bottom: 20px !important; 
}
.pb-30 {
    padding-bottom: 30px !important; 
}
.pb-40 {
    padding-bottom: 40px !important; 
}
.pb-50 {
    padding-bottom: 50px !important; 
}
.pb-60 {
    padding-bottom: 60px !important; 
}
.pb-70 {
    padding-bottom: 70px !important; 
}
.pb-80 {
    padding-bottom: 80px !important; 
}

/** simple link **/

section {
width:100%;
float:left;
    padding: 100px 0;
}

/** section title **/

body {
    font-family: 'Poppins', sans-serif;
    color: #000;
    background: #f9f9f9;
    font-weight: normal;
    overflow-x: hidden;
}
		.pointer{
		display:none;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:20px;
	height:20px;
	background:transparent;
	border:1px dashed #00c775;
	border-radius:50%;
	pointer-events:none;
	box-sizing:border-box;
	z-index:9999;
	animation: round 2s;
	 animation-iteration-count: infinite;
	  animation-timing-function:ease-in-out;
	  overflow:hidden;
	}
	@keyframes round {
  0% {     transform: rotate(0deg); border:1px dashed #00c775; width:20px; height:20px;}
  
   50% {     transform: rotate(180deg); border:1px dashed #0046c7 ; width:18px; height:18px;}
  
 100%   {  transform: rotate(360deg); border:1px dashed #00c775; width:20px; height:20px;}
}
p {
   font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #6f6f6f;
    display: block;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
font-family: 'Poppins', sans-serif;
}
.btn-commen {
    background: #de9319;
    color: white;
    width: 140px;
    font-weight: normal;
    border-radius: 0px;
    padding: 12px;
}
.btn-commen:hover,.btn-commen:active,.btn-commen:visited{
color:white;
background:#8b9754;
}

.bg-white{
background:white !important;
}
/* ----------------------------------------------------------------
                        [ 02 Navbar ]
-----------------------------------------------------------------*/
.logo img {

    padding-left: 0px;
    border-radius: 15px;
}
.navbar {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    border: 0;
    background:#f9f9f9;
    z-index: 9;
    min-height: 70px;
    opacity: 1;
}
.navbar::after {
    content: "";
    position: absolute;
    background: #8b9754;
    height: 100%;
    width: 60%;
    left: 0;
    z-index: -1;
}
.navbar .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 700; 
    color: #000;
    letter-spacing: .5px;
    margin: 15px 0px;
    -webkit-transition: all .5s;
    transition: all .5s;
	font-family: 'Montserrat', sans-serif;
}
.navbar .navbar-nav .active {
    color: #f9a766 !important;
}
.navbar .navbar-nav .nav-link{
position:relative;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.1rem;
    padding-left: 1.1rem;
}
.navbar .navbar-nav .nav-link::before {
    content: attr(data-target);
    position: absolute;
    left: 8px;
    font-size: 10px;
    top: 6px;
    color: #0046c7;
    font-weight: 700;
	 transition:.3s all ease-in;
}
.navbar .navbar-nav .nav-link:hover::before{
top: 10px;
}
.navbar .navbar-nav .nav-link:hover{
color:#de9319;
}
.nav-scroll {
    background: #12141c;
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
    padding: 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.navbar .icon-bar {
    color: #de9319;
}




.contect-link li {
    padding-right: 1.1rem;
    padding-left: 1.1rem;
    /* margin: 15px 0px; */
    padding-top: 15px;
    font-size: 14px;
    letter-spacing: 1px;
}
.social a{

}
.contect-link li a {
    color: #3e3e3e;
    margin-right: 10px;
}

.mobile{
    position:relative;
}

.mobile::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background: #8a8686;
    right: -5px;
    top: 14px;
}

@media screen and (max-width: 991px) {
.navbar .navbar-collapse {
    max-height: 500px;
    overflow: auto;
    background: #8b9754;
    text-align: center;
    padding: 10px 0;
    margin-top: 28px;
}
	.navbar .navbar-nav .nav-link {
    font-size: 15px;
    color: #fff;
    text-align: left;
    margin-left: 10px;
}
}

.carousel {
    position: relative;
    z-index: 3;
}
.header-slider{
position:relative;
width:100%;
float:left;
min-height:800px;
padding-top:80px;

}
.header-slider::after {
    content: "";
    position: absolute;
    background: #8b9754;
    height: 100%;
    width: 60%;
    left: 0;
    z-index: 1;
    top: 0;
}
.header-slider::before {
    content: "";
    position: absolute;
    background: url(../img/light.jpg);
    height: 100%;
    width: 40%;
    right: 0;
    z-index: 1;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    opacity: .2;
}
.control-box {
    width: 100%;
    float: left;
    padding: 40px 0px 40px 50px;
}
.control {
    color: white;
    font-size: 14px;
	    text-decoration: none;
}

.control:hover{
    text-decoration: none;
}
.control-prev{
margin-right:20px;
}

.arrow-right,.arrow-left {
    position: relative;
	text-decoration:none !important;
}
.arrow-right::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid;
    display: block;
    transform: rotate(45deg);
    border-top: 1px solid white;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    right: -40px;
    top: 5px;
}

.arrow-right::before {
    position: absolute;
    content: "";
    width: 33px;
    height: 1px;
    background: #f9f9f9;
    top: 9.2px;
    right: -40px;
}



.arrow-left::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid;
    display: block;
    transform: rotate(45deg);
    border-top: 1px solid transparent;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    left: -40px;
    top: 5px;
    border-right: 1px solid transparent;
}

.arrow-left::before {
    position: absolute;
    content: "";
    width: 33px;
    height: 1px;
    background: #f9f9f9;
    top: 9.2px;
    left: -40px;
}



.carousel-caption-over {
    width: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px;
    height: 100%;
    display: grid;
    place-content: flex-start;
    place-items: safe;
}
.carousel-caption-over p {
    color: #de9319;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 9px 0px;
}


.carousel-caption-over h3 {
    font-size: 40px;
    margin: 0;
    color: white;
}

.thick-area ul li {
    font-size: 15px;
}
.thick-area ul {
    margin-bottom:10px;
}

.thick-area h5 {
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 1.4;
	    margin: 0;

}

.thick-area p {
    text-align: justify;
}

/** about-sec **/

.title-sec{

}

.title-sec h6 {
    color: #de9319;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.title-sec h3 {
    font-size: 2em;
    font-weight: 300;
    font-style: normal;
    line-height: 1.4em;
    color: #6b6b6b;
}
.web-color{
color:#8b9754;
}

.h_r_m {
    width: 50%;
    background: #8b9754;
    padding: 25px;
    position: absolute;
    bottom: 32px;
    right: -174px;
}
.h_r_m p{
color:white;
}
.h_r_m h4 {
    color: black;
    font-weight: 800;
    padding-bottom: 12px;
}

.link {
    color: black;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: underline;
}






/** service**/
.hr_ser {
    padding: 30px 20px;
    background: white;
    margin-bottom: 30px;
    border-radius: 4px;
    min-height: 320px;
}
.hr_ser h4 {
    font-size: 18px;
    font-weight: 500;
    color: #de9319;
    padding-bottom: 10px;
}

.hr_ser p {
    font-size: 14px;
}

.cont_hr_link{
background:url(../img/slider/slide-3.jpg);
background-attachment:fixed;
background-position:center;
background-size:cover;
}
.cont_hr_link h2{

}

.mp-bg {
    background: url(../img/map.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color:#4e4e4e;
}

footer {
    width: 100%;
    float: left;
    padding: 80px 0px 0px;
}
.cont-data li i{
margin-right:10px;
}

.footer-head {
    font-size: 20px;
    padding-bottom: 20px;
}
.cont-data li a {
    font-weight: normal;
    font-size: 14px;
}

.cont-data li {
    margin-bottom: 26px;
}
.footer-logo {
    height: 86px;
    display: flex;
    place-content: end;
}




/** // **/

.services-solu {
    text-align: justify;
    color: #4a4a4a;
    font-weight: normal;
}
.services-solu h4 {
    font-size: 18px;
    color: #8b9754;
}
.services-solu ol {
    padding: 13px;
}
.services-solu ol li {
    padding-bottom: 15px;
}

.breadcrumbs,.breadcrumbs a {
    color: #787e84;
}
 .breadcrumbs {
    display: inline-block;
    width: 49.5%;
    vertical-align: middle;
}
.breadcrumbs {
    font-size: .8125em;
    font-weight: 400;
    letter-spacing: .05em;
    text-align: right;
}
.breadcrumbs_item.home {
    color: #202020;
}
.breadcrumbs .breadcrumbs_delimiter {
    display: inline-block;
    position: relative;
    margin: 0 1.69em;
    vertical-align: top;
    text-align: center;
}
.breadcrumbs .breadcrumbs_delimiter:before {
    content: '|';
}
.top_panel_title {
    overflow: hidden;
    padding: 4.38em 0;
}
.page-heading {
    background: rgba(222, 147, 25, 0.1803921568627451);
}

.more-content {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    background: white;
    padding: 20px;
	  
}

.more-content h4 {
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 800;
}

.more-content p {
    text-align: justify;
	  letter-spacing: 0px;
}
.thought{
background:url(../img/slider/2.jpg);
background-attachment:fixed;
background-position:center;
background-repeat:no-repeat;
height:400px;
background-size:cover;

}
.thought h2 {
    font-size: 2.3rem;
    color: white;
    line-height: 1.4;
    text-shadow: 1px 1px 1px black;
}
.client-detail {
    text-align: center;
    width: 100%;
    /* float: left; */
}
.clients {
    background: white;
    padding: 10px;
    border-radius: 4px;
    width: 100%;
    min-height: 244px;
    margin-bottom: 30px;
    display: grid;
    /* place-items: center; */
    place-content: center;
}
.client-logo {
    width: 160px;
    margin: 10px auto;
    text-align: center;
}
.client-detail {
    text-align: center;
}
.client-detail h5 {
    font-size: 16px;
}
.client-detail p {
    font-size: 13px;
}








.y_choose {
    margin-bottom: 40px;
}

.y_choose p{
text-align:justify;
}

.list_y_choose h4 {
    font-size: 20px;
    color: #8b9754;
    margin-bottom: 10px;
}

.list_y_choose ul li {
    padding-bottom: 10px;
    font-size: 14px;
}

.list_y_choose ul{
padding-left:10px;
}


.ser_rang h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    color: #8b9754;
    margin-top: 18px;
}
.ser_rang ul{
padding-left:10px;
}


    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
 
    }
.direct_img {
    width: 200px;
    float: left;
    margin: 15px 0px;
    border-radius: 36px;
    overflow: hidden;
}
.d_detail {
    width: 100%;
    float: left;
    padding-left: 20px;
}
.d_detail p{
margin:0px;
}

.direct {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.d_detail span {
    font-size: 13px;
    color: #8b9754;
}
.company-sec{

}


.company-sec h5 {
    color: #8b9754;
    text-align: left;
    font-weight: 500;
    font-size: 32px;
    padding-bottom: 10px;
}


.company-sec p{
text-align:justify;
}
.abt_more_data {
    background: #f9f9f9;
    border-radius: 10px;
    min-height: 260px;
    padding: 25px;
        transition: .3s all ease-in-out;
    box-shadow: 0px 0px 4px rgba(197, 195, 195, 0.9803921568627451);
}

.abt_more_data:hover{
box-shadow: 0px 21px 25px -28px #8b9754;
}


.sec_icon {
    width: 80px;
    margin: 0 auto;
    padding-bottom: 15px;
}
.content_sec {
    padding: 10px 0px;
    width: 100%;
	text-align:center;
}
.content_sec h5 {

}

.form-control {
    height: 70px;
}
::placeholder {
  color: gray;
  opacity: 1; /* Firefox */
  font-size:12px;
}
textarea::placeholder {
  color: #0bf;  
 padding-top:15px;
}

form {
    background: rgba(139, 151, 84, 0.12);
    padding: 20px;
    margin-top: 40px;
    border-radius: 5px;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 15px;
}
.contact-page-grid {
    background: #ecede5;
    padding: 30px;
    border-radius: 5px;
    min-height: 289px;
    display: grid;
    margin-bottom: 32px;
    place-content: space-around;
}
.cn_icon.text-center {
    width: 70px;
    margin: 0 auto;
    background: #8b9754;
    height: 70px;
    border-radius: 50%;
    padding: 12px;
}
.cn_icon.text-center img{
width:100%;
}
.content_cont ul li {
    font-size: 14px;
    line-height: 25px;
}
.content_cont ul {
list-style:none;
}
.content_cont ul {
    list-style: none;
    margin-top: 20px;
}
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  //CSS
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  //CSS
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
.h_r_m {
    width: 80%;
    background: #8b9754;
    padding: 25px;
    position: absolute;
    bottom: 60px;
    right: -31px;
}
.header-slider {
    min-height: auto;
}

}

@media (max-width:768px){
  .header-slider::after{
width:100%;
}
.navbar::after {
    width: 100%;
}
.btn-commen {
    padding: 6px;
}
.thick-area {
    margin-top: 21px;
}
.services-solu {
    margin: 20px 0px;
}
.abt-page-content {
    margin-top: 20px !important;
}
.abt_more_data {
    margin-bottom: 20px;
}
.thought h2 {
    font-size: 1.3rem;
	}
}



/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
.abt-page-content {
    margin-top: 20px !important;
}
.thick-area {
    margin-top: 21px;
}
.thought h2 {
    font-size: 1.3rem;
	}
  
  .h_r_m {
    width: 80%;
    background: #8b9754;
    padding: 25px;
    position: absolute;
    bottom: 60px;
    right: -31px;
}
  
  .header-slider {
    min-height: auto;
}
.navbar::after,
.header-slider::after{
width:100%;
}
.services-solu {
    margin: 20px 0px;
}
.abt_more_data {
    margin-bottom: 20px;
}
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
.direct_img {
    width: 100%;
}


.thought h2 {
    font-size: 1.3rem;
	}
.abt-page-content {
    margin-top: 20px !important;
}
.abt_more_data {
    margin-bottom: 20px;
}
.thick-area {
    margin-top: 21px;
}
.services-solu {
    margin: 20px 0px;
}
.logo img {
    width: 100px;
}
  .header-slider {
    min-height: auto;
	    padding-top: 40px;
}
.carousel-caption-over h3 {
    font-size: 15px;
    margin: 0;
}
.carousel-caption-over p{
font-size:12px;
}
.carousel-indicators{
display:none !important;
}
.header-slider::after {
    width: 100%;
}
.navbar::after {
    width: 100%;
}
.navbar{
    background: transparent;
}
.navbar::after,
.header-slider::after{
width:100%;
}
.h_r_m {
    width: 100%;
    background: #8b9754;
    padding: 15px;
    position: absolute;
    bottom: 0px;
    right: 0;
}
.carousel-caption-over{
padding:14px;
}
.title-sec h3 {
    font-size: 1.5em;}
}