/*===========================
<--start-main-header-css-->
=============================*/
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    overflow-x:hidden;
  }

}



body{
      font-family: 'Helvetica', sans-serif;
       width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}


.description p {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}




.why-chosse-area {
    position: relative;
    background-color: #4d4cff;
    padding: 60px 0;
    overflow: hidden;
   /* clip-path: polygon(0 0, 100% 0, 100% 95%, 55% 100%, 0 100%);*/

   clip-path: polygon(0 0, 100% 0, 100% 85%, 40% 100%, 0 100%);
}

.why-chosse-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('assets/images/why.jpg') no-repeat center center;
    background-size: cover;
    opacity: 0.2; /* Adjust opacity as needed */
    z-index: 1;
}

.why-chosse-area .container {
    position: relative;
    z-index: 2; /* Ensures content stays above the background image */
}

.section-title h4,
.section-title h1,
.section-description p,
.chosse-list li {
    color: white;
}

.vedio-icon a {
    color: white;
}
#why{
  /*  margin-top: 10%;*/
}

















.main-header-area {
    background-color: #4D4CFF;
    /*#f3f1fa;*/
}

/*--top-header--*/
.top-header-area {
    padding: 12px 0 0;
}
.top-bar-info a {
    font-size: 15px;
    color: white;
    /*#39374d;*/
    font-weight: 400;
}
.top-bar-info i {
    display: inline-block;
    color: white;
   /* #27ae60;*/
    margin-right: 6px;
}
hr.add-boder {
    margin-top: 10px;
    border-bottom: 1px solid #39FF14;
    /*#70b58d87;*/
}

/*===========================
   <--start-header-css-->
=============================*/
.header_menu ul {
    display: inline-block;
}
.header_menu ul li {
    display: inline-block;
    list-style: none;
}

.header_menu ul li a {
    font-size: 16px;
    display: inline-block;
    margin-right: 33px;
    padding: 32px 0;
    font-weight: 400;
    color: white;
  /*  #39374d;*/
    position: relative;
}
.header_menu ul li a:hover{
    color:#39FF14;
    /*#27ae60;*/
}
.header_menu ul li a:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 1px;
    left: 0;
    bottom: 29px;
    background: white;
   /* #27ae60;*/
    transition: 0.5s;
}
.header_menu ul li a:hover:before{
    width: 100%;
}
.header_menu ul li i {
    display: inline-block;
    font-size: 16px;
    color: white;
    /*#39374d;*/
    font-weight: 600;
}
.header_menu ul li a:hover i{
    color:white;
    /*#27ae60 ;*/
}
.header-button {
    display: inline-block;
}
.header-button a {
    display: inline-block;
    background: #39FF14;
   /* #27ae60;*/
    color: #fff;
    padding: 10px 35px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.header-button a:hover {
    color: #4D4CFF;
    /*#27ae60;*/
    border: none;
}
 .header-button a:before{  
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid white;
   /* #27ae60;*/
    transform: scale(0.0, 1);
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
 .header-button a:hover:before{
    transform: scale(1, 1);
    opacity: 1;
    border: 1px solid white;
   /* #27ae60;*/
    background: #fff;
    color: #27ae60;
}
/*--sub-menu-css--*/
.header_menu ul li .sub-menu {
    position: absolute;
    text-align: center;
    background: #fff;
    padding: 0px 0;
    border-radius: 3px;
    top: 115%;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 9999;
    visibility: hidden;
    width: 215px;
    border-top: 3px solid white;
    /*#27ae60;*/
}
.add-new-menubar:hover .sub-menu{
    visibility:visible;
    top:100%;
    opacity:1;
}
.header_menu ul li .sub-menu ul li {
    display: block;
}
.header_menu ul li .sub-menu ul {
    display: block;
    text-align: left;
    
}
.header_menu ul li .sub-menu ul li a {
    display: inline-block;
    padding: 6px 20px;
    font-size: 16px;
    color: #39374d;
    text-transform: capitalize;
    font-weight: 500;
    border: 1px solid #fff;
    width: 100%;
}
.header_menu ul li .sub-menu ul li a:hover{
    color:#4D4CFF;
   /* #27ae60;*/
    background: white;
   /* #f3f1fa;*/
    width: 100%;
    border:1px solid white;
    /*#27ae60;*/
}

.header_menu ul li .sub-menu ul li a:before {
    position: inherit !important;
}

.sticky{
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #4D4CFF;
   /* #fff !important;*/
    transition: 0.5s;
    z-index: 9;
}
/*===========================
  <--start-hero-css-->
=============================*/
.hero-area {
    background: url(assets/images/hero-bg.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 500px;
}

.hero-subtitle h4 {
    font-size: 40px;
    color: #4d4cff;
   /* #fff;*/
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Helvetica', sans-serif;
}
.hero-main-title h1 {
    font-size: 55px;
    color: black;
  /*  #fff;*/
    line-height: 56px;
    text-transform: unset;
}
.hero-desc p {
    width: 53%;
    font-size: 16px;
    font-weight: 500;
    margin: 23px 0 0;
    color: black;
  /*  #fff;*/
}
.hero-button a {
    color: #fff;
    display: inline-block;
    background-color: #39ff14;
   /* #27ae60;*/
    padding: 12px 33px;
    border-radius: 5px;
    margin-top: 33px;
    z-index:1;
    position: relative;
}
.hero-button a:hover {
    color: #4d4cff;
 /*   #27ae60;*/
    border: none;
    background-color:white;
}
 .hero-button a:before{  
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #27ae60;
    transform: scale(0.0, 1);
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
 .hero-button a:hover:before{
    transform: scale(1, 1);
    opacity: 1;
    border: 1px solid #27ae60;
    background: #fff;
    color: #27ae60;
}
.hero-button i {
    display: inline-block;
    margin-left: 10px;
    color: #fff;
}

/*===========================
 <--start-serives-css-->
=============================*/
.services-area {
    background-color: #f3f1fa;
    padding: 100px 0 85px;
    position: relative;
    z-index: 1;
}
.single-services-box {
    border-radius: 5px;
    filter: drop-shadow(0 0 9px rgba(91,50,245,0.1));
    background-color: #ffffff;
    text-align: center;
    padding: 37px 0 16px;
    margin-bottom: 14px;
}
/*serives-inner-pages-add-class*/
.single-services-box.margin-bottom {
    margin-bottom: 32px;
}

.single-services-box.item-grid {
    margin-top: 20px;
}
.single-services-box:hover .services-box-ion img{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.serivces-box-content h4 {
    color: #012068;
    font-size: 22px;
    margin: 12px 0 0;
}
.serivces-box-content p {
    color: #696969;
    font-weight: 400;
    font-size: 16px;
}
.services-sinle-shape {
    position: absolute;
    left: 19%;
    top: 14%;
    z-index: -1;
}
/*--shape-animation--*/
.bounce-animate1 {
    animation-name: float-bob1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob1;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob1;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob1;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes float-bob1 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}


/*--section-title--*/
.col-lg-6.col-md-12.add-pdding-right {
    padding-left: 50px;
}
.section-main-title h1 {
    font-size: 35px;
    line-height: 45px;
    text-transform: unset;
}
.setion-sub-title h4 {
    font-size: 16px;
    color: #27ae60;
    text-transform: uppercase;
    position: relative;
    margin-bottom: -6px;
    display: inline-block;
}
.setion-sub-title h4:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background-color: #27ae60;
    right: -50px;
    top: 28px;
    display: inline-block;
}
.section-description p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 12px
}
.section-section-text p {
    font-size: 16px;
    font-weight: 400;
}


#font{
  color: #4d4cff;
  /*#39ff14;*/
  font-size: 35px;
}

#fontfont{
  color: #4d4cff;
  /*#39ff14;*/
  /*font-size: 35px;*/
}

/*--section-desc-text-center--*/
.section-desc p {
    width: 61%;
    margin: auto;
    font-weight: 400;
    margin-top: 17px;
}

.services-button a {
    display: inline-block;
    color: #fff;
    background: #27ae60;
    padding: 12px 35px;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 18px;
    z-index: 1;
    position: relative;
}
.services-button a:hover {
    color: #27ae60;
    border: none;
}
.services-button a:before{  
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #27ae60;
    transform: scale(0.0, 1);
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.services-button a:hover:before{
    transform: scale(1, 1);
    opacity: 1;
    border: 1px solid #27ae60;
    background: #fff;
    color: #27ae60;
}

#abli{
    color: white;
}
#black{
    color:black;
}

