html
{
	scroll-behavior: smooth;
}
body
{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #4d4c4c;
}
h1,h2,h3
{
	color: #000;
}
a:hover
{
	text-decoration: none;
}
p
{
	text-align: justify;
}
.error
{
    color: red;
}

/*common css starts here*/
/*.flex
{
	display: flex;
}*/
ul
{
	padding-left: 10px;
}
li
{
    list-style: none;
}
.img-center, .blog-detail1 img
{
	display: block;
	margin: 0 auto;
}
.blog-detail1 img
{
    max-width: 100%;
    height: auto;
}
b, strong {
    font-weight: bold;
}
.top-41
{
    top:41% !important;
}
.displaynone
{
	display: none;
}
.paddtopbott-30
{
	padding-top: 30px;
	padding-bottom: 30px;
}
.paddtopbott-50
{
    padding-top: 50px;
    padding-bottom: 50px;
}
.paddtop-20
{
	padding-top: 20px;
}
.paddtop-30
{
	padding-top: 30px !important;
}
.paddbottom-10
{
	padding-bottom: 10px;
}
.paddbottom-30
{
    padding-bottom: 30px;
}
.margintop-30
{
    margin-top:30px;
}
.paddbottom-50
{
    padding-bottom: 50px;
}
.paddtop-50
{
    padding-top: 50px;
}
.paddtop-10
{
	padding-top: 10px;
}
.paddleftright-0
{
    padding-right: 0;
    padding-left: 0;
}
.margin0{
    margin: 0px !important;
}
.marginbott-0
{
    margin-bottom: 0;
}
.marginbott-10
{
    margin-bottom: 10px;
}
.marginbott-20
{
    margin-bottom: 20px;
}
.borbott
{
    border-bottom: 1px solid #a2d633;
}
/* .paddleft-30
{
    padding-left: 30px;
} */
.line
{
     border-bottom: 3px solid #3ca907;
    width: 110px;
    margin-bottom: 25px;
}
.tab-block
{
    display: none;
}
.portfolioimg h6{
    color: #032a9e;
    margin-top: 15px;
}
/*font size*/
.font-30
{
	font-size: 30px;
}
.font-23
{
	font-size: 22px;
}

/*color css*/
.webcol
{
    color: #7f7f7f;
}
.webgreen
{
	color: #48991e;
}

.webred
{
	color: #3ca907;
}
.black
{
	color: #000;
}
.webblue-bg
{
    background: #3279b6 !important;
}
.webgreen-bg
{
    background: #48991e;
}
.webred-bg
{
    background: #c20101;
}
.facebook-col
{
    color: #3B5998;
}
.twitter-col
{
    color: #33CCFF;
}
.linkedin-col
{
    color: #4875B4;
}
.skype-col
{
    color: #00aff0;
}


/*  Social Media Colors 
    Facebook #3B5998
    Flickr #FE0883
    Foursquare #8FD400
    Google+ #C63D2D
    Instagram #4E433C
    Linkedin #4875B4
    Tumblr #2B4964
    Twitter #33CCFF
    Vimeo #86B32D
    Youtube #FF3333
    Dribbble #ea4c89
*/

/*social media icon*/
.social-media
{
	font-size: 30px !important;
	padding-right: 10px;
	color: #fff;
	transition: .5s;
}
.social-media:hover
{
	color: #c20101;
}
/*corner design*/
.top_corner_body, .top_corner_body1 {
    width: 100%;
    position: relative;
    z-index: 2;
}
.top_corner_body:before {
    content: '';
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    height: 40px;
    position: absolute;
    top: -19px;
    left: 0;
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    background-color: #fff;
}
.top_corner_body:after {
    content: '';
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    height: 40px;
    position: absolute;
    top: -19px;
    right: 0;
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    background-color: #fff;
}
/*back to top css*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: #3ca907;
    color: white;
    cursor: pointer;
    padding: 8px 13px;
    border-radius: 22px;
}

#myBtn:hover {
  background-color: #287204;
}


/*pagination css*/
.pagination {
    display: inline-block;
}

