@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500i,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800,900&display=swap');

.body-fullpage {
    overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {

    font-family: 'Montserrat', sans-serif;
}

.body-fullpage {
    overflow: hidden;
}


::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #f4c553;
}

::selection {
    background-color: #f4c553;
    color: #fff;
}

-webkit-::selection {
    background-color: #f4c553;
    color: #fff;
}

::-moz-selection {
    background-color: #f4c553;
    color: #fff;
}




html,
body {
    padding: 0px;
    margin: 0px;
    background: #ffffff;
     font-family: 'WorkSans-Regular';
    font-weight: 400;
    color: #555555;
    font-size: 1rem;
    line-height: 1.5rem;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-style: normal;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
   
}




a {
    color: inherit
}

ul {
    margin: 0;
    padding: 0
}

ul,
ol,
li {
    list-style: none;
    list-style-type: none
}

a,
a:hover,
span,
span:hover,
button:hover,
input[type="submit"],
input[type="submit"]:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1b2045;
    margin-top: 0;
    text-transform: none;
    font-family: 'SofiaPro-Bold';
}

h1 {
    font-size: 3.75rem;
}

h2 {
    font-size: 3rem;
}

.full-width {
    width: 100%;
    box-sizing: border-box;
}



.center-align {
    margin: 0 auto;
    display: table;
    content: '';
    clear: both
}

button {
    -webkit-border-radius: 0;
    border-radius: 0;
}


.wd-container {
    max-width: 1560px;
}

h1,
h2 {
    margin-bottom: 2.5rem;
}

p {
    float: left;
    width: 100%;
    margin-bottom: 1.25rem;
}

