body{
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,
    "Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;

}


.col-strech{
    display:flex;
    align-items: stretch;
}
::-webkit-scrollbar {
    display: none;
}
/*header*/
header{
    background-color: #032845;
    padding: 20px 0px;
}

header .navbar div#navbarNavDropdown {
    justify-content: end;
}
header .navbar a.nav-link{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #b9c1c4;
    border-bottom: 4px solid transparent;
}
header .navbar a.nav-link:hover{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #b9c1c4;
    border-bottom: 4px solid #fff;
}
header .navbar li.nav-item {
    margin-left: 20px;
}
header i.fas.fa-bars {
    color: #3aaadd;
    font-size: 26px;
}
img {
    max-width: 100%;
}
.navbar-brand img{
    height: 70px;
}
footer li a img{
    height: 65px;
}
/*.................end header...................*/
section.main-banner .banner-text,section.who-we-are h1,section.who-we-are p,section.what-we-offer h1,section.who-we-serve h1
,section.who-we-serve .list_item,section.client-are-say .banner-text h1,section.about-Contact form,section.about-Contact .text-part h2 ,section.about-Contact .text-part h3{
 
   transition: all .6s ease-in-out !important;
}
section.pricing-banner .text-part h2,section.pricing-banner .icon-part ,section.pricing-banner .text-part p,section.pricing-info .pricing-left-part h2,section.pricing-info .pricing-left-part p ,section.pricing-info .right-part,section.pricing-add h2 ,section.pricing-add i,section.pricing-table .text-part h2,section.pricing-table .price-table-content,section.pricing-table text-part,section.pricing-six .pricing-box.pricing-box-box{
    transition: all .6s ease-in-out !important;
}
section.portfolio-banner,section.portfolio-our .text-part h2,section.portfolio-our .text-part p ,section.catagory-filter .text-part h2,section.catagory-filter ul#pills-tab,section.catagory-filter div#pills-tabContent {
     transition: all .6s ease-in-out !important;
}
section.about-banner .text-part,section.add-on-info .left-part h2,section.add-on-info .left-part p,section.add-on-info .hr_dots, .hr_dots{
    transition: all .6s ease-in-out !important;
}
section.main-banner {
    background-image: url('../images/banner.jpg');
    background-repeat: no-repeat;
    height: 400px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center ;
  
}
section.main-banner .banner-text {
  text-align: center;
   transition: all .8s ease-in-out !important;
}
section.main-banner .banner-text h1 {
    font-size: 56px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    
}
section.main-banner .banner-text p {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 3.5px;
    
}
/*--------section.who-we-are---------*/
section.who-we-are {
    background-color: #032845;
    padding-top: 110px;
    padding-bottom: 80px;
}
section.who-we-are h1 {
    font-size: 65px;
    line-height: 55px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #fff;
      text-align: center;
      margin-bottom: 50px;
}
section.who-we-are h1 b{
    font-weight: 700;
}
section.who-we-are p {
    line-height: 34px;
    font-size: 24px;
    letter-spacing: 1px;
    text-align: center;
     color: #fff;
}
/* -----what we offer------*/
section.what-we-offer {
    
    padding-top: 110px;
    padding-bottom: 80px;
    padding-top: 130px;
    padding-bottom: 60px;
    background-color: rgb(146, 141, 139);
  background-image: url('../images/services.png');
    background-repeat: no-repeat;
    background-position: center -56px;
    background-attachment: fixed;
    background-size: cover;
}
section.what-we-offer h1 {
    font-size: 65px;
    line-height: 55px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}