.pagination a {
    color: #ff497c !important;
    padding: 6px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    font-size: 20px;
}
.p12{
  padding: 10px 10px 24px 0px;
}
.pagination .current {
    background-color: #ff497c;
    color: white !important;
    border: 1px solid #ff497c;
    padding: 10px 16px 7px 16px;
}


.pagination a:hover:not(.active) {background-color: #ddd;}
/*pagination css end*/
.blogreadmore a:hover{
    color: #f4f4f5 !important;
    background-color: green;
    transition: all 0.4s linear 0s;
}
.blogreadmore a{
    background-color: #3ca907;
    padding: 8px 16px;
    border-radius: 22px;
}
/*menu starts here*/
.navbar
{
    padding: 0px !important;
	z-index: 999999 !important;
}
.is-sticky .navbar
{
	background-color: #fff;
	box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.2);
}
.navbar .head-cont
{
    margin-bottom: 0;
    text-align: right;

}

.padd-left-62
{
       padding-left: 84px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #000;
    padding: 0px 4px;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #3279b6;
    font-weight: 600;
}
/*effect starts*/
.cl-effect-5 a {
	overflow: hidden;
	padding: 0 4px;
	color: #000;
	/*height: 1em;*/
}

.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	padding: 0px 20px 7px;

}

.cl-effect-5 a span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
     font-weight: 600; 
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    color: #3279b6;
    /*font-size: 14px;*/
}


.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}



.cl-effect-13 .nav-item a span::after {
	position: absolute;
	top: 100%;
	left: 50%;
	color: transparent;
	content: '•';
	text-shadow: 0 0 transparent;
	font-size: 1.2em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
	margin-top:20px;
}

.cl-effect-13 .nav-item a span:hover::after,
.cl-effect-13 .nav-item a span:focus::after {
	color: #c10000;
	text-shadow: 10px 0 #c10000, -10px 0 #c10000;
}
.dropdown-menu a span::after
{
	display: none;
}

/*drop down starts here*/
.dropdown
{
    cursor: pointer;
}
.dropdown-toggle::after
{
    display:none;
}
.dropdown-item.active, .dropdown-item:active
{
    background-color: transparent;
}

.dropdown:hover .dropdown-menu 
{
    display: block;
}
.dropdown-menu
{
    margin-top: 0;
}
.cl-effect-5 .dropdown-menu a span::before
{
 color:#459824; 
}

/*top icon starts*/
.cont-hov
{
	padding-bottom: 25px;
}
.top-icon
{
    background-color: #449818;
    border-radius: 50%;
    padding: 12px 14px;
    color: #fff;
    font-size: 19px !important;
}
.blog-icon
{
	font-size: 11px !important;
        padding: 14px 7px;
}
.top-icon:hover
{
	 background-color: #3279b6;
	color: #fff;
	text-decoration: none;
	transition: 350ms ease;
}
.phone-cont
{   
    display: block;
    visibility: hidden;
    padding: 35px 24px;
    position: absolute;
    right: 0px;
    width: 0;
    transition: 350ms ease;
    overflow: hidden;
    height: 200px;
    opacity: 0;
    margin-top: 25px;
    /* z-index: 9; */
    text-align: left !important;
}
.cont-hov:hover .phone-cont
{
    width: 400px;
    visibility: visible;
	opacity: 1;
}

