
body {
    font-family: font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
	color:#333;
}

.img {
    max-width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.button,
a {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.button:focus,
a:focus,
button:focus {
    text-decoration: none;
    outline: 0
}

a:focus {
    text-decoration: none
}

.footer -menu li a:hover,
.portfolio-cat a:hover,
a:focus,
a:hover {
    text-decoration: none
}

a,
button {
    color: #1f1f1f;
    outline: medium none
}


ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}
 h5 {
   font-size: 1.05rem;
    font-weight: bold;
}


label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none
}

::-webkit-input-placeholder {
    color: #ccc;
    font-size: 14px;
    opacity: 1
}

:-ms-input-placeholder {
    color: #ccc;
    font-size: 14px;
    opacity: 1
}

::-ms-input-placeholder {
    color: #ccc;
    font-size: 14px;
    opacity: 1
}

::placeholder {
    color: #ccc;
    font-size: 14px;
    opacity: 1
}

h3 {
    font-size: 24px
}



.footer {
background-repeat: no-repeat;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: #022241;
font-size: 20px;
width: 100%;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
z-index: 9999;
font-size:15px;
}



.btn-primary, .btn-primary:hover{
	border: none;
    border-radius: 100px;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    
    cursor: pointer;
    background-color: #f15d23;
    transition: 0.3s;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
	background-color: #f15d23;
	border: none;
}
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #f15d23;
    border-color: #f15d23;
    box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}



.fa-caret-square-right:before {
    content: "\f152";
	color: #f15d23;
	font-size: 66px;
}
.social-network li {padding-right: 20px;}
.social-network i {font-size:24px; color:#fff;}

.section-tittle h2 {
    font-family: "Nunito",sans-serif;
    font-size: 36px;
    display: block;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
    position: relative;
}
.bottom-padding {
    padding-bottom: 40px;
}
.categories-area .single-cat {
    background: #fff;
    border-radius: 5px;
    padding: 40px 21px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    position: relative;
    z-index: 1;
    box-shadow: 0 25px 35px rgb(68 162 255 / 10%);
}
.categories-area .single-cat::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background: #192839;
    transition: .6s;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;
}
.categories-area .single-cat .cat-icon {
    margin-bottom: 30px;
    display: block;
    margin-bottom: 10px;
    width: 78px;
    height: 78px;
    background: #80ebd8;
    line-height: 78px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    box-shadow: 0px 15px 25px rgb(0 4 74 / 4%);
}

.categories-area .shape-s2 {
    position: absolute;
    bottom: -50%;
    right: 0%;
    z-index: -1;
}
.single-cat h5 {
	height:50px;
	font-weight:bold;
	
}
header {
	background: #fff;
}


.categories-area .single-cat .cat-icon {
    margin-bottom: 30px;
    display: block;
    margin-bottom: 10px;
    
    background: #80ebd8;
    line-height: 78px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    box-shadow: 0px 15px 25px rgb(0 4 74 / 4%);
}
.img-circle {
    border-radius: 50%;
}
.img-circle {
    border-radius: 0;
}

.ratio {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 0;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}
.img-circle {
    border-radius: 50%;
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
.cat-icon a{border: 10px #4bd6be solid;}
.leftdiv {margin-left:-20px; }
.rghtdiv {  z-index: 3;}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #80ebd8;
    background-clip: border-box;
    border: none;
   border-radius: 0;
padding-left: 20%;
}



.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
#triangle-left {
    width: 0;
    height: 0;
    border-top: 198px solid transparent;
    border-right: 72px solid #80ebd8;
    border-bottom: 153px solid transparent;
}
.leftdiv {
    margin-left: -40px;
    margin-top: 15px;
}
.rghtdiv {    margin-right: -87px;}
.card-title {
    margin-bottom: 0;
}

.card {
background: rgb(43,196,170);
background: linear-gradient(90deg, rgba(43,196,170,1) 17%, rgba(55,230,199,1) 49%, rgba(101,251,224,1) 100%, rgba(242,192,41,1) 100%);
   
}
.middlediv .card {
background: rgb(27,153,131);
background: linear-gradient(90deg, rgba(27,153,131,1) 17%, rgba(44,204,176,1) 49%, rgba(69,242,211,1) 100%, rgba(242,192,41,1) 100%);
}
.lastdiv .card {
background: rgb(28,131,113);
background: linear-gradient(90deg, rgba(28,131,113,1) 17%, rgba(34,167,144,1) 49%, rgba(61,207,181,1) 100%, rgba(242,192,41,1) 100%);
 border-bottom-right-radius: 20px;  
}


.iconimge{
border-radius: 50px;
box-shadow: 0px 15px 25px rgb(0 4 74 / 30%);
padding: 10px;
margin-right: 15px;
background: #02315e;
border: 4px #4bd6be solid;
}
.iconimge img{ 
	width:55px;
	height:55px;
}

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

.card-body{
		display: flex;
        align-items: center;
        justify-content: left;
        flex-direction: row;
		padding: 1.0rem;
}
.nav {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
	
}
.bg-image {
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	background-position: center center;
	
	
}

.bannercontent{
	margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

}

.wrapcontent{
	align-items: center;
   
    flex-direction: row;
}


.firstdiv .card {
border-top-right-radius: .25rem;
}
.lastdiv .card {
border-bottom-right-radius: .25rem;
}



.fa-linkedin-in:before {
    content: "\f0e1";
    color: #0e76a8;
}
.fa-facebook-f:before {
    content: "\f39e";
    color: #3b5998;
}
.fa-twitter:before {
    content: "\f099";
    color: #1DA1F2;
}

footer p {
	font-size:12px;
	margin-bottom:0;
	color:#fff;
	
}


footer p a,
footer p a:hover{
	
	font-size:12px;
	margin-bottom:0;
	color:#31BFA7;
	
}



@media only screen and (max-width: 992px) {
.firstdiv .card {
border-top-left-radius: .25rem;
}
.lastdiv .card {
border-bottom-left-radius: .25rem;
}
.rghtdiv {
    margin-right: 0px;
}
.leftdiv {
    margin-left: -5px;
    margin-top: 0;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.card-body {
  
    justify-content: end;
   
}

.card {
  
padding-left: 15px;
   
}


}