section.what-we-offer h1 b{
    font-weight: 700;
}
section.what-we-offer .list_item {
    padding: 15px 0px;
    transition: all .6s ease-in-out !important;
}
section.what-we-offer .list_item:hover {
    transform: scale(1.2);
}
section.what-we-offer .list_item a{
    display: flex;
    text-decoration: none;
}
section.what-we-offer .list_item i{
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    font-size: 50px;
    overflow: hidden;
    text-align: center;
    float: left;
}
section.what-we-offer .list_right{
       margin-left: 20px;
   
}
section.what-we-offer .list_right h4.title{
   font-size: 23px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
}
section.what-we-offer .list_right  p {
    font-size: 18px;
    line-height: 24px;
     color: #fff;
}
/* -----who we serve------*/
section.who-we-serve{
    padding-top: 130px;
    padding-bottom: 60px;
    background-color: #ffffff;
    text-align: center;
}
section.who-we-serve h1{
    font-size: 65px;
    line-height: 55px;
    font-weight: 300;
    letter-spacing: 0px;
    margin-bottom: 40px;
}
section.who-we-serve h1 b{
    font-weight: 700;
}
section.who-we-serve .list_item i{
    font-size: 70px;
    color: #00a3da;
    margin-bottom: 20px;
}
section.who-we-serve .list_right h4.title{
 font-size: 32px;
    line-height: 32px;
    margin-bottom: 20px;
        color: #191f45;
}
section.who-we-serve .list_right  p {
    font-size: 23px;
    line-height: 24px;
    color: #191f45;
}
section.who-we-serve  .list_item a{
  
    text-decoration: none;
}
section.who-we-serve .list_item {
    padding: 20px;
    box-shadow: 0px 0px 5px 1px #e9e9e9;
   margin-bottom: 30px;
   border-radius: 10px;
}
section.who-we-serve .list_item:hover {
    transform: scale(1.1,1.1);
    background-image: url(../images/bluebg2.png);
    background-size: auto;
    -webkit-box-shadow: 0px 10px 59px -12px rgb(0 0 0 / 78%);
    -moz-box-shadow: 0px 10px 59px -12px rgba(0,0,0,0.78);
    box-shadow: 0px 10px 59px -12px rgb(0 0 0 / 78%);
}
/*...........clients are saying............*/
section.client-are-say{
     padding-top: 80px;
    padding-right: 0px;
    padding-bottom: 70px;
    padding-left: 0px;
    background-color: #FAFBFC;
    text-align: center;
}
section.client-are-say .banner-text h1{
 font-size: 65px;
    line-height: 55px;
    font-weight: 300;
    letter-spacing: 0px;   
}
section.client-are-say h1 b{
    font-weight: 700;
}
/*-----------------------start slider------------*/
section.client-are-say .carousel  {
    margin-top: 60px;
        padding: 0px 80px;
}
section.client-are-say .carousel .hr_dots {
    margin-bottom: 15px;
    text-align: center;
    line-height: 0;
}
section.client-are-say .carousel .hr_dots span {
    background-color: #4CAF50;
    color: #52b65b;
   
    border-radius: 50%;
    display: inline-block;
    width: 5px;
    height: 5px;
    overflow: hidden;
    margin: 0 5px;
}
section.client-are-say .carousel p {
    font-size: 22px;
    line-height: 32px;
    font-style: italic;
    color: #444444;
    margin-bottom: 30px;
}
section.client-are-say .carousel .author  {
     margin-bottom:15px;
}
section.client-are-say .carousel .author h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
        color: #2196F3;
}


section.client-are-say .author .company {
    color: #00467E;
    font-size: 18px;
    line-height: 28px;
}


section.client-are-say .carousel .carousel-control-prev {
    left: 0;
    width: 40px;
    height: 40px;
   background-color: #2196F3;
    opacity: initial;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}




section.client-are-say .carousel .carousel-control-next {
    right:0;
    width: 40px;
    height: 40px;
   background-color: #2196F3;
    opacity: initial;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}
/*------------------------add-ons page---------------*/
section.add-ons-banner{
    background-image: url(../images/addons.png) !important;
    visibility: visible;
   
    
  
}
section.add-ons-banner h2{
    background:rgb(0 1 2 / 77%);
        padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}
