
.bg1{
    background: #4caf92;
}
.bg1 h2{
    color: #000;
}
.bg2{
    background: #fdb400;
}

.primary-btn:hover{
    background: #2f363c;
}

.dropdown {
    display: inline-block;
    padding: 18px 20px 5px;
}
.dropdown .dropdown-toggle {
    background: none;
    border: 0;
    /*color: #ffffff;*/
    font-size: 14px;
    color: #169a73;
    font-weight: 600;
    text-transform: uppercase;
}

.dropdown .dropdown-menu {
    border-radius: 4px;
    box-shadow: 0 8px 32px rgb(53 53 53 / 30%);
    padding: 10px;
    border: 0;
    margin-top: 20px;
    /*transition: all ease .3s;*/
    /*opacity: 0;*/
}

.dropdown .dropdown-menu .dropdown-item{padding: 3px 5px;}

.header__top__widget .primary-btn:hover{
    background: transparent;
}

.mian_menu_icon{
	    position: relative;
	    width: 38px;
	    /* height: 50px; */
	    /* top: 100px; */
	    left: 0px;
	    text-align: right;
	    padding: 2px;
	    background: #fff;
	    top: 3px;
}
.mian_menu_icon .menu-icon {
    height: 3px;
    background: #4caf92;
    border: 0;
    border-radius: 39px;
    margin-top: 4px;
    width: 50%;
    float: right;
    transition: cubic-bezier(1, -0.61, 0.04, -0.08) all 0.5s !important;
}

.mian_menu_icon .menu-icon:nth-child(2) {
    width: 75%;
}
.mian_menu_icon .menu-icon:nth-child(3) {
    width: 100%;
}
.mian_menu_icon:hover .menu-icon {
    width: 100%;
    background: #4caf92;
}


.offcanvas-menu-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 98;
    visibility: hidden;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}
.offcanvas-menu-overlay.active {
    visibility: visible;
}
.canvas__open {
    /* font-size: 20px; */
    /* color: #263246; */
    /* height: 30px; */
    /* width: 30px; */
    /* line-height: 30px; */
    /* text-align: center; */
    /* border: 1px solid #263246; */
    /* cursor: pointer; */
    /* position: absolute; */
    /* right: 15px; */
    /* top: 35px; */
    /* display: block; */
}
.offcanvas-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    transform: rotateX(90deg);
    -webkit-transition: all cubic-bezier(0.74, 0.43, 0, 0.83) .5s;
    -o-transition: all cubic-bezier(0.74, 0.43, 0, 0.83) .5s;
    transition: all cubic-bezier(0.74, 0.43, 0, 0.83) .5s;
    visibility: hidden;
    z-index: 102;
    padding: 40px;
    opacity: 0;
    overflow-y: auto;
}
.offcanvas-menu.show-offcanvas-menu {
    transform: rotateX(0deg);
    visibility: visible;
    /*z-index: 100;*/
    opacity: 1;
}
.offcanvas__logo {
    margin-bottom: 30px;
}
.offcanvas__logo a {
    display: inline-block;
}
.offcanvas__widget {
    margin-bottom: 30px;
}
.offcanvas__widget ul {
    margin-bottom: 20px;
}
.offcanvas__widget ul li {
    font-size: 16px;
    color: #263246;
    text-transform: uppercase;
    list-style: none;
    display: inline-block;
    line-height: 36px;
}
.offcanvas__widget .primary-btn {
    display: inline-block;
}
.offcanvas__social a {
    display: inline-block;
    font-size: 16px;
    color: #263246;
    margin-right: 10px;
}
.offcanvas__social a:last-child {
    margin-right: 0;
}


/*mobile menu style*/
.offcanvas-menu .mobile-menu li{
    display: block;
}
.offcanvas-menu .mobile-menu a {
    padding: 10px 0;
    margin: 0;
    color: #263246 !important;
    font-size: 16px;
    border-bottom: 1px solid #e1e1e1;
    text-transform: capitalize;
    font-weight: 100;
}

.offcanvas-menu .offcanvas__widget ul li{
    font-size: 20px;
    font-weight: 600;
    padding: 0 22px 0 0;
}
.offcanvas-menu h2{
    font-size: 25px;
    font-weight: 800;
    color: #4caf92;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 22px;
}
.offcanvas-menu h2:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 4px;
    background: #4caf92;
    left: 0;
}
.offcanvas-menu .offcanvas__social{
    /* position: fixed; */
    margin-top: 65px;
}