h4{
    color: #39ff14;
    font-size: 35px;
}

/*===========================
  <--start-about-css-->
=============================*/
.about-area {
    padding: 100px 0 100px;
    position: relative;
    z-index: 1;
}
.about-button a {
    display: inline-block;
    background: #39ff14;
    color: #fff;
    padding: 13px 36px;
    border-radius: 5px;
    margin-top: 12px;
    position: relative;
    z-index: 1;
}
.about-button a:hover {
    color: #4d4cff;
    background-color: white;
    border: 0px;
}
.about-button a:before{  
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #27ae60;
    transform: scale(0.0, 1);
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.about-button a:hover:before{
    transform: scale(1, 1);
    opacity: 1;
    border: 1px solid #27ae60;
    background: #fff;
    color: #27ae60;
}

.single-about-thumb img {
    width: 100%;
    margin-left: 30px;
}
.about-sinle-shape {
    position: absolute;
    right: 17.2%;
    bottom: 34%;
    z-index: -1;
}


/*===========================
<--start-why-chosse-css-->
=============================*/
/*.why-chosse-area {
    padding: 0 0 100px;
}
.why-chosse-thumb {
    position: relative;
}
.why-chosse-thumb img {
    width: 100%;
    margin-left: -22px;
}
.vedio-icon {
    position: absolute;
    left: 39%;
    bottom: 41%;
}
.vedio-icon i {
    display: inline-block;
    color: #27ae60;
    background: #ffff;
    width: 75px;
    height: 75px;
    line-height: 57px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    border: 10px solid #27ae60;
}
.chosse-list {
    margin-top: 16px;
    position: relative;
}
.chosse-list ul li {
    margin-top: 7px;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    font-family: 'Arimo', sans-serif;
}
.chosse-list ul li i {
    display: inline-block;
    margin-right: 13px;
    background: #27ae60;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 21px;
    color: #fff;
    font-size: 13px;
}
*/
/*===========================
<--start-services-tow-css-->
=============================*/
.services-area-tow {
    padding: 90px 0 200px;
    background: #f3f1fa;
}

/*services-inner-pages*/
.services-area-tow.minus-padding-b {
    padding: 82px 0 62px;
    background: #f3f1fa;
}
.col-md-12.text-center {
    margin-bottom: 44px;
}
.services-box-tow {
    filter: drop-shadow(0 0 9px rgba(91,50,245,0.1));
    background: #fff;
    padding: 16px 26px 19px;
    margin-bottom: 36px;
}
.ser-box-tow-title h4 {
    font-size: 20px;
    margin-bottom: 6px;
}
.services-box-tow-content {
    display: flex;
}
.services-box-icon {
    background-color: rgba(39,174,96,0.1);
    width: 167px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-right: 17px;
    margin-top: 7px;
    border-radius: 5px;
    position: relative;

}
.services-box-tow:hover .services-box-icon img{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.services-box-icon:before {
    position: absolute;
    content: "";
    width: 61px;
    height: 60px;
    left: 0px;
    top: 0;
    background-color: rgba(39,174,96,0.1);
    border-radius: 5px;
    transition: 0.5s;
}
.services-box-tow:hover .services-box-icon:before{
    transform: rotate(45deg);
}
.services-box-butn i {
    display: inline-block;
    margin-left: 7px;
    color:#27ae60;
}
.services-box-tow-desc p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 14px;
}
.services-box-butn a {
    color: #27ae60;
    font-weight: 400;
    margin-left: 80px;
    display: inline-block;
}


/*===========================
<--start-call-do-action-css-->
=============================*/
.row.add-backgrond {
    background-color: #39ff14;
  /*  lightgrey;*/
  /*  #e5f5ec;*/
    padding: 31px 0 45px;
    margin-top: -135px;
    position: relative;
    border-radius: 5px;
}
.call-do-action-content {
    text-align: center;
}
.coll-do-action-sub-title h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
}
.call-do-action-main-title h1 {
    font-size: 33px;
    line-height: 40px;
    text-transform: unset;
}
.coll-do-action-button a {
    color: #000000;
    background: white;
   /* #39ff14;*/
    /*#27ae60;*/
    display: inline-block;
    padding: 12px 42px;
    border-radius: 5px;
    margin-top: 27px;
    position: relative;
    z-index: 1;
}
.coll-do-action-button a:hover {
    color: #4D4CFF;
   /* #27ae60;*/
    border: none;
}
.coll-do-action-button a:before{  
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #27ae60;
    transform: scale(0.0, 1);
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.coll-do-action-button a:hover:before{
    transform: scale(1, 1);
    opacity: 1;
    border: 1px solid #27ae60;
    background: #fff;
    color: #27ae60;
}

/*===========================
<--start-finance-planning-css-->
=============================*/
.finance-planning-area {
    background: url(assets/images/finance-plan-bg.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: -150px;
    padding: 217px 0 327px;
    background-attachment: fixed;
}
/*srvices-inner-pages-add-section*/
.finance-planning-area.style-tow {
    background: url(assets/images/finance-plan-bg.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0 100px;
    margin-top: 0;
}

.finance-planning-title h4 {
    color: #fff;
    font-size: 20px;
}
.finance-planning-desc p {
    color: #fff;
    font-weight: 400;
    width: 88%;
    margin: 13px 0 28px;
}
.finance-planing-list ul li {
    list-style: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
}
.finance-planing-list ul li i {
    display: inline-block;
    color: #fff;
    margin-right: 13px;
    background: #27ae60;
    height: 20px;
    width: 20px;
    line-height: 21px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
}

/*===========================
 <--start-contact-one-css-->
=============================*/
.row.out-area {
    border-radius: 5px;
    filter: drop-shadow(0 0 23px rgba(0,0,0,0.1));
    background-color: #ffffff;
    margin-top: -254px;
    padding: 46px 48px 62px;
    position: relative;
    z-index: 1;
}
.contact-infor-box {
    display: flex;
    margin-bottom: 17px;
}
.infor-icon i {
    font-size: 29px;
    display: inline-block;
    background-color: rgba(39,174,96,0.2);
    color: #27ae60;
    width: 58px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    border-radius: 4px;
    margin-top: 11px;
    margin-right: 21px;
}
.infor-title h4 {
    font-size: 20px;
}
.infor-title p {
    font-size: 16px;
    font-weight: 400;
    margin-top: -6px;
    margin-bottom: 0;
    position: relative;
}
.contact-form {
    padding-left: 100px;
    position: relative;
}
.contact-form-title h4 {
    font-size: 22px;
    color: #39374d;
}
.contact-form-title p {
    font-size: 17px;
    color: #6d6d6d;
    font-weight: 400;
    margin: -6px 0 32px;
}
.contact-form input {
    width: 100%;
    height: 50px;
    margin-bottom: 27px;
    background-color: #e5f5ec;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    outline: 0;
    padding-left: 13px;
    padding-right: 13px;
}
.contact-form textarea {
    display: inline-block;
    width: 100%;
    outline: 0;
    background-color: #e5f5ec;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    height: 120px;
    padding: 12px 15px 0;
}
.submit-button button {
    background: #27ae60;
    color: #fff;
    border: transparent;
    padding: 15px 37px;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
  transition:0.5s;
}
.submit-button button:hover {
    color: #27ae60;
    border: none;
}
.submit-button button:before{  
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #27ae60;
    transform: scale(0.0, 1);
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.submit-button button:hover:before{
    transform: scale(1, 1);
    opacity: 1;
    border: 1px solid #27ae60;
    background: #fff;
    color: #27ae60;
}

/*===========================
<--start-footer-css-->
=============================*/
.footer-area {
    background-color: #242324;
   /* padding: 418px 0 0;*/
    margin-top: -324px;
    position: relative;
  text-align: center;
  bottom: 10px;
  padding-left: 100px;
  overflow: hidden;
  max-width:100%;


}
.footer-area.add-inner {
    margin: 0;
    padding: 95px 0 0;
}
.row.add-before-boder {
    position: relative;
}
.row.add-before-boder::before {
    content: "";
    width: 98%;
    height: 1px;
    top: 23%;
    background: #1c4c30;
    position: absolute;
    left: 11px;
    display: inline-block;
}
.footer-logo {
    margin-top: 5px;
}
.footer-desc p {
    margin-top: 47px;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
}
.footer-social-address ul li {
    display: inline-block;
    list-style: none;
}
.footer-social-address ul li i {
    display: inline-block;
    color: #fff;
    margin-right: 6px;
    font-size: 14px;
    background-color: rgba(255,255,255,0.2);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    transition: 0.5s;
    margin-top: 9px;
}
.footer-social-address ul li i:hover{
    background:#39ff14;
  /*  #27ae60;*/
    color: #fff;
}
.footer-title h4 {
    font-size: 22px;
    color: #39ff14;
  /*  #27ae60;*/
    font-weight: 700;
    margin-bottom: 39px;
}
.footer-info ul li {
    list-style: none;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 12px;
}
.footer-menu ul li {
    list-style: none;
    margin-bottom: 12px;
}
.footer-menu ul li i {
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    transition: 0.5s;
}
.footer-menu ul li a:hover i{
    color:##39ff14;
}
.footer-menu ul li a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.footer-menu ul li a:hover{
    color:#39ff14 !important;
}
.footer-text p {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    width: 90%;
}
.footer-subscribe-form {
    position: relative;
    margin: 22px 0;
}
.footer-subscribe-form input {
    background: #39ff14;
  /*  #27ae60;*/
    border: transparent;
    height: 58px;
    border-radius: 5px;
    padding-left: 15px;
    width: 100%;
    outline: 0;
    padding-right: 51%;
    color: #fff;
}
.footer-subscribe-form input::placeholder {
    color: #fff;
}
.subcribe-button button {
    border: transparent;
    background: #fff;
    padding: 8px 19px;
    position: absolute;
    right: 5px;
    top: 7px;
    border-radius: 5px;
    color: #39ff14;
   /* #27ae60;*/
}
/*--copy-right-area--*/
.copy-right-area {
	margin-top: 60px;
	border-top: 1px solid #1c4c30;
}
.copy-rihgt-content p {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-top: 16px;
}
.copy-rihgt-content i {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    margin-right: 5px;
}
.copy-right-content-right ul li {
    display: inline-block;
}
.copy-right-content-right ul li a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    margin-left: 19px;
    margin-top: 15px;
}

.copy-right-content-right ul li a:hover{
	color:#39ff14;
  /*  #27ae60;*/
}

/*===========================
 <--start-breadcumb-css-->
=============================*/
.breadcumb-area {
    background: url(assets/images/breadcumb-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 200px 0 200px;
    position: relative;
}
.breadcumb-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(334deg, rgba(7,85,253,0) 0%, #4d4cff 82%);
    top: 0;
    right: 0;
}
.breadcubm-title h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.breadcubm-title ul li {
    display: inline-block;
    margin-right: 2px;
    color: #fff;
    font-size: 18px;
}
.breadcubm-title ul li a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
}
.breadcubm-title ul li i {
    display: inline-block;
    color: #fff;
    margin-left: 6px;
    font-size: 16px;
}

/*===========================
  <--start-counter-css-->
=============================*/
.counter-area {
    background: #27ae60;
    padding: 92px 0 94px;
}
.single-counter-box {
    text-align: center;
}
.counter-box-content h1 {
    font-size: 50px;
    color: #fff;
    display: inline-block;
}
.counter-box-content span {
    display: inline-block;
    color: #fff;
    font-size: 50px;
}
.counter-box-content p {
    margin-top: 4px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}
/*===========================
  <--start-team-css-->
=============================*/
.team-area {
    padding: 85px 0 100px;
}
.single-team-box {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.team-thumb{
    position:relative;
}
.team-thumb:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(39,174,96,0.7);
    transform: scale(0);
    transition: 0.5s;
}
.single-team-box:hover .team-thumb:before{
    transform:scale(1);
}
.team-thumb img {
    width: 100%;
}
.team-social-icon {
    background: #fff;
    position: absolute;
    right: -53px;
    top: 32%;
    padding: 15px 18px;
    transition: 0.5s;
}
.single-team-box:hover .team-social-icon{
    right:0px;
}
.team-social-icon ul li {
    list-style: none;
}
.team-social-icon ul li i {
    display: inline-block;
    color: #27ae60;
    font-size: 14px;
}
.team-content {
    text-align: center;
    border-bottom: 5px solid #27ae60;
    border-radius: 0 0 6px 6px;
    padding: 15px 0 16px;
}
.team-content h4 {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}
.team-content p {
    color: #27ae60;
    font-size: 16px;
    margin: 0;
    margin-top: -8px;
}

/*--why-choose-area-tow--*/
.why-chosse-area-tow {
    background: #f3f1fa;
    padding: 98px 0 100px;
}

/*===========================
<--start-contact-area-css-->
=============================*/
.contact-area-tow {
    padding: 100px 0 100px;
}
.row.tow-area {
    border-radius: 5px;
    filter: drop-shadow(0 0 23px rgba(0,0,0,0.1));
    background-color: #ffffff;
    padding: 44px 46px 61px;
}

.google-map iframe {
    width: 100%;
    height: 600px;
    border: 0;
}

/*===========================
<--start-sevices-details-css-->
=============================*/
.service-details {
    padding: 99px 0 100px;
    background: #f7f9fd;
}
.service-details-imgs{
    overflow: hidden;
}
.service-details-imgs img {
    width: 100%;
    border-radius:5px;
    transition: 0.5s;
}
.service-details-imgs img:hover{
    transform: scale(1.1);
}
.services-datails-title h4 {
    margin: 11px 0 7px;
}
.service-details-text-1 p {
    text-align: justify;
    font-weight: 400;
}
.service-details-text-2 p {
    text-align: justify;
}
.service-details-text-3 p {
    margin-top: 26px;
    text-align: justify;
     font-weight: 400;
}
.planning-list ul li {
    list-style: none;
    margin-left: 31px;
    position:relative;
}
.planning-list ul li:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    left: -24px;
    top: 9px;
    background: #27ae60;
    border-radius: 50px;
}

/*-services-details-sidber-*/
.sidebar-category {
    margin-left: 12px;
    background: #27ae60;
    padding: 30px 0px 42px;
    border-radius: 5px;
}
.sidebar-category-list ul li {
    list-style: none;
}
.sidebar-category h4 {
    margin-left: 54px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}
.sidebar-category-list {
    margin-left: 50px;
    position: relative;
}
.sidebar-category-list ul li {
    background: #fff;
    margin-top: 15px;
    border-radius: 3px;
    width: 84%;
}
.sidebar-category-list ul li a {
    display: inline-block;
    padding: 7px 33px;
    font-size: 17px;
}
.sidebar-category-list ul li a:hover {
    color: #27ae60;
}
.sidebar-need-help {
    background: #4D4CFF;
  /*  #27ae60;*/
    margin-top: 50px;
    margin-left: 15px;
    padding: 28px 0 40px;
    border-radius: 5px;
}
.need-help-phone {
    display: flex;
    margin-left: 90px;
    position: relative;
    margin-top: -7px;
}
.sidebar-help-title h4 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color:#fff;
}
.need-help-text {
    text-align: center;
}
.need-help-text p {
    color: #fff;
    font-weight: 400;
}
.phone-icon i {
    padding-right: 9px;
    font-size: 18px;
    color: #fff;
}
.phone-number span {
    font-size: 18px;
    color: #fff;
    display: inline-block;
}

.btn-primary{
    background-color: #4D4CFF;
    margin-bottom: 10px;   
}

.btn-primary:hover{
    background-color: #39ff14;
    margin-bottom: 10px;   #39ff14
    color:white;
    border: none;
}

#mob{
    background-color: #4d4cff;
}