/*welcome content starts here*/
.getstart
{
	border: 4px solid #3ca907;
    border-radius: 38px;
    padding: 20px 58px;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.4s linear 0s;
    color: #000;
}
.getstart:hover, .recent-get1:hover
{
	background-color: #3ca907 !important;
	color: #fff !important;
	text-decoration: none;
}
/*welcome conent ends here*/
.home-ser a h3:hover
{
	color: #3ca907;
	text-decoration: none;
	transition: all .5s ease-in-out;
}
.home-ser:hover img
{
	opacity: .7;
	transition: all .5s ease-in-out;
}
/*services ends here*/
/*next content starts here*/
.step-title, .step-title1
{
	position: relative;
	top: 50%;
}
.step-title1
{
	position: relative;
	top: 30%;
}
.step-title h2
{
    position: relative;
    z-index: 9;
    font-size: 48px;
}
.step-title:before
{
    content: counter(number, decimal-leading-zero);
    counter-increment: number;
    position: absolute;
    font-size: 200px;
    font-weight: bold;
    color: #ff497c;
}
.step-title.color2:before
{
	color: green;
	right: 20px;
}
.stra img
{
	border: 10px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}
.stra-arrow:after, .stra-arrow1:after
{
	content: '';
    background-image: url(right_arrow.png);
    position: absolute;
    /*display: block;*/
    width: 34px;
    height: 136px;
    z-index: 4;
    bottom: -69px;
    right: 20px;
}
.stra-arrow1:after
{
	content: '';
    background-image: url(left_arrow.png);
    position: absolute;
    /*display: block;*/
    width: 34px;
    height: 136px;
    z-index: 4;
    bottom: -69px;
    left: 20px;
}
/*next content ends here*/

/*latest project starts*/
.latest h4
{
   position: absolute;
   top: 35%;
   opacity: 0;
   color: #409514;
   padding: 8px 13px;
   left: 26px;
       background-color: rgba(255, 255, 255, 0.86);
   right: 26px;
   font-size: 15px;
   text-align: center;
   font-weight: bold;
}
.latest:hover img
{
    opacity: .8;
    transition: all .5s;
}
.latest:hover h4
{
    opacity: 1;
    transition: .5s;
}
.latest h4:hover
{
    color: #c10101;
}
.our-recent
{
    background-color: #f4f4f5;
    padding-top: 20px;
}
.recent-get
{
    position: relative;
    top: -29px;
    z-index: 9;
    background: #3ca907;
    color: #fff;
}
.recent-get:hover, .blog-content h6 a:hover
{
    background-color: #fff !important;
    color: #000 !important;
}

/*counter starts here*/
.counter1,.counter2, .counter3, .counter4
{
    background-color: #f5f5f5;
    height: 250px;
    padding-top: 53px;
    border-radius: 50%;
    border: 3px solid #3279b6;
    box-shadow: inset 0px 0px 3px 8px #b0c9e0;
}


.count-title {
    font-size: 36px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    font-size: 36px !important;
    color: #419616;
}
.top_corner_body1:before {
        content: '';
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 62px;
    position: absolute;
    top: -29px;
    left: 0;
    -webkit-transform: skewY(2deg);
    transform: skewY(2deg);
    background-color: #f4f4f5;
}
/*parallax starts*/
.ds {
    background-color: #1f2732;
    color: #a4a9b9;
}


/*counter ends here*/
/*client css*/
.recent-get1
{
    top: -54px;
    background: #fff;
    color: #000;
}
/*contact starts here*/
.ls.ms {
    background-color: #f4f4f5;
}
.cor-cont:after
{
    top: -19px !important;
    -webkit-transform: skewY(3deg) !important;
    transform: skewY(3deg) !important;
    background-color: #f4f4f5 !important;
}
.cor-cont:before
{
    top: -19px !important;
    -webkit-transform: skewY(-3deg) !important;
    transform: skewY(-3deg) !important;
    background-color: #f4f4f5 !important;
}
.cor-cont1:after, .cor-cont1:before
{
   background-color: #1f2732;
}
.srk-logo
{
    position: relative;
    z-index: 9;
    top: -42px;
    width: 70px;
    background-color: #1f2732;
    padding: 7px;
    border-radius: 5px;
}