#close_menu {
    position: fixed;
    right: 25px;
    top: 25px;
    background: #4caf92;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    text-align: center;
    padding: 8px 2px;
    font-weight: bold;
}

/*mobile menu style*/



.hero__items .container{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 100px;
}

.hero__text p{
    color: #fff;
}

.services__item .service-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    color: #064774;
    margin-bottom: 8px;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.services__item .service-icon:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 100px;
    border: 1px solid #ececec;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
}
.services__item .service-icon img{
    display: block;
    width: 100%;
}
.services__item:hover .service-icon:before {
    border-color: #ffb400;
    background: #ffb400;
}

.services__item:hover h5{
    color: #ffb400;
}

.chooseus h5{
    margin-bottom: 10px;
    font-weight: 500;
    font-style: initial;
    color: #169a73;
}


.chooseus__item__text h2:after{
    content: '+';
    color: #169a73;
}
.chooseus__item:before {
    content: "";
    border-top: 20px solid #169a73;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 7px;
    right: 7px;
    transition: all 0.3s ease 0s;
}

.letsget{
    padding-top: 150px;
    padding-bottom: 150px;
}
.letsget h2{
    -webkit-animation:colorchange 5s infinite alternate;
    font-size: 50px;
}
.letsget .info {
    color: #fdb400 !important;
    padding: 25px 0 !important;
    display: inline-block;
    margin-right: 20px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    /* transition: all ease .3s; */
}
.letsget i {
    width: 48px;
    height: 48px;
    line-height: 46px;
    background-color: #fdb400;
    border-radius: 50%;
    text-align: center;
    margin-right: 8px;
    color: #ffffff;
    border: 4px solid #ffd263;
}