/*===========================
  <--start-portfolio-css-->
=============================*/
.portfolio-area {
    padding: 82px 0 62px;
}

/* portfolio menu */
.portfolio_menu {
    text-align: center;
    padding: 0 0 45px;
}
li.current_menu_item {
    background: #27ae60 !important;
}
.portfolio_menu ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    cursor: pointer;
    padding: 7px 30px;
    background: #39374d;
    color: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.portfolio_menu ul li:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #e91f4f;
    transform: scale(0);
    border-radius: 30px;
    transition: .5s;
}
.single-portfolio-box {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    margin-bottom: 30px;
}
.signle-portfolio-thumb {
    position: relative;
}
.signle-portfolio-thumb:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(39,174,96,0.7);
    transform: scale(0);
    transition: 0.5s;
}
.single-portfolio-box:hover .signle-portfolio-thumb:before{
    transform: scale(1);
}
.signle-portfolio-thumb img {
    width: 100%;
}
.portfolio-box-icon {
    position: absolute;
    left: 47%;
    bottom: 103%;
    transition:0.5s;
}
.single-portfolio-box:hover .portfolio-box-icon{
    bottom: 42%;
}
.portfolio-box-icon i {
    color: #fff;
    font-size: 24px;
}
.poftolio-content {
    text-align: center;
    background: #fff;
    position: absolute;
    bottom: -50%;
    left: 5%;
    width: 90%;
    border-radius: 0;
    transition: 0.5s;
    height: 108px;
}
.single-portfolio-box:hover .poftolio-content{
    bottom:0;
}
.poftolio-content h6 {
    font-size: 18px;
    color: #27ae60;
    margin-top: 10px;
}
.poftolio-content h4 a {
    font-size: 22px;
    color: #222;
    margin-top: -16px;
    transition:0.5s;
}
.poftolio-content h4 a:hover{
    color:#27ae60;
}