/*contact ends here*/

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #3ca907 !important;
}
#testimonial h3{
    color:white;
    font-size: 16px;
}
#testimonial p{
    color: white;
}
#testimonial .testimonial{
    padding-top: 30px;
}
/*.call a,.call a:visited { color: #fff; }*/
/*.call a:hover { color: #fff; }*/

.call .social {
     width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    line-height: 103px;
    color: #fff;
    /* position: relative; */
    transform: rotateY(0deg);
    transition: transform .25s ease-out;
    transform-style: preserve-3d;
    margin: 0 auto;
    margin-bottom: 20px;
}
.call .social > div {
    width: 94px; height: 94px;
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    color: #fff;
}


.call .social >.front {
    transform:translateZ(40px);
    font-size: 2em;
}
.call .social >.back {
    background: #1c4c75; 
    font-size: 3em;
    transform:rotateY(-100deg) translateZ(40px);
}
.call .social.social-twitter > .back { background: #224c0c; }
.call .social.social-pinterest > .back { background: #790303; }

/* Hover */
.call:hover .social {
    transform: rotateY(100deg);
}




/*client*/

.promo-carousel {
  padding-bottom: 0;
  overflow: hidden;
 }
  .promo-carousel .item-wrap {
    transform: translateX(0px);
    width: 400%;
    position: relative;
    white-space: nowrap;
    display: flex; 
}

.item {
  text-align: center;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 20px;
   }
  .item a {
    text-decoration: none;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    height: 100%;
    padding: 10px 0; 
    border:1px solid #eaeaea;
    background-color: #eee;
}
  .item.active {
    background: #C0392B; }
    .item.active a {
      color: #fff; }

/*portfolio starts here*/


.blogdes img, .res-dis{
    display: none;
}
.blogdes p img{
    display: none;
}
.catli {
    background: #3f89cf;
    margin-right: 0px !important;
    box-shadow: 0px 10px 10px -10px #000;
}
#portfolio ul li a
{
    padding: 5px 6px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
}
#portfolio ul li .active
{
color: #53fe16 !important;
}
.catli li:after {
    content: ' | ';
    margin-left: 5px;
    color: white;
}
.catli li:last-child:after {
    content: '';
}
#portfolio ul li a:hover, #portfolio ul li:active
{
        color: #fff;
        transition: 0.5s;
}

/*img-hover starts here*/

.paddbt-20{
padding-bottom: 20px;
}

.sidebar ul li a{
    color: #fff;   
    font-size: 12px;
    letter-spacing: 2px;
}
.sidebar ul{
    box-shadow: 0px 10px 10px -10px #000;
}

.sidebar ul li
{
    cursor: pointer;
    font-weight: bold;
    /* border: 1px solid #e5e5e5; */
    padding: 3px 18px;
    background: #3f89cf;
    border-bottom: 1px solid white;
    color: #fff;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 12px;
}
.sidebar ul li:hover span, .catli li:hover a
{
   transition: 0.5s;
   color: #53fe16 !important;
}
.padd-16
{
     padding: 8px 6px 8px 22px;
}

/*portfolio ends here*/

/*testimonial starts here*/
.marginbot-01
{
  margin-top: 117px;
}
.testi span
{    
    font-family: "Vidaloka", sans-serif;
    font-style: normal;
    color: #ff497c;
    background: #fff;
    padding: 36px 29px 24px 30px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #e4e2e2 inset;
    border: 3px solid #e4e2e2;
}
.testi span i
{
    font-size: 30px;
}
.testi h2, .testi h3
{
    font-size: 24px;
    margin: 0 0 12px;
}

/*partner-with-us starts here*/
.partner-form
{
    height: 60px;
    background-color: #f1f1f1;
    border: 1px solid transparent;
    border-radius: 0;
    font-weight: 500;
    text-align: center;
}

.partner-form:focus {
        border: 1px solid #dedfe1;
    box-shadow: none;
    background-color: #f1f1f1;
    transition: 0.5s;

}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
/*partner with us ends here*/
/*testimonial ends here*/

/*blog starts here*/
.blog-bac
{
    background-color: #f4f4f5;
    margin-bottom: 25px;
    box-shadow: 0px 10px 10px -10px #000;
    border:1px solid #e5e5e5;
}

.blog-content {
    padding: 15px;
}
.blog-content h6 a
{
 
    background: #3ca907;
    border: 4px solid #3ca907;
    border-radius: 38px;
    padding: 8px 27px;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.4s linear 0s;
    color: #fff;
    font-weight: bold;
    margin: 50px 0px 0px 0px;

}
.blog-content h2, .blog-detail h2 , .blog-detail h3
{
    padding: 10px 0px 10px 0px;
}
.blog-content h2
{
    padding-top: 15px;
}

.blog-content h2 a, .blog-detail h2 a
{
        color: #000;
}
.blog-content h2 a:hover, .blog-detail h2 a:hover, .blog-date span:hover, .blog-date span a:hover
{
    color: #3ca907;
    transition: 0.5s;
}

.blog-img:hover .blog-overlay {
  opacity: 1;
}
.blog-date
{
        background-color: #1f2732;
            padding: 15px 0px;
}
.blog-date span a, .blog-date span
{
    color: #fff;
    font-weight: 600;
    padding-left: 5px;
}
.blog-date i
{
    color: #3ca907;
    padding-right: 9px;
    font-size: 22px;
}

button:focus {
    outline: 0px dotted !important;
    outline: 0px auto -webkit-focus-ring-color !important;
}
.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none !important;
}
/*blog ends here*/

@media (min-width: 768px) {
  .promo-carousel .item-wrap {
    width: 200%; }


}
    /*footer stars here*/
    .list-icon ul li:before {
    line-height: 25px;
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #3ca907;
    content: '\f101';
    margin-right: 7px;
}
.foot ul li a
{
    color: #b1b0b0;
    transition: .5s;
}
.foot ul li a:hover
{
    color: #ccc;
}
.foot-bot
{
    background-color: #3279b6;
}
.foll li a i:hover
{
    color: #fff;
    transition: .5s;
}
.readmore a{
    color: #000;
    border: 2px solid #3279b6;
    padding: 8px 16px;
    border-radius: 20px;
    transition: all 0.4s linear 0s;
}
.readmore a:hover{
    color: #fff;
    background:  #3279b6;
}
.ser1{
    min-height: 206px;
}

/*home ends here*/
/*custom webdesign starts here*/
.top-img
{
    background-image: url(breadcrumbs.jpg);
    background-attachment: fixed;
    height: 200px;
}
.top-img h1
{
    font-variant-caps: petite-caps;
    font-size: 47px;
}
.list-icon1 ul li:before {
    line-height: 25px;
    font-family: 'FontAwesome';
    content: '\f04e';
    padding-right: 7px;
    color: #48991e;
}

.cus-box img:hover
{
    opacity: .9;
    transition: .5s;
}
.ser-btn
{
    box-shadow: 0px 14px 10px -10px rgba(120, 118, 118, 0.46), 0px 0px 10px rgba(204, 204, 204, 0.58);
    padding: 9px 30px;
    font-size: 18px;
}

/*custom webdesign ends here*/
.navbar-dark .navbar-toggler {
                color: #3279b6;
                }
/*footer ends here*/

        /* font responsive */
        @media screen and (max-width: 992px) {
        h1, h2, h3 {
            font-size: 23px !important;
        }
        .call:hover .social, .front {
         transform: inherit !important;
         }
         .back
         {
             display: none !important;
         }
         .call .social > div
         {
             position: inherit;
         }
         .pagination a, .pagination .current {
        padding: 3px 10px;
        font-size: 16px;
        }
        .dropdown-menu{
        background-color: #f2f2f2;
        }
        

        }