section.add-ons-banner .text-part p {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-align: center;
    background: #ffffff8f;
    padding: 0px 5px;
}
section.add-on-info .hr_dots {
    margin-bottom: 15px;
    text-align: center;
    line-height: 0;
}
section.add-on-info .hr_dots span {
    background-color: #4CAF50;
    color: #52b65b;
    border-radius: 50%;
    display: inline-block;
    width: 5px;
    height: 5px;
    overflow: hidden;
    margin: 0 5px;
}
section.add-on-info .left-part h2 {
    text-align: center;
    color: #241147;
    text-shadow: 0px 0px 10px #673ab7;
    font-size: 36px;
    line-height: 45px;
    font-weight: 600;
    text-transform: uppercase;
}
section.add-on-info .left-part p{
    text-align: center;
    color: #200F3F;
    text-shadow: 0px 0px 1px #673ab7;
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
}
section.add-on-info{
    padding: 80px 6% 55px;
    background-color: #3d47ad;
      
}
section.add-on-info .right-part h3{
    text-align: center;
    color: #141845;
    text-shadow: 0px 0px 10px #2196f3;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    text-transform: none;
}
section.add-on-info .right-part h2{
    color: #141845;
    text-shadow: 0px 0px 10px #2196f3;
    font-size: 30px;
    line-height: 48px;
    font-weight: 600;
    text-transform: uppercase;
     text-align: center;
}
section.add-on-info .right-part p{
    text-align: center;
    color: #001526;
    text-shadow: 0px 0px 1px #2196f3;
    font-size: 20px;
    line-height: 29px;
    font-weight: 300;
}
section.add-on-info .right-part h4{
    text-align: center;
    color: #001526;
    text-shadow: 0px 0px 1px #2196f3;
    font-size: 20px;
    line-height: 29px;
    font-weight: 600;
}
section.add-on-info .addon-left-part{
    padding:80px 55px;
    background-color: #fff;
}
section.add-on-info .addon-right-part{
    padding:80px 55px;
    background-color: #f3f4f4;
}
/*................pricing page start...............*/

section.pricing-banner{
    padding-top: 110px;
    padding-bottom: 80px;
    padding-top: 130px;
    padding-bottom: 60px;
    background-image: url('../images/back.jpeg') !important;
    background-repeat: no-repeat;
    height: 400px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: left;
    
}
section.pricing-banner .text-part {
    width: 60%;
}
section.pricing-banner .icon-part {
     width: fit-content;
    background-color: #ffffffbd;
    font-size: 30px;
    padding: 0px 15px;
    text-align: center;
    margin: auto;
    margin-bottom: 7px;
}
section.pricing-banner .text-part h2{
      font-size: 70px;
    color: #00a3da;
    text-transform: uppercase;
    background-color: #00000091;
    width: fit-content;
    padding: 6px 15px;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
}
section.pricing-banner .text-part p{
    font-size: 23px;
    letter-spacing: 3px;
    text-transform: uppercase;
    background-color: #ffffff63;
    width: fit-content;
    text-align: center;
    padding: 0px 10px;
    margin: auto;
    color: #000;
    font-weight: 500;
}
/*..................pricing banner start.................*/