/*===========================
<-- portfolio-details-css-->
=============================*/
.portfolio-details-area {
    padding: 100px 0 76px;
}
.row.box-shadow {
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    padding: 58px 70px 56px;
}
.portfolio-details-thumb img {
    width: 100%;
    margin-left: -29px;
}
.portfolio-details-content h4 {
    font-size: 25px;
    font-weight: 600;
}
.portfolio-details-content ul li strong {
    font-size: 18px;
    margin-right: 10px;
}
.portfolio-details-content ul li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 13px 0;
    font-weight: 500;
    text-transform: capitalize;
    color: #222;
    font-size: 16px;
}
.port-dtl-social-icon {
    display: inline-block;
    margin-top: 16px;
}
.port-dtl-social-icon span {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
}
.port-dtl-social-icon ul {
    display: inline-block;
}
.port-dtl-social-icon ul li {
    list-style: none;
    display: inline-block;
}
.port-dtl-social-icon ul li i {
    display: inline-block;
    border: 1px solid #27ae60;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
    color: #27ae60;
    margin-left: 6px;
    transition: 0.5s;
    font-size: 15px;
}
.port-dtl-social-icon ul li i:hover{
    background:#27ae60;
    color: #fff;
}

.port-dlt-title h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 27px 0 10px;
}
.port-dlt-text p {
    text-align: justify;
}

/*=================================
   <--blog-grid-area-->
================================*/
.blog-grid-area {
    padding: 100px 0 70px;
    background: #f3f1fa;
}
.single-blog-box {
    position: relative;
    margin-bottom: 30px;
}
.blog-thumb {
    position: relative;
    overflow: hidden;
}
.blog-thumb img {
    width: 100%;
    transition: 0.5s;
}
.single-blog-box:hover .blog-thumb img {
    transform: scale(1.1);
}
.meta-blog {
    position: absolute;
    bottom: 0;
    left: 0;
}
.meta-blog span {
    display: inline-block;
    background: #27ae60;
    color: #fff;
    font-size: 17px;
    padding: 7px 17px;
}
.blog-content {
    filter: drop-shadow(0 0 9px rgba(91,50,245,0.1));
    background: #fff;
    padding: 28px 30px 25px;
    text-align: center;
}
.blog-content h4 a {
    font-size: 22px;
    line-height: 30px;
}
.single-blog-box:hover .blog-content h4 a{
    color:#27ae60;
}
.blog-content p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 10px;
    position: relative;
}
.blog-button a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}
.blog-button a:hover{
    color:#27ae60;
}

/*--start-pagination-css--*/
.pagination-box {
    text-align: center;
    margin-top: 43px;
}
.pagination-box ul li {
    display: inline-block;
    list-style: none;
}
.pagination-box ul li a {
    display: inline-block;
    border: 1px solid #27ae60;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #27ae60;
    font-weight: 500;
    font-size: 18px;
    border-radius: 3px;
    margin-left: 5px;
}
.pagination-box ul li a:hover{
    background:#27ae60;
    border:1px solid #27ae60;
    color:#fff;
}
.pagination-box ul .active a {
    background: #27ae60;
    display: inline-block;
    color: #fff;
    border: 1px solid #27ae60;
}
.pagination-box ul li i {
    display: inline-block;
    color: #27ae60;
    font-size: 18px;
    transition:0.5s;
}
.pagination-box ul li a:hover i{
    color:#fff;
}


/*=================================
   <--start-blog-details-css-->
================================*/
.blog-details-area {
    padding: 100px 0 100px;
}
.blog-details-area.tow-Column-blog {
    padding: 100px 0 70px;
}
.blog-details-area.blog-list-1 {
    padding: 100px 0 70px;
}
.bllog-thumb{
    overflow: hidden;
}
.bllog-thumb img {
    width: 100%;
    transition: 0.5s;
}
.bllog-thumb img:hover{
    transform: scale(1.1);
}
.post-metainfo {
    margin-top: 16px;
}
.post-metainfo ul li {
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
}
.post-metainfo ul li i {
    display: inline-block;
    color: #27ae60;
    font-size: 14px;
    margin-right: 7px;
}
.blog-details-title h1 {
    font-size: 30px;
    margin-top: 6px;
}
.blog-details-descption p {
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    margin-top: 13px;
    margin-bottom: 22px;
}
blockquote {
    background: #f3f1fa;
    padding: 18px 41px;
    margin: 0;
    font-size: 16px;
    border-left: 6px solid #27ae60;
    border-radius: 5px;
    font-style: italic;
    line-height: 26px;
    font-weight: 500;
}
.blockquote-footer {
    display: block;
    font-size: 18px;
    color: #27ae60;
    margin-top: 10px;
}
/*--tag-share--*/
.tag-share {
    display: flex;
    justify-content: space-between;
}
.item {
    display: flex;
}
.tag-name {
    margin-top: 5px;
    position: relative;
    margin-left: 18px;
    display: inherit;
}
.tag-name a {
    background: #27ae60;
    padding: 7px 12px;
    border-radius: 3px;
    margin-left: 10px;
    color: #fff;
    border: 1px solid #27ae60;
}
.tag-name a:hover{
    background: transparent;
    color:#27ae60 ;
    border:1px solid #27ae60;
}
.social-icon ul li {
    display: inline-block;
    list-style: none;
    margin-left: 11px;
}
.social-icon ul li i{
    display: inline-block;
    transition: 0.5s;
}
.social-icon ul li i:hover{
    color:#27ae60;
}
/*--Start-comment-area-css--*/
.author-comment-box {
    margin-top: 96px;
    position: relative;
}
.reply-btn {
    float: right;
}
.reply-btn a {
    background: #27ae60;
    color: #fff;
    padding: 3px 23px;
    border-radius: 5px;
    font-size: 15px;
    display: inline-block;
}
.author-avatar-thumb {
    margin-right: 29px;
}
.author-avatar-thumb img {
    border-radius: 100%;
    width: 80%;
}
.author-comment-box p {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: -9px;
}
.comment-post-date span {
    font-size: 16px;
}
/*--Start-blog-details-comment-box-cs---*/
.blog-comment-box {
    border-top: 1px solid #27ae60;
    margin-top: 32px;
}
.blog-comment-title h5 {
    font-size: 18px;
    margin-top: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
.comment input {
    outline: 0;
    padding-left: 20px;
    width: 46%;
    margin-right: 24px;
    opacity: 0.5;
    height: 39px;
    border-radius: 5px;
    background-color: #e5f5ec;
    border: 1px solid rgba(0,0,0,0.1);
    padding-right: 20px;
}

.comment textarea {
    width: 96%;
    margin-top: 36px;
    outline: 0;
    padding-left: 12px;
    padding-top: 9px;
    opacity: 0.5;
    border-radius: 5px;
    height: 200px;
    background-color: #e5f5ec;
    border: 1px solid rgba(0,0,0,0.1);
}
.comment button {
    background: #27ae60;
    border: transparent;
    color: #fff;
    padding: 7px 21px;
    margin-top: 34px;
    border-radius: 2px;
	transition:0.5s;
    border:1px solid #27ae60;
}
.comment-button button {
    border-radius: 5px;
    padding: 5px 30px 5px 30px;
}
.comment button:hover{
    background: transparent;
    border:1px solid #27ae60;
    color:#27ae60;
}
/*--blog-details-sidebar-css--*/
.blog-details-sidebar {
    padding: 0 0 0 24px;
}
.sidebar-title h4 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 8px;
    font-weight: 500;
}
.sidebar-search-box{
    position:relative;
}
.sidebar-search-box input {
    height: 40px;
    width: 85%;
    outline: 0;
    padding-left: 13px;
    border-radius: 50px;
    border: 1px solid #27ae60;
    padding-right: 48px;
}
.sidebar-search-box button {
    background: transparent;
    border: transparent;
    position: absolute;
    right: 67px;
    top: 66px;
}
.blog-details-sidebar-tags ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    font-size: 17px;
}
.blog-details-sidebar-tags {
    margin-top: 34px;
}
.recent-title h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 34px;
    border-bottom: 1px solid #27ae60;
}
.resent-news-box {
    display: flex;
    margin-top: 17px;
    border-bottom: 1px solid #27ae60;
}
.resent-news-thumb img {
    padding-right: 25px;
}
.resent-news-content h4 a {
    display: inline-block;
    line-height: 25px;
    margin-top: 7px;
}
.resent-news-content h4 a:hover{
    color:#27ae60;
}
.resent-news-content p {
    margin-top: -8px;
    position: relative;
    color:#000;
}
.resent-news-content p i {
    display: inline-block;
    padding-right: 7px;
    color: #27ae60;
}
.sidebar-tags ul li {
    list-style: none;
    display: inline-block;
    margin-bottom: 18px;
    margin-left: 8px;
    margin-top: 8px;
    position: relative;
}
.sidebar-tags ul li a {
    background: #27ae60;
    color: #fff;
    padding: 9px 15px;
    border-radius: 2px;
     border:1px solid #27ae60;
}
.sidebar-tags ul li a:hover{
    background: transparent;
    border:1px solid #27ae60;
    color:#27ae60;
}
 

