@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    margin:0;
    padding:0;
    font-size:14px;
    font-family: 'Nunito Sans', sans-serif;
    overflow-x:hidden;
}
ul, li{
    padding: 0;
    margin: 0;
    list-style:none;
}
a,
a:hover,
a:active,
a:focus{
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mt-5{
    margin-top: 5rem;
}
.mt-70{
	margin-top:70px;
}
.pl-50{
	padding-left:50px;
}
p{
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.5px;
    font-weight: normal;
    color: #0b1427;
    width:100%;
}
img {
    max-width: 100%;
    height: auto;
}
.sub_heading{
    color:#100739;
    font-size:40px;
    font-weight: 900;
    text-transform: capitalize;
    line-height: 1.1em;
    letter-spacing: -1px;
    width: 100%;
}
.sub_heading-top{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #0b1428;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 20px 0 10px;
    width: 100%;
}
/*--menu--*/
.site-navbar-wrap {
	position: absolute;
	z-index: 99;
	width: 100%;
	left: 0;
	padding: 20px 0;
}
 .site-navbar-wrap a {
     color: #000;
}
 .site-navbar-wrap .site-navbar-top {
     font-size: 0.8rem;
}
 .site-navbar-top {
     border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
 .site-navbar {
     margin-bottom: 0px;
     width: 100%;
}
 .site-navbar .site-logo {
     font-weight: 200;
     position: relative;
}
 .site-navbar .site-logo a {
     font-weight: 200;
     color: #fff;
     font-size: 20px;
     font-weight: bold;
     text-transform: uppercase;
}
 .site-navbar .site-logo a img, 
.digimads-footer .footer-top .footer-logo img {
    max-width: 200px;
}
 .site-navbar .site-navigation .site-menu {
     margin-bottom: 0;
}
 .site-navbar .site-navigation .site-menu a {
     text-decoration: none !important;
     display: inline-block;
     font-weight: 500;
}
 .site-navbar .site-navigation .site-menu > li {
     display: inline-block;
     padding: 10px 5px;
}
 .site-navbar .site-navigation .site-menu > li > a {
     font-family: 'Livvic', sans-serif;
     font-size: 18px;
     font-weight: 500;
     color: #0b1427;
     padding: 0 10px 0 25px;
     z-index: 1;
     position: relative;
}
 .site-navbar .site-navigation .site-menu > li > a.active {
     color: #000;
}
 .site-navbar .site-navigation .site-menu > li > a:hover {
     color: #ff5d10;
}
 .site-navbar .site-navigation .site-menu > li:last-child {
     padding-right: 0;
}
 .site-navbar .site-navigation .site-menu > li:last-child > a {
     padding-right: 0;
}
 .site-navbar .site-navigation .site-menu .has-children {
     position: relative;
}
 .site-navbar .site-navigation .site-menu .has-children > a {
     position: relative;
     padding-right: 20px;
}
 .site-navbar .site-navigation .site-menu .has-children > a:before {
     position: absolute;
     content: "\e313";
     font-size: 16px;
     top: 50%;
     right: 0;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     font-family: 'icomoon';
}
 .site-navbar .site-navigation .site-menu .has-children .dropdown {
     visibility: hidden;
     opacity: 0;
     top: 100%;
     position: absolute;
     text-align: left;
     -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
     box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
     padding: 0px 0;
     margin-top: 20px;
     margin-left: 0px;
     background: #fff;
     -webkit-transition: 0.2s 0s;
     -o-transition: 0.2s 0s;
     transition: 0.2s 0s;
     border-radius: 4px;
}
 .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
     position: absolute;
}
 .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
     bottom: 100%;
     left: 20%;
     border: solid transparent;
     content: " ";
     height: 0;
     width: 0;
     position: absolute;
     pointer-events: none;
}
 .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
     border-color: rgba(136, 183, 213, 0);
     border-bottom-color: #fff;
     border-width: 10px;
     margin-left: -10px;
}
 .site-navbar .site-navigation .site-menu .has-children .dropdown a {
     font-size: 14px;
     text-transform: none;
     letter-spacing: normal;
     -webkit-transition: 0s all;
     -o-transition: 0s all;
     transition: 0s all;
     color: #343a40;
}
 .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
     color: #007bff;
}
 .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
     color: #fff !important;
}
 .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
     list-style: none;
     padding: 0;
     margin: 0;
     min-width: 200px;
}
 .site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
     border-top-left-radius: 4px;
     border-top-right-radius: 4px;
}
 .site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
     border-bottom-left-radius: 4px;
     border-bottom-right-radius: 4px;
}
 .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
     padding: 9px 20px;
     display: block;
}
 .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
     background: #ebeef0;
     color: #212529;
}
 .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
     content: "\e315";
     right: 20px;
}
 .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
     left: 100%;
     top: 0;
}
 .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
     background: #ebeef0;
     color: #212529;
}
 .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
     color: #fff;
}
 .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
     cursor: pointer;
}
 .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
     -webkit-transition-delay: 0s;
     -o-transition-delay: 0s;
     transition-delay: 0s;
     margin-top: 0px;
     visibility: visible;
     opacity: 1;
}
 .site-mobile-menu {
     width: 300px;
     position: fixed;
     right: 0;
     z-index: 2000;
     padding-top: 20px;
     background: #fff;
     height: calc(100vh);
     -webkit-transform: translateX(110%);
     -ms-transform: translateX(110%);
     transform: translateX(110%);
     -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
     box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
     -webkit-transition: .3s all ease-in-out;
     -o-transition: .3s all ease-in-out;
     transition: .3s all ease-in-out;
}
 .offcanvas-menu .site-mobile-menu {
     -webkit-transform: translateX(0%);
     -ms-transform: translateX(0%);
     transform: translateX(0%);
}
 .site-mobile-menu .site-mobile-menu-header {
     width: 100%;
     float: left;
     padding-left: 20px;
     padding-right: 20px;
}
 .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
     float: right;
     margin-top: 8px;
}
 .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
     font-size: 30px;
     display: inline-block;
     padding-left: 10px;
     padding-right: 0px;
     line-height: 1;
     cursor: pointer;
     -webkit-transition: .3s all ease;
     -o-transition: .3s all ease;
     transition: .3s all ease;
}
 .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
     color: #dee2e6;
}
 .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
     float: left;
     margin-top: 10px;
     margin-left: 0px;
}
 .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
     display: inline-block;
     text-transform: uppercase;
}
 .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
     max-width: 70px;
}
 .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
     text-decoration: none;
}
 .site-mobile-menu .site-mobile-menu-body {
     overflow-y: scroll;
     -webkit-overflow-scrolling: touch;
     position: relative;
     padding: 20px;
     height: calc(100vh - 52px);
     padding-bottom: 150px;
}
 .site-mobile-menu .site-nav-wrap {
     padding: 0;
     margin: 0;
     list-style: none;
     position: relative;
}
 .site-mobile-menu .site-nav-wrap a {
     padding: 10px 20px;
     display: block;
     position: relative;
     color: #212529;
}
 .site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
     color: #007bff;
}
 .site-mobile-menu .site-nav-wrap li {
     position: relative;
     display: block;
}
li.active a {
    color: #ff5d10 !important;
}
 .site-mobile-menu .site-nav-wrap .arrow-collapse {
     position: absolute;
     right: 0px;
     top: 10px;
     z-index: 20;
     width: 36px;
     height: 36px;
     text-align: center;
     cursor: pointer;
     border-radius: 50%;
}
 .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
     background: #f8f9fa;
}
 .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
     font-size: 12px;
     z-index: 20;
     font-family: "icomoon";
     content: "\f078";
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%) rotate(-180deg);
     -ms-transform: translate(-50%, -50%) rotate(-180deg);
     transform: translate(-50%, -50%) rotate(-180deg);
     -webkit-transition: .3s all ease;
     -o-transition: .3s all ease;
     transition: .3s all ease;
}
 .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
}
 .site-mobile-menu .site-nav-wrap > li {
     display: block;
     position: relative;
     float: left;
     width: 100%;
}
 .site-mobile-menu .site-nav-wrap > li > a {
     padding-left: 20px;
     font-size: 20px;
}
 .site-mobile-menu .site-nav-wrap > li > ul {
     padding: 0;
     margin: 0;
     list-style: none;
}
 .site-mobile-menu .site-nav-wrap > li > ul > li {
     display: block;
}
 .site-mobile-menu .site-nav-wrap > li > ul > li > a {
     padding-left: 40px;
     font-size: 16px;
}
 .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
     padding: 0;
     margin: 0;
}
 .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
     display: block;
}
 .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
     font-size: 16px;
     padding-left: 60px;
}
 /* .sticky-wrapper { */
     /* position: absolute; */
     /* z-index: 100; */
     /* width: 100%; */