@-webkit-keyframes colorchange {
  0% {color: blue;}      
  10% {color: #8e44ad;}
  20% {color: #1abc9c;}
  30% {color: #d35400;}
  40% {color: blue;}      
  50% {color: #34495e;}      
  60% {color: blue;}      
  70% {color: #2980b9;}
  80% {color: #f1c40f;}
  90% {color: #2980b9;}
  100% {color: red;}
}

@-webkit-keyframes bgchange {
  0% {background: red;}      
  25% {background: #E60005;}      
  50% {background: #F0C428;}      
  75% {background: #0EAFDE;}      
  100% {background: #0A5747;}
}


.about__pic{
    text-align: center;
}
.about__pic img{
    max-height: 550px;
    margin: auto;
}

.team__item__pic img{
    width: 80% !important;
    margin: auto;
}

.counter__item__icon img{
    filter: invert(1);
}

.section.portfolio .filters {
  text-align: center;
  margin-top: 20px;
}
.section.portfolio .filters ul {
  padding: 0;
}
.section.portfolio .filters ul li {
  list-style: none;
  display: inline-block;
  padding: 20px 30px;
  cursor: pointer;
  position: relative;
  /* font-weight: 800; */
  font-size: 18px;
  font-family: 'Anton', sans-serif;
}
.section.portfolio .filters ul li:after {
  content: "";
  display: block;
  width: calc(0% - 60px);
  position: absolute;
  height: 2px;
  background: #333;
  transition: width 350ms ease-out;
}
.section.portfolio .filters ul li:hover:after {
  width: calc(100% - 60px);
  transition: width 350ms ease-out;
}
.section.portfolio .filters ul li.active:after {
  width: calc(100% - 60px);
}
.section.portfolio .filters-content {
  margin-top: 50px;
}
.section.portfolio .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
.section.portfolio .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}
.section.portfolio .filters-content .item {
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
  /* height: 250px; */
  overflow: auto;
  border: 5px solid #e8e8e8;
}
.section.portfolio .filters-content .item .p-inner {
  padding: 20px 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.section.portfolio .filters-content .item img {
  width: 100%;
}

.blog-details .classes__item__pic{
    height: 375px;
    background-position: top center;
}

.leave__comment__text .nice-select{
    width: 100%;
    font-size: 16px;
    color: #6E7580;
    padding-left: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 2px;
    height: 50px;
    margin-bottom: 20px;
    padding-top: 7px;
}
.leave__comment__text .nice-select .current{
    /* padding: 10px; */
}

.career .card-body p{
    margin-bottom: 0;
}

.webdesignSec2 .card, .web-development .card {
    height: 100%;
    align-items: center;
    justify-content: start;
    border-radius: 8px;
    /* box-shadow: 0 0 10px -5px #24214f; */
    overflow: hidden;
    margin-bottom: 15px;
    background: transparent;
    border: 0;
}
.webdesignSec2 h4, .web-development h4{
    font-size: 25px;
    color: #263246;
    margin-top: 20px;
    margin-bottom: 5px;
    font-family: 'Anton', sans-serif;
}
.webdesignSec1 .section-title,
.webdesignSec2 .section-title, .web-development .section-title{
        margin-bottom: 15px;
}

.webdesignSec2 p, .web-development p{
    color: #000;
}
.img-wrap-all {
    background: #fff;
    width: 85px;
    height: 85px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin: 0 auto;
    box-shadow: 0 0 0px 5px #ccd5e0;
}
.img-wrap-all img {
    width: 80%;
}

.webdesignSec2 .card-body {
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px -5px #24214f;
    box-shadow: 0 0 10px -5px #24214f;
    background: #f7ce06;
    padding: 18px;
    margin-bottom: 20px;
}
.webdesignSec2 .card-body h4{
    margin-top: 0;
}

.innerAll .step {
    border: 0;
    margin-bottom: 14px;
    border-radius: 8px;
    box-shadow: 0 0 41px 2px #ccd5e0;
    overflow: hidden;
    background: #fff;
    padding: 20px;
}
.innerAll .step h6 {
    font-size: 15px;
    font-weight: 600;
    color: #4caf92;
}

.services-icons .box {
    margin-bottom: 18px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 41px 2px #d7dde4;
    overflow: hidden;
    padding: 15px 5px;
}
.services-icons .box .img-wrap {
    background: #fff;
    /* width: 85px; */
    height: 85px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin: 0 auto;
    /* box-shadow: 0 0 0px 5px #ccd5e0; */
}   
.services-icons .box h3 {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    margin-top: 3px;
    -webkit-transition: all cubic-bezier(0.72, 0.77, 0, 1.29) .3s;
    -o-transition: all cubic-bezier(0.72, 0.77, 0, 1.29) .3s;
    transition: all cubic-bezier(0.72, 0.77, 0, 1.29) .3s;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-icons .box .img-wrap img {
    width: 50px;
}

ul li{
    margin-bottom: 6px;
}
ul li i,
ul li b{
    /* color: #169a73; */
}

.innerAll2 {
    padding: 125px 0 80px;
    /* background: rgb(210, 25, 35); */
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../images/dots-background-1.png);
}

.webdesignSec2 .cardBBox {
    margin-bottom: 18px;
    border-radius: 8px;
    box-shadow: 0 0 10px 2px rgb(3 11 33 / 31%);
    overflow: hidden;
    padding: 44px 20px 20px 15px;
    border: 0;
    min-height: 308px;
    background: #fff;
}

.webdesignSec2 .cardBBox h2 {
    color: #000;
    font-size: 16px;
    margin-top: 20px;
    font-weight: 600;
}

.allserv .card {
    margin-bottom: 18px;
    border-radius: 8px;
    box-shadow: 0 0 41px 2px rgb(110 114 119 / 50%);
    overflow: hidden;
    padding: 24px 15px 15px 15px;
    border: 0;
    min-height: 308px;
}

.allserv.appPage .card {
    min-height: 250px;
}

.allserv .card h2 {
    font-size: 16px;
    margin-top: 12px;
    font-weight: 600;
}
.innerAll2 .card {
    background: none;
    position: relative;
    min-height: 300px;
    padding: 48px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 8px;
}
.innerAll2 .card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1f8667;
    z-index: 0;
    transform: rotate(-2deg);
    border-radius: 8px;
    -webkit-transition: all cubic-bezier(0.72, 0.77, 0, 1.29) .3s;
    -o-transition: all cubic-bezier(0.72, 0.77, 0, 1.29) .3s;
    transition: all cubic-bezier(0.72, 0.77, 0, 1.29) .3s;
}
.innerAll2 .card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 0;
    transform: rotate(2deg);
    border-radius: 8px;
    -webkit-transition: all cubic-bezier(0.72, 0.77, 0, 1.29) .3s;
    -o-transition: all cubic-bezier(0.72, 0.77, 0, 1.29) .3s;
    transition: all cubic-bezier(0.72, 0.77, 0, 1.29) .3s;
}
.innerAll2 .card h4, .innerAll2 .card p, .innerAll2 .card img {
    position: relative;
    z-index: 10;
    /* color: #fff; */
    transform: rotate(2deg);
    -webkit-transition: all cubic-bezier(0.72, 0.77, 0, 1.29) .3s;
    -o-transition: all cubic-bezier(0.72, 0.77, 0, 1.29) .3s;
    transition: all cubic-bezier(0.72, 0.77, 0, 1.29) .3s;
}
.innerAll2 .card:hover:after, .innerAll2 .card:hover:before, .innerAll2 .card:hover h4, .innerAll2 .card:hover p, .innerAll2 .card:hover img {
    transform: rotate(0deg);
}
.innerAll2 .card:hover:after {
    box-shadow: 0px 0px 16px 5px #00000082;
}

.innerAll2 .card h4 {
    font-size: 18px;
    font-weight: 600;
}

.innerAll2 .listSeoOptn li h1 {
    margin-bottom: 12px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 32px 23px -33px #4caf92;
    overflow: hidden;
    padding: 24px;
    font-size: 25px;
}

.careers2 .card {
    border: 0;
    margin-bottom: 14px;
    border-radius: 8px;
    box-shadow: 0 0 41px 2px #ccd5e0;
    overflow: hidden;
    background: #fff;
}

.Allaccordion .all_card .card-header .btn-link {
    background: none;
    border: 0;
    padding: 14px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    font-size: 15px;
    color: #000;
    position: relative;
    font-weight: 600;
}
.Allaccordion .all_card .card-header {
    padding: 0;
    border: 0;
    background: #fff;
}
.Allaccordion .all_card {
    border: 0;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 15px 15px 2px #12193a40;
    overflow: hidden;
    background: #fff;
}
.Allaccordion .all_card .card-header .btn-link:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 17px;
    right: 17px;
    transform: rotate(-180deg);
    transition: all ease .2s;
}
.Allaccordion .all_card .card-header .btn-link.collapsed:after {
    transform: rotate(0deg);
}

.Allaccordion .all_card .card-body{
    margin-bottom: 0;
}

.webdesignSec2 .cardIcon {
    border: 0;
    margin-bottom: 24px;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0 10px 2px rgb(13 19 43 / 33%);
    overflow: hidden;
    background: #fff;
}
.webdesignSec2 .cardIcon h4 {
    color: #000;
    font-size: 14px;
    /*font-weight: 600;*/
    margin-top: 15px;
    margin-bottom: 0;
}

.request-sidebtn {
    position: fixed;
    left: -15px;
    top: 32%;
    z-index: 20;
    cursor: pointer;
    transition: all ease .3s;
}
.request-sidebtn:hover {
    left: 0;
}

.side_socialMedia {
    position: fixed;
    bottom: 180px;
    right: -128px;
    /* background: #fff; */
    /* padding: 8px; */
    z-index: 1000;
}
.side_socialMedia li {
    list-style: none;
    margin-bottom: 6px;
    background: #0a5747;
    transition: all ease .3s;
    border-radius: 6px 0 0 6px;
    -webkit-animation: bgchange 5s infinite alternate;
}
.side_socialMedia li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
}
.side_socialMedia li a i {
    margin-right: 15px;
    color: #fff;
}
.side_socialMedia li:hover {
    transform: translate(-128px, 0px);
}
.chooseus p{
    color: #6E7580;
}
.webdesignSec2 .card-body p{
    color: #000;
}

.chooseus h4{
    color: #fff;
}

.section.portfolio .filters-content .item::-webkit-scrollbar {
    width: 8px;
}
.section.portfolio .filters-content .item::-webkit-scrollbar-thumb {
    background: #b3b3b3;
    /* border: 1px solid #eee; */
    height: 100px;
    border-radius: 1px;
}