/*=================================
    <--start-faqs-css-->
================================*/
.faqs-main-area {
    padding: 90px 0 100px;
    background: #f7f9fd;
}
.faqs-thumb img {
    width: 100%;
    margin-top: 16px;
    margin-left: 19px;
    transition: 0.5s;
}
.faq-content-title h4 {
    margin-bottom: 32px;
}
.accordion li {
    position: relative;
    list-style: none;
    background: #fff;
    margin-top: 22px;
    box-shadow: 0 0 1px #27ae60;
    padding: 5px 0 5px;
}
.accordion li p {
    display: none;
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
    font-style: italic;
}
.accordion h3 {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 600;
    line-height: 3;
    font-size: 14px;
    font-size: 0.875rem;
    text-indent: 15px;
    user-select: none;
    font-size: 18px;
}
.accordion li h3 strong {
    height: 39px;
    width: 39px;
    background: #27ae60;
    display: inline-block;
    line-height: 39px;
    border-radius: 50%;
    color: #fff;
    margin-right: 22px;
    position: relative;
    z-index: 1;
}
.accordion li h3 strong::before {
    position: absolute;
    content: "";
    left: -5px;
    top: -5px;
    height: 49px;
    width: 49px;
    line-height: 45px;
    background: rgba(39,174,96,0.7);
    border-radius: 50%;
    opacity: 0.500;
    z-index: -1;
}
.accordion h3::after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
    position: absolute;
    right: 22px;
    content: " ";
    top: 29px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.accordion p {
  font-size: 0.8125rem;
  line-height: 2;
  padding: 10px;
}

h3.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
} 

/*--end-faqs-css--*/

/*=================================
  <--Start-error-area-css-->
 ================================*/
.error-area {
    padding: 300px 0 100px;
}
.error-content h1 {
    font-size: 100px;
    color:#27ae60;
    margin-bottom: 60px;
}
.error-content h2 {
    font-size: 46px;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.error-description p {
    width: 67%;
    margin: 0 auto 29px;
    font-size: 16px;
}

.error-back-button a {
    display: inline-block;
    background:  #27ae60;
    color: #fff;
    padding: 12px 35px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
}
 /*--end-error-area-css--*/


/*--scrollUp-section--*/
#scrollUp {
    bottom: 30px;
    background: #4d4cff;
  /*  #27ae60;*/
    color: #fff;
    font-size: 30px;
    height: 46px;
    right: 49px;
    text-align: center;
    border-radius: 55px;
    width: 45px;
    line-height: 40px;
}
#scrollUp i {
    display: inline-block;
    font-size: 20px;
    color: #fff;
}





/*===========================
<-- DreamHub Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 9999;
}
.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #9A241C;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader::before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #27ae60;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}



/* laptop :1366px. */
@media (min-width: 1366px) and (max-width: 1500px) {
	
	.services-sinle-shape {
    left: 5%;
}
.about-sinle-shape {
    right: 2%;
    bottom: 37%;
}





}




/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1365px) {
 /*--sevices-section--*/  
 .services-area.add-resposive-768 {
    padding: 80px 0 65px;
} 
.services-sinle-shape {
    left: 2%;
}
.services-area-tow {
    padding: 89px 0 198px;
}
/*-secion-title--*/
.section-main-title h1 {
    font-size: 34px;
}
.section-description p {
    font-size: 15px;
}
/*--about-section--*/
.about-area {
    padding: 98px 0 98px;
}
.about-sinle-shape {
    display: none;
}

/*counter-section*/
.counter-area {
    padding: 92px 0 94px;
}
/*team-section*/
.team-area {
    padding: 80px 0 98px;
}
/*--why-chosse-section--*/
.why-chosse-area {
    padding: 0 0 97px;
}
.vedio-icon {
    left: 37%;
    bottom: 34%;
}
.why-chosse-area-tow {
    background: #f3f1fa;
    padding: 99px 0 100px;
}
/*--finance-planning-setion--*/
.finance-planning-area {
    padding: 233px 0 342px;
}
.finance-planning-area.style-tow {
    padding: 84px 0 89px;
}
/*--footer-section--*/
.footer-area {
    padding: 419px 0 5px;
}
.footer-area.add-inner {
    padding: 95px 0 2px;
}
.row.add-before-boder::before {
    width: 98%;
    left: 13px;
}
/*--faqs-section--*/
.faqs-main-area {
    padding: 78px 0 100px;
}
/*--portfolio-destails-section--*/
.portfolio-details-area {
    padding: 98px 0 77px;
}


/*--error-section--*/
.error-area {
    padding: 158px 0;
}
/*--scrollup--*/
#scrollUp {
    margin-right: -28px;
}



}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {

/*--services-section--*/
.services-area {
    padding: 99px 0 84px;
}
.services-area.add-resposive-768 {
    padding: 78px 0 64px;
}
.serivces-box-content p {
    font-size: 13px;
    line-height: 22px;
}
.serivces-box-content h4 {
    font-size: 20px;
    margin: 4px 0 0;
}
.services-sinle-shape {
    left: -1%;
    top: 16%;
}
/*--scetion-title--*/
.section-main-title h1 {
    font-size: 28px;
    line-height: 35px;
}
.-section-description p {
    font-size: 14px;
}

.section-section-text p {
    font-size: 15px;
}
/*--servieces-section-tow--*/
.services-area-tow {
    padding: 90px 0 197px;
}
.services-area-tow.minus-padding-b {
    padding: 79px 0 62px;
    background: #f3f1fa;
}
.services-box-icon::before {
    width: 49px;
}
/*-about-section-*/
.about-area {
    padding: 100px 0 82px;
}
/*counter-section*/
.counter-area {
    padding: 92px 0 95px;
}
/*--team-section--*/
.team-area {
    padding: 80px 0 97px;
}
/*why-chosse-section*/
.why-chosse-area {
    padding: 0 0 93px;
}
.why-chosse-area-tow {
    padding: 82px 0 96px;
}
/*--finance-plainnig--*/
.finance-planning-area.style-tow {
    padding: 82px 0 88px;
}
/*--footer-section--*/
.footer-area {
    padding: 420px 0 0;
}
.footer-area.add-inner {
    padding: 95px 0 4px;
}
.footer-subscribe-form input {
    padding-right: 56%;
}
/*--services-details-scetion--*/
.service-details {
    padding: 100px 0 100px;
}
.sidebar-category-list ul li a {
    font-size: 12px;
}
/*--blog-details-section--*/
.comment input {
    width: 45%;
    margin-bottom: 28px;
}
.comment textarea {
    margin-top: 0;
}
.sidebar-search-box button {
    right: 51px;
}
.resent-news-content h4 a {
    margin-top: 0;
}

/*--blog-grid-section--*/
.blog-content h4 a {
    font-size: 18px;
    line-height: 28px;
}

/*--portfolio-section--*/
.portfolio-area {
    padding: 80px 0 69px;
}
.poftolio-content {
    left: 5%;
}
.poftolio-content h4 a {
    font-size: 18px;
}
/*--faqs--section--*/
.faqs-main-area {
    padding: 77px 0 100px;
}
/*--error--section--*/
.error-area {
    padding: 135px 0 0;
}
/*--scrollup--*/
#scrollUp {
    margin-right: -28px;
}





}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    
 .main-header-area {
    display: none;
}
/*--hero-section--*/
.hero-area {
    height: 650px;
}
.hero-main-title h1 {
    font-size: 45px;
    line-height: 48px;
}