section.pricing-info{
    padding-top: 70px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    background-color: #FFFFFF;
}
section.pricing-info .pricing-left-part h2{
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-bottom: 15px;
    background-color: #FAFBFC;
    text-align: left;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    letter-spacing: 1px;
        color: #191f45
}
section.pricing-info .pricing-left-part p{
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: Montserrat;
    color: #808b98;
}
section.pricing-info .pricing-right-part h2{
        padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-bottom: 15px;
    background-color: #FAFBFC;
    text-align: left;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    letter-spacing: 1px;
        color: #191f45;
}
section.pricing-info .pricing-right-part i{
            margin-right: 8px;
            font-weight: bold;
}
section.pricing-info .pricing-right-part p{
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: Montserrat;
    color: #808b98;
}
section.pricing-info .pricing-right-part h5{
     color: #131313;
     font-weight: bold;
}
/*.............pricing add start................*/
section.pricing-add{
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
    background-color: #032845;
}
section.pricing-add h2{
 
      color: #FFFFFF;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
section.pricing-add i{
    font-size: 30px;
    color: lime;
    margin-top: 15px;
}
/*.............pricing table start............*/
section.pricing-table {
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
    background-color: #FAFBFC;
    }
section.pricing-table .hr_dots {
    margin-bottom: 15px;
    text-align: center;
    line-height: 0;
}
section.pricing-table .text-part h2{
text-align: center;
    text-shadow: 0px 0px 3px #03a9f4;
    font-size: 42px;
    line-height: 52px;
    font-weight: 800;
    letter-spacing: 1px;
        color: #0064B4;
}
section.pricing-table .hr_dots span{
   background-color: #0064B4;
    color: #0064B4;
    border-radius: 50%;
    display: inline-block;
    width: 5px;
    height: 5px;
    overflow: hidden;
    margin: 0 5px;
}
section.pricing-table .table-heading{
border: 1px solid #00000029;

}
section.pricing-table .table-heading h2{
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    color: #191f45;
}
section.pricing-table .table-heading{
text-align: center;
border-color: rgba(0,0,0,.08);
padding: 10px 15px;
margin-bottom: 30px;
}
section.pricing-table .price{
    color: #52b65b;
        font-size: 45px;
    line-height: 45px;
    margin: 0 5px;
   
}
section.pricing-table .price sup.currency{
    font-size: 20px;
    top: -3px;
}
section.pricing-table hr{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    color: #52b65b;
    background: #52b65b;
    margin-bottom: 0;
    width: 60%;
    display: inline-block;
}
section.pricing-table .plan-inside {
    padding: 10px 30px;
}
section.pricing-table .plan-inside  ul {
    font-size: 20px;
    font-weight: 300;
}
section.pricing-table .plan-inside  ul li {
  text-align: left;
  
    padding: 11px 10px;
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
section.pricing-table .plan-footer {
        padding: 24px 15px;
}
section.pricing-table .plan-footer a.button{
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 5px 5px 5px 5px;
   background-color: #00a3da;
   color: #fff;
   padding: 10px 15px;
}
section.pricing-table .plan-footer a{
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
/*.............pricin six start...............*/
section.pricing-six {
    padding: 20px 15px 0;
}
section.pricing-six {
    text-align: center;
    padding: 10px 15px;
     border-color: rgba(0,0,0,.08);
}
section.pricing-six .plan-header h2{
 font-size: 32px;
    line-height: 42px;
    font-weight: 600;
        color: #191f45;
}
section.pricing-six .plan-header sup{
  font-size: 15px;
    line-height: 15px;
    top: -15px;
   
}
section.pricing-six .plan-header span {
    font-size: 45px;
    line-height: 45px;
    margin: 0 5px;
}
section.pricing-six span.pi-content {
    font-weight: 700;
    color: #808b98;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

section.pricing-six .pricing-box.pricing-box-box {
    border: 1px solid #00000024;
        padding: 30px 15px;
}

section.pricing-six  a.button.button_theme {
    background-color: #00a3da;
    padding: 10px 22px;
    border-radius: 6px;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
}
/*...................branding page...............................*/
section.branding-banner {
    background-image: url('../images/branding.jpeg') !important;
  
}
section.branding-banner .icon-part{
    background-color: #ffffffba;
    width: fit-content;
    margin: auto;
    padding: 5px 10px;
}
section.branding-banner .text-part p{
      font-weight: 700;
      letter-spacing: 2px !important;
      font-size: 25px !important;
}

section.branding-banner h2 {
    margin-bottom: 9px !important;
}
/*..................slogan-part start................*/
section.slogan-part{
    padding-top: 70px;
    padding-right: 0px;
    padding-bottom: 45px;
    padding-left: 0px;
    background-color: #FFFFFF;
    background-image: linear-gradient(40deg, #014c69 53%, #010E14 100%);
}
section.slogan-part .text-part h2{
      text-align: center;
    color: #FFFFFF;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: -5px;
     font-style: italic;
}
section.slogan-part .text-part i{
    font-size: 40px;
    color: #fff;
     margin-left: 30px;
}
section.slogan-part .text-part{
    display: flex;
}
section.slogan-part p.author.text-center {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 1px;
    font-style: italic;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

section.slogan-part .author span {
        color: #FFC107;
}
section.slogan-part .author i{
   color: #FFC107;
   margin-right: 10px;
}
/*.................branding brand strat...........*/
section.branding-brand{
     padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    background-color: #FAFBFC;
}
section.branding-brand  h1{
    text-align: center;
    text-shadow: 0px 0px 5px #a2a7db;
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
section.branding-brand  p{
    text-align: left;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 1px;
    
}
section.branding-brand .brand-img img{
  max-width: 100%;
    
}
section.branding-brand .brand-img .brand-imgbox{
box-shadow: inset 0 0 5px 2px rgb(0 0 0 / 7%);
border: 1px solid;
border-color: #e2e2e2;
background: rgba(0,0,0,0.15);
position: relative;
margin-bottom: 20px;
}
section.branding-brand .brand-img .brand-imgbox:hover .overlay{
   display: block;
}
section.branding-brand .brand-img .overlay{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
     background-color: rgba(0,0,0,0.15);
     display: none;
}
section.branding-brand ol{
color: #737E86;
}

section.branding-brand li{
margin-bottom: 10px;
font-size: 20px;
      text-align: left;
    font-size: 23px;
    line-height: 30px;
     letter-spacing: 1px;
}
section.branding-brand hr.no_line {
    background: none;
    color: transparent;
    border: none;
}
section.branding-brand ul.sub-ul li{
    list-style: disc;
    margin: 0 0 15px 30px;
}
/*..................logo-part..........................*/
section.logo-part{
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    background-color: #FFFFFF;
}
section.logo-part .text-part h2{
    text-align: center;
    text-shadow: 0px 0px 5px #a2a7db;
    font-size: 42px;
    line-height: 48px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
section.logo-part .text-part p{
    text-align: left;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #808b98;
}
/*..............brading aply..............*/
section.brading-apply{
padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
    background-image: linear-gradient(132deg, #002A4C 15%, #002F54 100%);
}
section.brading-apply .text-part h2{
    color: #03A9F4;
    text-shadow: 0px 0px 5px #000000;
    font-size: 38px;
    line-height: 52px;
    font-weight: 800;
    margin-bottom: 25px;
    text-align: center;
}
section.brading-apply .text-part p{
        text-align: left;
    color: #D6D9FF;
    text-shadow: 0px 0px 5px #000000;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
   
}
section.brading-apply ul.sub-ul li{
    list-style: disc;
    margin-bottom: 10px;
    font-size: 24px;
    text-shadow: 0px 0px 5px #000000;
   }
section.brading-apply ul{
padding-left: 35px;
   }
section.brading-apply .button {
     padding-top: 25px;
    padding-right: 35px;
    padding-bottom: 25px;
    padding-left: 35px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
     border-style: solid;
    border-width: 0px 0px 5px 0px;
    border-radius: 50px 50px 50px 50px;
    color: #FFFFFF;
    border-color: #00172A;
    background-color: #006BC0;
    display: block;
    text-align: center;
    margin-top: 40px;
}
/*......................bookkeeping section start....................*/
section.book-keeping {
    background-image: url('../images/book.jpg') !important;
}
section.book-keeping .icon-part{
    background-color: #ffffffba;
    width: fit-content;
    margin: auto;
    padding: 5px 10px;
}
section.book-keeping .text-part h2{
 margin-bottom: 11px;
}
section.slogan-part.book-part {
    padding-top: 70px;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
    background-color: #FFFFFF;
    background-image: radial-gradient(at center center, #00BCD4 20%, #2196F3 50%);
}
/*.......cridibilty start.................*/
section.credibility{
    padding-top: 80px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
    background-color: #FFFFFF;
    background-image: url('../images/backgroung1.jpg') !important;
    background-repeat: repeat;
    background-position: top center;
}
section.credibility .text-part{
text-align: center;
}
section.credibility .text-part p{
    text-align: center;
    color: #002E53;
    font-size: 27px;
    line-height: 34px;
    font-family: Montserrat;
    text-shadow: 0px 0px 2px #2196f3;
}
section.credibility .text-part h2{
    font-size:42px;
    line-height:48px;
    font-weight:800;
    text-align:center;
    color: #002E53;
    line-height: 34px;
    text-shadow: 0px 0px 2px #2196f3;
     margin-bottom: 35px;
}
section.credibility .brand-imgbox.text-center {
    border: 1px solid;
    border-style: solid;
    border-color: #2196F3;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px 5px 5px 5px;
    background-color: #F2FEFF;
    margin-bottom: 15px;
}
section.credibility .brand-imgbox .icon_wrapper{
font-size: 70px;
    background-color: transparent;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
    border-width: 0;
    background-image: none;
    -webkit-transform: scale(1)!important;
    -moz-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    -o-transform: scale(1)!important;
    transform: scale(1)!important;
        padding-top: 5px;
    margin-bottom: 25px;
}
section.credibility h4{
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    margin-left: 5px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #191f45;
}
section.credibility .brand-imgbox .icon_wrapper i{
    font-size: 40px;
        color: #4CAF50;
}

section.credibility .brand-imgbox:hover .icon_wrapper .icon i {
    color: #2196F3;
}
section.credibility .brand-imgbox:hover .icon_wrapper .icon{
  border-bottom: 3px solid #2196F3;
}
section.credibility .brand-imgbox:hover .icon_wrapper i {
    top: -5px;
    
}
section.credibility .brand-imgbox .icon_wrapper i {
    position: relative;
    top: 0;
    transition: all .3s ease-in-out;
}
section.credibility .brand-imgbox .icon_wrapper .icon{
  border-bottom: 3px solid transparent;
      padding: 0px 20px;
      width: fit-content;
    margin: auto;
}
.credibility .certificate-part .img-part {
    box-shadow: inset 0 0 5px 2px rgb(0 0 0 / 7%);
   transform: scale(1);
    position: relative;
       transition: all .3s ease-in-out;
}
.credibility .certificate-part .img-part:hover {
    transform: scale(1.01);
}
.credibility .img-part .mask{
    box-shadow: inset 0 0 5px 2px rgb(0 0 0 / 7%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.credibility .img-part .mask::after {
    background: rgba(0,0,0,0.15);
    transition: all .3s ease-in-out;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
}
.credibility .img-part:hover .mask:after{
    opacity: 1;
}
/*.credibility .img-part img{*/
/*        position: relative;*/
/*    top: 0;*/
/*    -webkit-transform: scale(1);*/
/*    -moz-transform: scale(1);*/
/*    -o-transform: scale(1);*/
/*    transform: scale(1);*/
/*}*/
/*.credibility .img-part:hover .credibility .img-part img {*/
/*    top: -15px;*/
    
/*}*/
/*.............cridition section text start...........*/
section.credi-text p{
    line-height: 34px;
    font-size: 24px;
    letter-spacing: 1px;
    text-align: center;
    color: #000;
}
/*.............section book offer.......*/
section.book-offer h2{
    text-align: center;
    color: #003C6B;
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: px;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px #03a9f4;
}
/*..expert-part start...........*/
section.expect-part{
    padding-top: 58px;
    padding-right: 0px;
    padding-bottom: 38px;
    padding-left: 0px;
    background-color: #032845;
    text-align: center;
}
section.expect-part h1{
        color: #fff;
    font-size: 42px;
    line-height: 48px;
    font-weight: 800;
    text-align: center
}
section.expect-part h1 b{
        color: #00BCD4;
        font-style: italic;
}
section.expect-part i {
    font-size: 42px;
    color: #fff;
    margin-bottom: 15px;
}
section.expect-part p{
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 34px;
    margin-top: 35px;
}
section.lead-generation-banner {
        background-image: url(../images/lead-generation-intro-bg.jpg) !important;
}
section.lead-generation-banner .icon-part{
    background-color: #ffffffc7;;
    width: fit-content;
    margin: auto;
    padding: 4px 8px;
    margin-bottom: 10px;
}
section.lead-generation-banner .text-part h2 {
    font-size: 62px !important;
    padding: 4px 8px !important;
    margin-bottom: 10px !important;
}
section.lead-generation-banner .text-part p {
     font-size: 24px !important;
    color: #000!important;
    text-transform: uppercase!important;
    letter-spacing: 1px!important;
    text-align: center!important;
    width: fit-content!important;
    margin: auto!important;
    font-weight: 700!important;
}
section.marketers-banner{
        background-image: url(../images/direct-marketers-intro-bg.jpg) !important;
}
section.marketers-banner .icon-part{
     background-color: #ffffffc7;
    width: fit-content;
    margin: auto;
    padding: 4px 8px;
    margin-bottom: 8px;
   
}
section.marketers-banner .text-part h2 {
    font-size: 62px !important;
    padding: 4px 8px !important;
      margin-bottom: 8px !important;
}
section.marketers-banner .text-part p {
    font-size: 24px !important;
    color: #000!important;
    text-transform: uppercase!important;
    letter-spacing: 1px!important;
    text-align: center!important;
    width: fit-content!important;
    margin: auto!important;
    font-weight: 700!important;
}
.product-section2 p a.line:hover{
    text-decoration: underline!important;
}
.product-section2 p a{
color:#00a3da;
}
section.adavantag ul.sub-ul li{
    list-style: disc!important;
    margin: 0 0 15px 45px!important;
    color: #fff;
    font-size: 24px;
}
section.adavantag h1{
      text-align: center !important;
    text-shadow: 0px 0px 3px #2196f3 !important;
    font-size: 42px !important;
    line-height: 48px  !important;
    font-weight: 600  !important;
    letter-spacing: 1px !important;
}
section.adavantag p{
   text-align: start;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 34px;
}
section.adavantag ul {
    padding-left: 20px;
}
section.adavantag p a.line:hover{
    text-decoration: underline!important;
}
section.adavantag p a{
color:#00a3da;
font-weight: 700;
}
section.media-video .video-part {
    display: flex;
    justify-content: center;
}
section.media-video {
   padding: 40px 15px;
}
section.media-video p{
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 25px;
    color: #808b98;
}
section.small-business-banner {
        background-image: url(../images/small-businesses-intro-bg.jpg) !important;
}
section.small-business-protfolio .small-business-protfolio-title h2{
    color: #0065B6;
    text-align: center;
    font-size: 42px;
    line-height: 48px;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 0px 0px 3px #2196f3;
}
section.web-devloper{
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
    background-color: #FAFBFC;
}
section.web-devloper .text-part {
    padding: 30px 10% 15px;!important;
    text-align: center !important;
}
section.web-devloper .text-part p{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 15px;
    color: #808b98;
    text-align: center;
}
section.web-devloper p a.line:hover{
    text-decoration: underline!important;
}
section.web-devloper p a{
color:#00a3da;
font-weight: 700;
}
/*...contact-page start..............*/
section.contact-banner {
        background-image: url(../images/contact-us.jpg) !important;
}
section.contact-banner .icon-part{
    background-color: #ffffffc7;;
    width: fit-content;
    margin: auto;
    padding: 4px 8px;
    margin-bottom: 10px;
}
/*..............privacy page start.............*/
section.privacy-banner{
        background-image: url(../images/privacy.jpg) !important;
}
section.privacy-banner.text-part p {
    text-transform: unset;
}
section.privacy-banner .text-part {
    width: 100%;
}
section.privacy-form .text-part{
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 10px 1px #ececec;
    margin-top: 50px;
     margin-bottom: 50px;
}
section.privacy-form .text-part .pp-hdr {
 color: #808b98;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
}
section.privacy-form .text-part p {
    margin: 0 0 15px;
    color: #808b98;
    font-size: 20px;
    font-style: italic;
}
section.privacy-form .text-part b{
    font-weight: 700;
}
section.privacy-form .text-part ul{
    color: #737E86;
    list-style: disc outside;
    margin: 0 0 15px 30px;
}
section.privacy-form .text-part li{
    color: #737E86;
    list-style: disc;
    
}

/*==========================start responsive======================*/

@media only screen and (max-width: 1200px) {


}

@media only screen and (max-width: 991px) {
body,html {
    max-width: 100%;
    width: 100%;
    overflow-x: hidden !important;
    position: relative;
}    
 section.add-on-info .addon-left-part{
    padding:50px 55px;
}
section.add-on-info .addon-right-part{
    padding:50px 55px;
  }
   section.pricing-banner .text-part {
    width: 100%;
}
section.pricing-info {
padding-top: 50px;
}
section.privacy-form .text-part{
    margin-top: 10px;
     margin-bottom: 20px;
}
section.pricing-banner{
    justify-content: center;
}
header .navbar a.nav-link:hover {
   
    border-bottom: 4px solid transparent;
}
}
@media only screen and (max-width: 768px) {
 section.pricing-banner .icon-part {
     font-size: 25px;
}
section.pricing-banner .text-part p{
    font-size: 15px;
}
section.pricing-banner .text-part h2{
      font-size: 55px;
}
section.privacy-banner .text-part h2{
         font-size: 55px;
}
section.privacy-banner .icon-part {
     font-size: 25px;
}
section.privacy-banner .text-part p{
    font-size: 15px;
}
section.privacy-form .text-part .pp-hdr {
    font-size: 20px;
}
section.privacy-form .text-part p {
      font-size: 15px;
   }
.navbar-brand img{
    height: unset;
    width: 100%;
    max-width: 180px;
}
}
@media only screen and (max-width: 576px) {
    h1{
    font-size: 40px !important;
   
}
section.about-banner h2{
     font-size: 40px !important;
}
section.about-banner p{
        font-size: 18px !important;
    }
 section.client-are-say .carousel  {
    margin-top: 20px;
        padding: 0px 20px;
}
 section.add-on-info .addon-left-part{
    padding:30px 20px;
}
section.add-on-info .addon-right-part{
    padding:30px 20px;
  }
  section.slogan-part .text-part i {
 margin-left: unset;
}
section.about-banner {
  
    height: 400px !important;
}
section.slogan-part .text-part h2,section.credibility .text-part h2,section.book-offer h2 ,section.expect-part h1 {
   font-size: 30px !important;
}
section.privacy-form .text-part{
    margin-top: 0px;
}
}