.wrapper {
    z-index: 2;
    background: #FFFFFF;
    position: relative;
   
}
section h2{line-height: 3rem;}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="submit"]:focus,
.uneditable-input:focus {   

  box-shadow: none;
  outline: 0 none;
}
.navbar{padding: 1rem 1rem;}
.quote-btn{border:1px solid #0083cb; -webkit-border-radius: 100px;font-family: 'SofiaPro-Bold'; border-radius: 100px; color: #ffffff; font-size: 1.3125rem;
 background:#f4c553; padding: 1rem  1.875rem; text-align: center; text-transform: capitalize;}
 .quote-btn:hover{border-color: #2e2d32; color: #ffffff; background:#2e2d32; }
.quote-btn img{margin-left: 1.5rem;}

.gry-bg{background-color: #f7f7f7;}
.blue-bg{background-color: #002f61; border-radius:25px;}
.blue-bg h2{color: #fff;}



/*----------------------header----------------------------------*/
header.main-header {
   background:#FFF;
    position: fixed;
    cursor: pointer;
    width: 100%;
    z-index: 3;font-family: 'SofiaPro';
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.navbar-expand-lg .navbar-nav .nav-link{    color: #ffffff;
    font-size: 1rem;
    padding: 1.0625rem 1.375rem; text-transform: uppercase;
    display: flex;
    align-items: center;}


header.main-header .quote-btn{ color: #fff; font-family: 'SofiaPro-Bold'; font-size: 1.1rem; padding: 0.625rem 1.25rem; text-transform: uppercase; margin-right: 2.5rem }
header.main-header .quote-btn:hover{color: #f4c553; border: 1px solid #ffffff; background: #ffffff}

.site-contact ul li{ display: flex; flex-direction: column; }
.site-contact ul li a.icon{margin-right: 0.9375rem;}
.site-contact ul li a{color: #1b2045; line-height: 1.5rem;}
.site-contact ul li.phone-tp a{font-size: 1.875rem; font-family: 'SofiaPro-Bold'; letter-spacing: 0.6px;}
.site-contact ul li a.email-tp{font-size: 0.875rem;font-family: 'SofiaPro'; letter-spacing: 0;}
.contact-mbl ul li a.icon .svg-phone,
.site-contact ul li a.icon .svg-phone {
  fill:#1b2045;
  animation: shake 2.5s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes shake {
 0% { transform:translate(0,0) }
  1.78571% { transform:translate(5px,0) }
  3.57143% { transform:translate(0,0) }
  5.35714% { transform:translate(5px,0) }
  7.14286% { transform:translate(0,0) }
  8.92857% { transform:translate(5px,0) }
  10.71429% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}


/*----------------------sticky-header---------------------------------*/
header.sticky-hdr a.white-clr,
.site-logo a.blue-clr{display:none;opacity: 0; visibility: hidden; -webkit-transition: all .3s ease;
    transition: all .3s ease;}
header.sticky-hdr{background:#ffffff; -webkit-box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.4); box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.4);}
header.sticky-hdr{animation:slide-down 0.7s;}
header.sticky-hdr  .site-contact ul li a,
header.sticky-hdr  .navbar-expand-lg .navbar-nav .nav-link{color: #2e2d32; }
header.sticky-hdr  .navbar-expand-lg .navbar-nav .nav-link{padding-top: 0.5rem;  padding-bottom: 0.5rem;}
header.sticky-hdr .site-contact ul li a.icon .svg-phone {
  fill:#2e2d32;}
@keyframes slide-down{0%{opacity:0;transform:translateY(-100%)}100%{opacity:0.9;transform:translateY(0)}}
header.sticky-hdr .site-contact .quote-btn{background: #0083cb; color: #ffffff;}
header.sticky-hdr .site-contact .quote-btn:hover{background: #2e2d32; color: #ffffff; border-color:#2e2d32; }
header.sticky-hdr a.blue-clr{display: block; opacity: 1; visibility: visible;}


/*----------------------banner----------------------------------*/
/*.banner-img{background:#1b2045 url(../img/dark-clr.png) no-repeat; background-size: cover; background-position: 50% 50%;}*/
.banner-img{background: url(../img/main-bg-2-2.jpg) no-repeat; background-size: cover; background-position: 50% 50%;}
.hero-banner{height: 100vh; overflow: hidden; padding-top: 5.75rem; padding-bottom: 10rem; position: relative; }
.banner-box{padding-top: 5rem; padding-bottom: 5rem; }
.banner-box h1{color: #FFF;}
.homepage .banner-box h1{color: #1b2045;}
.main-input-form{-webkit-border-radius:100px; border-radius:100px; border:1px solid #ffffff; padding: 0.625rem; margin-bottom: 2rem; }
.main-input-form .input-from-box input[type="text"]{ font-size: 1.125rem; color: #ffffff; border: 0; background:none; padding: 0.625rem 1.25rem;   width: 100%;}
.input-from-box input[type="text"]::-webkit-input-placeholder{color:#ffffff;opacity:1}
.input-from-box input[type="text"]::-moz-placeholder{color:#ffffff;opacity:1}
.input-from-box input[type="text"]:-ms-input-placeholder{color:#ffffff;opacity:1}
.input-from-box input[type="text"]::-ms-input-placeholder{color:#ffffff;opacity:1}
.input-from-box input[type="text"]::placeholder{color:#ffffff;opacity:1}
.input-from-box input[type="submit"]{padding: 1.25rem 2.375rem; margin-right: 0;font-family: 'SofiaPro-SemiBold'; text-transform: capitalize; color: #ffffff; }
.banner-btm-logo{position: absolute; bottom: 3.125rem; width: 100%;}
.banner-box ul li{color: #ffffff; text-transform: uppercase; font-size: 1.25rem; margin: 0rem 1.5625rem 0rem 0rem; padding: 0rem 1.5625rem 0rem 0rem; border-right: 1px solid #ffffff;}
.banner-box ul li:last-child{border-right: 0; margin: 0; padding: 0;}
.banner-logo a img{opacity: 0.7;}

.inner-banner{height: 80vh; }

.inner-banner .banner-box h1{margin-bottom: 2rem;}
.inner-banner .banner-box p{text-align: center; color: #ffffff; font-size: 1.5rem; line-height: 1.875rem;}
.inner-banner .banner-box a{margin-top: 2rem; color: #ffffff;}

/*----------------------intro----------------------------------*/
.color-square .org-box, .color-square .drk-box{width: 100%; height: auto;}
.drk-square {display: flex; align-items: flex-end;}
.intro-dtls-img img{width: 100%; height: auto;}
.intro-dtls-dtls{padding: 2.5rem;}
.intro-dtls-dtls p{ text-align: justify; font-size: 1.125rem; line-height: 1.625rem; }
.intro-dtls-dtls .quote-btn{ margin-top: 2rem;}
.quote-btn .lgt{display: none;}
.intro-dtls-dtls .quote-btn:hover {color: #ffffff; background: #2e2d32; border-color: #2e2d32;}
.quote-btn:hover .drk{display: none;}
.quote-btn:hover .lgt{display: block;}
.intro-dtls-dtls h3{font-size:  1.5rem; margin-bottom: 2rem;}
.df-style{color: #1b2045; font-family: 'SofiaPro-SemiBold';}
.intro-box .row:nth-child(odd) .intro-dtls-dtls{ padding-left: 5rem; padding-right: 5rem; }
.intro-box .row:nth-child(even) .intro-dtls-dtls{ padding-left: 0; padding-right: 5rem; }


/*----------------------data----------------------------------*/
.status{ padding: 2.5rem 0rem;  }
.status-dtls{text-transform: uppercase; padding: 1.25rem;}
.status-dtls h4{color: #0083cb; font-size: 1.9375rem; margin: 0rem 1rem 0rem 0rem;}
.status-dtls p{color: #444444; font-size: 1.1875rem; text-align: left; margin: 0;}
.status-dtls img{animation: zoominout 3s infinite ; padding-bottom: 1rem;}

/*----------------------services----------------------------------*/
.service-box{padding: 1.5rem 0rem 4rem 0rem;}
.service-box h2, .service-box p{text-align: center;margin-bottom: 2rem;}
.service-box-dtls, .client-box-dtls{padding: 0; position: relative;}
.service-box p{color: #1b2045; font-size: 1.125rem;margin-bottom: 3rem; }
.client-box-dtls img{width: 100%; position: relative;}
.client-box-desc{ background: rgba(24,27,37,0.4); position: absolute; left: 0; top: 0; height: 100%; }
.client-box-desc img{width: auto; margin-bottom: 1rem}
.client-box-desc h4,
.client-box-desc p{color: #ffffff; margin-bottom: 0;}
.client-box-desc h4{font-size: 5rem; line-height: normal; }
.client-box-desc p{font-size: 1.5rem; margin-bottom: 0; }
.service-box-dtls{padding: 2.5rem;}
.service-box-dtls img{margin-bottom: 1rem;}
.service-box-dtls h3{font-size: 1.5rem; text-transform: uppercase;margin: 1.5rem 0;}
.service-box-dtls p{margin-bottom: 2rem;width:80%; color: #666666; text-align: justify;}
.service-box-dtls .quote-btn{text-transform: uppercase; font-size: 1.125rem; letter-spacing: 0.5px;font-family: 'SofiaPro-SemiBold';}


/*----------------------call-action----------------------------------*/
.call-action-img img{width: 100%; height: auto;}
.call-action-dtls{padding: 3.125rem; }
.call-action-dtls p{width: 90%; font-size: 1.125rem; line-height: 1.625rem;}
.call-action-dtls .quote-btn{ margin: 2rem 0rem 1rem 0rem; }

/*----------------------numeric-data----------------------------------*/
.numeric-data{ background: #ffffff; padding: 2.5rem; box-shadow: 2px 2px 20px -1px rgba(0,0,0,0.2); margin-bottom: 4rem; margin-top: -5rem; }
.numeric-data-box{padding: 0.5rem 2rem;}
.numeric-data-box h4{font-size: 1.75rem; margin: 0; text-transform: capitalize;}
.numeric-data-box img{margin-right: 1.25rem; width: 80px;}

/*----------------------video-testimonial----------------------------------*/
.video-box{margin-bottom: 8rem;}
.video-img img{width: 100%;}
.video-btn-click{position: absolute; width: 100%; height: 100%; left:0; top:0;}
.video-btn-click img{width: auto;}
.video-dtls{padding: 4rem;}
.justify-content-between h3{margin-bottom: 2rem;}
.video-dtls p{margin-bottom:3rem;}
.client-dsgn h5, .client-dsgn p{margin-bottom: 0;}
.client-dsgn img{margin-right: 2rem;}

.carousel-control-prev,
.carousel-control-next{display: none;}
.video-slider .carousel-indicators{bottom: -70px;}
.carousel-indicators li{background-color: #cccccc; height: 5px; width: 60px; opacity: 1;}
.carousel-indicators .active,
.brand-slider  .carousel-indicators .active{background-color: #454545;}

/*----------------------brand-experience----------------------------------*/
.brands-box{ background: #0083cb url(../img/bg-shade.png) no-repeat; background-size: cover; padding: 3rem 0 8rem 0; }
.brands-box h2,  .core-area h2,  .core-area p{color: #ffffff;}
.brand-sec{padding: 1rem;height:150px;margin-bottom:20px;}
.brand-logos{height:150px;background: #ffffff; -webkit-box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.1); box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.1);display:flex;align-items: center; justify-content: center;}
.brand-logos img{ width: 100%; height: auto; max-height:150px; max-width: auto; }
.brand-slider .carousel-indicators{bottom: -70px;}
.brand-slider  .carousel-indicators li{background-color: #ffffff;}

/*----------------------blog----------------------------------*/
.blog-box{padding: 5rem 0rem;}
.blog-inside-main {background: #0f1126;}
.blog-inside-main img{width: 100%; opacity: 0.6;}
.blog-main-title{padding: 3rem 2em; position: absolute; bottom: 0; width: 100%;}
.blog-main-title h2{color: #fff; text-transform: capitalize;}
.blog-main-title a.quote-btn{text-transform: uppercase;}
.blog-inside-main, .blog-list-dtls{-webkit-box-shadow: 2px 2px 14px -1px rgba(0,0,0,0.2); box-shadow: 2px 2px 14px -1px rgba(0,0,0,0.2); }
.blog-list-dtls{background: #fff; }
.hm-blog-img img{width: 100%;}
.hm-blog-title{padding: 1.5rem;}
.hm-blog-title h3{ font-size: 1.75rem; margin-bottom: 2rem; line-height: 2rem; }
.blog-tag span{margin-right: 1rem; color: #1b2045;}
.blog-tag span.read{color: #949494;}

.main-hm-blog{-ms-flex: 0 0 29%;  flex: 0 0 29%;  max-width:29%;}
.hm-blog-list{-ms-flex: 0 0 71%;  flex: 0 0 71%;  max-width: 71%;}

/*----------------------ceo-message---------------------------------*/
.ceo-box {padding-top: 4rem;}
.ceo-dtls{-ms-flex: 0 0 50%;  flex: 0 0 50%;  max-width:50%; position: relative;}
.ceo-dtls img{width: 100%; height: auto;}
.ceo-sec{z-index: 7;margin-right:-4rem;}
.dir-sec{z-index: 5;}
.ceo-img-click{z-index: 9;}
.ceo-msg{z-index: 8;}
.message-textarea{background: #f4c553; padding:4rem 22rem 4rem 4rem; position: absolute; bottom: 5rem; right: -22rem; color: #ffffff; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.message-textarea h4{font-family: 'Caveat'; margin-bottom:0.3rem; color: #fff; font-size: 3.5rem; text-align: center; text-transform: none;}
.message-textarea span{margin-bottom: 2rem; font-size:  1.375rem;text-align: center;}
.message-textarea p{margin: 0; text-align: center; font-size: 1.125rem; text-align: center;}





/*----------------------book----------------------------------*/

.book-img{padding: 0;}
.book-img img{ width: 100%; }
.book-dtls{padding: 3rem;}
.book-dtls a.quote-btn{margin-top: 2rem;}

/*----------------------featured-in----------------------------------*/
.featured-in{padding: 4rem 0rem;}
.featured-in h2{text-transform: capitalize;}
.featured-carousel .owl-stage{display: flex; align-items: center;}
.featured-carousel .item img{max-width: 85%;display: block; margin: auto;}
.featured-carousel .owl-nav .owl-dots{display: none; opacity: 0; visibility: hidden;}
.featured-carousel .owl-nav .owl-prev,
.featured-carousel .owl-nav .owl-next{position: absolute;}
.featured-carousel .owl-nav .owl-prev{left: -32px;}
.featured-carousel .owl-nav .owl-next{right: -32px;}
.featured-carousel .owl-nav .owl-prev span{ font-size: 0; background: url(../img/nav-left.png) no-repeat; width: 32px; height: 32px;  background-size: 32px auto; display: table;}
.featured-carousel .owl-nav .owl-next span{ font-size: 0; background: url(../img/nav-right.png) no-repeat; width: 32px; height: 32px; background-size: 32px auto; display: table;}
.featured-carousel .owl-nav {position: absolute; width: 100%; left: 0px; top: 40%;}

/*----------------------form-section----------------------------------*/
.form-section{ background: #000000 url(../img/city-bg.jpg) no-repeat; background-size: cover; background-position: 50% 50%; padding: 4rem 0rem; }
.form-title h2,
.form-title p{color: #ffffff; margin-bottom: 1.75rem;}
.form-title p{font-size: 0.9375rem; line-height: 1.375rem;}
.form-box{margin-top: 1rem;}
.footer-form{margin-bottom: 2rem;}
.footer-form input,
.footer-form textarea{width: 100%; padding: 1rem; border: 0; font-size: 1.0625rem;}

.footer-form input::-webkit-input-placeholder{color:#2d2d31;opacity:1}
.footer-form input::-moz-placeholder{color:#2d2d31;opacity:1}
.footer-form input:-ms-input-placeholder{color:#2d2d31;opacity:1}
.footer-form input::-ms-input-placeholder{color:#2d2d31;opacity:1}
.footer-form input::placeholder{color:#2d2d31;opacity:1}
.rpt-policy{color: #ffffff; font-size: 0.8125rem; margin-top: 0.625rem;}
.awards-list{ padding: 3rem 0rem; }
.awards-list-box img{width: 100%; }




/*----------------------footer----------------------------------*/
footer{background: #2d2d31;}
.footer-mgn{padding: 2rem 0;}
.footer-box a.footer-logo{ margin-bottom: 1rem; }
.footer-box  p, .footer-box  a{color: #afafaf; font-size: 1.125rem;}
.footer-box address{margin: 0;}
.footer-box address p.co-nm{color: #ffffff;font-size: 1.125rem;font-family: 'SofiaPro-Bold';}
.ftr-contact{padding: 0.2rem 0;}

.footer-box a:hover{color: #f4c553;}
.social-icons{margin-top: 0rem;}
.footer-box .social-icons > li {margin:0rem 1rem 0rem 0rem;}
.social-icons li a img{width: 3rem; opacity: 0.5; -webkit-transition: 0.5s all;
    transition: 0.5s all;}
.social-icons li a:hover img{opacity: 1; -webkit-transition: 0.5s all;
    transition: 0.5s all;}
.footer-box{margin: 1.5rem 0rem;}
.footer-box ul li{margin: 0.3rem 0rem;}
.footer-box h3{color: #ffffff; margin-bottom: 0.8rem;}
.footer-line{padding: 1.5rem 0; border-top: 1px solid #4f4f51;}
.footer-line-box{ color: #afafaf; font-size: 1rem; }
.footer-line-box a{border-left: 1px solid #afafaf; padding-left: 1rem; margin-left:1rem;}


/*----------------------case-studies----------------------------------*/

.casestudies-img img{width: 100%; height: auto;}
.casestudies-inner-sec{padding: 4rem;}
.casestudies-inner-sec .title-section{margin-bottom: 2rem;}
.casestudies-inner-sec .title-section h2{margin-bottom: 1rem;}
.casestudies-inner-sec .title-section p, .title-tag{color: #888888; font-size: 1.5rem;font-family: 'SofiaPro-Light';}
.case-status{padding: 1.5em 0; height: 30px;}
.case-status .case-status-dtls h4{font-size:2rem; margin-bottom:0rem;}
.case-status .case-status-dtls p{color: #888888; font-size: 1.3125rem;font-family: 'SofiaPro-Light'; }
.casestudies-slider .carousel-indicators{width: 47%; left: auto; right: 0; margin: 0; justify-content: flex-start; bottom: 20px;}
.web-casestudies .carousel-indicators{right: auto; left: 0; justify-content: flex-end;}

/*----------------------three-box----------------------------------*/

.three-box > img{width: 100%; height: auto;}
.three-box-dtls{padding: 2.5rem 1.5rem 0px 1.5rem}
.three-box-dtls h2{margin-bottom: 1.5rem;font-size:1.5rem;}
.three-box-dtls p.h2-tag{color: #888888; font-size: 1.5rem;font-family: 'SofiaPro-Light'; margin-bottom: 2rem}
.three-box-dtls .quote-btn{margin-top:2rem;}

/*----------------------service-page-video----------------------------------*/

.client-video-srvc{padding: 5rem 0;}
.video-src-dtls{-ms-flex: 0 0 37%;  flex: 0 0 37%;  max-width:37%;}
.video-src-img{-ms-flex: 0 0 63%;  flex: 0 0 63%;  max-width:63%;}
.video-src-img img{width: 100%; height: auto;}
.video-src-dtls{padding: 4rem 4rem 2.5rem 4rem; background: #f4c553;}

.video-src-dtls h2{margin-bottom: 2rem;}
.video-src-dtls h3{font-size: 1.5rem; margin-bottom: 1rem;}
.video-src-dtls p{margin-bottom: 1.5rem;}

/*----------------------service-page-call-btn----------------------------------*/

.seo-call{background: #2d2d31 url(../img/call-action-srvc-bg.jpg) no-repeat; background-size: cover; background-position: 50% 50%;}
.srvc-call-action-box{padding: 3rem;}
.srvc-call-action-box .quote-btn{margin-top: 1rem; float: left;}


/*----------------------approach----------------------------------*/

.approach-title h2{margin: 0.5rem 0rem 2rem 0rem; text-transform: capitalize;}
.approach-box{padding: 0; background: #2d2d31;}
.approach-box img{width: 100%; opacity: 0.45; position: relative; overflow: hidden;}
.approach-dtls-box{padding: 3rem; position: absolute; bottom: 0; left: 0; color: #fff; }
.approach-dtls-box h3, 
.approach-dtls-box h5{color: #ffffff;}
.approach-dtls-box h3{font-size:  2.25rem; margin-bottom: 0;}
.approach-dtls-box h5{ margin-bottom:1.5rem; font-size: 1.5rem;font-family: 'SofiaPro-SemiBold'; }
.approach-dtls-box p{opacity: 0; visibility: hidden; height: 0; margin:0; -webkit-transition: all .3s ease;
    transition: all .3s ease;}
.approach-dtls-box:hover p{ margin-top: 1.5rem; opacity: 1; visibility: visible; height: auto; color: #ffffff; -webkit-transition: all .3s ease;
    transition: all .3s ease;}



/*----------------------process----------------------------------*/

.process-box .approach-title h2{margin: 0rem 0rem 2rem 0rem; text-transform: capitalize;}
.nav-tabs{border-bottom: 0;}
.process-step-box .nav-tabs li{position: relative; padding: 0rem 1rem; width: 25%; text-align: center; margin: 3rem 0rem;}
.process-step-box .nav-tabs li:before{content: ""; width: 100%; height: 2px; background: #1b2045; position: absolute; top:50%; right: 0;}
.process-step-box .nav-tabs li a{color: #1b2045; font-family: 'WorkSans-Medium'; font-size:1.5rem; padding: 1.5rem; background: #f7f7f7; position: relative;}
.process-step-box .nav-tabs li:first-child:before, .process-step-box .nav-tabs li:last-child:before{width: 50%;}
.process-step-box .nav-tabs li:last-child:before{left: 0; right:auto;}

.process-step-box .nav-tabs li a.active, .process-step-box .nav-tabs li:hover a{color: #f4c553;}
.process-step-dtls .tab-content .tab-pane h3{font-size: 2.25rem; margin-bottom: 2rem;}
.process-step-dtls .tab-content .tab-pane p{font-size: 1.125rem;}
.process-dtls-img img{width: 100%; }

/*----------------------packages----------------------------------*/
.seo-package-plan{background:#ffffff url(../img/seo-package-bg.jpg) no-repeat; background-size: cover; background-position: left center; position: relative;}
.seo-package-plan:before{background-color: rgba(255,255, 255, 0.5); height: 100%; width: 100%; position: absolute; left: 0; top:0; content: "";}
.package-include{background: #fff; padding: 4rem 0rem;}
.package-dtls{padding: 4rem;}
.package-dtls .quote-btn{margin-top: 2rem; float:left;}
.package-list {margin: 1rem 0rem; padding: 1.5rem 2.5rem;}
.package-list span{margin-bottom: 1.5rem;}
.package-list h3{font-size: 1.5rem; margin-bottom: 1rem;}
.package-list p{font-size: 1.125rem; line-height: 1.625rem; margin-bottom:0;}


/*----------------------faq-box----------------------------------*/
.faq-box{background: #f7f7f7 url(../img/bg-shade.png) no-repeat; background-size: cover; padding: 2rem 0rem;}

.faq-half-box{-ms-flex: 0 0 50%;  flex: 0 0 50%;  max-width:50%; padding: 1rem 1rem;}
.card-header h2 button {
    color: #444444;
    margin: 0;
    padding: 0;
    font-family: 'SofiaPro-SemiBold'; line-height: 1.5rem;
    font-size: 1.1875rem;
    width: 100%;
    padding-right: 2.8125rem;
    white-space: normal;
    text-align: left;
    position: relative;
}
.card{border:0;  margin-bottom: 1.5rem;}
.card-header{background: #ffffff; border:0;border-radius:  0.3rem; -webkit-box-shadow: 3px 3px 13px -1px rgba(0,0,0,0.1); box-shadow: 3px 3px 13px -1px rgba(0,0,0,0.1); padding: 1.5rem 1.25rem;}
.card-header button.btn-link{border: 0;    display: flex;
    align-items: center;
    justify-content: space-between}
.card-header:first-child{border-radius:  0.3rem;}
.card-header button.btn-link:hover{color: #f4c553; text-decoration: none;}

.accordion .card button.btn-link.collapsed:after {
    position: absolute;
    content: "+";
    right: 0;
   font-family: 'SofiaPro-Bold';
    font-size: 2.5rem;
   line-height: 1rem;
    color: #f4c553;
    top: 0%;
    opacity: 1;
}

.accordion .card button.btn-link:after{content: "-";position: absolute;  right: 0;
   font-family: 'SofiaPro-Bold';
    font-size: 2.5rem;
    line-height: 1rem;
    color: #f4c553;
    top: 0%;
    opacity: 1;}


/*----------------------ppc-form----------------------------------*/

.ppc-form-box{ padding: 2.5rem; background: #ffffff; box-shadow: 2px 2px 20px -1px rgba(0,0,0,0.4); }
.ppc-banner, .web-banner{height: auto;}
.ppc-form-box h3{color: #444444; font-size: 2.25rem; margin-bottom: 2rem; text-transform: uppercase;  font-family: 'SofiaPro-Black';}

/*----------------------ppc-intro----------------------------------*/

.ppc-box h2{margin-bottom: 1.5rem;}
.title-tag{margin-bottom: 2rem;}
.ppc-input input{border:1px solid #d4d4d4; padding: 1rem; width: 100%; margin-bottom: 1.25rem;}
.ppc-input input[type="submit"]{-webkit-border-radius: 100px; border-radius: 100px; background:  #f4c553; border:0; margin: 0; text-transform: uppercase;}


/*----------------------website-development----------------------------------*/

.why-webdesign-img img{width: 100%; height: auto;}
.web-list-box{padding: 4rem 3rem;}
.web-listing{padding: 0; margin: 0;}
.web-listing li{margin: 2.5rem 0; color: #1b2045; font-size: 1.25rem;  font-family: 'WorkSans-Medium'; padding-left: 3.5rem; background: url(../img/check-square.svg) no-repeat; background-position: left top;
background-size: 2rem auto; }
.web-help-box{background:#ffffff url(../img/web-points.jpg) no-repeat; background-size: cover; background-position: left center; position: relative;}
.web-include{padding: 4rem 3rem}



/*----------------------casestudies-development----------------------------------*/

.casestudies-banner{padding-bottom: 0; height: auto; }
.Casestudies-box-src > .row{background: #ffffff;}
.Casestudies-box-src > .row:nth-child(even){background: #f7f7f7;}



/*----------------------changes----------*/
header.main-header .quote-btn,
.input-from-box input[type="submit"], .quote-btn {
    background: #0083cb;
    color: #ffffff; text-transform: uppercase;
}



.quote-btn:hover, .intro-dtls-dtls .quote-btn:hover{color: #ffffff; }

header.main-header .quote-btn:hover{color: #ffffff;background: #f4c553; border-color: #f4c553;}
.input-from-box input[type="button"]:hover{color: #ffffff; background: #f4c553;color: #2e2d32; }
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.input-from-box .quote-btn{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.input-from-box .quote-btn:hover {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.hero-banner{height: auto; padding-bottom: 0; padding-top: 6rem;}
.banner-box{padding-top: 1rem;}


/*-------------------------------------------sf-menu---------------*/
.sf-menu{ margin-bottom: 0; margin: 1rem 1rem; margin-right: 2.5rem;}
.sf-menu li, .sf-menu li:hover, .sf-menu li.sfHover, .sf-navbar, .sf-navbar:before, .sf-menu ul li, .sf-navbar ul li:hover, .sf-navbar ul li.sfHover, .sf-navbar ul ul li,   .sf-menu ul ul > li:hover{background: none;}
.sf-navbar:before{height: auto;}
.sf-menu a{color: #1b2045; border: none; padding: 1.0625rem 0rem 1.0625rem 0rem; margin-right: 3rem; text-transform: capitalize; letter-spacing: 0.5px; font-size: 17px; font-family: 'WorkSans-Regular';}
.sf-arrows .sf-with-ul:after, .sf-arrows.sf-navbar ul .sf-with-ul:after{    top: 54%; border:4px solid transparent; right:0rem; margin-top: -3px; border-top-color:rgba(27,32,69,1);}
.sf-arrows .sf-with-ul{padding-right: 1rem;}
.sf-menu ul{box-shadow: none;}



.sf-navbar > li:last-child > a{padding-right: 0; margin-right: 0;}


.main-header.sticky-hdr  .sf-menu a{color: #2e2d32;}
.main-header.sticky-hdr  .sf-arrows .sf-with-ul:after{border-top-color:#2e2d32;}
.sf-navbar > li > ul{padding-top: 0.85rem; position: absolute;width: 151%; left: 0; top: 100%; z-index: 99;}
.sf-navbar > li > ul > li{ float: none; display: inline-block; position: relative; }
.sf-navbar > li > ul > li > a{ font-size: 15px; padding: 0rem 0rem; position: relative; }

.sf-navbar > li > ul:before{content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: #ffffff;
    opacity: .5;
    position: absolute;
    top:0px;}


 .sf-navbar > li > ul > li:after   {display: block;
    width: 1px;
    height: 100%;
    background: #ffffff;
    content: '';
    position: absolute;
    top: 0;
    right: 24px;
    transform: skew(-20deg);
    opacity: .6;}


 .sf-navbar > li > ul > li:last-child:after{content: none;}
 .sf-navbar > li > ul > li:last-child > a{margin-right: 0;}
 .sf-menu ul ul{left: 0; top:100%;}
  .sf-menu ul ul > li  > a{padding: 0.85rem 0rem 0rem 0rem; font-size: 15px;}


.sf-navbar > li:hover > a:before, .sf-navbar > li:hover > span:before {
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    background: #fff;
    width: 100%;
    bottom: -2px;-webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.sf-navbar > li:hover > .sf-with-ul:before{width: calc(100% + 0px);}

.main-header.sticky-hdr .sf-navbar > li > ul, .main-header.sticky-hdr .sf-menu ul ul{background: #ffffff; padding: 0.85rem;}
.main-header.sticky-hdr .sf-menu ul ul{left: -0.85rem;}

.banner-btn-text .mn-title {
    font-size: 21px;
    font-weight: 600;
    color: #fff !important;
}
.banner-btn-text p.mb-1 {
    font-size: 14px;
    line-height: 17px;
    margin-top: 3px;
}
.tc {
    font-size: 13px;
    font-weight: 400;
}
.banner-btn-text p{color: #ffffff}

.case-studies-two .studies-two{position: relative;}

.casestudies-img img.m-show{display: none; opacity: 0; visibility: hidden; height: 0px;}

.case-status-dtls > div.img { width: 5rem; margin-bottom: 0.5rem; }
  .case-studies-two .studies-two{position: relative}
 .case-studies-two .studies-two .owl-nav{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: -0;
    }

    .case-studies-two .studies-two .owl-nav button{
        position: absolute;
        z-index: 2;
        opacity: 0.5;
    }
  .case-studies-two .studies-two .owl-nav button:hover{opacity: 1;}

.case-studies-two .studies-two .owl-nav button:nth-child(1){left: 15px;}
.case-studies-two .studies-two .owl-nav button:nth-child(2){right: 15px;}

.seo-numeric .numeric-data { margin-top: 0; margin-bottom: 0; }
.call-box-one img{width: 100%; height: auto; position:absolute; bottom: 0;}
.call-box-two{padding: 4rem;}

.call-box-two h3{float:left; width: 100%; color:#fff;}


.call-box-section{padding: 8rem 0 5rem 0; border-radius: 25px;}

.form-section.second{padding: 0px;  background: #f7f7f7; background-image: none;}

.form-bg {padding: 3rem 2rem;}

.form-section.second h2, .form-section.second p {
    color: #1b2045;
}

.form-section.second .footer-form input {
    border-bottom: 1px solid #e0e0e0;
}

.rpt-policy{color: #1b2045; margin: 5px 0px 0px 0px !important}
.footer-form-foo{ flex-direction: column; }

/*
.sf-menu ul ul, .sf-menu li.sfHover > ul > ul{display: none !important; opacity: 0; visibility: hidden;}
*/

/*------------ppc--------------*/

.ppc-banner{padding-top: 7rem; padding-bottom: 9rem;}
.ppc-input input[type="submit"]:hover{background:#2e2d32 ;
    color: #f4c553; }

/*-----------web--------------*/
.web-banner{padding-top: 7rem; padding-bottom: 7rem;}
.web-new-banner{padding-top: 10rem; padding-bottom: 0px;}
.web-banner .banner-box a.quote-btn{color: #2e2d32;}

.intro-box .row:nth-child(even) .intro-dtls-dtls{padding-left: 5rem;}

/*-----------automation--------------*/
.third-process-step .nav-tabs li{width: 33.333333%; display: flex;}
/*
ul.sf-menu li > ul > li > a.sf-with-ul:after{content: none;}
*/
ul.sf-menu li > ul > li > a{position: relative;}
ul.sf-menu li > a:before,
ul.sf-menu li > ul > li > a:before{content: '';
    display: block;
    position: absolute;
    height: 3px;
    background: #fff;
    width: 0%;
    bottom: -2px; -webkit-transition: all .3s ease;
    transition: all .3s ease;}
    ul.sf-menu li:hover > a:before,
ul.sf-menu li > ul > li:hover > a:before{width: 100%;-webkit-transition: all .3s ease;
    transition: all .3s ease;}

    .blog-box{display: block;}

.service-box-dtls span{width: 69px;}
.service-box-dtls span img{width: 100%;}

#sf2 > .main-input-form{border: 0px; border-radius: 0px;}
#sf2 > .main-input-form .form-group input[type="text"],
#sf2 > .main-input-form .form-group select{width: 100%; border: 0;  padding: 15px; border-radius: 0px; height: auto; font-size: 1.0625rem; background: #ffffff; color: #2d2d31;}
#sf2 > .main-input-form   .sec-frm-shw .form-group{    display: flex;
    align-items: center;
    flex-direction: column;}
#sf2 > .main-input-form   .sec-frm-shw .form-group #submitbutton{padding: 1rem  3rem; margin-bottom: 5px;}
#sf2 > .main-input-form   .sec-frm-shw .form-group a{color: #fff;}

#sf2 > .main-input-form .form-group input::-webkit-input-placeholder{color:#2d2d31;opacity:1}
#sf2 > .main-input-form .form-group input::-moz-placeholder{color:#2d2d31;opacity:1}
#sf2 > .main-input-form .form-group input:-ms-input-placeholder{color:#2d2d31;opacity:1}
#sf2 > .main-input-form .form-group input::-ms-input-placeholder{color:#2d2d31;opacity:1}
#sf2 > .main-input-form .form-group input::placeholder{color:#2d2d31;opacity:1}
.banner-box #banner_form{width: 100%;}
.review-box-top{margin-top: 15px;}
.review-box-top a.rating{width: 30px; float: left; margin: 10px; position: relative; height: 30px; overflow: hidden;}
.review-box-top a i svg, .review-rate a i svg{width: 100%; height: auto; position: absolute; width: 30px; top: 0; }
.review-box-top a i.orange > svg, .review-rate a i.orange > svg{fill: #f4c553; z-index: 2}
.review-box-top a i.white > svg, .review-rate a i.white > svg{fill: #ffffff; z-index: 1}
.review-box-top a.rating:last-child i.orange {opacity: 0; visibility: hidden;}
.rating-count{font-size: 15px;  color: #fff;}

.review-inside{padding: 2rem; background: #f7f7f7; margin-top: 2rem; display: flex;
    flex-direction: column;}
.review-inside h3{margin-bottom: 2rem;}
.review-inside p{text-align: justify; font-size: 17px; margin-bottom: 2rem;}
.date-review{float: left; width: 100%; padding-top: 1.5rem; border-top: 1px solid #efefef; justify-content: space-between;}
.review-rate{width: auto; display: flex; align-items: center; justify-content: flex-start;}
.review-rate a{position: relative; width: 20px; height: 20px; margin-right: 4px;}
.review-rate a i svg{ width: 20px;  }
.date-review span{ font-size: 14px; color: #555; }
.review-box-dtls{display: flex;}

.core-area{background:  url(../img/core-banner.jpg) no-repeat; background-size: 100% 60%; padding: 3rem 0 6rem 0;}
.core-area p{text-align: center; font-size: 21px;}
.core-value-sec{background: #f7f7f7; box-shadow: 2px 2px 28px -1px rgba(0,0,0,0.2); margin-top: 3rem;}
.color-square svg{opacity: 0; visibility: hidden; display: none;}
.core-value-box{padding: 2rem; border-left: 1px solid #ddd;  }
.core-value-box h3{ font-size: 1.3rem; margin: 1rem 0; text-align: center; }
.core-value-box span{width: 100px; margin: 2rem 0rem 2rem 0rem;}
.core-value-box span img{width: 100%; height: auto;}
.core-value-box:first-child{border:0;}
.extra-service{margin-bottom: 3rem;}
.extra-service h2{ font-size: 2.3rem; line-height:2.4rem; }
.extra-service p{text-align: justify;}
.extra-service .title p{text-align: center; margin-bottom: 0;}
.extra-service .title{margin-bottom: 3rem;}
.extra-service .three-box-dtls span{width: 100px; margin: 1rem 0rem 2rem 0rem;}
.extra-service .three-box-dtls span img{opacity: 0.7; width: 100%;}
.extra-service .three-box-dtls{display: flex; flex-direction: column;}


/*------------------------contact-us-------------------------------*/
.contact-box-sec{padding: 4rem 0rem;}
.contact-inquiry-sec{padding: 2rem; box-shadow: 2px 2px 20px -1px rgba(0,0,0,0.2); background: #fff; z-index:2;}
.contact-form-input{margin:1rem 0;}
.contact-form-input input[type="text"],
.contact-form-input textarea{width:100%; border: 1px solid #ddd; padding: 15px; height: auto;}
.contact-dtls, .map-box-dtls{background: #1D86C6 url(../img/bg-shade.png) no-repeat; background-size: cover; z-index:1; background-position: right bottom; }
.contact-box-dtls{ padding:2rem;}
.contact-box-dtls h2,
.contact-box-dtls p{color: #fff;}
.contact-box-dtls h2{margin-bottom:1.5rem;}
.contact-box-dtls div.contact-location{display: flex; width: 100%; float: left; align-items: flex-start; margin: 0.5rem 0rem;}
.contact-box-dtls div.contact-location div,
.contact-box-dtls div.contact-location address{width: 70%; float: left; margin-bottom: 0;}
.contact-location h4, .contact-location p, .contact-location a{color: #fff; float: left; width: 100%; margin-bottom: 0.5rem; line-height: normal;}
.contact-location h4{font-size: 1.2rem; }
.contact-box-dtls div.contact-location i.cntct-icon{margin-right: 15px; width: 45px; display: flex; align-items: center;}
.contact-box-dtls div.contact-location i.cntct-icon img{width:28px; margin-top: 3px;}


.contact-map-box{margin-bottom: 1rem;}
.map-box-dtls{padding: 3rem; background-color: #2d2d31; display: flex;  align-items: center; justify-content: flex-end; }
.map-box-dtls h2{color: #fff; margin-bottom: 0;}

/*-------------------------------------blog---------------------------------------------*/


.main-blog-box{padding: 4rem 0rem; background: #f7f7f7;}
.blog-hold{margin-bottom: 2.5rem;}
.blog-sec-box{padding: 0; background: #ffffff; box-shadow:0 22px 32px 0 rgba(0, 0, 0, 0.1); display: flex; flex-direction: column;transform: scale(1);-webkit-transition: all .3s ease;
    transition: all .3s ease;}
.feature-blog-img{margin-bottom:0rem; position: relative;}
.feature-blog-img span{width: auto; padding: 1rem;background: #f4c553;
    color: #2e2d32; font-size: 18px; font-weight: 600; position: absolute; left: 0; bottom:-23px;}
.feature-blog-img img{width: 100%;}
.blog-dtls-main{padding: 3rem 2rem 1.5rem 2rem; display: flex; flex-direction: column;}
.blog-box-title{margin-bottom: 1.5rem;}
.blog-box-title h3{margin: 0; font-size: 1.3rem;}
.blog-box-dtls p{     font-size: 15px;  color: #888;  text-align: justify; line-height: 23px; }
.blog-tag{display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #efefef;
    padding-top: 1rem;}
.blog-tag .tag-box, .blog-tag .read-time{float: left; width: auto; font-size: 15px; display: flex; align-items: center; color: #1b2045; margin: 0; }
.blog-tag .tag-box img,
.blog-tag .read-time img{width: 16px; margin-right:9px;}
.blog-sec-box:hover{transform: scale(1.05);-webkit-transition: all .3s ease;
    transition: all .3s ease;}

/*--------------------------------------------------------------------*/
.home-about-us{background: url(../img/home-abt-us.jpg); background-position: 50% 50%; background-size: cover;}
.home-about-us img{display: none; opacity: 0;}

ul.sf-menu li a:focus{outline: none;}

.intro-dtls-img, .ppc-intro-img, .smo-intro-img, .web-intro-img{background-position: 50% 50%; background-size: cover;}
.ppc-intro-img img, .call-action-img img, .web-intro-img img, .mrkt-intro-img img,
.smo-intro-img img{display: none; opacity: 0; visibility: hidden;}
.intro-dtls-dtls{padding:2.5rem 5rem;}

.call-action-dtls{padding-bottom: 6.5rem;}


.mobile-show-drop{display: none; opacity: 0;}
.mobile-nav-drop{width: 30px; height: 30px; }
.mobile-nav-drop img{width: 100%;}

header.sticky-hdr .contact-mbl ul li a.icon .svg-phone {
    fill: #2e2d32;
}

.status-dtls h4{margin: 0;}
.status-dtls ,.status-dtls div{justify-content: center; align-items: center !important; text-align: center;}
.status-dtls p{text-align: center;}

.web-banner .banner-box a.quote-btn:hover{color: #f4c553;}

.main-header.sticky-hdr .sf-navbar > li > ul{background: #f4c553; top:128%;}

.blog-detail-banner h1{font-size:2.5rem; margin: 0;}
.blog-detail-box{box-shadow: 2px 2px 20px -1px rgba(0,0,0,0.1); padding: 0;}
.blog-detail-sec{padding: 4rem 0rem; }
.blog-detail-img img{width: 100%; height: auto;}
.blog-detail-part{padding: 2rem; background: #ffffff;}
.blog-dtls-in-title h2{font-size: 2rem; line-height: normal; }
.blog-detail-part .blog-tag{ border-top: 0; border-bottom: 1px solid #efefef; padding-bottom: 1rem; padding-top: 0; margin-bottom:1rem;}
.blog-dtls-main-sec img{width: 100%; height: auto; margin-bottom: 1.5rem;}
.blog-dtls-main-sec p,
.blog-dtls-main-sec h2,
.blog-dtls-main-sec h3,
.blog-dtls-main-sec h4,
.blog-dtls-main-sec h5,
.blog-dtls-main-sec h6,
.blog-dtls-main-sec ul,
.blog-dtls-main-sec ol{width: 100%; float: left; margin-bottom: 1.5rem;}
.blog-dtls-main-sec p{color: #777; text-align: justify;}
.blog-dtls-main-sec ul,
.blog-dtls-main-sec ol{background-color: #f7f7f7; padding: 1rem;}
.blog-dtls-main-sec ul li{float: left; width: 100%; padding: 0; margin: 3px 0px; position: relative; padding-left: 1.5rem;}
.blog-dtls-main-sec ul li:before{ content: "";
    width: 6px; height: 6px; border-radius: 100px;
    background: #f4c553; position: absolute;
    left: 6px; top: 10px;}
.blog-dtls-main-sec ol li{float: left; width: 100%; padding: 0; margin: 3px 0px; position: relative; padding-left: 1.5rem;}
.blog-dtls-main-sec ol li:before{ content: "";
    width: 6px; height: 6px; border-radius: 100px;
    background: #f4c553; position: absolute;
    left: 6px; top: 10px;}

.blog-author-box{margin-bottom: 2rem; display: flex; padding: 0;
    }
.avtar{width: 80px; height: 80px;  border-radius: 100px; overflow: hidden; margin-right: 20px;}
.avtar img{width: 100%;}
.author-dtls p, .author-dtls span{width: 100%; float: left; margin-bottom:  5px; font-size: 15px; line-height: normal;}
.author-dtls p{font-size: 18px; font-weight: 600;}
ul.author-social{    float: left;
    width: 100%;
    margin: 0; margin-top: 3px;}
ul.author-social li{float: left; width: auto; margin-right:7px;}    
ul.author-social li a{width: 24px; float: left; height: 24px; }
ul.author-social li a img{width: 100%; opacity: 1;}
.related-blog{padding: 1rem; background-color: #f7f7f7;}
.related-blog h4{margin-bottom: 1.1em;
    font-size: 1.3rem;
    line-height: normal;
    text-transform: capitalize;}
.rlt-blog-img img{width: 100%;}
.rlt-blog-post{background-color: #fff; margin-bottom: 1.2rem;box-shadow: 1px 1px 9px -1px rgba(0,0,0,0.15)}
.rlt-blog-dtls h6{font-size: 1rem; padding: 1rem; margin-bottom: 0;}

.more-blog{display: flex; align-items: center;  width: auto; margin: 1rem 0 0 0; font-size: 1rem; font-weight: 600;}
.more-blog img{width: 12px; position: relative; left: -10px; margin-left: 20px;-webkit-transition: all .3s ease;
    transition: all .3s ease;}
.more-blog:hover img{left: 0;-webkit-transition: all .3s ease;
    transition: all .3s ease;}
.blog-detail-banner {
    padding-top: 3rem;
    padding-bottom: 1rem;
}

.case-wrapper{padding: 4rem 0 0 0;}
.case-wrp-title{text-align: center; margin-bottom: 3rem;}
.case-wrp-title span{color: #f4c553;}
.case-wrap-img img{width: 100%; height: auto;}
.plan-img img{width: 100%; height: auto;}
.case-plan-dtls{    padding: 3rem 5rem;
    background: #f7f7f7;
    position: absolute;
    right: -190px;
    padding-right: 191px;}

.case-box{background:url(../img/point.jpg) no-repeat; background-size: cover; background-position: 50% 50%;}
.case-box img{display: none; opacity: 0; visibility: hidden;}


.case-box-ul ul li{float: left; width: 100%; padding: 0; margin: 3px 0px; position: relative; padding-left: 1.5rem;}
.case-box-ul ul li:before{ content: "";
    width: 6px; height: 6px; border-radius: 100px;
    background: #f4c553; position: absolute;
    left: 6px; top: 10px;}
.case-box-main .three-box{padding-bottom: 5rem;}
.call-action-pull{display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; padding: 2.5rem; margin-top: -100px;  background: #f4c553 url(../img/bg-shade.png) no-repeat; background-size: cover; border-radius: 5px;}
    .call-action-pull h2{color: #ffffff;}
.call-action-pull .quote-btn{background-color: #2e2d32; color: #f4c553;}

aside#categories-3{padding: 1rem;
    background-color: #f7f7f7; margin-top: 0rem;}
aside#categories-3 h3{
    margin-bottom: 1.1em;
    font-size: 1.3rem;
    line-height: normal;
    text-transform: capitalize;
}
aside#categories-3 ul li{width: 100%;border-bottom: 1px solid #fff;
    padding-bottom: 7px; margin: 7px 0px;display: flex;
}
aside#categories-3 ul li:last-child{border-bottom: 0px; padding-bottom: 0; margin-bottom: 0;}
aside#categories-3 ul li:before{
	font-family: FontAwesome;
    content: '\f105';
    font-size: 18px;
    margin-right: 8px;
    color: #0083CA;	
}
.sf-navbar > li > ul > li > a{font-size: 17px;}

.featured-carousel .owl-nav button{display: none; opacity: 0; visibility: hidden;}

p:blank {
  display: none;
}


.why-webdesign-img img,
.seo-dtls-img img, .book-img img, .mrkt-auto-img img{display: none; opacity: 0; visibility: hidden;}
.why-webdesign-img{background:url(../img/why-web.jpg) no-repeat; background-size: cover; background-position: 50% 50%;}
.seo-dtls-img{background:url(../img/seo-intro.jpg) no-repeat; background-size: cover; background-position: 50% 50%;}
.three-box-dtls p{text-align: justify;font-size: 1.125rem;}
.process-step-dtls .tab-content .tab-pane p,
.case-studies-desc{font-size: 1.125rem; text-align: justify;}
.call-box-two p, .package-dtls p, .book-dtls p, .web-list-box p{text-align: justify;font-size: 1.125rem;}
.call-box-two h2{margin-bottom: 0.5rem;}

.book-img{background-size: cover; background-position: 50% 50%;}
.mrkt-auto-img{background-size: cover; background-position: 50% 50%;}
.extra-service .title p, .contact-box-dtls p
.contact-location p, .contact-location a{font-size: 1.125rem ;}


.sf-menu li > a{font-size: 20px;}
.sf-navbar > li > ul > li > a{font-size: 16px; }

.white-clr img, .blue-clr img{width: 200px; height: auto;}

.banner-box-text-img .img{min-height: 750px;}
.main-header.sticky-hdr .sf-menu ul ul{top: 100%; background: rgb(244, 197, 83);}

.sf-navbar>li>ul, .sf-navbar>li>ul> li > ul{background: #f4c553;
    padding: 0.85rem; left: -0.85rem;}
.casestudies-box-src .casestudies-img img{visibility: hidden;display:  none; opacity: 0;}

.quote-btn, .footer_form .quote-btn{text-transform: capitalize !important;}

.casestudies-inner-sec .quote-btn{margin-top: 1rem;}
.casestudies-box-src .casestudies-inner-sec .col-12  > p{text-align: justify;}

.review-block{margin-top: 2.5rem;}

.review-box-top a.rating:last-child i.orange {
    opacity: 1;
    visibility: visible;
}

.footer-frm-bx{display: flex; flex-direction: column; justify-content: center; align-items: center;}
.footer-frm-bx input[type="submit"].quote-btn{ margin: auto; }
.call-box-two ul br{display: none;}
.call-box-two ul{float: left; width: 100%; margin: 0; padding: 0;}
.call-box-two ul li{float: left; width: 100%; margin: 0.5rem 0rem; font-size: 1.125rem;}


/*-----------nw-home-----------*/
header.main-header{z-index: 999;}
.client-dsgn{ display: flex; flex-direction: column; align-items: flex-start !important; justify-content: flex-start; }
.client-dsgn img{width: auto; height: 36px;}
.client-dsgn div{margin-top: 1rem;}
.videobox-1{display: flex; align-items: center;}
.video-dtls > p{margin-bottom: 2rem; min-height:auto;}
.video-dtls{flex:0 0 100%; max-width: 100%;}
.video-dtls > h3{width: 100%; margin-bottom: 2rem;}

/*-----------nw-SEO-----------*/
.seo-numeric .numeric-data{margin-top: -3rem;}
.seo-three-box img{opacity: 0; visibility: hidden; display: none;}
.intro-dtls-dtls > ul, .call-box-two ul, .web-list-box ul,
.three-box-dtls > ul{float: left; width: 100%; padding: 0; margin:0; margin-bottom: 1.25rem;}
.intro-dtls-dtls > ul li, .three-box-dtls > ul li, .call-box-two ul li, .web-list-box ul li{float: left; width: 100%; font-size: 1.125rem; margin: 0.5rem 0; position: relative; padding-left: 1.2rem;}
.three-box-dtls > ul li:before, .intro-dtls-dtls > ul li:before, .call-box-two ul li:before, .web-list-box ul li:before{content: ""; width: 6px; height: 6px; background: #0083cb; border-radius: 100px; position: absolute; left: 0; top:9px;}

.intro-dtls-dtls h3{float: left; width: 100%;}


.three-box{align-items: flex-start !important; }

.package-list span{width: auto;}
.package-list span img{width: auto; height: 100px;}
.package-list p{text-align: justify;}
.package-include > .row{margin-left: 0; margin-right: 0;}
.who-we-are-img img{display: none; opacity: 0; visibility: hidden;}
.casestudies-box-src .casestudies-inner-sec .col-12>p{font-size: 1.125rem;}
.blog-tag .tag-box{max-width: 70%; flex:0 0 70%;}
.blog-tag .read-time{max-width: 30%; flex:0 0 30%; justify-content: flex-end;}
.blog-tag .tag-box, .blog-tag .read-time{line-height: 18px; align-items:flex-start;}
.blog-tag .tag-box img, .blog-tag .read-time img{margin-top: 2px;}
.blog-tag{align-items: flex-start;}


.sf-navbar>li>ul{width: 157%;}
.sf-navbar>li>ul:before{left: 0;}
.web-list-box ul{float: left; width: 100%; padding: 0; margin:0; margin-bottom: 1.25rem;}
.web-list-box ul li{float: left; width: 100%; font-size: 1.125rem; margin: 0.3rem 0; position: relative; padding-left: 1rem;}
.web-list-box ul li:before{content: ""; width: 6px; height: 6px; background: #f4c553; border-radius: 100px; position: absolute; left: 0; top:9px;}
.thank-you-box{padding: 3rem 0rem; background: #f7f7f7;}
.thank-you-box .col-12{display: flex; align-items: center; justify-content: center;}
.thank-you-box .col-12 .thnk-u{ padding: 3rem; background: #ffffff; box-shadow: 3px 3px 20px -1px rgba(0,0,0,0.1); width: 600px; }
.thank-you-box .col-12 .thnk-u img{width: 100%;}


.terms-box-center{background: #f7f7f7; padding: 3rem 0rem;}
.terms-box-inside{background: #fff; padding: 3rem; box-shadow: 2px 2px 20px -1px rgba(0,0,0,0.2);}
.terms-dtls-box p,
.terms-dtls-box h3,
.terms-dtls-box ul,
.terms-dtls-box li,
.terms-dtls-box table{width: 100%; float: left;}

.terms-dtls-box p,
.terms-dtls-box h3{margin: 0rem 0rem 1.5rem 0rem;}


.sf-navbar>li>ul{width: auto;}

#desktoptab {
    display: block;
}
#mobtab{
	display: none;
}
.myordertable {
	width:100%;
	margin:20px 0px;
	border:1px solid #E7E7E7
}
.myordertable th {
	padding:10px;
	background:#f0f0f0;
	color:#000;
	font-size:18px;
	text-align:left
}
.myordertable td {
	padding:10px;
	font-size:18px;
	border-bottom:1px solid #E7E7E7;
	border-right:1px solid #E7E7E7;
	background:#fff;
}
.myordertable td:last-child {
	border-right:none !important
}
.myordertable tr:last-child td {
	border-bottom:none
}

.textboxformclass {
    width: 95%;
    border: 1px solid #E6E6E6;
    padding: 7px 7px;
    margin-top: 10px;
    font-size: 13px;
}
.clear{
    clear:both;
}
.banner-box{
    padding-top:0px;
}
.banner-box ul{
    top:60px !important;
}
.newtextbox{
    margin-bottom:20px;
    background:transparent;
    border:2px solid #FFF;
    height:45px;
}
.newsubmit{
   border-radius: 5px;
   margin-top:15px;
}
/*.myordertable tr td{
    font-size: 14px !important;
}*/
.cath3{
	font-size: 2rem !important;
line-height: 2.3rem !important;
margin-bottom: 1.85rem !important;
}
.submitform{
	background: #0083cb;
    color: #ffffff;
	border:0px;
	font-size:16px;
	padding:10px 25px;
	border-radius:31px;
}
.paddtb-60{
	padding:60px 0px !important;	
}
.custompackagebox{
	padding:0px;
}
.custompackagebox .packageheader{
	background:#3A93C8;
	padding:30px;
	text-align:center;
}
.custompackagebox .packageheader h3{
	color:#FFF;
	font-weight:normal;	
}

.custompackagebox .packagebody ul{
	padding:0px;
	list-style-type:none;
}
.custompackagebox .packagebody ul li{
	width:100%;
	padding:10px 0px 10px 45px;
	text-align:left;	
}
.custompackagebox .packagebody ul li .fa-check{
	color:#2ecc71;	
	margin-right:7px;
}
/*.custompackagebox .packagebody ul li:nth-child(2n){
	background:#F2F2F2;
}*/
.custompackagebox .price{
	font-size:54px;
	text-align:center;
	padding:40px 0px;
	font-weight:bold !important;;
	color:#3A93C8;
}
.custompackagebox .price span{
	font-size:22px;	
}
.custompackagebox .packagebottom{
	padding:40px 0px;
	text-align:center;	
}
.custompackagebox .packagebottom .quote-btn{
	padding:10px 35px;
}
.packagedel{
	width:48%;
	float:left;
	box-shadow: 2px 2px 14px -1px rgba(0,0,0,0.2);
	margin-right:30px;
	margin-bottom:30px;
}
.packagedel:nth-child(2n){
	margin-right:0px;
}
.packagedel .contentptag{
	background:#F2F2F2;
	padding:15px;
	font-size:18px;
	margin-bottom:0px;
}
.packagedel .packagedelul .contentptag{
	background:#FFF;
	padding:0px !important;
	margin:0px;
}
.packagedel .packagedelul li .contentptag:before{
	font-family:fontAwesome;
	content:'\f00c';
	color:#FD6B0D;
	margin-right:15px;
}
.packagedel .packagedelul li .contentptag{
	padding:10px 15px !important;	
	border-bottom:1px solid #F2F2F2;
}
div.pagination1 {
	padding:3px;
	margin:3px
}
div.pagination1 a {
	padding:2px 5px 2px 5px;
	margin:2px;
	border:1px solid #E0E0E0;
	background:#E0E0E0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	text-decoration:none;
	color:#333333;
	font-size:11px
}
div.pagination1 a:hover, div.pagination1 a:active {
	border:1px solid #333333;
	background:#333333;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	color:#FFF;
	font-size:11px
}
div.pagination1 span.current {
	padding:2px 5px 2px 5px;
	margin:2px;
	border:1px solid #333333;
	background:#333333;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	font-weight:bold;
	color:#FFF;
	font-size:11px
}
div.pagination1 span.disabled {
	padding:2px 5px 2px 5px;
	margin:2px;
	border:1px solid #EEE;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	color:#DDD;
	font-size:11px
}
.blog-detail-part .form-control{
	margin-bottom:10px;	
}
.testimonialdel{
	background:#FAFAFA;	
	padding:30px;
	position: relative !important;
	margin: 2px !important;
	color: #777 !important;
	border: 1px solid #ededed !important;
	background-color: #fafafa !important;
	border-radius: 4px !important;
	height:250px;
}
.profimagere img{
	width:60px;	
	border-radius:50%;
}
.profuserdesc{
	margin-top:10px;
	height:130px;
	overflow-y:scroll;	
	font-size:14px;
}
/*blockquote::before {
    font-family: FontAwesome;
    content: '\f10d';
    font-size: 12px;
    margin-right: 5px;
    color: #0083CA;
}
blockquote::after {
    font-family: FontAwesome;
    content: '\f10e';
    font-size: 12px;
    margin-left: 5px;
    color: #0083CA;
}*/
blockquote {
    font-style: italic !important;
}
.authorname {
    font-size: 24px;
    color: #0083CA;
	margin-top:10px;
    font-weight: bold !important;
}
 .contact-box-dtls p{
	font-size:1.1rem; 
 }
 /************Cart******************/
 
 .shop_table {
	border:1px solid #E6E6E6;
	width:100%;
	margin-top:10px
}
.shop_table tr th {
	background:#F7F7F7;
	padding:10px 8px;
	font-size:18px !important;
	font-weight:bold !important;
	text-transform:uppercase;
	color:#000;
	text-align:left
}
.shop_table tr td {
	padding:10px 0px;
	font-size:15px;
	border-bottom:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
	text-align:left;
	padding:10px;
	vertical-align:top
}
.shop_table tr td a {
	color:#666
}
.shop_table tr td.sl {
	width:35px
}
.shop_table tr td.weburl {
	width:24%
}
.shop_table tr td.packcode {
	width:16%
}
.shop_table tr td.qty {
	width:10%
}
.shop_table tr td.price {
	width:10%
}
.shop_table tr td.remove {
	width:5%;
	text-align:center
}
.shop_table tfoot td {
	border-right:none
}
.mt-40{
	margin-top:40px;	
}
.newcartbtn{
	background: #0083cb;
color: #ffffff;
padding:15px 30px;
border-radius:31px;
}
.addonheading{
	margin:10px 0px;
	color:	#0083cb;
	font-weight:bolder;
}
.addonlist{
	padding-left:20px;
	list-style-type:disc;
}
.addonlist li{
	margin-bottom:10px;
	list-style-type:disc;
}
.newformcontrol{
	border:1px solid #dedede;
	padding:5px;	
	width:80%;
	font-size:13px;
}
.subcartheading{
	text-align:right !important;	
	font-weight:bold;
	color:#000;
	font-size:16px;
}
.grandtot {
	color:#F00;	
}

.loginheading{
	background:#1C85C5 !important;	
	padding:10px;
	color:#FFF;
}
.mt-10{
	margin-top:10px !important;	
}
.mb-10{
	margin-bottom:10px !important;	
}
.coupantextbox{
	width:150px !important;
	margin:0px 20px;	
}
.mt-30{
	margin-top:30px !important;	
}
.header-top{
	background:#1C85C5;
	height:60px;	
}
.social-buttons{
	padding:0px;
	list-style-type:none;	
	display:flex;
	align-items:center;
	margin:0px;
}
.social-buttons li{
	display:flex;
	align-items:center;
	justify-content:center;
	width:30px;
	height:30px;
	border-radius:50%;
	background:#FFF;
	margin-right:10px;
}
.cartmenu-top{
	padding:0px;
	list-style-type:none;	
	display:flex;
	align-items:center;
	justify-content:end;
	margin:0px;
	float:right;
}
.cartmenu-top li{
	display:flex;
	align-items:center;
	margin-left:15px;
	color:#FFF;	
}
.cartmenu-top li a{
	color:#FFF;	
}
.sticky-hdr{
	top:0px;	
}
.myaccountnav li{
	padding:8px 0px;
	border-bottom:1px solid #f2f2f2;
}
.profile-sub-heading{
	margin:10px 0px;
	padding:10px;
	background:#F7F7F7;
	color:#1C85C5;
	font-size:20px;
	font-weight:bold;	
}
.custom-table-order td{
	font-size:14px;
}
.custom-table-order td .text-danger{
	font-style:italic !important;
	text-decoration:underline;	
}
.messagediv {
	width:97%;
	background:#E0E0E0;
	margin-top:20px;
	padding:10px
}
.adminpostfrntmsg {
	background:#E1FFE1;
	margin-top:20px;
	padding:10px
}
.employeepostfrntmsg {
	background:#E0E0E0;
	margin-top:20px;
	padding:10px
}
.clientpostfrntmsg {
	background:#FFEAEA;
	margin-top:20px;
	padding:10px
}


#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:90000;
	background-color:#000;
	display:none
}
#mask_new {
	position:absolute;
	left:0;
	top:0;
	z-index:90000;
	background-color:#000;
	display:none
}
#boxes .window {
	position:fixed;
	left:0;
	top:0;
	display:none;
	z-index:99999;
	margin:0 auto !important;
	display:none
}
#boxes #dialog {
	width:50%;
	height:50%;
	position:fixed;
	top:25%;
	left:25%;
	background:#FFF
}
#boxes #dialog_medium {
	width:70%;
	height:70%;
	position:fixed;
	top:15%;
	left:15%;
	background:#FFF
}
#boxes #dialog_big {
	width:98%;
	height:96%;
	position:fixed;
	top:2%;
	left:1%;
	background:#FFF;
	overflow:auto
}
#boxes #dialog_littlebig {
	width:70%;
	height:90%;
	position:fixed;
	top:5%;
	left:15%;
	background:#FFF;
	overflow:auto;
	z-index:10000
}
#boxes #dialog_littlebig a.close, #boxes #dialog_littlebig a.close:hover {
	width:30px;
	height:30px;
	float:right;
	border-radius:0 0 0 10px;
	background:#D7D7D7;
	color:#000;
	font-size:12px;
	margin-right:0px !important;
	cursor:pointer;
	font-family:'NobileBold';
	text-decoration:none
}
#boxes #dialog_small {
	width:40%;
	height:30%;
	position:fixed;
	top:30%;
	left:35%;
	background:#FFF
}
#boxes #dialog_medium .header, #boxes #dialog_littlebig .header, #boxes #dialog_big .header, #boxes #dialog .header, #boxes #dialog_small .header {
	/*background:url( ../new-images/popup/bg.png) repeat-x;*/
	height:47px;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	padding-left:10px;
	text-align:left
}
#boxes #dialog_medium .close, #boxes #dialog_littlebig .close, #boxes #dialog_big .close, #boxes #dialog .close, #boxes #dialog_small .close {
	/*background:url( ../new-images/popup/close.png) right center no-repeat;*/
	float:right;
	width:16px !important;
	height:16px !important;
	margin-right:20px;
	border:1px solid #3C7BC8
}
#boxes #dialog_medium .close:hover, #boxes #dialog_littlebig .close:hover, #boxes #dialog_big .close:hover, #boxes #dialog .close:hover, #boxes #dialog_small .close:hover {
	border:1px solid #0B396C;
	width:16px !important;
	height:16px !important;
	border-radius:2px
}
#boxes #dialog_medium .add, #boxes #dialog_littlebig .add, #boxes #dialog_big .add, #boxes #dialog .add, #boxes #dialog_small .add {
	/*background:url(img/i/plus.png) no-repeat left center;*/
	padding:3px 5px 3px 20px;
	color:#666;
	font-size:11px;
	border-radius:3px;
	border:1px solid #F8F8F8
}
#boxes #dialog_medium .add:hover, #boxes #dialog_littlebig .add:hover, #boxes #dialog_big .add:hover, #boxes #dialog .add:hover, #boxes #dialog_small .add:hover {
	border-radius:3px;
	border:1px solid #C0C8D0
}
#boxes #dialog_medium .edit, #boxes #dialog_littlebig .edit, #boxes #dialog_big .edit, #boxes #dialog .edit, #boxes #dialog_small .edit {
	/*background:url(img/i/pencil-small.png) no-repeat left center;*/
	padding:3px 5px 3px 20px;
	color:#666;
	font-size:11px;
	border-radius:3px;
	border:1px solid #F8F8F8
}
#boxes #dialog_medium .edit:hover, #boxes #dialog_littlebig .edit:hover, #boxes #dialog_big .edit:hover, #boxes #dialog .edit:hover, #boxes #dialog_small .edit:hover {
	border-radius:3px;
	border:1px solid #C0C8D0
}
#boxes #dialog_medium .delete, #boxes #dialog_littlebig .delete, #boxes #dialog_big .delete, #boxes #dialog .delete, #boxes #dialog_small .delete {
	/*background:url(img/i/cross-small.png) no-repeat left center;*/
	padding:3px 5px 3px 20px;
	color:#666;
	font-size:11px;
	border-radius:3px;
	border:1px solid #F8F8F8
}
#boxes #dialog_medium .delete:hover, #boxes #dialog_littlebig .delete:hover, #boxes #dialog_big .delete:hover, #boxes #dialog .delete:hover, #boxes #dialog_small .delete:hover {
	border-radius:3px;
	border:1px solid #C0C8D0
}
#boxes #dialog_medium .subheading, #boxes #dialog_littlebig .subheading, #boxes #dialog_big .subheading, #boxes #dialog .subheading, #boxes #dialog_small .subheading {
	/*background:url(../imgages/popup/menu-bg.png) repeat-x;*/
	height:31px;
	line-height:31px;
	border-bottom:1px solid #C0C8D0;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding-left:10px
}
#boxes #dialog_big .content {
	background:#F7F7F7;
	font-family:Verdana, Geneva, sans-serif
}
#boxes #dialog_big .content th, td {
	padding:5px;
	text-align:left;
	vertical-align:top
}
#boxes #dialog_big .content tr.heading {
	background:#276FB1;
	color:#FFF;
	line-height:20px
}
#boxes #dialog_big .content tr.even td {
	background:#F6F6F6
}
#boxes #dialog_big .content tr.odd td {
	background:#F1F1F1
}
#boxes #dialog_big .content tr.subheading td {
	background:#276FB1;
	color:#FFF;
	line-height:14px !important;
	font-size:12px
}
#boxes #dialog_big .content tr.jobassignbody td {
	background:#F1F1F1;
	height:12px !important;
	font-size:12px
}

.specialmsg{
	/*position:fixed;
	top:2px;
	z-index:1000;	
	width:40%;
	left:30%;
	background:#FFF;*/
	background:#FFEAEA;
}
.specialmsg marquee{
	color:#F00;
	font-weight:bold;
}
.packageDescription-new{
	
}
.packageDescription-new .packagedel{
	width:100%;	
	box-shadow:none;
	padding:20px;
	background:#F2F2F2;
}
.packageDescription-new .packagedel .contentptag{
	background:#1C85C5;
	padding:10px;
	clear:both !important;	
	color:#FFF;
	margin-bottom:20px !important;	
}
.packageDescription-new .packagedel .packagedelul{
	
	clear:both !important;
}
.packageDescription-new .packagedel .packagedelul li{
	width:49%;
	float:left;
}
.packagedel .width100per li{
	width:100% !important;
	float:left;
}
.packageDescription-new .packagedel .packagedelul li{
	margin-right:20px;	
}
.packageDescription-new .packagedel .packagedelul li:nth-child(2n){
		margin-right:0px;
}
.packageDescription-new .packagedel .packagedelul li .contentptag{ 
background:#FFF;
color:#555555;
margin-bottom:0px !important;	
}
.packageDescription-old {
	width:100%;	
	box-shadow:none;
	padding:20px;
	background:#F2F2F2;
}
.packageDescription-old .packagedel{
	width:100%;	
	box-shadow:none;
	background:transparent;
	margin:0px;
}
.packageDescription-old .packagedel .contentptag{
	background:#1C85C5;
	padding:10px;
	clear:both !important;	
	color:#FFF;
	margin-bottom:20px !important;	
}
.packageDescription-old .packagedel .packagedelul li .contentptag{ 
background:#FFF;
color:#555555;
margin-bottom:0px !important;	
}
.submitform{
	background:#BD081C !important;
	color:#FFF !important;
}
.core-value-box{
	border-left:1px solid #ddd !important;
	border-bottom:1px solid #ddd !important;	
}
.errredborder{
    border:1px solid #F00;
}
.uniquealertcss{
    
}

.shadow-form{
    background: #fff;
box-shadow: 5px 7px 30px rgba(72,73,121,.15);
padding: 40px;
border-radius: 5px;
text-align: center;
}
.shadow-form h2{
    font-size:30px;
    text-align:center !important;
}
.shadow-form p{
    text-align:center !important;
}
.shadow-form .footer-form input{
    height: 50px !important;
font-size: 16px !important;
padding: 10px 20px !important;
border: 1px solid #f3f5fe !important;
outline: 0;
border-radius: 5px;
-webkit-transition: all .3s ease;
transition: all .3s ease;
background: #f3f5fe !important;
}
.shadow-form .footer-form{
    margin-bottom:15px;
}
.shadow-form .quote-btn{
    width: 100% !important;
padding: 13px 40px;
border-radius: 5px
}
.cus-home-new img,.newcatfimg img{
    display:block;
    opacity: 1 !important;
    visibility: visible !important;
    max-width:100%;
}
.cus-home-new .call-action-img img{
    max-width:500px;
    margin:0 auto;
}
.bannersub{
    font-size:20px;
    color:#1b2045;
    line-height:26px;
  
}
.headerquote{
    margin-top:20px;
}
.newcatwhychooseus{
    text-align:center !important;
}
.newcatwhychooseus h2{
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    text-align:center;
}
.newcatwhychooseus ul{
    display: inline-block;
    width:auto;
    float:none;
}
.newcatwhychooseus ul li{
    list-style-type:none;
    box-shadow: 3px 3px 13px -1px rgba(0,0,0,0.1);
padding: 10px !important;
margin: 0.5rem 5px !important;
width:auto !important;
color:#000;
font-size:14px;
}
.newcatwhychooseus ul li:before{
    content:'\f005';
    width:0px;
    height:0px;
    background:transparent;
    font-family:FontAwesome;
    margin-right:5px;
    position:relative;
    top:0px;
}