.hero-desc p {
    width: 85%;
}

.single-services-box {
    padding: 37px 27px 16px;
}
/*--services-section--*/
.services-area {
    padding: 79px 0 79px;
}
.services-sinle-shape {
    left: 0;
    top: 10%;
}

/*--section-title--*/
.section-description p {
    width: 80%;
}
.section-section-text p {
    width: 80%;
}
.section-title {
    margin-top: 30px;
}

/*--about-section--*/
.about-area {
    padding: 29px 0 79px;
}
.single-about-thumb img {
    margin-left: 0;
    margin-top: 50px;
}
.about-sinle-shape {
    right: 1.2%;
    bottom: 24%;
}
/*--why-chosse-scetion--*/
.why-chosse-area {
    padding: 0 0 74px;
}
.why-chosse-area-tow {
    padding: 80px 0 75px;
}
.why-chosse-thumb img {
    margin-left: 0;
}
.vedio-icon {
    left: 46%;
    bottom: 36%;
}
/*services-section-tow*/
.services-area-tow {
    padding: 38px 0 179px;
}
.services-box-icon {
    width: 177px;
}

/*--call-do-action-scetion--*/
.call-do-action-main-title h1 {
    font-size: 26px;
    line-height: 35px;
}

/*--finance-planning-scetion--*/
.finance-planning-area {
    padding: 213px 0 293px;
}
.finance-planning-area.style-tow {
    padding: 83px 0 60px;
}
.finance-planning-box {
    margin-bottom: 36px;
}
.contact-form {
    padding-left: 0;
    margin-top: 40px;
}
/*--contact-scetion--*/
.contact-area-tow {
    padding: 79px 0 79px;
}
.section-title.add-class-responsive-768 {
    margin: 0;
}
/*--google-map--*/
.google-map iframe {
    height: 450px;
}

/*--footer-section--*/
.footer-area {
    padding: 399px 0 0;
}
.footer-area.add-inner {
    margin: 0;
    padding: 75px 0 4px;
}
.row.add-before-boder::before {
    background: transparent;
}
.footer-desc p {
    margin-top: 28px;
}
.footer-content {
    margin-bottom: 38px;
}
.footer-title h4 {
    font-size: 22px;
    margin-bottom: 18px;
}
.copy-right-area {
	margin-top: 35px;
}
.copy-right-content-right {
    margin-top: -60px;
}
.footer-subscribe-form input {
    padding-right: 36%;
}
/*--breadcumb-section--*/
.breadcumb-area {
    padding: 140px 0 140px;
}
.breadcumb-content {
    text-align: center;
}
/*--counter-section--*/
.counter-area {
    padding: 72px 0 75px;
}
.counter-box-content p {
    font-size: 17px;
}
/*--team-section--*/
.team-area {
    padding: 30px 0 49px;
}
.single-team-box {
    margin-bottom: 28px;
}
/*--blog-grid-section--*/
.blog-grid-area {
    padding: 80px 0 79px;
}
/*--blog-details-section--*/
.blog-details-area {
    padding: 78px 0 60px;
}
.blog-details-area.tow-Column-blog {
    padding: 78px 0 61px;
}
.blog-details-area.blog-list-1 {
    padding: 78px 0 63px;
}
.blog-details-sidebar {
    padding: 0;
    margin-top: 30px;
}
.sidebar-search-box button {
    right: 122px;
}
.resent-news-thumb img {
    margin-bottom: 20px;
}

/*--error-secotion--*/
.error-area {
    padding: 160px 0 100px;
}
/*--faqs-section--*/
.faqs-main-area {
    padding: 57px 0 79px;
}
.faqs-thumb img {
    margin-top: 40px;
    margin-left: 0;
}

/*--portfolio-section--*/
.portfolio-area {
    padding: 30px 0 49px;
}
.portfolio_menu ul li {
    margin-right: 6px;
}
.poftolio-content {
    left: 5%;
}
/*--portfolio--details-section--*/
.portfolio-details-area {
    padding: 79px 0 56px;
}
.portfolio-details-thumb img {
    margin-left: 0;
    margin-bottom: 35px;
}

/*--services-section-inner--*/
.services-area.add-resposive-768 {
    padding: 30px 0 46px;
}
/*--services-section-tow--*/
.services-area-tow.minus-padding-b {
    padding: 30px 0 41px;
}
/*--services-details-section--*/
.service-details {
    padding: 79px 0 79px;
}
.service-details-sidebar {
    margin-top: 42px;
}
.sidebar-category {
    margin-left: 0;
}
.sidebar-need-help {
    margin-left: 0;
}
.need-help-phone {
    margin-left: 0px;
    margin-top: -7px;
    justify-content: center;
}
/*--scrollup--*/
#scrollUp {
    margin-right: -28px;
}





}
/* Tablet desktop :600px. */
@media (min-width: 600px) and (max-width: 767px) {
 /*--header-section--*/ 
.main-header-area {
    background-color: #f3f1fa;
    display: none;
}
/*--hero-section--*/
.hero-area {
    height: 550px;
}
.hero-main-title h1 {
    font-size: 45px;
    line-height: 50px;
}
.hero-desc p {
    width: 90%;
}
/*--services-section--*/
.services-area {
    padding: 70px 0 70px;
}
.single-services-box.item-grid {
    margin-top: 0;
}
.single-services-box {
    margin-bottom: 40px;
    padding: 37px 95px 16px;
}
.services-sinle-shape {
    display: none;
}
.col-lg-6.col-md-12.add-pdding-right {
    padding-left: 18px;
}
.section-main-title h1 {
    font-size: 33px;
}


/*--about-section--*/
.about-area {
    padding: 58px 0 77px;
}
.about-sinle-shape {
    display: none;
}
.single-about-thumb img {
    margin-left: 0;
    margin-top: 38px;
}
/*--why-chosse-section--*/
.why-chosse-area {
    padding: 0 0 75px;
}
.why-chosse-area-tow {
    padding: 79px 0 74px;
}
.why-chosse-thumb img {
    margin-left: 0;
    margin-bottom: 35px;
}
.vedio-icon {
	left: 42%;
	bottom: 41%;
}
/*--services-section-tow--*/
.services-area-tow {
    padding: 56px 0 177px;
}
.section-desc p {
    width: 86%;
}
.services-box-tow {
    padding: 16px 104px 19px;
}
/*--col-do-action--section--*/
.coll-do-action-sub-title h4 {
    font-size: 18px;
    margin-bottom: -7px;
}
.call-do-action-main-title h1 {
    font-size: 22px;
    line-height: 28px;
}

/*--finace-planning-section--*/
.finance-planning-area {
    padding: 213px 0 301px;
}
.finance-planning-box {
    margin-bottom: 28px;
}

/*--contact-section--*/
.contact-form {
    padding-left: 0;
    margin-top: 25px;
}
/*--footer-section--*/
.footer-area {
    padding: 398px 0 29px;
}
.footer-area.add-inner {
    margin: 0;
    padding: 74px 0 29px;
}
.row.add-before-boder::before {
    background: transparent;
}
.footer-desc p {
    margin-top: 20px;
    width: 60%;
}
.footer-content {
    margin-top: 15px;
}
.footer-title h4 {
    margin-bottom: 10px;
}
.footer-subscribe-form input {
    width: 64%;
    padding-right: 23%;
}
.subcribe-button button {
    right: 189px;
}
.copy-right-area {
	margin-top: 52px;
}
.copy-right-content-right {
    text-align: left;
}
.copy-right-content-right ul li a {
    margin-top: 0;
}

/*--breadcumb-section--*/
.breadcumb-area {
    padding: 122px 0 122px;
}
.breadcumb-content {
    text-align: center;
}
/*--counter-section--*/
.counter-area {
    padding: 62px 0 13px;
}
.single-counter-box {
    margin-bottom: 50px;
}
/*--team-section--*/
.team-area {
    padding: 61px 0 46px;
}
.single-team-box {
    margin-bottom: 32px;
}
.team-social-icon {
    top: 40%;
}

/*--blog-details-section--*/
.blog-details-area {
    padding: 78px 0 61px;
}
.blog-details-area.tow-Column-blog {
    padding: 78px 0 61px;
}
.blog-details-area.blog-list-1 {
    padding: 80px 0 61px;
}
.blog-details-title h1 {
    font-size: 24px;
    line-height: 36px;
}
.comment input {
    width: 47%;
    margin-right: 9px;
}
.comment textarea {
    width: 97%;
    margin-top: 28px;
    height: 130px;
}
.blog-details-sidebar {
    padding: 0;
    margin-top: 36px;
}
.sidebar-search-box button {
    right: 94px;
}
.resent-news-thumb img {
    margin-bottom: 18px;
}

/*--blog-grid-section--*/
.blog-grid-area {
    padding: 78px 0 78px;
}
.pagination-box {
    margin-top: 24px;
}
/*--contact-section-tow--*/
.contact-area-tow {
    padding: 78px 0 78px;
}
.google-map iframe {
    height: 400px;
}
/*--portfolio-section--*/
.portfolio-area {
    padding: 60px 0 50px;
}
/*--error-section--*/
.error-area {
    padding: 160px 0 100px;
}
.error-content h1 {
    margin-bottom: 36px;
}
.error-content h2 {
    font-size: 38px;
}

/*--faqs-section--*/
.faqs-main-area {
    padding: 58px 0 79px;
}
.faqs-thumb img {
    margin-top: 40px;
    margin-left: 0;
}

/*--porfolio-section--*/
.portfolio_menu ul li {
    margin-right: 17px;
    margin-bottom: 30px;
}

/*--porfolio-details-section--*/
.row.box-shadow {
    padding: 40px 48px 39px;
}
.portfolio-details-thumb img {
    margin-left: 0;
    margin-bottom: 28px;
}

/*--services-section-inner--*/
.services-area-tow.minus-padding-b {
    padding: 58px 0 43px;
}

/*--finance-planning-section.style-tow--*/
.finance-planning-area.style-tow {
    padding: 67px 0 52px;
}

/*--services-details-scetion--*/
.service-details {
    padding: 79px 0 79px;
}
.service-details-sidebar {
    margin-top: 35px;
}
.sidebar-category {
    margin-left: 0;
}

.need-help-phone {
    margin-left: 0;
    justify-content: center;
}

/*--scrollup--*/
#scrollUp {
    margin-right: -40px;
}





}

