* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}

a {
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
}

/*--font css---*/

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Regular.woff2') format('woff2'),
        url('Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-LightItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}




/*==============================================================================*/
.navbar-dark{
    width: 100%;
}
.wraperheader{
    width: 100%;
    padding: 70px 0;
    padding-top: 50px;
    background: url(../images/bg-last.png)no-repeat 0px 10px;
    background-position: bottom right;
}

.sitelogo{
    line-height: 62px;
}

.wrapercall a{
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    font-size: 25px;
    float: right;
    padding: 15px 50px;
    background: #006ece;

}
.wraperHeaderText{
    margin-top: 100px;
}
.wraperHeaderText h4{
    color: #000;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;

}

.wraperHeaderText h5{
    color: #000;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;

}
.wraperHeaderText h1{
    color: #000;
    font-size: 47px;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;

}
.wraperHeaderText p{
    color: #767676;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    padding: 15px 0;

}
.wraperHeaderText a{
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    font-size: 25px;
    margin-top: 20px;
}
.btnwraper{
    display: inline-block;
    padding: 15px 50px;
    background: #ff4d27;
}

/*-----form-----*/

.Bannerwraperform{
    width: 80%;
    margin-top: 100px;
    float: right;
    padding: 40px 30px;
     background: -moz-linear-gradient(left, #f16426 0%,  #ffa701 100%);
    background: -webkit-linear-gradient(left, #f16426 0%,  #ffa701 100%);
    background: linear-gradient(to right, #f16426 0%,  #ffa701 100%);
}
.wraper-head{
    color: #fff;
    padding: 15px 0;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
}
.bannerform{
    background: #fff;
    padding: 7px;
    margin-bottom: 5px;
    
}
.input-group-text {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #929292;
    text-align: center;
    background-color: #fff;
    border: none;
    border-right: 2px solid #929292 !important;
    border-radius: 0px;
}

.inpucustome {
    height: 40px;
    border: 0px solid #929292;
    border-radius: 0px;
    outline: none;
    margin-bottom: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #777;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.inpucustome:focus{
    outline:none;
    box-shadow:none;
}
.inpucustome::-webkit-input-placeholder {
    color: #929292;
    font-family: 'Montserrat';
    font-weight: 100;
    font-style: normal; 

}  
.inpucustome:-moz-placeholder { 
    color: #929292;
    font-family: 'Montserrat';
    font-weight: 100;
    font-style: normal; 
 }  
.inpucustome::-moz-placeholder { 

    color: #929292;
    font-family: 'Montserrat';
    font-weight: 100;
    font-style: normal; 
     }  
.inpucustome:-ms-input-placeholder {
    color: #929292;
    font-family: 'Montserrat';
    font-weight: 100;
    font-style: normal; 
}  
.inpucustome::-ms-input-placeholder { 
    color: #929292;
    font-family: 'Montserrat';
    font-weight: 100;
    font-style: normal; 
}  

.wraperbtn{
    background:#1d145b;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    padding: 10px 0;
    border-radius: 0;
    border:none; 

}
.wraperbtn:focus{
    background:#1d145b;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    padding: 10px 0;
    border-radius: 0;
    border:none; 

}
.wraperbtn:hover .active{
    background:#1d145b;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    padding: 10px 0;
    border-radius: 0;
    border:none; 

}

/*-----------------------Wraper Marketing-------------------------*/

.wraperMarketing{
    width: 100%;
    padding: 70px 0;
    padding-top: 20px;

}
.wrapermarketinhead{
    border-top: 3px solid #e6e6e6;
    padding-top: 30px;
}
.wrapermarketinhead h5, .wrapermarketinhead p{
    text-align: center;
    
}
.wrapermarketinhead h6{
    color: #006ece;
    font-size: 14px;
    padding: 10px 0px;
    border: 2px solid #006ece;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    text-align: center;
    width:235px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.wrapermarketinhead h5{
    color: #000;
    font-size: 36px;
    padding-bottom: 40px;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    position: relative;
}
.wrapermarketinhead h5:after{
    content: "";
    width: 10%;
    height: 5px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: red;

}
.wrapermarketinhead p{
    color: #5a5a5a;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    padding: 20px 0;
}

.marketing-icon li{
    float: left;
    list-style: none;
    width: 14%;
    padding: 10px;
}
.marketing-icon li a img{
    width: 100%;
    
}
.g-partnersbadge img{
    filter: grayscale(100%);
    
}

/*-------What we do-----*/

.outerwraperwhat{
    width: 100%;
    padding: 70px 0;
}
.WraperWhatHead h2{
    color: #3e3e3e;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    padding: 15px 0;
    text-align: center;
    position: relative;

}

.WraperWhatHead h2:after{
    content: "";
    width: 25%;
    height: 5px;
    position: absolute;;
    bottom: -10px;
    left: 0;
    right: 0;
    margin:0 auto;
    background: -moz-linear-gradient(left, #f16426 0%,  #ffa701 100%);
    background: -webkit-linear-gradient(left, #f16426 0%,  #ffa701 100%);
    background: linear-gradient(to right, #f16426 0%,  #ffa701 100%);

}
.wraperbox{
    width: 100%;
    margin-top: 100px;
}
.outerimg{
     margin-top: 20px;
}
.outerimg img{
    margin: 0 auto;
    display: inherit;
}
.outerimg h4 img{
    margin: 0 auto;
}
.outerimg h5{
    color: #3e3e3e;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    padding: 15px 0;
    text-align: center;
}


/*----------wraper About Us------------------*/

.outwrwraperAbouts{
    width: 100%;
    padding: 70px 0;
    background:url(../images/bg-first.png)no-repeat;
   background-position: center left;

}
.Aboutwraper{
    border-top: 3px solid #e6e6e6;
    padding-top: 100px;
    width: 100%;
    text-align: center;
}

.Aboutwraper h2{
    color: #000;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    padding: 15px 0;
    margin-bottom: 100px;
    position: relative;

}

.Aboutwraper h2:after{
    content: "";
    width: 15%;
    height: 5px;
    position: absolute;;
    bottom: -10px;
    left: 0;
    right: 0;
    margin:0 auto;
    background: red;

}

.wraperabouttext {
    margin-top: 100px;
}
.wraperabouttext h4, .wraperabouttext p.clrchange{
    color: #000;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
}

.wraperabouttext h2{
    color: #000;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
}
.clrchange{
    font-size: 17px !important;
    padding: 20px 0;
}
.wraperabouttext p{
    color: #767676;
    font-family: 'Montserrat';
    font-weight:600; ;
    font-style: normal;
    font-size: 18px;
    padding:15px 0;
}
.wraperabouttext a{
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    font-size: 25px;
    margin-top: 40px;
}
.wraperamount{
    float: right;
    position: relative;
    margin-top: 100px;
    padding: 20px 0;
    box-shadow: 0px 0px 10px 0px #ccc;
}
.wraperamount li{
    list-style: none;
    padding: 15px;
    color: #000;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    border-right: 3px solid #006ece;
}
.wraperamount li:last-child{
    border: none;

}
.dis_block{
    color:#767676;
    text-align: center;
}
.wraperamount li b.pluse{
    font-size: 42px;
    color: #000;
}

.wraperamount li span.rs_block{
   color: #000;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    font-size: 36px;
    box-shadow: none;
    position: unset;
    z-index: unset;
    margin-left: unset;
    padding: unset;
    background: unset;
    left: unset;
    top: unset;
    border-radius: unset;
}


/*------------------carausol------*/
.item-box {
    width: 96%;
    margin: 10px;
    z-index: 9999;
    box-shadow: 0px 0px 10px 0px #ccc;
    overflow: visible;
    height: 514px;
}
.img-pic-s h4 {
    color: #000;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    font-size: 24px;
    margin-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    padding: 12px;

}
.Textprice p {
    color: #5a5a5a;
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    padding: 12px;
}

.owl-dots{
    display: block !important;
}

/*-----------------------------------*/
.bordertop{
    border-top: 3px solid #e6e6e6;
    padding-top: 100px;
    width: 100%;
}
.outerTextpf {
    padding: 65px 78px;
    padding-bottom: 21px;
    background: url(../images/tab-site.png)no-repeat;
    background-size: 100% 100%;
    text-align: center;
}
.outerTextpf h4 {
    padding: 15px 0;
    padding-bottom: 0px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    text-align: left;
    font-size: 30px;
}
.outerTextpf p {
    padding: 27px 0;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    text-align: left;
    font-size: 17px;
    padding-top: 0;
}
.outerTextpf p.Textclr {
  color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    padding-bottom: 0;
}
.outerTextpf a{
    margin-bottom: 62px;
    display: inline-block;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
}

/*------------------WpraperMethodology---------------------*/

.WpraperMethodology{
    width: 100%;
    padding: 70px 0;
    background:url(../images/bg-last.png)no-repeat 0px 10px;
    background-position: bottom right;
}


.Meth-img img{
    width: 100%;
}

.meth-Text h2{
    font-size: 65px;
    padding: 15px 0;
    color: #000;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
}


.meth-Text p{
    font-size: 18px;
    padding-bottom: 15px;
    color: #767676;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;

}


/*--------------------wraperouterwhat-------------------*/
.wraperouterwhat{
    width: 100%;
    padding: 70px 0;
}

.Aboutwraper h5{
    color: #006ece;
    font-size: 14px;
    padding: 8px 0px;
    border: 2px solid #006ece;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    text-align: center;
    width: 121px;
    margin: 0 auto;
    margin-bottom: 30px;

}
.outer-img img{
    width: 100%;
}
.outer-option li{
    padding: 50px 0;
    list-style: none;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    text-align: right;
    font-size: 18px;

}
.outer-option-2 li{
    text-align: left;
}
.Text p{
    width: 80%;
    float: left;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
}
.Pic{
    width: 18%;
    float: right;
}
.Text-2 p{
    width: 80%;
    float: right;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
}
.Pic-2{
    width: 18%;
    float: left;
}
/*---------------------outerPricing------------------------*/

.outerPricing h5{
    color: #006ece;
    font-size: 14px;
    padding: 8px 0px;
    border: 2px solid #006ece;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    text-align: center;
    width: 121px;
    margin-bottom: 30px;
}
.outerPricing h2{
    color: #000;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    padding: 15px 0;
    position: relative;
}
.outerPricing h2:after{
    content: "";
    width: 18%;
    height: 5px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: red;
}
.outerPricing h6{
    color: #767676;
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    padding: 20px 0;
}
.outerPricing h4{
    color: #000;
    font-size: 30px;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    padding: 10px 0;
}
.priTexticon li{
    list-style: none;
    padding: 10px 0;
}
.Text-2{
    color: #000
}
.priTexticon li .Text-2 p{
    padding-top: 16px;
    font-size: 18px;
    width: 85%;
}
/*-------------------------Our Concept-----------------------*/
.wraperourcontcept{
    width: 100%;
    background: url(../images/oure-concept-bg.jpg)no-repeat;
    background-position: bottom left;
}

.outerconcept{
    width: 100%;
    display: inline-block;
    padding: 36px 0;
}
.outerconcept img{
    margin-left: 3em;
}
.nomber{
    width: 15%;
    float: left;
    font-size: 71px;
    color: #006ece;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    margin-top: -6px;
}
.conceptText h4,
.conceptText p{
    width: 85%;
    float: left;
}
.conceptText h4{
    font-size: 18px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    padding: 15px 0;
    padding-top: 20px;
}
.conceptText p{
    font-size: 14px;
    color: #767676;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    padding: 0px 0;
   
}

/*---------------Testimonials--------------------*/
.text-picbox{
    width: 40%;
    margin: 0 auto;
}
.tst-pic{
    width: 45%;
    float: left;
}
.tst-pic img {
    width: 120px !important;
    height: 120px;
    margin: 0 auto;
    object-fit: cover;
    max-width: 100%;
    position: relative;
    border-radius: 50% 50% 50% 50%;
    order: 7;
}
.tst-Text p {
    font-size: 16px;
    color: #5a5a5a;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    padding: 15px 5px;
    text-align: center;
}
.tiletesti{

}
.tiletesti h5 {
    color: #000;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    text-align: center;
    padding: 25px 5px;
    font-size: 24px;
    display: inherit;
}
.clr-tst-2 {
    font-size: 18px;
    display: inherit;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    text-align: center;
    padding: 10px 0px;
}
.testimonial-item{
    width: 75%;
    box-shadow: 0px 0px 20px 0px #ccc;
    padding: 20px;
    margin: 20px auto;

}
.cooma img,
.cooma-2 img{
    width: 35px !important;
    height: 35px;
}
.cooma-2 img{
    float: right;
}
.underline-top{
    width: 62%;
    height: 5px;
    background: #006ece;
    display: inherit;
    margin: 40px 48px;
}
.Testimonial .owl-dots,
.Testimonial .owl-nav{
    display: none !important;
}
.owl-nav{
    display: none !important;
}
/*---------------------outerwraperSchedule----------------*/
.outerwraperSchedule{
    width: 100%;
    padding: 70px 0;
    background: url(../images/bg-last.png)no-repeat;
    background-position: bottom right;
}
.contact-page h2{
    color: #000;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    font-size: 60px;

}
.contact-page h4{
    color: #000;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    font-size: 48px;

}
.contact-page p{
    color: #767676;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    padding: 15px 0
}
.contact-page h5{
    color: #000;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    font-size: 30px;
    padding: 15px 0;
}
.contact-page a {
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    font-size: 25px;
    margin-top: 20px;
}
.conpic img{
    width: 100%;
}
/*-------------------------------------outerwpraerfoter---------------------*/

.outerwpraerfoter{
    width: 100%;
    padding: 70px 0;
}

.footerlogo {
   text-align: center;
}

.footer-menu{
    width: 100%;
    display: inline-block;
    text-align: center;
}
.footer-menu li{
    display: inline-block;;
    padding: 10px 5px;
}
.footer-menu li a{
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    padding-left: 10px;
}
.footer-menu li a.brd{
    border-left: 2px solid #767676;
}
.footer-icon,
.footer-menu{
    text-align: center;
    margin-top: 20px;
}
.footer-icon li{
    list-style: none;
    display: inline-block;
}
.footer-icon li a{
    color: #bdbebd;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inherit;
    text-align: center;
    line-height: 50px;
    font-size: 24px;

}
.wrapermail{
    margin: 15px auto;
}
.sendmail{
    border-radius: 50px;
    padding: 5px 30px;
    height: 50px;
    box-shadow: 0;
    border-color: #006ece;
}
.sendmail:focus,
.sb-btn:focus{
    border-color: #006ece;
    box-shadow: 0 0 0 0.0rem rgba(0, 123, 255, 0.25);
    outline: none;
    
}
.sb-btn{
    width: 98px;
    background: url(../images/btn-icon.png)no-repeat;
    background-position: center;
    background-size:cover;
    border:none;
    cursor: pointer;
    

}
.sb-btn:hover{
    cursor: pointer;
}


.copyright{
    width: 100%;
    background:#fb7562;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
}




.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    z-index: 9999;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
   background:#007bd8;
}

.scrollup:hover {
    background: #ffa13c;
    color: #000;

}



.modal-dialog {
    max-width: 90%;
    margin: 30px auto;
}

.modal-body h4 {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: normal;
    font-weight: bold;
}

.modal-title {
    font-size: 25px;
    color: #23283b;
    padding-bottom: 15px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

.modal-body p {
    font-size: 14px;
    padding-bottom: 15px;
    line-height: 24px;
}

.counter_nb {
  animation-duration: 1s;
  animation-delay: 0s;
  color: #fff;
}


.bold-Text{
    color:#000;
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
}

.text-center {text-align:center;}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/*-----------------------------------END FOOTER -----------------------------------------------*/

.sub_itms{}

.casestudiescontent{
	margin-top: 50px;
}
.casestudiescontent p{
	font-size: 18px;
    color: rgb(28, 28, 28);
    font-weight: normal;
    padding: 10px 0px;
	margin-bottom: 8px;
	font-family: Montserrat;
}
.brekdownt{
	font-size: 50px;
    font-weight: normal;
}
/*my custom size 367 px for a specific website */
@media (min-width: 367px) {
	.upper_bl{
		font-size: 1.9em;
	}
	.wraperheader{
		padding-bottom: 20px;	
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.upper_bl{
		font-size: 1.8em;
	}
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.Bannerpic{
		margin-top: 40px;
    	max-width: 400px;
    	margin-left: auto;
    	margin-right: auto;
	}
	.wraperHeaderText{
		text-align: center;
		margin-top: 20px;
	}
	.upper_bl{
		font-size: 2.8em;
	}
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.wraperHeaderText{
		text-align: left;
	}
	.Bannerpic{
		margin-top: 5px;
	}
	.upper_bl{
		font-size: 2em;
	}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.upper_bl{
		font-size: 2.8em;
	}
}
