body{
    font-family: 'Poppins', sans-serif;  
    font-size: 14px; 
    color: #000; 
    background: #ffffff;
    overflow-x: hidden; 
}  
h1, h2, h3, h4, h5, h6{
    font-weight: 600;
}
a:hover, a:focus, button:hover, button:focus{ 
    outline: none;  
}

section {
    padding: 60px 0; 
    clear: both;
    position: relative;
    /* overflow: hidden; */
}
p {
    color: #171717;
    font-size: 16px;
}

img{
    max-width: 100%;
}

header {
    padding: 15px 0;
}

header ul {
    text-align: right;
}

header ul li {
    display: inline-block;
}

.btn {
    font-size: 18px;
    font-weight: 500;
    padding: 11px 25px;
    border-radius: 7px;
    transition: .5s all;
}

.btn-gradient {
    color: white;
    background: rgb(62,108,245);
    background: linear-gradient(90deg, rgba(62,108,245,1) 0%, rgba(13,192,130,1) 100%);
}

header ul li.phone {
    margin-right: 60px;
}

header ul li.phone span {
    display: block;
    font-size: 15px;
    color: #797979;
    font-weight: 500;
}

header ul li.phone a {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

header ul li.phone a img {}

header .row {
    align-items: center;
}
.banner{
    background: url("../images/banner.jpg")no-repeat #952168;
    background-size: cover;
    /* height: 455px; */
    padding-top: 80px;
    border-top: 1px solid #cdcccc;
    overflow: hidden;  
    background: rgb(149,33,104);
    background: -moz-linear-gradient(45deg, rgba(149,33,104,1) 58%, rgba(255,118,110,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(149,33,104,1) 58%,rgba(255,118,110,1) 100%);
    background: linear-gradient(45deg, rgba(149,33,104,1) 58%,rgba(255,118,110,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#952168', endColorstr='#ff766e',GradientType=1 );
}
.banner h3 {
    font-size: 20px;
    color: #1e1c2a;
    font-weight: 600;
    position: relative;
    background: #51ba7c;
    display: table;
    font-style: italic;
    padding: 4px 10px;
}

.banner h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}

.banner p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.banner h3:after {
}


table { 
    width: 100%;
}
table th {
    border:0px solid #b3adad;
    padding: 10px 20px;
    background: #3f4cb5;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
table td {
    border-bottom: 1px solid #bcbcbc;
    text-align: left;
    padding: 15px 20px;
    background: #eaeef6;
    font-size: 15px;
    color: #232323;
    font-weight: 500;
}
table tr td:nth-child(1) {
    width: 27%;
}

table tr td:nth-child(2) {
    background: #dee1ff;
    text-align: center;
}

table tr td:nth-child(3) {
    text-align: center;
    background: #ffffff;
}

table tr td:nth-child(4) {
    text-align: center;
    background: #ececf8;
}

table th:nth-child(1) {
    text-align: left;
    /* border-radius: 20px 0 0 0; */
}

table th:nth-child(2) {
    background: #35409d;
}

table th:nth-child(3) {
    background: #4756cf;
}

table th:nth-child(4) {
    background: #5668fc;
    /* border-radius: 0 20px 0 0; */
}
.our-book {
    margin-top: 0;
    position: relative;
    padding-bottom: 80px;
    background: url(../images/pattern.png) no-repeat right bottom;     
}
 
.our-book .container{
    position: relative;
    z-index: 1;
}
 
.cta{
    background: url("../images/cta.jpg") no-repeat #05193c;
    background-size: cover;
    width: 100%;
    text-align: center;
}
.cta h2{
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 7px;
}
.cta p{
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
}
.cta h3{
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    margin: 0 0 20px;
}

.btn-block{}
.btn-block a{
    margin-left: 20px;
}
.btn-light{
    background: transparent;
    color: white;
}
.btn-black{
    background: #454545;
    color: white;
}
.btn-green{
    background: #00996d;
    color: white;
}


.our-marketing {
    text-align: center;
    position: relative;
}
.our-marketing:before{
    content: '';
    background: url("../images/leaf.png") no-repeat;
    height: 193px;
    width: 303px;
    position: absolute;
    top: 30px;
    left: 0;
}

.our-marketing h2 {
}

.our-marketing .box {
    padding: 20px 20px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    width: 98%;
    margin-top: 50px;
    position: relative;
    background: white;
    height: 360px;
}

.our-marketing .box h4 {
    color: #00996d;
    margin: 0 0 0;
}

.our-marketing .box h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px;
}

.our-marketing .box p {
    font-size: 14px;
    margin: 0 0 0;
}

.our-marketing .box strike {
    color: #666666;
    font-weight: 600;
    display: block;
    margin: 0 0 10px;
}

.our-marketing .box .btn {
    font-size: 16px;
    padding: 8px 20px;
}

.our-marketing .box .btn-block a {
    margin-left: 10px;
}

.our-marketing .box .btn-block {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -23px;
}

.btn-gradient:hover {
    background: #2b695c;
    color: white;
}

a:hover {
    color: #00996d;
}

.btn-green:hover {
    color: #fff;
    background: #000;
}

.btn-black:hover{
    background: #00996d;
    color: #fff;
}

.banner .row {
    align-items: center;
}

.banner .col-md-5 img {
    max-width: none;
    position: relative;
    right: 50px;
} 
  
section.our-portfolio{
    background: url('../images/book-left.jpg') no-repeat scroll left top;
} 
  
section.help-book {
    background: url('../images/help_bg.jpg') no-repeat scroll center top #211e42;
    background-size:cover;
    padding: 80px 0;
    width: 100%;
    color: #ffff;
}

.help_item {
    width: 48.5%;
    padding: 50px 30px 20px 30px;
    margin-bottom: 20px;
    position: relative;
    background-size: cover !important;
    border-radius: 10px;
}

.help-book .h-flex {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.help_item  h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    text-shadow: 2px 2px #00000033;
}
  
.help_item.he1 {background: url('../images/hico1bg.jpg') no-repeat scroll center top #b4e1bc;box-shadow: 6px 6px 0 #506954;}

.help_item.he2 {background: url('../images/hico2bg.jpg') no-repeat scroll center top #c4aacf;box-shadow: 6px 6px 0 #6e5974;}

.help_item.he3 {background: url('../images/hico3bg.jpg') no-repeat scroll center top #f2bda9;box-shadow: 6px 6px 0 #6a4940;}

.help_item.he4 {background: url('../images/hico4bg.jpg') no-repeat scroll center top #a5d6ff;box-shadow: 6px 6px 0 #3c627d;}

.help_item.he5 {background: url('../images/hico5bg.jpg') no-repeat scroll center top #b1cde5;box-shadow: 6px 6px 0 #3f5567;}

.help_item.he6 {background: url('../images/hico6bg.jpg') no-repeat scroll center top #a9afdb;box-shadow: 6px 6px 0 #4a5071;}

.help_item.he7 {background: url('../images/hico7bg.jpg') no-repeat scroll center top #b68692;box-shadow: 6px 6px 0 #633c45;}

.help_item.he8 {background: url('../images/hico8bg.jpg') no-repeat scroll center top #a7f2bd;box-shadow: 6px 6px 0 #416749;}

.help_item  img {    position: absolute;    right: 20px;    top: 20px;  } 

.heading {text-align: center;margin-bottom: 50px;padding-bottom: 24px;position: relative;}

.heading h2 {    font-size: 45px;   }

.heading:before {    content: "";    position: absolute;    left: 0;    width: 60px;    right: 0;    background: #62e389;    height: 6px;    bottom: 0;    margin: 0 auto;  }

.btm-logo {    padding: 30px 0;    text-align: center;    background: #eafaf2;  } 
 
.port_item  img.port_thumb {
    width: 100%;
    height: auto;
    -webkit-transform: rotate(5deg) scale(1.2);
    transform: rotate(5deg) scale(1.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    object-fit: cover;
 
}

.port_item {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.port_txt {
    bottom: 20px;
    position: absolute;
    left: 30px;
}

.port_txt h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}

.port_txt  h4 {
    color: #ffd40b;
    font-size: 30px;
}

.port_txt h4 span {
    vertical-align: baseline;
    font-size: 20px;
    margin-left: 10px;
    position: relative;
    top: -3px;
    text-decoration: line-through;
    text-decoration-color: red;
}

.port_b1 {
    width: 27.9%;
    float: left;
}

.port_b2 {
    width: 71.3%;
    float: right;
}

.portfolio_list {
    /* display: flex; */
    /* justify-content: space-between; */
}

.portb_left {
    width: 44%;
    float: left;
}

.portb_right {
    width: 55%;
    float: right;
}  

.port_item.p8 {
    float: left;
    width: 54%;
}

.port_item.p9 {
    float: right;
    width: 45.2%;
}

.port_item.p6 {
    float: left;
    width: 67%;
}

.port_item.p7 {
    width: 31.8%;
    float: right;
}

.portb_last {
    clear: both;
}   

.port_item:hover img.port_thumb {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
} 
 


footer {
    background: url(../images/footer-bg.jpg) no-repeat #252525;
    background-size: cover;
    padding: 60px 0;
    padding-bottom: 0
}

footer h4 {
    color: #5ccd80;
    font-size: 18px;
}

footer p {
    color: #fff;
    /* width: 80%; */
    margin: 15px 0 15px;
    font-size: 15px;
}

footer ul li {
    margin: 0 0 5px
}

footer ul li a {
    color: #fff;
    /* font-size: 13px; */
    font-size: 15px;
}

.copy {
    background: #63e28b;
    padding: 6px 0;
    margin-top: 40px
}

.copy ul li {
    display: inline-block;
    margin: 0
}

.copy p {
    font-size: 13px;
    color: #05193c;
    margin: 0;
    width: 100%
}

.copy ul li a {
    color: #05193c;
    margin-left: 9px;
    font-size: 14px;
}

.copy .social {
    text-align: center
}

.copy .social li a {
    display: block;
    height: 26px;
    width: 26px;
    border: 2px solid #05193c;
    text-align: center;
    color: #05193c;
    font-size: 13px;
    border-radius: 50%;
    line-height: 23px;
}

.copy .row {
    align-items: center
}
 
.our-book .table-responsive {
    box-shadow: 0 30px 40px #ddd;
}


.help-book .col-md-6.text-right img {
    right: -50px;
    position: relative;
} 

.help_item:hover img {
    transition: all ease-in-out 0.2s; 
    transform: scale(1.1);
} 

.help_item img{
    transition: all ease-in-out 0.2s;
}
 
.parallax-img-1{
    background: url(../images/layer-over.png) no-repeat scroll left top;
    width: 100%;
    height: 100%;
    background-size: cover; 
}

.parallax {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}  


.ftr_ul ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}   

footer ul li a.logo img {
    max-width: 200px;
}

ul.terms_txt {
    text-align: right;
}  