/* Tablet desktop :480px. */
@media (min-width: 480px) and (max-width: 599px) {
/*--header-section--*/  
.main-header-area {
    display: none;
}
/*--hero-section--*/
.hero-area {
    height: 434px;
}
.hero-main-title h1 {
    font-size: 35px;
    color: #fff;
    line-height: 38px;
    text-transform: unset;
}
.hero-desc p {
    width: 100%;
}
/*--services-section--*/
.services-sinle-shape {
   display: none;
}
.services-area {
    padding: 51px 0 36px;
}
.single-services-box.item-grid {
    margin-top: 0;
}
.single-services-box {
    padding: 37px 44px 16px;
    margin-bottom: 36px;
}
.section-main-title h1 {
    font-size: 26px;
    line-height: 32px;
    text-transform: unset;
}
.col-lg-6.col-md-12.add-pdding-right {
    padding-left: 24px;
}

/*--about-section--*/
.about-area {
    padding: 47px 0 68px;
}
.single-about-thumb img {
    margin-left: 0;
    margin-top: 40px;
}
.about-sinle-shape {
  display: none;
}

/*--why-chosse-section--*/
.why-chosse-area {
    padding: 0 0 64px;
}
.why-chosse-thumb img {
    margin-left: 0;
    margin-bottom: 30px;
}
.vedio-icon {
    left: 41%;
    bottom: 36%;
}
/*--services-section-tow--*/
.services-area-tow {
    padding: 61px 0 168px;
}
.section-desc p {
    width: 96%;
}
.services-box-tow {
    padding: 16px 74px 19px;
}

/*--call-do-action--section--*/
.call-do-action-main-title h1 {
    font-size: 20px;
    line-height: 26px;
}
/*--finance-planning-section--*/
.finance-planning-area {
    padding: 201px 0 294px;
}
.finance-planning-box {
    margin-bottom: 25px;
}

/*--contact-section--*/
.row.out-area {
    padding: 62px 48px 68px;
}
.contact-form {
    padding-left: 0;
    margin-top: 18px;
}
.submit-button button {
    margin-top: 38px;
}

/*--footer-section--*/
.footer-area {
    padding: 388px 0 29px;
}
.footer-area.add-inner {
    margin: 0;
    padding: 64px 0 29px;
}
.row.add-before-boder::before {
    background: transparent;
    width: 0px;
}
.footer-desc p {
    margin-top: 18px;
    width: 65%;
}
.footer-title h4 {
    margin-bottom: 5px;
    margin-top: 28px;
}
.footer-subscribe-form input {
    width: 64%;
    padding-right: 30%;
}
.subcribe-button button {
    right: 167px;
}
.copy-right-area {
	margin-top: 47px;
}
.copy-right-content-right {
    text-align: left;
}
.copy-right-content-right ul li a {
    margin-top: 0;
}

/*--breadcumb-section--*/
.breadcumb-area {
    padding: 100px 0 100px;
}
.breadcumb-content {
    text-align: center;
}
/*--counter-section--*/
.counter-area {
    padding: 60px 0 23px;
}
.single-counter-box {
    margin-bottom: 40px;
}
/*--team-section--*/
.team-area {
    padding: 49px 0 34px;
}
.single-team-box {
    margin-bottom: 34px;
}
.team-social-icon {
    top: 39%;
}

/*--blog-details-section--*/
.blog-details-area {
    padding: 70px 0 50px;
}
.blog-details-area.tow-Column-blog {
    padding: 70px 0 52px;
}
.blog-details-area.blog-list-1 {
    padding: 59px 0 41px;
}
.blog-details-title h1 {
    font-size: 28px;
    line-height: 38px;
}
.tag-name {
    display: block;
}
.tag-name a {
    margin-bottom: 10px;
}
.author-comment-box {
    margin-top: 46px;
}
.author-avatar-thumb img {
    width: 100%;
}
.comment input {
    width: 100%;
    margin-bottom: 23px;
    margin-right: 0;
}
.comment textarea {
    width: 100%;
    margin-top: 0;
    height: 117px;
}
.blog-details-sidebar {
    padding: 0;
    margin-top: 24px;
}
.sidebar-search-box button {
    right: 85px;
}
.resent-news-thumb img {
    margin-bottom: 13px;
}
/*--blog-grid-section--*/
.blog-grid-area {
    padding: 68px 0 68px;
}
.pagination-box {
    margin-top: 28px;
}

/*--contact-section-tow-*/
.contact-area-tow {
    padding: 68px 0 69px;
}
.google-map iframe {
    height: 350px;
}
/*-error-section--*/
.error-area {
    padding: 125px 0 0;
}
.error-content h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
.error-content h1 {
    margin-bottom: 38px;
}
.error-description p {
    width: 83%;
}

/*--faqs-section--*/
.faqs-main-area {
    padding: 48px 0 70px;
}
.faqs-thumb img {
    margin-top: 32px;
    margin-left: 0;
}

/*--porfolio-section--*/
.portfolio-area {
    padding: 50px 0 40px;
}
.portfolio_menu ul li {
    margin-right: 20px;
    margin-bottom: 28px;
}

/*--porfolio-details-section--*/
.portfolio-details-area {
    padding: 69px 0 48px;
}
.row.box-shadow {
    padding: 58px 30px 56px;
}
.portfolio-details-thumb img {
    margin-left: 0;
    margin-bottom: 28px;
}
/*--finance-planning-section.style-tow--*/
.finance-planning-area.style-tow {
    padding: 53px 0 41px;
}
/*--services-area-tow.minus-padding-b--*/
.services-area-tow.minus-padding-b {
    padding: 50px 0 32px;
}
/*--services-details--section--*/
.service-details {
    padding: 68px 0 68px;
}

.service-details-sidebar {
    margin-top: 45px;
}
.sidebar-category {
    margin-left: 0;
}
.sidebar-need-help {
    margin-top: 44px;
    margin-left: 0;
}
.need-help-phone {
    margin-left: 0;
    justify-content: center;
}


/*--scrollUp--*/
#scrollUp {
    margin-right: -28px;
}




}