/* } */
 /* .sticky-wrapper + .site-blocks-cover { */
     /* margin-top: 96px; */
/* } */
 /* .sticky-wrapper .site-navbar { */
     /* -webkit-transition: .3s all ease; */
     /* -o-transition: .3s all ease; */
     /* transition: .3s all ease; */
/* } */
 /* .sticky-wrapper .site-navbar ul li.active a { */
     /* color: #ff5d10; */
/* } */
 /* .sticky-wrapper.is-sticky .site-navbar { */
     /* background-color: #ffffff; */
/* } */
 /* .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li { */
     /* display: inline-block; */
     /* padding: 10px 5px; */
/* } */
 /* .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child { */
     /* padding-right: 0; */
/* } */
 /* .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a { */
     /* padding-right: 0; */
/* } */
 /* .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a { */
     /* padding-right: 20px; */
/* } */
 /* .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a { */
     /* padding: 10px 10px; */
     /* color: rgba(255, 255, 255, 0.6); */
     /* font-size: 15px; */
/* } */
 /* .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover { */
     /* color: #fff !important; */
/* } */
 /* .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active { */
     /* color: #fff !important; */
/* } */
 /* .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a { */
     /* color: #fff; */
/* } */
/*-------slider-----*/
.patern-layer-three {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 493px;
    height: 938px;
    background-position: right top;
    background-repeat: no-repeat;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.slider-section{    
    background-image: url(https://seolounge.radiantthemes.com/wp-content/uploads/2018/10/banner.png?id=2225);
    background-repeat: no-repeat;
    background-position: bottom;
    top: 0;
    padding-top: 60px;
}
.slider-section .slider_textbg{
    padding:150px 0;
}
.slider-section .elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom: -1px;
}
.slider-section .hero-title {
    font-family: 'Poppins', sans-serif;
    color:#0b1427;
    font-size: 52px;
    font-weight: 900;
    text-transform: capitalize;
    line-height: 1.1em;
    letter-spacing: -1px;
    padding:15px 0 20px;
}
.slider-section .hero-title .typed{
    color:#ff5d10;
}
.slider-section .hero-title .typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    font-size: 3rem;
    color: #fff;
}
.slider-section .slider1{
    width: 100%;
    max-width: 100%;    
    padding-top: 35px;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: floating;
    animation-name: floating;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(15px);
    transform: rotateX(0deg) translateY(15px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
.slider-section .slider_textbg a,
.contact_submit,
.services-page-wrap .getstarted_btn{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 30px;
    text-transform: uppercase;
    border-radius: 35px;
    line-height: 30px;
    background: linear-gradient(to right, #ff6f14 0%, #ff5d10 100%);
    border: 1px solid #ff6f14;
    color: #fff;
}
.slider-section .slider_textbg a:hover,
.contact_submit:hover{
    background:transparent;
    border: 1px solid #ff6f14;
    color: #ff6f14;
}
.slider-section .vc_custom_heading{
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    color: #0b1427;
    line-height: 40px;
    text-align: left;
    font-weight: 600;
    letter-spacing: -1px;
}
/*-------Discover_Our_Methodologies-------*/
.seoscore-section{
    margin-bottom:100px;
        z-index: 1;
}
.seoscore-section .vc_column-inner {
    padding: 30px 25px 40px 25px;
    margin-top:50px;
    background-color: #fff;
    box-shadow: 0px 0px 29px rgb(0 0 0 / 10%);
    text-align: inherit;
        transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.seoscore-section .vc_column-inner:hover {
    transform: translate3d(0, -10px, 0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.seoscore-section .vc_column-inner .heading {
    margin-bottom: 12px;
}
.seoscore-section .vc_column-inner .content p {
    font-size: 17px;
}
.seoscore-section .vc_column-inner .heading a{
    color: #100739;
    font-size: 22px;
    font-weight:700;
    text-transform: capitalize;
    line-height: 1.1em;
    letter-spacing: -1px;
}
.seoscore-section .vc_column-inner .icon {
    margin-bottom: 20px;
}
.scorecheck-section{
    margin-top: -200px;
    background-image: url(../images/contact-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 50px;
}
.scorecheck-section form{
    padding-top:0px;
    padding-bottom: 20px;
}
.scorecheck-section form .row{
    padding: 11px 0px;
    background-color: #10339b;
    max-width: 900px;
    margin: 0 auto;
}
.scorecheck-section form input {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #252525;
    padding: 11px 15px;
    border-radius: 3px 3px 3px 3px;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
	margin: 0;
}
.scorecheck-section form input:focus {
    border: 2px solid #0883ea;
    width: 100%;
    resize: none;
    appearance: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    outline: 0;
}
.scorecheck-section form .scorecheck-submit{
    font-family: 'Nunito Sans', sans-serif;
    background-image: linear-gradient(to right, #ff6f14 0%, #ff5d10 100%);
    color: #ffffff;
    border: 0px;
    text-transform: uppercase;
    line-height: 26px;
    font-weight:700;
    font-style: normal;
    font-size: 14px;
}
.scorecheck-section form .scorecheck-submit:hover{
    background-image:linear-gradient(to right, #ea620d 0%, #ff5d10 100%);
    color: #ffffff;
    cursor:pointer;
}
.pointer-img{
    position: absolute;
    right:50px;
    top: 250px;
    max-width: 230px;
}
.scorecheck-section form [class*='col-'].marg0 {
    padding-right:0px;
    padding-left:0px;
}
.marg10{
    padding-right: 10px;
}
.scorecheck-section h1{
    color: #ffffff;
    font-size: 55px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.1em;
    letter-spacing: -1px;
}
.scorecheck-section p{
    color: #ffffff;
    letter-spacing: 0px;
}
/*--------services_section------*/
.services-section{
    background-color: #eff3f6;
    padding:0 0 50px;
}
.line-icon{
    margin: 0 auto;
    margin-top: -40px;
    display: block;
}
.services-section .image-box-wrapper{
    padding:30px 25px 30px 25px;
    margin-bottom: 15px;
    transition:border .3s;
    /*border-bottom: 5px solid #fff;*/
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.services-section .image-box-wrapper:hover{
    /*border-bottom: 5px solid #0046a0;*/
    background-color: #fff;
    box-shadow: 0px 30px 60px 0px rgb(0 0 0 / 10%);
}
.image-box-content {
    padding: 0 0 0 10px;
}
.image-box-content p{
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 500;
    color: #060526;
    line-height: 25px;
}
.image-box-content ul{
	margin:0px 0 15px;
}
.image-box-content ul li{
    color: #060526;
    font-size: 15px;
	font-weight:600;
}
.services-section .image-box-wrapper .image-box-img {
    width:25%;
}
.services-section .image-box-wrapper .image-box-title{
    color: #100739;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.1em;
    letter-spacing: -1px;
}
/*-------footer----------*/
.footer-one-shape1 {
    position: absolute;
    border: 20px solid rgb(255,255,255,0.5);
    width: 150px;
    height: 150px;
    border-radius: 100%;
    top: 50px;
    left: 50px;
    mix-blend-mode: overlay;
}
.footer-one-shape2 {
    position: absolute;
    border: 15px solid rgb(255,255,255,0.5);
    width: 80px;
    height: 80px;
    border-radius: 100%;
    bottom: 50px;
    left: 50%;
    mix-blend-mode: overlay;
}
.footer-one-shape3 {
    position: absolute;
    border: 20px solid rgb(255,255,255,0.5);
    width: 150px;
    height: 150px;
    border-radius: 100%;
    bottom: 50px;
    right: 50px;
    mix-blend-mode: overlay;
}
.digimads-footer {
    background-color: transparent;
    background-image: linear-gradient(180deg, #0458e9 0%, #0046a0 100%);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 200px 0px 20px;
    position:relative;
    overflow:hidden;
}
.misaile_bg {
    width: 60px;
    max-width: 140px;
    top:380px;
    right:350px;
    position: absolute;
    transform: rotateZ(27deg);
}
.digimads-footer .background-overlay {
    background-image: url(../images/im-image-section-80-v2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 45% auto;
    opacity: 1;
    transition: background .3s,border-radius .3s,opacity .3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index:0;
}
.digimads-footer p{
        color: #fff;
    font-size: 16px;
    letter-spacing: 0;
}
.elementor-shape{
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    top: -1px;
}
.elementor-shape svg{
    height: 250px;
}
.digimads-footer .footer-top .widget-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.1em;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.digimads-footer .footer-top .site-map li {
    margin-bottom: 12px;
}
.digimads-footer .footer-top .site-map li a {
    font-size: 15px;
    color: #fff;
}
.digimads-footer .footer-top .site-map li a:hover {
    color: #ff5d10;
}
.digimads-footer .footer-bottom .footer-social li {
    display: inline;
    margin-left: 10px;
}
.digimads-footer .footer-bottom .footer-social li a {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    transition: all .8s ease;
    background: #ffa824;
}
.digimads-footer .footer-bottom .footer-social li a i {
    line-height: 25px;
}
.digimads-footer .footer-bottom .footer-social li a:hover {
    color: #ffffff;
    background: #106eea;
}
.digimads-footer .footer-top .address-widget li {
    padding: 0px 0px 16px 35px;
    position: relative;
    color: #fff;
}
.digimads-footer .footer-top .address-widget li .desc a {
    color: #fff;
}
.digimads-footer .footer-top .address-widget li .desc a:hover {
    color: #ff5d10;
}
.digimads-footer .footer-top .address-widget li i {
    color:#ffa824;
    position: absolute;    
    left:0px;
    font-weight: 600;
}
.digimads-footer .footer-top .address-widget li i:before {
  font-size: 20px;
}
.digimads-footer .footer-top p i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 12px 20px;
  pointer-events: none;
  color: #ffffff;
}
.digimads-footer .footer-top p ::-webkit-input-placeholder {
  color: #454545;
  opacity: 1;
}
.digimads-footer .footer-bottom .copyright p {
  margin: 0;
}
.digimads-footer .footer-bottom .copyright p a {
    color:#ffa824;
}
.digimads-footer .footer-bottom .copyright p a:hover {
    color: #fff;
}
.digimads-footer .footer-bottom .copy-right-menu li {
    display: inline-block;
    position: relative;
    padding: 0px 19px 0 25px;
}
.digimads-footer .footer-bottom .copy-right-menu li a {
    color: #454545;
}
.digimads-footer .footer-bottom .copy-right-menu li a:hover {
    color: #106eea;
}
.footer-bottom .row{
    border-top:1px solid #ffffff4d;
    margin-top: 50px;
    padding-top: 30px;
}
/*-------whychoose---------*/
.whychoose-section{
    padding:70px 0;
}
.whychoose-section .choose-item {
    display: flex;
    margin-top:30px;
}
.whychoose-section .choose-item h5{
    color: #100739;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.1em;
    letter-spacing: -1px;
}
.whychoose-section .chooce-img img{
    max-width: 60px;
    margin-right: 20px;    
}
.whychoose-section .chooce-content p{
    font-size: 15px;
    line-height: 21px;
}
.whychoose-section .why-choose-mainimg img{
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: floating;
    animation-name: floating;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
/*---client_testimonials---*/
.client-section{
    padding-top: 100px;
    padding-bottom: 88px;
    background-image: url(../images/home-15-new-testimonials-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.client-section .media{
    display: -ms-block;
    display: block;
    -ms-flex-align: start;
    align-items: flex-start;
}
.client-section .media-body {
    position: relative;
    margin: 20px 10px 50px 10px;
    padding:40px 30px 40px 30px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}
.client-section .carousel .carousel-item {
	color: #999;
	overflow: hidden;
	min-height: 120px;
	font-size: 13px;
}
.client-section .carousel .media img {
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 50%;
    margin-right: 15px;
}
.client-section .carousel .testimonial {
	padding:0px ;
	position: relative;
}
.client-section .carousel .overview{
    font-size: 14px;
}
.client-section .carousel .overview b {
    text-transform: capitalize;
    color: #1c47e3;
    display: block;
    font-size: 18px;
}
.client-section .carousel .carousel-indicators {
	bottom: -40px;
}
.client-section .carousel-indicators li,
.client-section .carousel-indicators li.active {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin: 1px 3px;
	box-sizing: border-box;
}
.client-section .carousel-indicators li {	
	background: #e2e2e2;
	border: 4px solid #fff;
}
.client-section .carousel-indicators li.active {
	color: #fff;
	background: #1c47e3;    
	border: 5px double;    
}
.client-section .testimonial-client-details{
    display:flex;
    position:relative;
    margin-top: 40px;
}
.client-section .testimonial-client-details::after{
	content: "\201C";
	font-family: Arial,sans-serif;
	color: #e2e2e2;
	font-weight: bold;
	font-size: 108px;
	line-height: 54px;
	position: absolute;
	right: -10px;
	bottom:40px;
    transform:rotate(180deg);
    opacity:0.5;
}
.client-section .testimonial p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: normal;
    color: #0b1427;
    margin-top: 14px;
}
/*---logo_slider---*/
.client-section #ourclients {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #eaeaeb;
    padding-bottom: 66px;
    margin-bottom: 66px;
}
.client-section #ourclients .clients-wrap {
    display: block;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}
.client-section #ourclients .clients-wrap ul {
    display: block;
    list-style: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.client-section #ourclients .clients-wrap ul li {
    display: block;
    float: left;
    position: relative;
    width: 220px;
    height: 100px;
    line-height: 100px;
    text-align: center;
}
.client-section #ourclients .clients-wrap ul li img {
    vertical-align: middle;
    max-width:200px;
    width:auto;
    max-height: 100%;
    -webkit-transition: 0 linear left;
    -moz-transition: 0 linear left;
    transition: 0 linear left;
}
/*-------sub_banner-------*/
.sub-banner{
    position: relative;
    top:130px;
    text-align: center;
    overflow: hidden;
    padding: 80px 0px 80px;
    background-color: #0028a2;

}
.sub-banner .pattern-layer-one {
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: 0px;
    width: 222px;
    height: 340px;
    background-repeat: no-repeat;
}
.sub-banner .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 420px;
    background-repeat: repeat-x;
    animation: slideInLeft 100s linear infinite;
    -webkit-animation: slideInLeft 100s linear infinite;
}
@keyframes slideInLeft {
    from {
        transform: translate3d(-100%,0,0);
        visibility: visible;
    }

    to {
        transform: translate3d(0,0,0);
    }
}
.slideInLeft {
    animation-name: slideInLeft;
}
.sub-banner h2 {
    position: relative;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.1em;
    margin: 0;
}
.page-breadcrumb {
    position: relative;
    margin-top: 10px;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}
.page-breadcrumb li {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}
/*-------contact_page-------*/
.contact-section{
    margin:200px 0 70px;
}
.contact-section .bg-gradient{
    background: #4154f1;
    background: -webkit-linear-gradient(top left,#4154F1,#061169);
    background: -moz-linear-gradient(top left,#4154F1,#061169);
    background: linear-gradient(to bottom right,#4154F1,#061169);
    padding:80px 35px;
    position: relative;
}
.contact-section .bg-gradient:before{
    content: '';
    background-image: url(../images/bg-4.png);
    background-position: top left;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    height: 250px;
    width: 100%;
}
.contact-section h2{
    font-size: 30px;
    font-weight:700;
    text-transform: capitalize;
    line-height: 1.1em;
    margin: 0 0 25px;
}
.contact-section .bg-gradient h2, 
.contact-section p,
.contact-section p a{
    color: #fff;
}
.contact-section p{
    font-size: 17px;
}
.contact-section .form-control{
    padding:15px;
    border-radius: 5px 5px 5px 5px;
    background-color: #F6F7F9;
    border: 1px solid #eaeaea;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    outline: none;
	height: 50px;
}
.contact-section textarea.form-control{
	height: 120px;
}
.contact-section form.wpcf7-form.init{
    margin-top: 30px;
}
.contact-section hr{
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1.6px dashed #f0efef;
}
/*-----------services_page----------*/
.services-page-wrap{
    position:relative;
    margin:220px 0 120px;
}
.services-page-wrap .sub_heading{
    font-family: 'Poppins', sans-serif;
    color: #0b1427;
    letter-spacing: -1px;
    padding: 5px 0;
    margin-bottom: 1rem;
	font-size: 34px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.1em;
}
.services-page-wrap .sub_heading-top {
    margin: 35px 0 10px;
}
figure.why-choose-mainimg{
	-webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: floating;
    animation-name: floating;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
/*---tab---*/
.services_tab_wrap .nav-pills{
	width: 450px;
}
.services_tab_wrap .nav-item{
	min-width: 150px;
	margin-right: 17px;
	margin-bottom: 5px;
}
.services_tab_wrap .nav-pills .nav-link{
	position: relative;
	background-color: #f4f6fd;
	color: #0b1427;
	width: 100%;
	padding: 13px 25px;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	border-radius: 4px;
	transition: 0.4s;
}
.services_tab_wrap .nav-pills .nav-link.active{
	background: #343436;
	color: #fff;
	background: -moz-linear-gradient(-30deg,#5ad0ff 0%,#3224e9 100%);
	background: -webkit-gradient(left top,right bottom,color-stop(0%,#5ad0ff),color-stop(100%,#3224e9));
	background: -webkit-linear-gradient(-30deg,#5ad0ff 0%,#3224e9 100%);
	background: -o-linear-gradient(-30deg,#5ad0ff 0%,#3224e9 100%);
	background: -ms-linear-gradient(-30deg,#5ad0ff 0%,#3224e9 100%);
	background: linear-gradient(120deg,#5ad0ff 0%,#3224e9 100%);
	box-shadow: 4px 3px 25px rgb(72 73 121 / 30%);
}
.services_tab_wrap .tab-content{
	position: absolute;
	width: 450px;
	height: auto;
	margin-top: 0;
	color: #000;
	z-index: 1000;
	padding: 30px 0;
	margin-bottom: 50px;
}
.services_tab_wrap .tab-content ul.seofy_plus li{
	position: relative;
	margin-bottom: 13px;
	padding-left: 30px;
	font-size: 16px;
	line-height: 22px;
	color: #6e6e6e;
}
.services_tab_wrap .tab-content ul.seofy_plus li:before {
	position: absolute;
	z-index: 1;
	content: "";
	width: 8px;
	height: 2px;
	left: 7px;
	top: 15px;
	background-color: #ff7d00;
}
.services_tab_wrap .tab-content ul.seofy_plus li:after {
    position: absolute;
    z-index: 1;
    content: "";
    width: 2px;
    height: 8px;
    left: 10px;
    top: 12px;
	background-color: #ff7d00;
}
/*----features----*/
.services-page-feature-wrap{
	background-image: url(../images/Home-7-Welcome-Section-Background-Image.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding:60px 0 80px;
}
.services-page-feature-wrap .vc_column-inner{
    padding:20px 20px;
    margin-top: 20px;
    transition: 0.5s;
}
.services-page-feature-wrap h2.sub_heading,
.services-page-feature-wrap h5.sub_heading-top{
    color: #fff;
}
.services-page-feature-wrap .vc_column-inner .icon{
    margin-bottom: 20px;
}
.services-page-feature-wrap .vc_column-inner h2{
    font-size: 20px;
    color: #fff;
    line-height: 26px;
    font-weight: 900;
    letter-spacing: 0;
}
.services-page-feature-wrap .vc_column-inner .content p{
    color: #fff;
    font-size: 15px;
}
.services-page-feature-wrap .vc_column-inner .content ul{
	margin:0px 0 15px;
}
.services-page-feature-wrap .vc_column-inner .content ul li{
    color: #fff;
    font-size: 15px;
	font-weight:600;
}
.services-page-feature-wrap .vc_column-inner:hover{
    background-color: #fff; 
    box-shadow: 0px 0px 29px rgb(0 0 0 / 10%);
    border-radius: 4px;
}
.services-page-feature-wrap .vc_column-inner:hover h2,
.services-page-feature-wrap .vc_column-inner:hover .content p,
.services-page-feature-wrap .vc_column-inner:hover .content ul li{
    color: #100739
}
/*----make_better----*/
.services-makebetter-wrap{
    padding:70px 0 50px;
}
.services-makebetter-wrap .sub_heading {
	font-size: 35px;
	line-height: 1.2em;
	margin: 0;
}
.services-makebetter-wrap img{
	margin: 0 auto;
	width:auto;
}
.services-makebetter-wrap .slide-up-card {
	background-color: #fff;
	padding: 30px 25px 40px 25px;
	box-shadow: 0px 0px 29px rgb(0 0 0 / 10%);
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.services-makebetter-wrap .slide-up-card:hover {
    transform: translate3d(0, -10px, 0);
}
.services-makebetter-wrap .slide-up-card .content{
	margin-top: 20px
}
.services-makebetter-wrap .slide-up-card .content h3.title{
	color: #000;
	font-size: 18px;
	font-weight: 800;
	line-height: auto;
	margin-bottom: 12px;
}
.services-makebetter-wrap .slide-up-card .content p{
	font-size: 16px;
	margin:0;
}
.design_bg .icon{
	margin-bottom:15px;
}

/*------------------responsive-------------*/
@media screen and (max-width: 991px) {
.site-logo img{
    max-width:100px;
}
#organio-header .or-header-right-btn ul li {
    height: 25px;
    width: 25px;
    line-height: 25px;
}
#organio-header .or-header-right-btn ul li a i {
    color: #000;
    font-size: 12px;
}
.organio-header-section.header-style-four {
    position: relative;
}
  .organio-header-section.header-style-one .menu-navigation.left-nav,
.organio-header-section.header-style-one .menu-navigation.right-nav {
    display: none;
  }

  .organio-header-section.header-style-one .site-logo {
    margin: 0;
    position: static;
  }

  .organio-header-section.header-style-one .organic-main-navigation {
    padding: 12px 0px 12px;
  }

  .organio-header-section.header-style-one .header-search-btn {
    right: 55px;
  }

  .mobile_menu_button {
    display: block;
  }

  .organio-header-section.header-style-one .header-top {
    display: none;
  }

  .or-blog-innerbox {
    margin: 0 auto;
    max-width: 370px;
    margin-bottom: 30px;
  }

  .organio-header-section.header-style-one .header-search-btn.search-btn {
    display: none;
  }

  .organio-header-section.header-style-one .header-search-btn.cart-btn {
    display: block;
  }

  .or-footer-widget .or-contact-widget,
.or-footer-widget .or-menu-widget {
    padding-left: 0;
  }

  .or-footer-widget {
    margin-bottom: 35px;
  }

  .or-shop-banner-innerbox {
    margin-bottom: 30px;
  }

  .or-about-img-1 {
    position: static !important;
  }

  .or-about-text-area {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .or-about-img-text-wrapper-1 {
    margin: 0 auto;
  }

  .or-about-section-1 {
    padding-bottom: 60px;
  }

  .or-why-choose-text-wrapper {
    padding-left: 0;
  }

  .or-funfact-innerbox {
    margin-bottom: 30px;
  }

  .or-funfact-innerbox:before {
    display: none;
  }

  .or-category-menu {
    display: none;
  }

  .organio-header-section.header-style-two .or-header-main-menu {
    display: none;
  }

  .organio-header-section.header-style-two .or-header-search-innerbox {
    display: none !important;
  }

  .login-register-button {
    display: none;
  }

  .organio-header-section.header-style-two .or-header-search-wrapper {
    padding: 10px 0px;
  }

  .or-header-login-register {
    margin-right: 60px;
  }

  .organio-header-section.header-style-two .mobile_menu_button {
    right: 0;
    top: -50px;
  }

  .or-commit-inner-box {
    margin-bottom: 20px;
  }
  .or-commit-inner-box:before {
    display: none;
  }

  .or-product-add-banner {
    margin-top: 30px;
  }

  .or-best-deal-shop {
    margin-bottom: 40px;
  }

  .main-navigation-area {
    display: none;
  }

  .organio-header-section.header-style-three .or-header-right-btn {
    margin-right: 55px;
  }

  .organio-header-section.header-style-three .mobile_menu_button {
    top: -60px;
  }
  .organio-header-section.header-style-three.sticky-on .mobile_menu_button {
    right: 0;
  }

  .or-feature-innerbox {
    margin-bottom: 30px;
  }

  .or-how-it-work-content .or-hw-shape {
    display: none;
  }

  .or-how-it-work-innerbox {
    margin-bottom: 30px;
  }

  .or-why-choose-text-wrapper-2 {
    margin: 0 auto;
    max-width: 570px;
  }

  .or-why-choose-img-2 {
    text-align: center;
  }

  .testimonial-feature-content-4 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .or-testimonial-text-wrapper-3 {
    margin-bottom: 30px;
  }

  .organio-header-section.header-style-four .or-header-main-menu-content {
    padding: 0px 0px;
  }

  .organio-header-section.header-style-four .or-header-main-menu-content .or-header-right-btn {
    margin-left: 0;
    padding-left: 0;
    margin-right: 50px;
  }

  .organio-header-section.header-style-four .mobile_menu_button {
    right: 0;
    top:-66px;
  }

  .blog-innbox-item-4 {
    max-width: 570px;
    margin: 0 auto;
  }

  .or-service-page-section {
    padding-bottom: 0;
  }

  .service-add {
    text-align: center;
    margin-bottom: 30px;
  }

  .or-service-details-section .scroll-sticky {
    position: static;
  }

  .or-service-details-text {
    margin: 0 auto;
    max-width: 770px;
  }

  .or-service-details-feature,
.or-service-commit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .or-service-details-ft-icon-text {
    width: 100%;
    margin-bottom: 30px;
  }

  .or-service-details-section {
    padding: 50px 0px 80px;
  }

  .or-team-feed-section {
    padding: 60px 0px 40px;
  }

  .or-team-details-section {
    padding: 50px 0px 60px;
  }

  .ord-team-details-text-item .activity-list-progress {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ord-team-details-text-item .ord-team-details-activity,
.ord-team-details-progress {
    width: 100%;
  }

  .or-contact-innerbox {
    margin-bottom: 30px;
  }

  .or-contact-info-section {
    padding: 50px 0px 20px;
  }

  .or-main-cart-section .top-sticky {
    position: static;
  }

  .or-cart-total-warpper {
    margin-left: 0;
    margin-top: 30px;
  }

  .or-main-cart-section,
.or-checkout-section {
    padding: 50px 0px 80px;
  }

  .or-project-feed-section {
    padding: 70px 0px;
  }

  .or-project-overview-comment-wrapper {
    margin-left: 0;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .or-project-overview-comment-wrapper .or-project-overview-comment-img {
    margin-bottom: 20px;
  }

  .or-project-overview-text-wrapper .project-qoute-icon {
    display: none;
  }

  .or-project-details-section {
    padding: 50px 0px 70px;
  }

  .or-blog-feed-section {
    padding: 50px 0px;
  }

  .top-sticky-sidebar {
    position: static;
  }

  .or-side-bar {
    padding-left: 0;
  }

  .or-widget-wrap .or-recent-blog-img-text {
    padding-left: 0;
  }
}
@media only screen and (min-width:320px) and (max-width:768px) {
    .subbannerbgg {
        display: block;
        padding: 50px 0 50px;
    }
    .footer .widget {
        margin: 10px 0 0px;
    }
    .first-footer .widget-area {
        margin-bottom: 10px;
    }
    .contactpagebgg .contact-box {
        margin-bottom: 40px;
    }
    .aboutpagebgg img {
        height: 150px;
    }
    .aboutpagebgg h1, .whatprovidebgg h1, .teambgg h1 {
        font-size: 22px;
        margin: 0px 0 18px;
        line-height: 31px;
    }
    .whatprovidebgg {
        padding: 50px 0 50px;
    }
    .productbgg {
        padding:100px 0;
    }
    .list-card {
        height: 280px;
    }
    .cntbg {
        padding: 0px 0px;
    }
    .banner1 .banner-hover {
        margin-bottom: 20px;
    }
    .banner-slider ul li h2 {
        line-height:25px;
        font-size: 20px;
    }
    .btnclr {
        font-size: 12px;
        padding: 10px 20px;
        margin-top: 0;
        display:none;
    }
    .banner-heading {
       width: 300px;
    }
    .tp-bullets.hidebullets {
        display: none;
    }
    .whatprovidebgg .services-item .content h5 {
        font-size: 21px;
    }
}
@media only screen and (min-width:901px) {
    .btnclr {
        margin-top: 42px;
    }
}
/*------------what we provide------------*/
.about-area {
    padding:40px 0 50px;    
    background-image: url(../images/white-bg-line.jpg);
    background-position: 50%;
    background-size: contain;
    background-repeat: repeat;
}
.about-title {
    border-right: 1px solid #dedcde;
}
.about-title span {
    color: #099f22;
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
}
.about-title h2 {
    font-size: 22px;
    font-weight: 600;
    color: #002e5b;
    text-transform: capitalize;
    padding: 10px 0;
    text-align: center;
    margin: 40px 15% 0;
    line-height: 33px;
}
.about-text p{
    text-align:justify;
}
.about-text .read-more-btn {
    margin-top: 5px;
    display: inline-block;
    color: #09a223;
    font-size: 16px;
    font-weight: 600;
}
.about-text .read-more-btn i{
    font-weight: 600;
}
.single-about-box {
    margin-top: 30px;
    background-color: #fff;
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    padding: 30px 10px;
    border-radius: 10px;
    text-align: center;
    transition: .5s;
    height: 220px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.single-about-box:hover {
    transform: translateY(-15px);
}
.single-about-box .icon {
    width: 90px;
    height: 100px;
    line-height: 100px;
    border-radius: 5px;
    background-color: #f8f8f8;
    color: #2ab9f9;
    transition: .5s;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
.single-about-box h3 {
    font-size: 17px;
    font-weight: 600;
    padding: 0 10px;
    text-transform: capitalize;
    color: #002e5b;
}
p:last-child {
    margin-bottom: 0;
}
.single-about-box:hover .icon img {
    transform: rotate(
0deg);
}
/*------------ Footer --------------*/
.orderingbg{
    order:3;
}
.tp-footer-two {
  background-color: #002e5b;
  padding-top: 30px;
  padding-bottom: 10px;
  position:relative;
}
.tp-footer-two:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-line.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.tp-footer-two h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}
.tp-footer-two .ft-section {
  border-bottom: 2px solid #0c4776;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px; 
  position:relative;
}
.copybg{    
  position:relative;
  padding-bottom:15px;
}
.tp-footer-two .ft-section .cta {
  font-size: 28px;
  color: #fff;
  text-align: right;
  line-height: 2;
}
.tp-footer-two .ft-links ul li i {
    font-size: 11px;
    padding-right: 10px;
    color: #0077b5;
}
.tp-footer-two .ft-links ul li a {
  color: #a3a4a8;
}
.tp-footer-two .ft-links ul li a:hover {
  color:#09a223;
}
.tp-footer-two .ft-links-social .social-box {
  padding: 7px 12px;
  margin-bottom: 10px;
  width: auto;
  display: inline-block;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  float: left;
  margin-right: 10px;
}
.tp-footer-two .ft-section .ft-aboutus{margin-bottom: 30px;}
.tp-footer-two .ft-section .ft-aboutus p {
  margin-bottom: 15px;
  color: #a3a4a8;
}
.tp-footer-two .ft-section .ft-aboutus .addrs {
  color: #fff;
  margin-bottom: 0px;
}
.tp-footer-two .ft-links-social a.social-box:hover {
  color: #fff;
}
.tp-footer-two .ft-links-social a.social-box i {
  padding-right: 0;
}
.tp-footer-two .ft-links-social .facebook {
  background-color: #3a5795;
}
.tp-footer-two .ft-links-social .facebook:hover {
  background-color: #3e63b3;
}
.tp-footer-two .ft-links-social .google {
  background-color: #de4231;
}
.tp-footer-two .ft-links-social .google:hover {
  background-color: #d13221;
}
.tp-footer-two .ft-links-social .twitter {
  background-color: #55acee;
}
.tp-footer-two .ft-links-social .twitter:hover {
  background-color: #31a0f4;
}
.tp-footer-two .ft-links-social .linkedin {
  background-color: #0077b5;
}
.tp-footer-two .ft-links-social .linkedin:hover {
  background-color: #0684c5;
}
.copyright-text {
    color: #a3a4a8;
    text-align: center;
    font-size: 12px;
}
.tp-footer-two .tiny-ft-links ul {
  float: right;
  font-size: 13px;
}
.tp-footer-two .tiny-ft-links ul li {
  float: left;
}
.tp-footer-two .tiny-ft-links ul li a {
  color: #62656a;
  padding-right: 10px;
}
.tp-footer-two .tiny-ft-links ul li a:hover {
  color: #fafafa;
}
.ft-logo img{
    max-width: 150px;
}
.pnno{
    font-size: 12px;
    color: #a3a4a8;
    text-transform: none;
    text-align: center;
}
/*==========Partners CSS Start==========*/
.main-partners {
    position: relative;
    padding: 30px 0 40px;
    margin-bottom:20px;
}
.partners-box {
    width: 100%;
    text-align: center;
}
.partners-box img {
    width: 150px;
    transition: 0.3s;
    /*border: 1px dashed #cccccc61;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 8%);*/
    /*background-color: #fff;*/
    border-radius: 5px;
}
.partners-box img:hover {
    filter: grayscale(0);
}
.main-partners h2{
    font-family: Roboto,sans-serif;
    font-size: 42px;
    font-weight: 900;
    color: #002e5b;
    text-align: center;
    margin-bottom: 50px;
}
/*------------services------------*/
#tp-select-opt {
    background-color: #f8f8f8;
        padding: 100px 0;
}
#tp-select-opt .tp-title h2{    
    font-size: 42px;
    text-align: center;
    font-weight: 600;
    padding: 0 10px;
    text-transform: capitalize;
    color: #002e5b;
    margin-bottom:50px;
}
.insurance-block h2, .agent-block h2{
    font-size: 25px;
    font-weight: 600;
    padding: 0;
    text-transform: capitalize;
    color: #002e5b;
}
.tp-btn-orange {
    background-color: #0F2765;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border-radius: 30px;
    padding:8px 40px;
}
.tp-btn-orange:hover, .tp-btn-orange:focus {
    background-color:#0a3ab6;
    color: #fff;
}
#tp-select-opt p {
    margin: 30px 0;
}
.tp-select-opt {
  padding-top: 100px;
}
.tp-select-opt .insurance-block {
    border: 1px solid #e2e6ed;
    padding: 40px 40px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
}
.tp-select-opt .insurance-block:hover,
.tp-select-opt .agent-block:hover {
  border: 1px solid #e2e6ed;
  padding: 40px 40px;
  text-align: center;
  background-color: #fafafa;
}
.tp-select-opt .agent-block {
    border: 1px solid #e2e6ed;
    padding: 40px 40px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
}
.tp-select-opt .insurance-block img,
.tp-select-opt .agent-block img{
    margin-bottom: 30px;
    max-width: 100px;
}
.tp-testimonial-two .circle-icon .quote-circle {
  color: #fff;
  padding: 18px 20px;
  border-radius: 100px;
}
.tp-testimonial-two .circle-icon .orange-quote {
  background-color: #ff7841;
}
.tp-testimonial-two .circle-icon .blue-quote {
  background-color: #1757b8;
  margin-left: -10px;
}
.tp-testimonial-two .quote-ct {
  padding-top: 60px;
  padding-bottom: 60px;
}
.tp-testimonial-two .quote-ct .quote-text {
  font-size: 23px;
  font-style: italic;
  line-height: 37px;
}
.tp-testimonial-two p.name {
  color: #1757b8;
  margin-bottom: 10px;
  font-size: 24px;
  font-family: 'Roboto Slab', serif;
  padding-top: 60px;
}
.tp-testimonial-two .name .location {
  color: #565b62;
}
/*---------------sub_banner----------*/
.centred {
    text-align: center;
}
.page-title{
  position: relative;
  width: 100%;
  padding: 132px 0px 134px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-title:before{
  position: absolute;
  content: '';
  background: #00224f;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.7;
}
.page-title .content-box .title{
  position: relative;
  display: block;
  margin-bottom: 6px;
}
.page-title .content-box .title h1{
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
}
.page-title .content-box .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding-right: 15px;
  margin-right: 5px;
}
.page-title .content-box .bread-crumb li:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 6px;
  height: 1px;
  top: 12px;
  right: 0px;
}
.page-title .content-box .bread-crumb li:last-child:before{
  display: none;
}
.page-title .content-box .bread-crumb li:last-child{
  padding: 0px !important;
  margin: 0px !important;
}
.page-title .content-box .bread-crumb li a{
  color: #fff;
}
.page-title .content-box .bread-crumb li {
    color: #0ade2e;
}
/*----------about_page-------------*/
.aboutus-section{
    padding:100px 0;
}
.aboutus-section h2{
    font-size: 42px;
    font-weight: 600;
    text-transform: capitalize;
    color: #002e5b;
    margin-bottom:20px;
}
.aboutus-section h3{
    color: #099f22;
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
}
.aboutus-section .ttm-list {
    list-style: none;
    font-size: 16px;
}
.aboutus-section .ttm-list li {
    position: relative;
    display: block;
    padding-top: 12px;
    color: #000;
    font-size: 14px;
}
.aboutus-section .ttm-list li i{
    color: #8cbc43;
    margin-right:10px;
}
.aboutus-section .ttm_single_image-wrapper{
    /*width: 680px;
    height: 515px;*/
    border-radius: 4px;
    overflow: hidden;
    float: right;
    position: relative;
    box-shadow: 1px 1px 60px rgb(0 0 0 / 15%);
    z-index: 1;
}
.aboutus-section .paddingleft40{
    padding-left: 40px;
}
.aboutus-section .paddingtop40{
    padding-top: 40px;
}
.ttm-list-style-icon span.hnt{
     font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    color: #002e5b;
 }
/*---------------contact_page--------*/
.conatact-section{
    padding: 100px 0;
}
.conatact-section .title-header h3, .form-section h3 {
    color: #099f22;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 22px;
}
.conatact-section h2, .form-section h2 {
    font-size: 42px;
    font-weight: 600;
    text-transform: capitalize;
    color: #002e5b;
    margin-bottom: 20px;
}
.conatact-section .featured-icon-box {
    position: relative;
    margin:5px 0;
}
.conatact-section .featured-icon,
.conatact-section .featured-content{
    display: table-cell;
    vertical-align: top;
}
.conatact-section .featured-icon i{
    color: #8cbc43;
    border-radius: 5px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border: 1px solid #8cbc43;
    position: relative;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    box-sizing: content-box;
        font-size: 32px;
}
.conatact-section .featured-content{
    padding-left: 25px;
}
.conatact-section .featured-icon-box h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 12px;
    font-weight: 700;
    text-transform: capitalize;
}
.conatact-section .featured-icon-box h3 span{
    color: #8cbc43;
}
.conatact-section .featured-content div{
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 5px;
    letter-spacing: 0.2px;
    color: #9d9d9d;
}
.conatact-section .socialtext p{
    font-size: 17px;
    font-weight: normal;
    letter-spacing: -1px;
}
.conatact-section .socialtext p a {
    color: #1b1b1b;    
    letter-spacing: 0;
}
.conatact-section .dtbg{
    margin:50px 0 40px;
}
/*--form--*/
.bgcolor-grey{
    background-color: #f8f8f8;
    padding: 90px 0;
    text-align:center;
}
.bgcolor-grey p {
    margin-bottom: 35px !important;
    width: 55%;
    margin: 0 auto;
}
.mortgageformbg.bgcolor-grey{
    background-color: #f8f8f8;
    padding: 90px 0;
    text-align:left;
}
.mortgageformbg.bgcolor-grey p {
    margin-bottom: 35px !important;
    width: auto;
    margin: 0;
}
.mortgageformbg .submit {
    border-radius: 3px;
}
.mortgageformbg h2{
    font-size: 42px;
    font-weight: 600;
    text-transform: capitalize;
    color: #002e5b;
    margin:0;
    margin-bottom: 20px;
}
.bg-img11 {
    background-image: url(../images/row-bgimage-11.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50px -120px;
    background-attachment: scroll;
}
textarea, input[type="text"], 
input[type="number"], 
input[type="email"], 
input[type="tel"],  
.uneditable-input, 
select{
        font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
    width: 100%;
    color: #8093a8;
    padding: 13px 15px 14px;
    border-radius: 3px;
    font-weight: 400;
    background-color: #f9f9f9a1;
    text-transform: inherit;
    border: 1px solid #efefef;
    font-size: 14px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
    box-shadow: 0 0 3px 0 rgb(43 52 59 / 8%);
    margin: 5px 0 25px;
}
.form-section textarea{
    height:200px;
}
.submit {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding: 14px 30px 14px 30px;
    line-height: normal;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #09A223;
    background-color: #09A223;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
    color: #fff;
    border-radius: 30px;
}
.submit::before {
    content: '';
    position: absolute;
    background-color: inherit;
    width: 0%;
    height: 100%;
    right: 0;
    left: auto;
    top: 0;
    -webkit-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
    z-index: -1;
}
.submit:hover::before {
    right: auto;
    left: 0;
    width: 100%;
    background-color: #1b1b1b;
}
.submit:hover {
    color: #fff;
}
.submit:focus{
    box-shadow: none;
    outline: 0;
    border: 0;
}
.submit i {
    line-height: 15px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    text-align: inherit;
    margin-left: 10px;
    transition: .4s;
    top: 2px;
}
/*---------services--------*/
.servicessec{
    padding:100px 0 0;
}
.servicessec .single-about-box {
    background-color: #e8e8e8;
}
.ttm_fatured_image-wrapper{
    margin: 0px 10px 20px 0;
}
.servicessec h2 {
    font-size: 42px;
    font-weight: 600;
    text-transform: capitalize;
    color: #002e5b;
    margin-bottom: 20px;
}
.padding_top20 {
    padding-top: 20px;
}
.servicessec li {
    position: relative;
    display: block;
    padding-top: 12px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.servicessec li i{
    color: #8cbc43;
    margin-right:10px;
}
.servicessec h3{
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    color: #002e5b;
    margin-top: 20px;
}
.padding_top45{
    padding:20px 0px 40px;
}
.single-about-box h3 {
    font-size: 17px;
    font-weight: 600;
    padding: 0 10px;
    text-transform: capitalize;
    color: #002e5b;
}
.servicessec .partners-box img {
    margin-bottom: 20px;
}
/*------rightside-------*/
.ttm-bgcolor-darkgrey{
    background-color: #1b1b1b;
}
.ttm-col-wrapper-bg-layer{
    background-image: url(../images/col-bgimage-13.jpg);
    text-align: left;
    padding: 40px 20px 50px;
    z-index: 2;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    position:relative;
}
.ttm-col-wrapper-bg-layer:before{
    content: '';
    position: absolute;
    background-color:rgb(15 39 101 / 78%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    opacity: .80;
    z-index: -1;
}
.widget-banner .widget-banner-inner h3 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom:15px;
    color:#fff;
}
.widget-banner .widget-banner-inner p {
    color: rgba(255,255,255,.8);
    margin-bottom: 25px;
}
/*------------responsive-------------*/
@media only screen and (max-width:992px){
	.slider-section .hero-title{
		font-size: 42px;
	}
	.slider-section .vc_custom_heading {
		font-size: 22px;
		margin: 0;
	}
	.slider-section .slider_textbg {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 1;
	}
	.slider-section .slider_textbg {
		padding: 80px 0;
	}	
	.seoscore-section .vc_column-inner {
		margin-top: 30px;
	}
	.scorecheck-section .pointer-img,
	footer.digimads-footer .misaile_bg.parallax-scene-1.inner-column .image img{
		display: none;
	}
	.scorecheck-section form [class*='col-'].marg0{
		padding-right: auto;
		padding-left: auto;
	}	
	.scorecheck-section form input.scorecheck-input{
		margin: 0 0 15px;
	}
	.scorecheck-section .col-lg-6.col-md-6.col-sm-12.col-xs-12.marg10,
	.scorecheck-section .col-lg-3.col-md-3.col-sm-12.col-xs-12.marg10{
		padding: 0;
	}
	.scorecheck-section form .row {
		padding: 40px 30px;
		    margin: 20px 30px 0;
	}
	.scorecheck-section h1 {
		font-size: 38px;
	}
	.sub_heading {
		font-size: 30px;
	}
	.site-navbar .site-logo a img, .digimads-footer .footer-top .footer-logo img {
		max-width: 150px;
	}
	.services-section .image-box-wrapper{
		text-align:center;
	}
	.services-section .image-box-wrapper .image-box-img {
		margin: 0 auto 10px;
	}
	.digimads-footer .footer-top .widget-title{
		margin-top:20px;
	}
	.client-section {
		padding-bottom: 0;
	}
	footer.digimads-footer .copyright{
		text-align: center;
	}
	footer.digimads-footer ul.footer-social.md-mb-30 {
		text-align: center;
		margin-top: 10px;
	}
	.sub-banner {
		padding: 50px 0px 50px;
	}
	.services-page-wrap {
		margin: 220px 0 20px;
	}
	.services_tab_wrap .tab-content {
		position: relative;
		padding: 30px 100px 0 0;
	}	
	.slide-up-card.mt-70{
		margin-top:30px;
	}
	.slide-up-card{
		margin-top:30px;
	}	
	.contact-section .pl-50{
		padding-left:15px;
	}
	.contact-section .form-control {
		margin-bottom: 20px;
	}
	.services-page-feature-wrap .vc_column-inner {
		padding: 20px 0px;
	}
	.services-page-feature-wrap .vc_column-inner h2 {
		font-size: 17px;
		line-height: 20px;
	}
	
	
}

























