/* font family css */
body{
    font-family: 'Lato', sans-serif;
    /* font-family: 'Rubik',sans-serif; */
    /*margin-top: -41px;*/
}

a, a:hover, a:active, a:focus, a:visited{
    text-decoration: none;
}
/* font family css end */
.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear alternate infinite;
}

@keyframes dash {
  from {
    stroke-dashoffset: 822;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.navbar {
   
    padding: 0;
}
/* Top Info section Css */
.logo img {
    max-width: 130px;
    height: auto;
}
.TopInfoHeader{
    background: #222f71;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    justify-content: space-around;
}
.TopInfoFirstPart a{
    color: #ffffff;
    padding: 0px 15px;
}
.topinfoSecondPart a{
    color: #ffffff;
    padding: 0px 5px;
}
.TopInfoFirstPart .icon svg, .topinfoSecondPart .icon svg{
    width: 14px;
    fill: #fff;
}
.TopInfoFirstPart .icon svg, .topinfoSecondPart .icon i {
    color: #ffffff;
}
.TopInfoFirstPart, .topinfoSecondPart{
    display: flex;
    align-items: center;
}
.topinfoSecondPart .icon.facebook svg{
    height: 14px;
}
/* Top Info Section css End  */

/* Logo Header section css start */

.logoheadersection{
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
}

.logomenu .navbar-nav{
    display: flex;
    flex-direction: row;
}

.logomenu .navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
    top: 74%;
    border-radius: 0;
}
.logomenu .navbar-nav .dropdown-menu a{
    border-bottom: 1px dashed #ebebeb;
    text-transform: capitalize !important;
}
.logomenu .navbar-nav .dropdown-menu a:last-child{
    border-bottom: none;
}
.logomenu .navbar-nav .dropdown-menu a:hover, .logomenu .navbar-nav .dropdown-menu a:active, .logomenu .navbar-nav .dropdown-menu a:focus{
    background: #ff9500;
    color: #ffffff;
}
.dropdown-slide > .dropdown-menu {
    opacity:0;
    display: block;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
  
.show.dropdown-slide > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity:1;
}

.logomenu .navbar-nav .nav-item a{
    color: #2c2c2c;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 50px;
}

.logomenu .navbar-nav li{
    padding: 15px;
}

.logomenu .navbar-nav .nav-item a:hover, .logomenu .navbar-nav .nav-item a:active, .logomenu .navbar-nav .nav-item a:focus{
    border-bottom: 0px solid #0b5a9c;
}

.FreewebsiteAuditbtn{
    background: #0b5a9c;
    padding: 10px 15px;
    color: #fff !important;
}
.FreewebsiteAuditbtn:hover, .FreewebsiteAuditbtn:active, .FreewebsiteAuditbtn:focus {
    background: #273272;
}
.freetocall .FreewebsiteAuditbtn{
    display: flex;
    width: 215px;
    margin: 0 auto;
    align-items: center;
}
.freetocall .FreewebsiteAuditbtn span.icon {
    width: 30px;
    height: 30px;
}
.freetocall .FreewebsiteAuditbtn span.icon svg{
    width: 25px;
    height: 25px;
    fill: #fff;
}
.flexdivcolumn{
    display: flex;
    flex-direction: column;
}
.flexdivcolumn span{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.Addressicon{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ed9421;
    background: #ffffff;
    border-radius: 25px;
    margin-right: 15px;
}
/* Logo Header section css End */


/* footer section css start */

.footersection{
    /* background: url(../img/footer-bg.png); */
    background-color: #2d2d2d;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footersection .flexdiv{
    display: flex;
    flex-direction: column;
}
.footersection .flexdiv a{
    color: #ccc;
    padding: 5px 0px;
    width: fit-content;
}
.footersection .flexdiv a:hover, .footersection .flexdiv a:active{
    color: #ff5e14;
}
.footersection .flexdiv a:before {
    content: "\f0a4";
    color: #ccc;
    font-family: FontAwesome;
    margin-right: 5px;
}
.topinfoSecondPart a:before {
    content: none !important;
}
.topinfoSecondPart a{
    margin-right: 15px;
}
.footerHeading h3{
    font-size: 20px;
    position: relative;
    margin: 0px 0 15px;
    color: #ed9421;
}
.footerHeading h3::after {
    content: "";
    width: 60px;
    position: absolute;
    height: 2px;
    background: #fefefe;
    left: 0;
    right: 0;
    bottom: -10px;
}
.footerdivider{
    border-top: 1px solid #272727;
    padding: 15px;
    box-shadow: 0 -1px 0 0 #474747;
}
.Address .icon svg{
    width: 20px;
    fill: #ccc;
}
.Address{
    color: #ccc;
}
.Address + .Address{
    margin-left: 10px;
}
.AddressFlexdiv{
    display: flex;
    align-items: flex-start;
    padding: 5px 0px;
}
.starRating{
    display: flex;
}
.final-star {
    display: inline-block;
    width: 1rem;
    margin: 5px;
    color: #df8a13;
}
/* footer section css start */

/* copyright css start */
.CopyRightfooter{
    background: #222f71;
    padding: 0px 0px 10px;
}
.termsandcondition{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.termsandcondition a, .termsandcondition span{
    color: #ffffff;
}
.termsandcondition a{
    position: relative;
    padding-right: 15px;
}
.termsandcondition a::after{
    position: absolute;
    content: "|";
    right: 4px;
}
.termsandcondition a:last-child::after{
    content: none;
}
.SocialNetworking{
    padding-top: 10px;
}
.SocialNetworking a span svg{
    width: 16px;
    fill: #ffffff;
}
.SocialNetworking a{
    display: flex;
    align-items: center;
}
.SocialNetworking a span:first-child{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ed9421;
    border-radius: 25px;
}
.SocialNetworking a span + span{
    margin-left: 10px;
}
.SocialNetworking a{
    color: #ffffff;
}
.SocialNetworking .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
/* copyright css End */


/* Bootstrap sb menu start */
/* ---------------------- */
/* - BOOTSTRAP 4 - SOUS-MENU - */
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}
/* SPECIAL : ROTATION des flèches */
.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}
  
  /* --------------------- */
  /* SPECIAL : ROTATION des flèches */
  /* Niveau 1 */
li .dropdown-toggle:after {
    transition: all 0.5s;
}
li.show > .dropdown-toggle:after {
    transform: rotate(180deg);
}
  /* sous-Niveaux suivants */
li li.show > .dropdown-toggle:after {
    transform: rotate(90deg);
}
  /* --------------------- */
.Mainmenu{
/*     border-bottom: 1px solid #ebebeb;
 */    background: #28a745;
}
.Mainmenu .nav-item .icon svg {
      width: 30px;
      fill: #ff5e14;
}
.Mainmenu .nav-item a{
    color: #fff;
}
.Mainmenu .dropdown-menu a{color: #000 !important;}
.Mainmenu .dropdown-item.active, .Mainmenu .dropdown-item:hover{
    color: #ffffff !important;
    text-decoration: none;
    background-color: #ff9500 !important;
}
.Mainmenu .navbar-nav{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /*gap:20px*/
}
.Mainmenu .dropdown-menu{
    border-radius: 0;
    border: none;
    box-shadow: 0px 2px 12px 1px #f1f1f1;
    border-top: 3px solid #222f71;
}
.Mainmenu .dropdown-menu li{
    border-bottom: 1px dashed #ebebeb;
}
.Mainmenu .dropdown-menu li:last-child{
    border-bottom: none;
}
  /* Bootstrap sb menu End */


  /* get in touch section start */

.Getintouch{
    background: url(../img/Get-in-Touch.jpg);
    background-attachment: fixed;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}
.contact {
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}
video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
}
.banner {
    width: 100%;
    height: 70vh;
    display: flex;
}
.banner .content, .banner .content figure {
    height: 70vh;
    width: 100%;
}
.banner .content figure {
    position: relative;
}
.banner figure figcaption {
    position: absolute;
    width: 100%;
    z-index: 9;
    top:26%;
}
.banner figure figcaption h1 {
    display: block;
    color: #fff;
    padding-bottom: 15px;
    font: 70px/80px SFProDisplay-Bold;
    margin-bottom: 0;
}
.banner figure figcaption p {
    font: 25px/38px 'SF Pro Display'!important;
    color: #fff;
    margin-bottom: 0;
    font-style: italic!important;
}
.banner .content figure:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/video_bg.html) left top no-repeat;
    background-size: cover;
}
.other {
    width: 60%;
    /* background: url(../img/photo-1485119584289-30ca2b38c67e.webp); */
    background-size: cover;
    background-position: center;
    padding: 15px;
    position: relative;
    color: #fff;
}
.other::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, rgb(36, 51, 66), rgba(36, 51, 66, 0.81));
}
.touch {
    width: 40%;
    padding: 15px;
    width: 40%;
    padding: 15px;
    background: linear-gradient(#2e3a6a,#2f0b45);
    opacity: 0.85;
}
.Transparentform .form-control, .Transparentform .form-control:focus, .Transparentform .form-control:active{
    background: transparent;
    border-radius: 30px;
    box-shadow: none;
    color: #ffffff;
}
.Transparentform .form-control::placeholder{
    color: #ffffff;
}
.moreconnectsocial{
    display: flex;
    flex-wrap: wrap;
}
.moreconnectsocial a span svg{
    width: 20px;
    height: 20px;
    fill: #ffffff;
}
.moreconnectsocial a span i{
    color: #ffffff;
}
.moreconnectsocial a span{
    width: 35px;
    height: 35px;
    border: 1px solid #ffffff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
}
/* get in touch section End */

/* Hero image css */
.heroimage img{
    width: 100%;
}
/* Hero image End */


/* ******************************************************************** */

/* ******************************************************************** */

/* ================================================================ */

/*=================== Media query start============================ */

@media (min-width: 0px) and (max-width: 481.99px) {
    .TopInfoHeader{
        display: none;
    }
    .logoheadersection {
        display: flex;
        flex-direction: column;
    }
    .logomenu .navbar-nav {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .logomenu .navbar-nav li {
        padding: 5px;
    }
    .logomenu .navbar-nav .nav-item a {
        font-size: 15px;
    }
    .SocialNetworking a {
        margin-bottom: 5px;
    }
    .Mainmenu .nav-item .icon svg {
        width: 20px;
    }
    .Mainmenu .nav-item a {
        font-size: 14px;
    }
    .Mainmenu .navbar-nav .dropdown-menu {
        position: absolute;
        float: none;
    }
    .Mainmenu .navbar-nav {
        justify-content: flex-start;
        align-items: flex-start;
        padding-left: 15px;
    }
    .dropdown-submenu .dropdown-menu {
        left: 20% !important;
    }
    .ratedDiv {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .contact {
        flex-wrap: wrap;
        margin: 0px 15px;
    }
    .other, .touch{
        width: 100%;
    }
    .other{
        order: 1;
    }
}

@media (min-width: 482px) and (max-width: 767.98px) {
    .TopInfoHeader{
        display: none;
    }
    .logoheadersection {
        display: flex;
        flex-direction: column;
    }
    .logomenu .navbar-nav {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .logomenu .navbar-nav li {
        padding: 5px;
    }
    .logomenu .navbar-nav .nav-item a {
        font-size: 12px;
    }
    .SocialNetworking a {
        margin-bottom: 5px;
    }
    .Mainmenu .navbar-nav .dropdown-menu {
        position: absolute;
        float: none;
    }
    .Mainmenu .navbar-nav {
        justify-content: flex-start;
        align-items: flex-start;
        padding-left: 15px;
    }
    .dropdown-submenu .dropdown-menu {
        left: 50% !important;
    }
    .contact{
        flex-wrap: wrap;
        margin: 0px 15px;
    }
    .other, .touch{
        width: 100%;
    }
    .other{
        order: 1;
    }
}

@media (min-width: 768px) and (max-width: 991.99px) {
    .TopInfoFirstPart a {
        padding: 0px 10px;
        font-size: 12px;
    }
    .logomenu .navbar-nav li {
        padding: 5px;
    }
    .logomenu .navbar-nav .nav-item a {
        font-size: 12px;
    }
    .Mainmenu .navbar-nav .dropdown-menu {
        position: absolute;
        float: none;
    }
    .Mainmenu .navbar-nav {
        justify-content: flex-start;
        align-items: flex-start;
        padding-left: 15px;
    }
    
    .other, .touch{
        width: 50%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .logomenu .navbar-nav li {
        padding: 5px;
    }
    .Mainmenu .nav-item .icon {
        display: none;
    }
    .Mainmenu .nav-item a {
        font-size: 14px;
    }
    .Mainmenu .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .2rem;
        padding-left: .2rem;
    }
}
@media (min-width: 1201px) and (max-width: 1300px) {
    .parrentpadding {
        padding-left: 15px;
        padding-right: 15px;
    }
    .Mainmenu .nav-item .icon svg {
        width: 20px;
    }
    .Mainmenu .nav-item a {
        font-size: 14px;
    }
}
@media (min-width: 1301px) and (max-width: 1600px) {
    .parrentpadding {
        padding-left: 15px;
        padding-right: 15px;
    }
    .Mainmenu .nav-item .icon svg {
        width: 20px;
    }
    .Mainmenu .nav-item a {
        font-size: 15px;
    }
}
.heroimage{
    background: url(../img/ABOUT_US.jpg)no-repeat;
    width: 100%;
    height: 300px;
    background-size: cover;
}
.Aboutustext{
    position: absolute;
    flex-direction: column;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(204 204 204 / 0.50);
    text-align: center;
    padding: 15px;
}
.Aboutustext h1 img{
    width: auto;
}
.Aboutustext p{
    font-weight: 600;
}

.Aboutbtn{
    color: #0b5a9c;
    border: 1px solid #0b5a9c;
    border-radius: 20px;
    padding: 6px 25px 8px;
    margin-right: 15px;
}
.Aboutbtn.backblue{
    color: #ffffff;
    border: 1px solid #0b5a9c;
    background: #0b5a9c;
    border-radius: 20px;
    padding: 6px 25px 8px;
    margin-right: 15px;
    margin-bottom: 5px;
}
.Aboutbtn:hover, .Aboutbtn:active, .Aboutbtn:focus{
    color: #ffffff;
    border: 1px solid #0b5a9c;
    background: #0b5a9c;
    border-radius: 20px;
    padding: 6px 25px 8px;
    margin-right: 15px;
}
.bannerbtnsection{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    background: rgb(204 204 204 / 0.80);
}
.bannerbtnsection .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.heroimage{
    position: relative;
    display: flex;
    align-items: center;
}
.heroimage h2{
    position: absolute;
    left: 20%;
    font-weight: 600;
    text-transform: uppercase;
    color: #222f71;
}
.bannerbtnsection h2{
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    color: #222f71;
    left: 0 !important;
}
.aboutvisionmission {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.Visionmission {
    background: url(../img/AboutUsBg.png)no-repeat;
    padding: 15px;
    width: 32%;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.1);
    margin-top: 15px;
    position: relative;
    background-size: contain;
    webkit-transition: all .5s ease;
    moz-transition: all .5s ease;
    os-transition: all .5s ease;
    transition: all .5s ease;
    color: #757575;
    margin: 7px 7px 15px;
}
.Visionmission:hover{
    box-shadow: 0px 0px 10px 6px #ababab;
    background: url(../img/numbers-tile-background.svg)no-repeat,url(../img/AboutUsBg.png)no-repeat;
    color: #000000;
    background-position: top right;
    background-size: contain;
}
.serviceicon{
    position: absolute;
    top: -17%;
    left: 0%;
    z-index: 9999;
    background: #ccc;
    background: linear-gradient(#2e3a6a,#2f0b45);
    opacity: 0.85;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    webkit-transition:all .5s ease;
 	moz-transition:all .5s ease;
 	os-transition:all .5s ease;
 	transition:all .5s ease;
}
.serviceicon img{
    width: 45px;
    height: 45px;
}
.serviceicon .icon svg{
    width: 40px;
    height: 40px;
    fill: #fff;
}
.contactusiconholder{
    width: 70px;
    height: 70px;
}
.serviceicon .fonticon{
    font-size: 45px;
    color: #ffffff;
}
.Visionmission:hover .serviceicon{
    -webkit-transform: scale(1.1,1.1) rotate(360deg) ;
	-moz-transform: scale(1.1,1.1) rotate(360deg) ;
	-o-transform: scale(1.1,1.1) rotate(360deg) ;
    transform: scale(1.1,1.1) rotate(360deg) ;
    border: 2px solid #ff5e14;
    opacity: 1;
}
.visionmissionholder{
    padding: 0;
}

.Aboutussection{
    background: url(../img/AboutUsBg.png), #fff;
    background-attachment: fixed;
    background-size: contain;
}
.companyholder{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.companydetails{
    width: 70%;
}
.companyimg{
    width:28%;
    overflow: hidden;
}
.companyimg img{
    padding: 10px;
    border: 1px solid #ebebeb;
    transition: 1s ease;
    max-width: 100%;
}
.companyimg img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
}
.companydetails h2{
    font-size: 30px;
    font-weight: 600;
}
.whatwedo{
    background: #f5f5f5;
}
.whatwedo .companydetails{
    color: #000000;
}
.whatwedobg{
    background: url(../img/ppc-bg.html)no-repeat, #f5f5f5;
    background-position: bottom;
    background-size: contain;
}
.servicesbox{
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.1);
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 290px;
    margin-bottom: 15px;
    background: url(../img/numbers-tile-background.svg)no-repeat, #fff;
    background-position: top right;
    background-size: contain;
}
.servicesbox .icon span svg{
    width: 36px;
    fill: #ff5e14;
}
.heading {
    font-size: 16px;
    font-weight: 600;
    color: #ff5e14;
    margin-top: 15px;
    text-transform: capitalize;
}
.content {
    font-size: 14px;
}
.btnbox{
    margin-top: 10px;
}
.ReadMore, .ReadMore:hover, .ReadMore:active, .ReadMore:focus{
    width: 100px;
    text-align: center;
    background: #ff5e14;
    border-radius: 15px;
    padding: 4px 15px 6px;
    box-shadow: none;
    color: #ffffff;
}
.eCommerce{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.eCommercewebsite{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.eCommercewebsite .circle{
    width: 150px;
    height: 150px;
    background: #ffffff;
    border-radius: 50%;
    margin: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.eCommercewebsite .circle .circleimg{
    max-width: 90%;
}
.eCommercewebsite .contenttext{
    font-weight: 600;
    color: #ffffff;
    padding: 10px;
}
.SEOTools{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.SEOTools .SquareBox {
    width: 200px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    margin: 25px 50px;
    overflow: hidden;
}
.SEOTools .SquareBox img{
    max-width: 100%;
}
.bn_box_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.bn_box {
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.bn_box h4{
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
}
.icon_cont{
    width: 130px;
    height: 120px;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(1,23,46,.5);
    border-radius: 4px;
    margin: 0 auto;
    background-position: top -25px center;
    background-repeat: no-repeat;
    background-size: 80px;
    background-image: url(../img/marketing_banner_sprite.png);
}
.bn_box:nth-child(2) .icon_cont{
    background-position: top -140px center
}
.bn_box:nth-child(3) .icon_cont{
    background-position: top -260px center;
}
.bn_box:nth-child(4) .icon_cont{
    background-position: top -380px center;
}
/* our working process */
.ourworkingprocess{
    background: #014f99;
}
.planingholder{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.planing{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    position: relative;
    flex-direction: column;
}
.planing p{
    margin-top: 15px;
    font-size: 20px;
}
.planing::after {
    position: absolute;
    content: '';
    width: 77px;
    height: 2px;
    background-color: #ffffff;
    right: -39px;
    z-index: 0;
    top: 60px;
}
.planing:last-child::after {
    content: none;
}
.planing .circle{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0981d8;
    border-radius: 50%;
    background-color: #0e49d652;
    width: 124px;
    height: 124px;
}
.planing .circle span svg{
    width: 60px;
    fill: #48c2c4;
}
/* our working process */
.AboutWhatweDo{
    width: 100%;
    padding: 15px;
    height: 160px;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.1);
    background: url(../img/numbers-tile-background.svg)no-repeat, #ffffff;
    color: #000000;
    background-position: top right;
    background-size: contain;
}
.subheading{
    font-size: 30px;
    font-weight: 600;
    position: relative;
    width: fit-content;
}
.subheading::after{
    content: "";
    width: 50%;
    position: absolute;
    height: 4px;
    border-radius: 1px;
    background: #ed9421;
    left: 0;
    right: 0;
    bottom: -8px;
}
.subheadingpart{
    font-size: 25px;
    font-weight: 600;
    position: relative;
    width: fit-content;
}
.paddingList-15{
    padding-inline-start: 15px;
}
.paddingList-15 li {
    position: relative;
    list-style-type: none;
    padding-left: 10px;
    margin-bottom: 5px;
  }
.paddingList-15 li:before {
    content: "";
    display: block;
    position: absolute;
    left: -12px;
    top: 7px;
    width: 12px;
    height: 12px;
    border: 1px solid #ff5e14;
    background: #ff5e14;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 3px #fff inset;
}
.paddingList-15.tick li:before {
    content: "\f046";
    display: block;
    position: absolute;
    left: -12px;
    border: none;
    background: none;
    box-shadow: none;
    top: 0;
    font-family: "fontawesome";
    color: #0072c6;
}
.contactholder{
    display: flex;
    flex-direction: column;
}
.contactholder a{
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    margin-bottom: 10px;  
    color: #000000;
}
.contactholder a span:first-child{
    width: 40px;
    height: 40px;                                                                                                                                                                   
    background: #777;
    border-radius: 25px;                                                                                
    display: flex;
    align-items: center;
    justify-content: center;   
    margin-right: 10px                                                                                                                                                                                                              ;
}
.contactholder a span svg{
    width: 25px;                                                                                                                                     
    height: 25px;   
    fill: #fff;
}
.contactholder a span i{
    font-size: 36px;
    color: #fff;
}
.map{
    height: 400px !important;
    width: 100%;
}
.blackgray {
    background: #cccccc;
    color: #000000;
}

/* our team css start */
.demo{ background: #e5e5e5; }
.our-team{
    border: 2px solid #ed9421;
    border-radius: 10px;
    text-align: center;
    margin: 10px;
    z-index: 1;
    position: relative;
}
.our-team:before,
.our-team:after{
    content: "";
    width: 100%;
    height: 104%;
    background: #222f71;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%) scaleX(0.3);
    transition: all 0.3s ease 0s;
}
.our-team:after{
    width: 106%;
    left: 50%;
    transform: translate(-50%, -50%) scaleY(0.25);
}
.our-team:hover:before{ transform: translateY(-50%) scaleX(0.7); }
.our-team:hover:after{ transform: translate(-50%, -50%) scaleY(0.7); }
.our-team img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
}
.our-team .team-content{
    width: 93%;
    padding: 25px 0 10px;
    background: #222f71;
    position: absolute;
    bottom: 50px;
    left: 50%;
    opacity: 0;
    -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    transform: translateX(-50%);
    transition: all 0.3s cubic-bezier(0.5, 0.2,0.1,0.9);
}
.our-team:hover .team-content{
    bottom: 10px;
    opacity: 1;
}
.our-team .title{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0;
}
.our-team .post{
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.our-team .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.our-team .social li{
    display: inline-block;
    margin: 0 5px;
}
.our-team .social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #fff;
    font-size: 20px;
    color: #0b5a9c;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:hover{
    background: linear-gradient(to bottom,#0b5a9c, darkred);
    box-shadow: 0 0 0 5px rgba(255,255,255,0.3);
    color: #fff;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}
.StartWorkingholder{
    width: 100%;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.1);
    padding: 30px;
}
.career img{
    width: 100%;
}
.btnholder{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.UniqueBtn{
    border-radius: 20px;
    padding: 5px 15px 7px;
    border: 1px solid #f43b02;
    color: #f43b02;
    box-shadow: none;
    outline: none;
    margin-bottom: 5px;
}
.UniqueBtn:hover, .UniqueBtn:focus, .UniqueBtn:active{
    border-radius: 20px;
    padding: 5px 15px 7px;
    border: 1px solid #f43b02;
    color: #ffffff;
    background: #f43b02;
    box-shadow: none;
    outline: none;
}
/* hero image holder Start*/

.heroimageholder{
    position: relative;
}
.heroservices{
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(50%);
}
.heroservicesholder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.Servicescontent {
    width: 24%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    position: relative;
    border-radius: 6px;
    border-top: 5px solid #0b5a9c;
    background: url(../img/numbers-tile-background.svg)no-repeat, #fff;
    background-position: top right;
    background-size: contain;
}
.Servicestext{
    font-size: 18px;
    font-weight: 600;
    color: #0b5a9c;
}
.imgholder {
    background: #ffffff;
    padding: 10px;
    position: absolute;
    top: -50%;
    width: 70px;
    height: 70px;
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    left: 15px;
    border-top: 5px solid #ff5e14;
    background: url(../img/numbers-tile-background.svg)no-repeat, #fff;
    background-position: top right;
    background-size: contain;
}
.imgholder img{
    max-width: 100%;
}

.contentpaddingtop{
    padding-top: 60px;
}

/* hero image holder End*/

/* content writing css start */
.servicesprocessholder {
    width: 24%;
    background: #ffffff;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    padding: 15px;
}
.servicesprocess {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
/* content writing css End */

/* client Result section start*/
.tableURL {
    background: #ed9421;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
}
.tableloacation {
    background: #222f71;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
}
.cliebtresulttable .table th, .cliebtresulttable .table td {
    font-size: 14px;
    text-transform: capitalize;
}
.cliebtresulttable .table td:last-child{
    font-size: 14px;
    text-transform: inherit;
}


/* portfolio css start */
.single-portfolio-item{
    margin-bottom: 30px;
    border: 1px solid #000;
}

.single-portfolio-item img{
	height: 100%;
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    cursor: pointer;
}

.portfolio-menu {
    text-align: center;
}

.portfolio-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.portfolio-menu ul li {
    display: inline-block;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 600;
    background: #f61069;
    color: #fff;
    border-radius: 3px;
    margin: 34px 4px;
    margin-bottom: 60px;
    cursor: pointer;
}

.portfolio-menu ul li.mixitup-control-active{
	background: #3b4a4d;
}

/* PSD To wordpress */
.design-services-block{
    margin-top: 30px;
}
.design-services-block .blocks-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0 0 30px;
    margin-top: 30px;
}
.design-services-block .column .box {
    overflow: hidden;
    border-radius: 20px;
    padding: 0 0 36px;
    height: 100%;
}
.bg-blue {
    background: #00baef;
}
.design-services-block .column h2 {
    font: 500 22px/26px Raleway, sans-serif;
    border-bottom: 1px solid #252525;
    position: relative;
    padding: 30px 43px 25px 61px;
    text-transform: capitalize;
    color: #fff;
    margin: 0 0 18px;
    width: 100%;
    display: flex;
    align-items: center;
}
.design-services-block .column h2 .icon {
    position: absolute;
    left: 15px;
    top: 53%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.design-services-block .column h2 span.text {
    display: table-cell;
    vertical-align: middle;
}
.design-services-block .column .list {
    font: 300 18px/24px Raleway, sans-serif;
    padding: 15px 20px 0;
    position: relative;
    color: #fff;
    margin: 0;
    word-wrap: break-word;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.design-services-block .column .list li {
    position: relative;
    padding: 0 0 0 39px;
}
.design-services-block .column .list li+li {
    margin-top: 25px;
}
.design-services-block .column .list:before {
    background: #6e6e6e;
    position: absolute;
    content: "";
    width: 1px;
    left: 28px;
    bottom: -15px;
    top: 0;
}
.design-services-block .column .list li:before {
    border: 2px solid #000;
    position: absolute;
    border-radius: 50%;
    background: #fff;
    content: "";
    width: 17px;
    height: 17px;
    top: 4px;
    left: 0;
}
.design-services-block .column {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px;
}
.bg-green {
    background: #76bb60;
}
.bg-orange {
    background: #ff5f01;
}

.psdtoresponsive{
    background: #3aa7d8;
}
.pagefunctionality ul{
    padding-inline-start: 0;
}
.pagefunctionality ul li{
    color: #ffffff;
    padding: 5px 0px 5px 25px;
    font-size: 16px;
    list-style-type: none;
    position: relative;
}
.pagefunctionality ul li span:first-child{
    position: absolute;
    top: 5px;
    left: 0;
}
.homepageinnerpage {
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 20px;
    font-weight: 700;
}
.homepageinnerpage p{
    margin-right: 15px;
}
.homepageinnerpage p span:first-child{
    color: #000000;
}
.homepageinnerpage p span:last-child{
    font-size: 40px;
}
.homepageinnerpage p span:last-child sup{
    font-size: 25px;
}
.maneyback{
    display: flex;
    align-items: center;
    justify-content: center;
}
.maneyback p{
    background: #3197c5;
    padding: 5px 15px;
    font-weight: 700;
    color: #ffffff;
    width: 400px;
    text-align: center;
    position: relative;
}
.maneyback p:before {
    border: 17px solid #3197c5;
    border-left: 10px outset transparent;
    border-right: 10px outset transparent;
    content: "";
    display: block;
    height: 0;
    left: -9px;
    position: absolute;
    top: 0;
    width: 0;
}
.maneyback p:after {
    border: 17px solid #3197c5;
    border-left: 10px outset transparent;
    border-right: 10px outset transparent;
    content: "";
    display: block;
    height: 0;
    right: -9px;
    position: absolute;
    top: 0;
    width: 0;
}
/* ******************************************************************** */

/* ******************************************************************** */

/* ================================================================ */

/*=================== Media query start============================ */

@media (min-width: 0px) and (max-width: 481.99px) {
    .Visionmission {
        width: 100%;
    }
    .companydetails{
        width: 100%;
    }
    .companyimg{
        width: 100%;
    }
    .companyholder {
        padding: 0px 15px;
    }
    .companyimg img {
        width: 100%;
    }
    .visionmissionholder{
        padding: 0 15px;
    }
    .heroimage h2 {
        left: 12%;
        font-size: 20px;
        text-transform: capitalize;
    }
    .heroservicesholder {
        flex-wrap: wrap;
        padding: 15px;
    }
    .Servicestext {
        font-size: 15px;
    }
    .heroservices {
        position: relative;
        transform: translateY(0%);
        top: 55px;
    }
    .Servicescontent {
        width: 100%;
        margin-top: 15px;
    }
    .StartWorkingholder {
        margin: 0px 15px;
    }
    .subheading {
        font-size: 24px;
    }
    .Aboutustext h1{
        font-size: 25px;
    }
    .planing::after {
        content: none;
    }
    .servicesprocessholder {
        width: 100%;
        margin-bottom: 15px;
    }
    .bn_box_cont {
        justify-content: center;
    }
    .card{
        width: 100%;
        margin: 1%;
    }
    .design-services-block .column {
        -ms-flex: inherit;
        flex: inherit;
        width: 100%;
        max-width: inherit;
        padding: 0 15px 15px;
    }
}

@media (min-width: 482px) and (max-width: 767.98px) {
    .Visionmission {
        width: 100%;
    }
    .companydetails{
        width: 100%;
    }
    .companyimg{
        width: 100%;
    }
    .companyholder {
        padding: 0px 15px;
    }
    .companyimg img {
        width: 100%;
    }
    .visionmissionholder{
        padding: 0 15px;
    }
    .heroimage h2 {
        left: 6%;
        font-size: 20px;
        text-transform: capitalize;
    }
    .heroservicesholder {
        flex-wrap: wrap;
        padding: 15px;
    }
    .Servicestext {
        font-size: 15px;
    }
    .heroservices {
        position: relative;
        transform: translateY(0%);
        top: 55px;
    }
    .Servicescontent {
        width: 49%;
        margin-top: 15px;
    }
    
    .servicesprocessholder {
        width: 49%;
        margin-bottom: 15px;
    }
    .bn_box_cont {
        justify-content: center;
    }
    .card{
        width: 100%;
        margin: 1%;
    }
    .design-services-block .column {
        -ms-flex: inherit;
        flex: inherit;
        width: 100%;
        max-width: inherit;
        padding: 0 15px 15px;
    }
}
@media (min-width: 482px) and (max-width: 720px) {
    .planing {
        width: 225px;
    }
    .planing::after {
        width: 100px;
        right: -50px;
    }
    .planing:nth-child(2)::after {
        content: none;
    }
    .workflow:nth-child(4)::after {
        content: none;
    }
}
@media (min-width: 721px) and (max-width: 767.99px) {
    .planing {
        width: 225px;
    }
    .planing::after {
        width: 100px;
        right: -50px;
    }
    .planing:nth-child(2)::after {
        content: none;
    }
    .workflow:nth-child(2)::after {
        position: absolute;
        content: '';
        width: 100px;
        height: 2px;
        background-color: #ffffff;
        right: -50px;
        z-index: 0;
        top: 60px;
    }
    .workflow:nth-child(3)::after {
        content: none;
    }
    
}

@media (min-width: 768px) and (max-width: 991.99px) {
    .Visionmission {
        width: 48%;
    }
    .heroimage h2 {
        left: 6%;
        font-size: 20px;
        text-transform: capitalize;
    }
    .heroservicesholder {
        flex-wrap: wrap;
    }
    .heroservices {
        position: relative;
        transform: translateY(0%);
        top: 55px;
    }
    .Servicescontent {
        width: 49%;
        margin-top: 15px;
    }
    .planing:nth-child(3)::after {
        content: none;
    }
    .servicesprocessholder {
        width: 49%;
        margin-bottom: 15px;
    }
    .workflow:nth-child(3)::after {
        position: absolute;
        content: '';
        width: 77px;
        height: 2px;
        background-color: #ffffff;
        right: -39px;
        z-index: 0;
        top: 60px;
    }
    .workflow:nth-child(4)::after {
        content: none;
    }
    .bn_box_cont {
        justify-content: flex-start;
    }
    .card{
        width: 48%;
        margin: 1%;
    }
}
@media (min-width: 768px) and (max-width: 844.99px) {
    .workflow:nth-child(3)::after {
        content: none;
    }
    .workflow:nth-child(4)::after {
        position: absolute;
        content: '';
        width: 77px;
        height: 2px;
        background-color: #ffffff;
        right: -39px;
        z-index: 0;
        top: 60px;
    }
}
@media (min-width: 992px) and (max-width: 1045px) {
    .workflow:nth-child(4)::after {
        content: none;
    }
}
@media (min-width: 1045px) and (max-width: 1243px) {
    .workflow:nth-child(4)::after {
        position: absolute;
        content: '';
        width: 77px;
        height: 2px;
        background-color: #ffffff;
        right: -39px;
        z-index: 0;
        top: 60px;
    }
    .workflow:nth-child(5)::after {
        content: none;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
   
}