/* Tablet desktop :320px. */
@media (min-width: 320px) and (max-width: 479px) {
 /*--header-section--*/
 .main-header-area {
    display: none;
}   

/*--hero-section--*/
.hero-area {
    height: 500px;
}
.hero-subtitle h4 {
    font-size: 16px;
}
.hero-main-title h1 {
    font-size: 25px;
    line-height: 34px;
}
.hero-desc p {
    width: 100%;
    margin: 16px 0 0;
}
.hero-button a {
    padding: 12px 18px;
}
/*--services-section--*/
.services-area {
    padding: 60px 0 60px;
}
.single-services-box.item-grid {
    margin-top: 0;
}
.single-services-box {
    padding: 37px 20px 16px;
    margin-bottom: 36px;
}
.col-lg-6.col-md-12.add-pdding-right {
    padding-left: 20px;
}
.section-main-title h1 {
    font-size: 22px;
    line-height: 30px;
}
.services-button a {
    padding: 12px 20px;
}
.services-sinle-shape {
  display: none;
}

/*--about-section--*/
.about-area {
    padding: 40px 0 58px;
}
.about-button a {
    padding: 13px 28px;
}
.single-about-thumb img {
    margin-left: 0;
    margin-top: 40px;
}
.about-sinle-shape {
   display: none;
}

/*--Why-chosse-scetion--*/
.why-chosse-area {
    padding: 0 0 51px;
}
.why-chosse-area-tow {
    padding: 69px 0 66px;
}
.why-chosse-thumb img {
    margin-left: 0;
    margin-bottom: 25px;
}
.chosse-list ul li {
    font-size: 15px;
}
.vedio-icon {
	left: 37%;
	bottom: 39%;
}
/*--services-section-tow--*/

.services-area-tow {
    padding: 52px 0 157px;
}
.section-desc p {
    width: 100%;
}
.services-box-tow {
    padding: 16px 15px 19px;
}
.services-box-icon::before {
    width: 53px;
}

/*--call-do-action--*/
.coll-do-action-sub-title h4 {
    font-size: 16px;
    margin-bottom: -9px;
}
.call-do-action-main-title h1 {
    font-size: 22px;
    line-height: 28px;
}
.coll-do-action-button a {
    padding: 12px 35px;
}
/*--finance-planning-section--*/
.finance-planning-area {
    padding: 192px 0 282px;
}
.finance-planning-box {
    margin-bottom: 28px;
}

/*--contact-section--*/
.row.out-area {
    padding: 52px 0 60px;
}
.contact-form {
    padding-left: 0;
}
.submit-button button {
    padding: 14px 22px;
}
/*--footer-section--*/
.footer-area {
    padding: 379px 0 29px;
}
.footer-area.add-inner {
    margin: 0;
    padding: 55px 0 20px;
}
.row.add-before-boder::before {
    width: 0;
    top: 23%;
}
.footer-desc p {
    margin-top: 20px;
}
.footer-title h4 {
    margin-bottom: 6px;
}
.footer-content {
    margin-top: 25px;
}
.footer-subscribe-form input {
    padding-right: 41%;
}
.copy-right-area {
	margin-top: 37px;
}
.copy-rihgt-content {
    text-align: center;
}
.copy-right-content-right {
    text-align: center;
    margin-top: -16px;
}
.copy-rihgt-content p {
    font-size: 12px;
}
.copy-right-content-right ul li a {
    margin-top: 0;
}

/*--breadcumb--section--*/
.breadcumb-area {
    padding: 100px 0 100px;
}
.breadcumb-content {
    text-align: center;
}
.breadcubm-title h1 {
    font-size: 44px;
    margin-bottom: 8px;
}

/*--counter-section--*/
.counter-area {
    padding: 52px 0 7px;
}
.single-counter-box {
    margin-bottom: 35px;
}
/*--team-section--*/
.team-area {
    padding: 41px 0 30px;
}
.single-team-box {
    margin-bottom: 28px;
}
/*--why-chosse-section-tow--*/
.why-chosse-area-tow {
    padding: 59px 0 49px;
}

/*--blog-details-section--*/
.blog-details-area {
    padding: 59px 0 41px;
}
.blog-details-area.tow-Column-blog {
    padding: 60px 0 40px;
}
.blog-details-area.blog-list-1 {
    padding: 58px 0 40px;
}
.post-metainfo ul li {
    margin-right: 10px;
}
.blog-details-title h1 {
    font-size: 22px;
    line-height: 32px;
}
.tag-share {
    display: block;
}
.tag-name {
    margin-left: 4px;
    display: block;
}
.tag-name a {
    padding: 3px 12px;
    margin-bottom: 8px;
}
.social-icon ul li {
    margin-left: 3px;
}
.author-comment-box {
    margin-top: 35px;
}
.author-avatar-thumb img {
    width: 100%;
}
.comment input {
    width: 100%;
    margin-bottom: 22px;
    margin-right: 0;
}

.comment textarea {
    width: 100%;
    margin-top: 8px;
    height: 100px;
}
.blog-details-sidebar {
    padding: 0;
    margin-top: 30px;
}
.resent-news-content h4 a {
    font-size: 14px;
}
/*--blog-grid-section--*/
.blog-grid-area {
    padding: 60px 0 59px;
}
.meta-blog span {
    padding: 5px 12px;
}
.blog-content h4 a {
    font-size: 18px;
    line-height: 24px;
}
.pagination-box {
    margin-top: 10px;
}
.pagination-box ul li a {
    margin-left: 0px;
}

/*--contact-section--*/
.contact-area-tow {
    padding: 57px 0 57px;
}
.row.tow-area {
    padding: 44px 0 61px;
}
.google-map iframe {
    height: 300px;
}

/*--error-section--*/
.error-area {
    padding: 100px 0 55px;
}
.error-content h1 {
    font-size: 85px;
    margin-bottom: 20px;
}
.error-content h2 {
    font-size: 22px;
    margin-bottom: 0px;
}
.error-description p {
    width: 100%;
}

/*--faqs-section--*/
.faqs-main-area {
    padding: 38px 0 58px;
}
.accordion li h3 strong {
    height: 34px;
    width: 34px;
    line-height: 34px;
    margin-right: 10px;
}
.accordion li h3 strong::before {
    left: -5px;
    top: -5px;
    height: 44px;
    width: 44px;
    line-height: 45px;
}
.accordion h3::after {
    width: 8px;
    height: 8px;
    right: 5px;
    top: 20px;
}
.accordion h3 {
    font-size: 12px;
}
.accordion li p {
    font-size: 14px;
}
.faqs-thumb img {
    margin-top: 35px;
    margin-left: 0;
}
/*--error--section--*/
.error-area {
    padding: 156px 0 0px;
}
/*--porfolio-section--*/
.portfolio-area {
    padding: 40px 0 29px;
}
.portfolio_menu ul li {
    margin-bottom: 20px;
}
.portftolio-content h4 a {
    font-size: 18px;
}

/*--portfolio-details-section--*/
.portfolio-details-area {
    padding: 58px 0 35px;
}
.row.box-shadow {
    padding: 58px 0 56px;
}
.portfolio-details-thumb img {
    margin-left: 0;
    margin-bottom: 26px;
}
.portfolio-details-content ul li strong {
    font-size: 15px;
}
.portfolio-details-content ul li {
    font-size: 14px;
}

/*--finance-planning-area.style-tow--*/
.finance-planning-area.style-tow {
    padding: 45px 0 28px;
}

.services-area-tow.minus-padding-b {
    padding: 38px 0 23px;
}

/*--services-details-section--*/
.service-details {
    padding: 60px 0 60px;
}
.service-details-sidebar {
    margin-top: 44px;
}
.sidebar-category {
    margin-left: 0;
}
.sidebar-category-list ul li a {
    font-size: 13px;
}
.sidebar-need-help {
    margin-top: 43px;
    margin-left: 0;
}
.need-help-phone {
    margin-left: 0;
    justify-content: center;
}

/*--scrollUp-css--*/
#scrollUp {
    margin-right: -38px;
}





}