@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,600,700,800,900,900i&display=swap&subset=devanagari,latin-ext');
html, body{
	overflow-x: hidden;
	font-family: 'Poppins', sans-serif;
}

*{
	padding: 0px;
	margin: 0px; 
}
h1, h2, h3, h2, h5, h6{
    color: #313131;
}
/*
input[type="date"]:before {

    content: attr(placeholder) !important;

  }

  input[type="date"]:focus:before,

  input[type="date"]:valid:before {

    content: "Date of Birth -" !important;1
  }
  */
  
img{
    max-width: 100%;
}
a:hover{
    text-decoration: none;
}

a.navbar-brand img {
    max-width: 80%;
}
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #0882ff; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0882ff; 
}

#slideshow { 
    margin: 0px auto; 
    position: relative; 
    width: 100%;
    float: left;
    height: 100%;
}
#slideshow > div img{
    width:1084px;
    margin: 0 auto;
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 0px; 
    right: 0px; 
    bottom: 10px; 
    margin: 0 auto;
    text-align: center;
}
.menu_area {
    float: left;
    width: 100%;
    padding: 30px 0px 0px 0px;
}

.menu_bg .menu_area {
    background-color: transparent;
}

.header {
    float: left;
    width: 100%;
    position: relative;
}

.menu_bg {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 50px;
}

.menu_area ul li a:hover, .menu_area ul li a,focus{
    background-color: transparent;
    color:#0acbdc;
}
.menu_area ul li a:focus{
    background-color: transparent;
    color:#0acbdc;
}
.menu_area ul li.active a{
      color:#0acbdc !important;
}

.navbar-brand {
    float: left;
    height: 100%;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
.menu_area ul li a {
    color: #fff;
    font-size: 16px;
}
.menu_bg:before {
    content: " ";
    width: 100%;
    background-image: url(../images/header_bg.svg);
    height: 582px;
    top: -70px;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}
.top_bar {
    float: right;
    display: inline-block;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
.top_bar span{
    text-align: right;
}
.top_bar a {
    color: #fff;
}
.top_bar a img {
    padding: 0px 6px 0px 16px;
}
.header_text h1 {
    font-weight: 800;
    color: #313131;
}

.header_text h1 span{
    color: #0882ff;
}
.header_text p{
    font-size: 15px;
    color:#545454 ;
        padding: 15px 0px;
}
ul.buttons {
    float: left;
    width: 100%;
}

ul.buttons li {
    display: inline-block;
    padding: 0px 10px;
}

ul.buttons li:first-child a {
    background-color: #ff8400;
}
ul.buttons li:last-child a {
    background-color: #0882ff;
}
ul.buttons li a {
    display: block;
    text-align: center;
    padding: 12px 45px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}
ul.buttons li a:hover{
    background: #000;
    box-shadow: 0px 6px 4px #0000001a;
}
.header_text {
    float: left;
    width: 100%;
    padding-top: 106px;
}
.header_text img {
    max-width: 100%;
}

.slide_area {
    float: left;
    width: 100%;
}

.section_title {
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 0px 0px 0px;
}

.section_title small {
    color: #9e9e9e;
    font-size: 17px;
    font-weight: 600;
}
.section_title h1 {
    font-weight: 800;
    line-height: 40px;
    margin-top: 10px;
}
.section_title h1 span{
    color: #012ed4;
}

.Clients_area {
    float: left;
    width: 100%;
}

.Clients_area img {
    max-width: 100%;
}

.Clients_area ul {
    list-style: none;
    float: left;
    width: 100%;
    padding-top: 20px;
}

.Clients_area ul li {
    background-image: url(../images/suc_list_icon.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0px 100px 30px 70px;
    font-size: 16px;
}
.contact_form {
    float: left;
    width: 100%;
    background-color: #d5fcf6;
    border-radius: 30px;
    padding: 40px;
}
.contact_form input::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.contact_form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.contact_form input::placeholder {
  color: #fff;
}

.contact_form textarea::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.contact_form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.contact_form textarea::placeholder {
  color: #fff;
}

.contact_form input {
    float: left;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding: 10px 20px;
    color: #fff;
    border: 0px;
    border-radius: 30px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#012ed4+0,0ad0dc+100 */
background: #012ed4; /* Old browsers */
background: -moz-linear-gradient(left,  #012ed4 0%, #0ad0dc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #012ed4 0%,#0ad0dc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #012ed4 0%,#0ad0dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012ed4', endColorstr='#0ad0dc',GradientType=1 ); /* IE6-9 */

}

.contact_form select {
    float: left;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    color: #fff;
    border: 0px;
    padding: 10px 20px;
    border-radius: 30px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#012ed4+0,0ad0dc+100 */
background: #012ed4; /* Old browsers */
background: -moz-linear-gradient(left,  #012ed4 0%, #0ad0dc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #012ed4 0%,#0ad0dc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #012ed4 0%,#0ad0dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012ed4', endColorstr='#0ad0dc',GradientType=1 ); /* IE6-9 */

}

.contact_form textarea {
    float: left;
    width: 100%;
padding: 10px 20px;
    border-radius: 30px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#012ed4+0,0ad0dc+100 */
background: #012ed4; /* Old browsers */
background: -moz-linear-gradient(left,  #012ed4 0%, #0ad0dc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #012ed4 0%,#0ad0dc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #012ed4 0%,#0ad0dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012ed4', endColorstr='#0ad0dc',GradientType=1 ); /* IE6-9 */

}
.contact_form textarea:focus{
    outline: none;
}

.contact_form input[type="checkbox"] {
    width: auto;
    float: none;
    margin: 18px 10px;
    height: auto;
}
input[type="submit"] {
    width: auto;
    float: none;
    font-size: 30px;
    height: 100%;
    font-weight: 800;
    padding: 16px 130px;
    border-radius: 50px;
}
.contact_form input:focus{
    outline: none;
}
.section_title.form_in {
    padding-bottom: 20px;
}


.section_title p {
    padding: 20px 0px 0px 0px;
    font-size: 16px;
    line-height: 24px;
}

.logos {
    float: left;
    width: 100%;
}
 .logos .col-md-3.col-sm-4.col-xs-6 {
    padding: 10px;
}
.logos ul.buttons {
    text-align: center;
    margin-top: 20px;
}

.logos ul.buttons li:nth-child(2n) a{
background-color:#0882ff;
}

.logos ul.buttons li:last-child a {
    background-color: #737373;
}

.logos img:hover {
    transform: scale(1.1) !important;

}

.logos img {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
    width:100%;
}

.services_in {
    float: left;
    width: 100%;
    background-color: #fafafb;
    padding: 20px 40px 50px 40px;
    border-radius: 16px;
}
.services_in h2 {
    font-weight: 800;
    color: #012ed4;
    font-size: 26px;
    letter-spacing: 0px;
    padding-bottom: 10px;
}
.services_in p {
    color: #000;
    font-size: 16px;
}

.services_in ul {
    list-style: none;
    float: left;
    width: 100%;
padding-top:20px;
}

.services_in ul li {
    float: left;
    width: 33.33%;
    font-size: 18px;
    font-weight: 700;
    color: #0b2d4d;
padding-bottom: 6px;
}

.services_in ul li span {
    padding-right: 10px;
    font-weight: 600 !important;
    color: #ff8400;
}
/*.services_in .col-md-5:before {
    content: " ";
    position: absolute;
    background-image: url(../images/sli_img_after.png);
    background-repeat: no-repeat;
    height: 75px;
    width: 75px;
    right: -50px;
    top: 50px;
}
.services_in .col-md-5:after {
    content: " ";
    position: absolute;
    background-image: url(../images/sli_img_beofre.png);
    background-repeat: no-repeat;
    height: 63px;
    width: 72px;
   left: 0px;
    bottom: 145px;
}*/
.services_in .col-md-5 {
    text-align: center;
    position: relative;
}


ul.nav.nav-tabs.reset_t li.active a{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0ad0dc+0,012ed4+100 */
background: #0ad0dc; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #0ad0dc 0%, #012ed4 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #0ad0dc 0%,#012ed4 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #0ad0dc 0%,#012ed4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ad0dc', endColorstr='#012ed4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
ul.nav.nav-tabs.reset_t{
    margin-bottom: 30px;
    border-bottom: 0px
}
ul.nav.nav-tabs.reset_t li a{
    background-color: #e0e1e4;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    padding: 20px;
}
ul.nav.nav-tabs.reset_t li{
       width: 16%;
    margin-right: 7px;
}
ul.nav.nav-tabs.reset_t li:last-child{
    margin-right: 0px;
}
ul.nav.nav-tabs.reset_t li span {
    float: left;
    width: 100%;
    padding-bottom: 14px;
}

ul.nav.nav-tabs.port_in {
    float: left;
    width: 100%;
    text-align: center;
border:0px;
margin-bottom: 20px;
}

ul.nav.nav-tabs.port_in li {
    float: none;
    display: inline-block;
}

ul.nav.nav-tabs.port_in li.active a{
  
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#012ed4+0,0ad0dc+100 */
background: #012ed4; /* Old browsers */
background: -moz-linear-gradient(left,  #012ed4 0%, #0ad0dc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #012ed4 0%,#0ad0dc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #012ed4 0%,#0ad0dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012ed4', endColorstr='#0ad0dc',GradientType=1 ); /* IE6-9 */ 
}

ul.nav.nav-tabs.port_in li a{
    background-color: #e0e1e4;  
      border-radius: 30px;
    color: #fff;
    padding: 10px 30px;
    border:0px;
    transition: all 0.3s ease-in-out; 
}

.packagesbox_in .col-xs-12 {
    margin-bottom: 30px;
}

/*a.left.carousel-control {
    text-shadow: none !important;
    background: none;
}
a.right.carousel-control {
    text-shadow: none !important;
    background: none;
}

.carousel-control{
    right: 0px;
    left: inherit;
    width: 11%;
}
span.glyphicon.glyphicon-chevron-left {
    background-color: #8da3f3 !important;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
    color: #fff;
    opacity: 1 !important;
    top: 0;
    font-size: 18px;
}
span.glyphicon.glyphicon-chevron-right {
    background-color: #8da3f3 !important;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
    color: #fff;
    opacity: 1 !important;
    top: 0;
    font-size: 18px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right{
    right: 0px;
}*/
.img {
    float: left;
    width: 20%;
}

.content {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 20px;
    position: relative;
}
.content p{
    font-size: 16px;
    padding-top: 5px;
}

.content strong {
      font-size: 18px;
    color: #265cdc;
    font-weight: 300;
}

.testi_in ol.carousel-indicators {
    bottom: 0;
}

.testi_in ol.carousel-indicators li.active{
background-color:#265cdc;
padding: 7px;
}
.testi_in ol.carousel-indicators li{
background-color:#86a9fa;
}
.testi_in ol.carousel-indicators {
    bottom: -60px;
}

element.style {
}
.testi_in .item {
    padding: 50px 0px;
}
.section_title.ext {
    padding-top: 100px;
}
.testi_in {
    float: left;
    width: 100%;
}
.content:before {
    content: " ";
    background-image: url(../images/t_shape.png);
    height: 101px;
    width: 101px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-repeat: no-repeat;
    z-index: -1;
}

.pk_box {
    padding: 10px;
    float: left;
    width: 100%;
    border: 1px solid #e4e4e4 !important;
    border-radius: 4px;
    box-shadow: 0px 3px 10px #eee;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}

.pk_box:hover{
    transform: scale(1.1);
}

h1.title_p {
    margin: 0px;
    text-align: center;
    background-color: #a06b43;
    color: #fff;
    padding: 15px 0px;
    border-radius: 3px;
font-size:24px;
}

h1.title_p span {
    padding-left: 20px;
    font-weight: 700;
    font-size: 28px;
}
.pk_box ul {
    float: left;
    width: 100%;
    padding: 10px;
    height: 204px;
    overflow-y: scroll;
        border-top: 1px solid #eee;
}
.pk_box ul li {
    list-style: none;
    padding: 8px 0px;
    border-bottom: 1px solid #eee;
}

.pk_box ul li:last-child{
    border-bottom: 0px;
}
.pk_box ul li span {
       color: #f9db04;
    padding-right: 10px;
    min-height: 28px;
    float: left;
}
button.order {
    width: 100%;
    border: 0px;
    padding: 12px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #fff;
    background: #012ed4;
    background: -moz-linear-gradient(left, #012ed4 0%, #0ad0dc 100%);
    background: -webkit-linear-gradient(left, #012ed4 0%,#0ad0dc 100%);
    background: linear-gradient(to right, #012ed4 0%,#0ad0dc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012ed4', endColorstr='#0ad0dc',GradientType=1 );
    border-radius: 30px;
    margin-bottom: 10px;
}

.pk_box.silver {
    border-color: #b6b8b9;
}

.pk_box.silver h1.title_p{
background-color:#b6b8b9;
}

.pk_box.silver button.order{
background-color:#b6b8b9;
}

.pk_box.gold {
    border-color: #e6be5c;
}

.pk_box.gold button.order{
background-color:#e6be5c;
}
.pk_box.platinum {
    border-color: #000;
}

.pk_box.platinum h1.title_p{
background-color:#000;
}

.pk_box.platinum button.order{
background-color:#000;
}
.packagesbox_in{
    float: left;
    width: 100%;
    margin-top: 30px;
}
footer {
    float: left;
    width: 100%;
    padding: 50px 0px 0px 0px;
}

.qlink {
    float: left;
    width: 100%;
    border-top: 1px solid #0006;
    border-bottom: 1px solid #0006;
    text-align: center;
    padding: 14px 0px;
        margin-top: 50px;
}

.qlink li {
    display: inline-block;
    margin: 0px 20px;
}

.qlink li a {
    font-weight: 600;
    font-size: 16px;
}
.qlink ul{
    margin:0px;
}

ul.social {
    list-style: none;
    text-align: center;
}
ul.social li {
    display: inline-block;
    margin: 16px 10px 0px 0px;
}
ul.social li a {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
        border-bottom: 2px solid #0959ca;
    color: #0959ca;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}
ul.social li a:hover{
    color: #2fc7fa;
    border-color: #2fc7fa;
}
h3.f-title {
    color: #000;
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 15px;
    margin-top: 0px;
    position: relative;
}
h3.f-title:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #0236d5;
    height: 2px;
    width: 100px;
}
.links {
    float: left;
    width: 100%;
}

.links ul li {
    float: left;
    width: 50%;
    list-style: none;
    margin-bottom: 14px;
}

.links ul li a {
    color: #000;
    font-size: 16px;
    transition:all 0.3s ease-in-out;
}

.links ul li a:hover{
    color: #0132d4;
}

.links ul li a:hover i {
padding-right: 10px;
}

.links ul li a i {
    padding-right: 14px;
    transition:all 0.3s ease-in-out;
    color: #0132d4;
}
.links ul {
    float: left;
    width: 100%;
}
.conatc_inf {
    float: left;
    width: 100%;
}
.conatc_inf ul{
    float: left;
    width: 100%;
}
.conatc_inf ul li{
    color: #000;
    list-style: none;
    padding-bottom: 14px;
}
.conatc_inf ul li a {
    color: #000;
}
.conatc_inf ul li a i {
    padding-right: 10px;
}
.conatc_inf ul li i {
padding-right: 10px;
    font-size: 16px;
    color: #0132d4;
    float: left;
    min-height: 22px;
}
.Copyright {
       border-top: 1px solid #0006;
    padding: 20px 0px 20px 0px;
    color: #0959ca;
    margin-top: 20px;
}
ul.branding li:last-child{
       border-bottom: 1px solid #eee;
}

.button6 {
    color: rgba(255,255,255,1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid rgba(255,255,255,0.5);
    position: relative;
}

.button6::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgba(255,255,255,0.5);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
}
.button6 span {
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.button6:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.new_conact {
    float: left;
    width: 100%;
    padding-top: 30px;
}

form#footer_contact_form input[type="submit"] {
    float: none;
}

.new_conact input {
    float: left;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #eee;
    height: 50px;
    margin-bottom: 13px;
    background-color: #ebf4fdeb;
    padding: 0px 20px;
}

.new_conact select{

  float: left;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #eee;
    height: 50px;
    margin-bottom: 13px;
    background-color: #ebf4fdeb;
    padding: 0px 20px;
}
.new_conact textarea{
     float: left;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #eee;
    margin-bottom: 13px;
    background-color: #ebf4fdeb;
    padding: 20px 20px;
}
.new_conact input[type="checkbox"] {
    width: auto;
    float: none;
    height: inherit;
    margin-right: 10px !important;
}
input[type="submit"] {
    width: auto;
    padding: 10px 40px;
    display: inline-block;
    height: auto;
    font-size: 24px;
    background-color: #000;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
}
.contact_pack {
    float: left;
    width: 100%;
}

.contact_pack ul {
    float: left;
    width: 100%;
    height: inherit;
    overflow: visible;
}

.contact_pack ul li {
    float: left;
    width: 50%;
}

.contact_pack ul li a {
    font-size: 12px;
    color: #000;
}

.contact_pack ul li {
    float: left;
    width: 48%;
    border: none;
    text-align: center;
    border-right: 1px solid #eee;
    margin-right: 6px;
    padding: 0px 0px;
}
.contact_pack ul li:last-child {
    border-right: 0px;
    margin-right: 0px;
}
.pk_box h3 {
    margin: 0px;
    font-size: 30px;
    margin-bottom: 16px;
    font-weight: 600;
}

.pk_box p {
    font-size: 12px;
    font-weight: 500;
    display: none;
}
.contact_form select option {
    color: #000;
}
.pk_box h1 {
    font-weight: 700;
    color: #0882ff !important;
    font-size: 29px;
}
.contact_pack ul li a span {
    padding: 0px;
    color: #0248d5;
    font-weight: 600;
    float:none;
}

/*why us*/

.header .menu_area {
    background: #1b88eb;
    background: -moz-linear-gradient(45deg, #1b88eb 0%, #0137d4 67%);
    background: -webkit-linear-gradient(45deg, #1b88eb 0%,#0137d4 67%);
    background: linear-gradient(45deg, #1b88eb 0%,#0137d4 67%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b88eb', endColorstr='#0137d4',GradientType=1 );
}


.page_title {
    float: left;
    width: 100%;
    background-color: #01edf1;
    padding: 10px 0px;
    display:none;
}

.page_title h1 {
    font-weight: 700;
    font-size: 40px;
    margin: 0px;
    color: #0137d4;
    text-align: center;
    }

.contnet_about {
    float: left;
    width: 100%;
}

.contnet_about h3 {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 300;
    padding: 20px;
}


.logo_d_box h2 {
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 20px 0px;
}

.logo_d_box p {
    font-size: 16px;
}

.logo_d_box ul {
    list-style: none;
}

.logo_d_box ul li {
    font-size: 18px;
    padding-bottom: 10px;
    color: #0882ff;
}
.logo_d_box ul li span {
    padding-right: 10px;
}

.logo_d_box h2 span{
    color: #012ed4;
}
.row.logo_p {
    float: left;
    width: 100%;
}

.row.logo_p img {
    margin-bottom: 30px;
}

.page_info {
    float: left;
    width: 100%;
    margin-top: 30px;
}

div#logo-page {
    background-color: #f7f7f7;
    padding-bottom: 30px;
    margin-top: 30px;
}

ul.one-hour {
    list-style: none;
    float: left;
    width: 100%;
}

ul.one-hour li {
    font-size: 19px;
    font-weight: 800;
    padding: 4px 0px;
}

ul.one-hour li span {
    color: #0882ff;
}

.cat-ani ul li {
    display: inline-block;
    font-size: 18px;
    width: 24%;
}

.cat-ani {
    float: left;
    width: 100%;
    background-color: #eeeeee73;
    padding: 30px 0px;
    margin: 30px 0px 0px 0px;
}

.cat-ani h3 {
    margin: 0px;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 32px;
}

.cat-ani ul li i {
    color: #012ed4;
    padding-right: 12px;
}

.cat-ani ul {
    float: left;
    width: 100%;
}

.branding-boxs {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background-color: #eee;
    margin-top:30px;
}

.content_b {
    float: left;
    width: 100%;
    padding: 30px;
    border: 3px solid #f4f4f4;
    min-height: 360px;
    border-radius: 10px;
}

.content_b h1 {
    margin: 0px;
    padding: 17px 0px;
    font-weight: 700;
}

.content_b p {
    font-size: 16px;
    line-height: 24px;
}

.inner-p {
    float: left;
    width: 100%;
}

ul.nav.nav-tabs.inner-p li {
    width: 24%;
    margin-right: 9px;
}

.for_iner h2 {
    font-size: 40px;
}
.menu_bg .menu_area {
    background: transparent !important;
}

.app_li li {
    float: none;
    display: inline-block;
width: auto !important;
}

ul.nav.nav-tabs.reset_t.app_li {
    float: left;
    width: 100%;
}

.app_li li a {
    padding: 10px 12px !important;
}

ul.nav.nav-tabs.reset_t.anim_p {
    float: left;
    width: 100%;
    text-align: center;
}

ul.nav.nav-tabs.reset_t.anim_p li {
    width: auto;
    float: none;
    display: inline-block;
}

.sepe-re {
    text-align: center;
    clear: both;
}

.sepe-re ul.buttons {
    margin-top: 25px;
}

.sepe-re ul.buttons li:nth-child(2) a {
    background-color: #7d7d7d;
}

.sepe-re ul.buttons li:nth-child(2) a:hover {
    background-color: #000;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee0;
    color: #06edbe;
}

ul.dropdown-menu {
    background-color: #0a4cdb;
    text-align: center;
}

ul.dropdown-menu li a {
    color: #fff;
    font-size: 16px;
    padding: 10px 0px;
}

.pk_box ul li span i{
      color: #FFD700;
}


 

 input.form-control {
    background-color: #eee;
    height: 50px;
    margin-bottom: 10px;
    box-shadow: none;
    margin-bottom: 30px;
}

label.checkbox.pull-left {
    margin-left: 25px;
    margin-top: 0px;
}

.account-wall {
    margin-top: 50px;
}

button.btn.btn-lg.btn-primary.btn-block {
    margin-top: 20px;
}

.order-form-fields input[type="text"] {
    float: left;
    border: 0;
    padding: 15px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    background: #f5f5f5;
    box-shadow: 0;
}
h3.selected-package {
    background: transparent !important;
}

   .order-form-fields input{
    float: left;
    border: 0;
    padding: 15px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    background: #f5f5f5;
    box-shadow: 0;
}

.page_title p {
    text-align: center;
    font-size: 20px;
    color: #000;
    padding-top: 10px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 600;
}
.order-form-fields .input-group-btn {
    top: -7px;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.order-form-fields .browse {
    font-size: 18px;
    padding: 0 40px;
    border-radius: 10px;
    background: #0882ff;
    border-color: #0882ff;
}
.contactForm input[type=file] {
    display: block;
}

.file {
    visibility: hidden;
    position: absolute;
}
.order-form-fields textarea {
    float: left;
    border: 0;
    padding: 15px;
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
    border-radius: 10px;
    background: #f5f5f5;
}
.order_header_txt h1 {
    color: #000;
    margin: 0;
    font-weight: 700;
    font-size: 160px;
    line-height: 160px;
    text-indent: -15px;
    text-transform: uppercase;
}
.order_header_txt p {
    font-size: 30px;
    color: #000;
    margin: 0;
}
.selected-package {
    font-size: 24px !important;
    margin-bottom: 0 !important;
    color: #f60 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}
.package-rate {
    color: #000;
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cdcdcd;
    text-align: center;
}
.order-title h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 600;
    background-color: #0882ff;
    color: #fff;
    padding: 14px 0px;
    border-radius: 10px;
}

.order-form-fields input[type="submit"] {
    width: 100%;
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 12px 80px;
    margin-bottom: 15px;
    border-radius: 50px;
    background: #000;
    text-transform: uppercase;
    transition: all .5s ease-in-out;
}

.row.align .col-md-6.col-sm-12.col-xs-12 {
    padding-top: 30px;
}

.row.align {
    text-align: center;
}
.order-form-fields .col-md-4.col-sm-6.col-xs-12 {
    text-align: center;
}

.order-form-fields .col-md-4.col-sm-6.col-xs-12 .checkbox label {
    padding: 0px;
    font-weight: 600;
    font-size: 15px;
}
package-rate[type="checkbox"] {
    width: inherit;
    margin: 4px 9px 12px 0px;
}
.design-section input[type="checkbox"] {
    width: inherit;
    margin-right: 10px;
}

.row.align .col-md-6.col-sm-12.col-xs-12 input[type="checkbox"] {
    width: inherit;
    margin-right: 14px;
}

.account-wall p {
    font-size: 23px;
    text-align: center;
    padding-bottom: 20px;
}
.pro-box h3 {
    margin-top: 0px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
}

.order-box h3 {
    margin-top: 0px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
}

.order-box a {
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    float: right;
}

.pro-box ul {
    list-style: none;
}

.pro-box ul li {
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
}

.pro-box ul li a {
    float: right;
    padding-right: 20px;
    text-decoration: underline;
}

.pro-box, .order-box {
    border: 1px solid #eee;
    float: left;
    width: 100%;
    padding: 10px;
    min-height: 220px;
    box-shadow: 0px 0px 10px #eee;
}

.order-box ul {
    list-style: none;
}

.order-box ul li {
    font-size: 16px;
    display: block;
    padding-bottom: 10px;
}
ul.dash-list {
    list-style: none;
}

ul.dash-list li {
    display: block;
    margin-bottom: 10px;
}

ul.dash-list li a {
    display: block;
    background-color: #000;
    padding: 15px 10px;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

div#one ul.dash-list li:nth-child(1) a {
    background-color: red;
}

div#two ul.dash-list li:nth-child(2) a {
    background-color: red;
}

div#three ul.dash-list li:nth-child(3) a {
    background-color: red;
}

.dashbord-area {
    padding-top: 50px;
    clear: both;
}

form.pro {
    width: 60%;
    margin: 0 auto;
}

form.pro input {
    float: left;
    border: 0;
    padding: 15px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    background: #f5f5f5;
}

form.pro h3 {
    clear: both;
    text-transform: capitalize;
    padding: 10px 0px;
    font-weight: 700;
}
form.pro a.btn.btn-block.btn-outline-dark {
    border: 1px solid #000;
    font-size: 20px;
    font-weight: 600;
    padding: 11px 0px;
    background-color: #fff;
}

form.pro button {
    width: 100%;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    padding: 11px 0px;
}

.ord-tab h3 {
    margin-top: 0px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
}

.pt-in {
    float: left;
    width: 100%;
}


.dropin-page label {
    float: left;
    width: 100%;
}

.dropin-page input {
    margin-bottom: 20px;
    background-color: #eee;
    border: 0px;
    height: 50px;
    border-radius: 10px;
    padding:10px;
}

.dropin-page input#number {
    width: 100%;
}

div#frone {
    width: 50%;
    float: left;
}

div#frtwo {
    float: left;
    width: 50%;
}

.dropin-page label {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    padding-left: 3px;
}

.dropin-page input#preview_order {
    background: black;
    border-radius: 50px;
    height: auto;
    padding: 14px 24px;
}

.dropin-page input#preview_order:hover {
    background-color: #1f73b7;
    color: #fff;
}

.dropin-page .form-row input#cvc {
    width: 100%;
}

.section_title.thnk p {
    padding: 0px;
}

.section_title.thnk .col-md-12 {
    width: 75%;
    margin: 0 auto;
    float: none;
}

.section_title.thnk p strong {
    font-size: 19px;
    color: #0882ff;
    font-weight: 200;
}

.section_title.thnk p {
    padding: 6px 0px;
    margin: 0px;
}

.section_title.thnk h2 {
    padding-bottom: 14px;
    font-size: 34px;
    font-weight: 600;
}

.panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 14px;
    }

    .main-priv {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #0137d4;
    font-size: 20px;
}

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }
    
    .logo_p img {
    border: 2px dashed #eee;
}

   .logos img {
    border: 2px dashed #eee;
}

    label.title-lab {
    float: left;
    width: 100%;
    margin: 20px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

div#website-ord input#companyDetail {
    float: left;
    border: 0;
    padding: 15px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    background: #f5f5f5;
}

div#website-ord select {
    background-color: #f5f5f5;
    border: 0px;
    box-shadow: none;
    height: 50px;
    border-radius: 10px;
    width: 100%;
}

div#website-ord label.checkbox-we {
    width: 19.66%;
    font-weight: 400;
    color: #000;
    letter-spacing: 0px;
    margin-bottom: 13px;
    font-size: 16px;
}

div#website-ord label.checkbox-we input{
      margin-right: 10px;
}

div#website-ord input#competitorsWebsite{
float: left;
    border: 0;
    padding: 15px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    background: #f5f5f5;
}

div#website-ord textarea#likesDislikes{
float: left;
    border: 0;
    padding: 15px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    background: #f5f5f5;
    box-shadow:none;
}

div#website-ord input[type="radio"] {
    margin: 0px 5px;
}

    div#brand-ord select {
    background-color: #f5f5f5;
    border: 0px;
    box-shadow: none;
    height: 50px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 20px;
}

div#brand-ord input[type="text"] {
    float: left;
    border: 0;
    padding: 15px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    background: #f5f5f5;
}

div#brand-ord textarea {
    float: left;
    border: 0;
    padding: 15px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    background: #f5f5f5;
    height: 200px;
}


div#brand-ord label.title-lab {
    font-size: 20px;
    margin-bottom: 20px;
    width: auto;
    float: none;
}

div#brand-ord input[type="radio"] {
    margin: 0px 10px;
}


   div#about-us p {
    text-align: left;
}

div#about-us .col-md-5 img {
    max-width: 83%;
}

.ab-midle {
    background-image: url(../images/abi2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 64px 50px;
        margin: 50px 0px;
}

.ab-midle p {
    color: #fff;
    font-size: 20px;
    text-align: center !important;
    line-height: 30px;
    border: 1px dashed #eee;
    padding: 30px;
}
div#secthird h3 {
    text-align: left;
    font-weight: 700;
    line-height: 40px;
    margin-top: 10px;
    font-size: 34px;
    margin-bottom: 20px;
}

div#secthird ul {
    list-style: none;
    text-align: left;
}

div#secthird ul {
    list-style: none;
}

div#secthird ul li i {
    color: #0882ff;
    padding-right: 13px;
}

div#secthird ul li {
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 10px;
}

div#about-us p {
    text-align: left;
}

.mobile-app-pk {
    float: left;
    width: 100%;
    background-image: url(../images/bg-mob.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    min-height: 490px;
        padding: 63px 0px;
}
.mobile-app-pk li h3 {
    font-size: 30px;
    color: #fff;
}

.mobile-app-pk li h3 span {
    display: block;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 30px;
}
.mobile-app-pk li{
list-style:none;
}

.mobile-app-pk li a {
    display: inline-block;
    background-color: #fff;
    padding: 10px 30px;
    width: 73%;
    margin-bottom: 20px;
    border: 2px dashed #e0e0e0;
    font-size: 18px;
    font-weight: 600;
}

.mobile-app-pk li a i {
    padding-right: 10px;
}

div#anim-in p {
    padding: 0px;
}

.anm-mid {
    float: left;
    width: 100%;
    margin: 50px 0px 0px 0px;
}

.anm-mid ul li {
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #eee;
    padding: 10px 0px;
    text-align: left;
    background-color: #eeeeee33;
    list-style:none;
}

.anm-mid ul li i {
    color: #0882ff;
    padding-right: 13px;
}

div#secthird {
    margin-bottom: 30px;
}

ul.ser-logo li {
    display: inline-block;
    width: 25%;
    background-color: #0882ff !important;
    margin: 14px;
    padding: 20px 0px;
    color: #fff;
}

.logo_d_box small {
    color: #9e9e9e;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 14px;
    display: block;
}

.logo-calto {
    text-align: center;
}

.logo-calto h1 {
    font-weight: 800;
    line-height: 40px;
    border-top: 1px dashed #eee;
    padding-top: 20px;
    margin-top: 21px;
}

.logo-calto strong {
    color: #0882ff;
    font-size: 22px;
    text-transform: uppercase;
}

div#web-exr {
    margin-top: 0px;
    padding-top: 0px;
}

div#web-exr h1 {
    text-align: left;
}

ul.web-ser {
    text-align: center;
    margin-top: 20px;
}

ul.web-ser li {
    display: inline-block;
    width: 30%;
    text-align: center;
    margin: 10px;
    background-color: #0882ff;
    border: 0px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

    div#baner-ord select.form-control {
    float: left;
    border: 0;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    background: #f5f5f5;
    height: 50px;
    box-shadow: none;
}

label.title-lab {
    float: left;
    width: 100%;
    margin: 20px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

div#baner-ord input[type="text"] {
    padding: 10px;
    float: left;
    border: 0;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    background: #f5f5f5;
    height: 50px;
    box-shadow: none;
}
    label.title-lab {
    float: left;
    width: 100%;
    margin: 20px 0px;
    font-size: 16px;
    font-weight:600 !important;
    color: #000;
}

div#brou-ord label.checkbox-we {
    width: 19.66%;
    font-weight: 400;
    color: #000;
    letter-spacing: 0px;
    margin-bottom: 13px;
    font-size: 16px;
}

div#brou-ord label.control.control-checkbox  input {
    margin-right: 10px;
}

div#brou-ord input[type="radio"] {
    margin: 0px 5px;
}

.for-rad label {
    font-weight: 400;
    font-size: 16px;
}

div#brou-ord select#industry{
       float: left;
    border: 0;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    background: #f5f5f5;
    height: 50px;
    box-shadow: none;
}

.app-extr-con {
    padding: 65px 30px;
    float: left;
    width: 100%;
    background-color: #98affb;
    color: #fff;
    min-height: 490px;
}

.app-extr-con h3 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}

.app-extr-con ul {
    list-style: none;
}

.app-extr-con ul li {
    font-size: 13px;
    border-bottom: 1px dashed #fff;
    padding: 10px 0px;
}

.section_title.se-second {
    background-image: url(../images/abi2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    margin-top: 50px;
}
.section_title.seo-in {
    padding-top:30px;
    text-align: left;
}

.section_title.seo-in h1 {
    font-size: 24px;
    line-height: inherit;
}

.section_title.seo-in p {
    padding-top: 0px;
}

.section_title.se-second .col-md-12 {
    border: 2px solid #fff;
    padding: 30px;
}

.section_title.se-second .col-md-12 small {
    color: #0882ff;
}

.section_title.se-second h1 {
    color: #fff;
}

.section_title.se-second h3 {
    color: #fff;
}

.section_title.se-second ul {
    list-style: none;
    margin-top: 16px;
}



.social-inn .content_b h1 {
    font-size: 21px;
}

.social-inn {
    float: left;
    width: 100%;
    background-color: #c1c0c0;
    padding: 50px 0px;
    margin-top: 18px;
}

div#pp .port_in li {
    margin-bottom: 20px;
}

div#pp .packagesbox_in {
    margin-top: 0px;
}

ul.homt li {
    width: 50%;
    font-weight: 400;
    font-size: 14px;
}

ul.homt li i {
    float: left;
    height: 21px;
    padding-right: 10px;
}

ul.terms li {
    display: inline-block;
    font-size: 12px;
    color: #fff;
}

ul.terms li a {
    color: #000;
}

ul.terms li {
    color: #000;
}

ul.terms {
    margin-top: 20px;
}

div#website-ord input[type="text"] {
    float: left;
    border: 0;
    padding: 15px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    background: #f5f5f5;
}
textarea#likes_dislikes {
    float: left;
    border: 0;
    padding: 15px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    background: #f5f5f5;
    box-shadow: none;
}

.mobile-app-pk li strong {
    color: #fff;
    font-size: 29px;
    border: 2px dashed #fff;
    padding: 20px;
    display: inline-block;
    box-shadow: 0px 0px 2px #000;
        margin-bottom: 30px;
}

div#mob-app .mobile-app-pk li strong {
    color: #fff;
    font-size: 19px;
    border: 2px dashed #fff;
    padding: 10px 10px;
}

div#mob-app .mobile-app-pk {
    padding: 10px 0px;
}

.row.logo_p .modal-footer {
    position: absolute !important;
    top: 0;
    right: 0;
}

.row.logo_p .modal-footer .btn-default {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

.modal-content img {
    width: 100%;
}

.modal-content {
    background-color: transparent;
    box-shadow: none;
    border: 0px;
}

div#soc-in img {
    cursor: pointer;
}

div#ab-ren li {
    width: 25%;
    display: inline-block;
    background-color: #0882ff70;
    margin: 5px;
    padding: 12px 10px;
    color: #fff;
    border: 1px solid #fff;
}

div#anim-extr li{
width:40%;
display: inline-block;
    background-color: #0882ff70;
    margin: 5px;
    padding: 12px 10px;
    color: #fff;
    border: 1px solid #fff;
}

.pk_box h3 {
    font-size: 18px;
text-align: center;
}

.pk_box h3 br {
    display: none;
}

.pk_box h1 span {
    font-size: 28px;
    float: right;
}

    div#modalOnLoad {
    padding-right: 0px !important;
}
div#calto-form h1 {
    font-size: 29px;
    font-weight: 800;
    line-height: 34px;
    color: #fff;
}

div#calto-form p {
    color: #fff;
}

div#calto-form h1 span {
    color: #ff8400;
}

div#calto-form input {
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border: 0px;
    margin-bottom: 10px;
    border-radius: 10px;
    height: 40px;
}

div#calto-form input[type="submit"] {
width: auto;
    float: none;
    background-color: #ff8400;
    font-size: 20px;
    padding: 10px 50px;
    border-radius: 50px;
    height: auto;
    border: 3px dotted #ffffff57;
    font-weight: 600;
    text-transform: uppercase;
}

div#calto-form button {
    position: absolute;
    right: -20px;
    top: -20px;
    background-color: transparent;
    border: 4px solid #fff;
    border-radius: 100%;
}

#calto-form {
    position: relative;
    padding: 15px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1d1672+0,7db9e8+100 */
background: rgb(29,22,114); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(29,22,114,1) 0%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(29,22,114,1) 0%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(29,22,114,1) 0%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1672', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

    border:6px solid #fff;
    float: left;
    width: 100%;
}
.modal-dialog {
    top: 8%;
}

#calto-form textarea {
    float: left;
    width: 100%;
    padding: 10px;
    height: 80px;
    border-radius: 10px;
    border: 0px;
}

div#soc-new-tb p {
    color: #fff;
}

.contact-areas {
    float: left;
    width: 100%;
    margin-top: 50px;
}

ul.contact-address {
    list-style: none;
}

ul.contact-address li {
    font-size: 19px;
    float: left;
    width: 100%;
    margin: 8px 0px;
}

ul.contact-address li a {
    color: #000;
}

ul.contact-address li i {
    font-size: 28px;
    color: #0137d4;
    padding-right: 20px;
    min-height: 32px;
    float:left;
}

.border {
    float: left;
    width: 100%;
    background-color: #eeeeee40;
    height: 5px;
    margin: 12px 0px 25px 0px;
}

.contact-areas h1 {
    font-weight: 800;
    border-bottom: 1px solid #000;
    padding-bottom: 17px;
    margin-bottom: 40px;
}

small.minimun {
    font-size: 27px;
    color: #0882ff;
}

div#soc-new-tb ul li {
    display: inline-block;
    width: 45%;
    background-color: #0882ff70;
    margin: 5px;
    padding: 12px 10px;
    color: #fff;
    border: 1px solid #fff;
}

.contact-big h1 {
    font-size: 150px;
    font-weight: 700;
    padding-top: 50px;
    color: #0882ff;
}

.contact-big {
    float: left;
    width: 100%;
    text-align: center;
}

.contact-big h2 {
    font-size: 25px;
    color: #a2a2a2;
    font-weight: 600;
}

ul.scl {
    list-style: none;
    float: left;
    width: 100%;
        margin: 50px 0px;
}

ul.scl li {
    display: inline-block;
margin: 40px 0px;
}

ul.scl li a {
    background-color: #ff8400;
    width: 300px;
    display: block;
    padding: 20px;
    font-size: 20px;
    color: #fff;
}

ul.scl li {
    display: inline-block;
    font-size: 23px;
    margin: 0px 10px;
    color: #8c8c8c;
    font-weight: 500;
}

.cont-cal {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.cont-cal p {
    font-size: 24px;
    color: #8c8c8c;
 font-weight: 600;
}

.cont-cal a {
    font-size: 24px;
    font-weight: 600;
}

div#newadd h3 {
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 30px;
}

div#newadd li {
    font-size: 17px;
  color: #656565;
    font-weight: 600;
    padding-bottom: 2px;
}

div#newadd li a {
    color: #656565;
    font-weight: 600;
}

div#newadd ul {
    list-style: none;
}

select#bro_industry_id {
    float: left;
    border: 0;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    background: #f5f5f5;
    height: 50px;
}

.section_title.se-second ul li {
    display: inline-block;
    width: 45%;
    background-color: #0882ff70;
    margin: 5px;
    padding: 12px 10px;
    color: #fff;
    border: 1px solid #fff;
}

div#frone input {
    width: 46%;
}

@media screen and (min-width:1367px){
    .menu_bg:before {
    height: 740px;
    top: -150px;
}
}



@media screen and (max-width: 768px){

.section_title.thnk .col-md-12 {
    width: 100%;
}

div#soc-new-tb ul li {
    display: inline-block;
    width: 100%;
}

.col-md-12{
    clear: both;
}
.menu_bg:before{
    display: none;
}
.menu_bg .menu_area {
    background: #1b88eb !important;
    background: -moz-linear-gradient(45deg, #1b88eb 0%, #0137d4 67%) !important;
    background: -webkit-linear-gradient(45deg, #1b88eb 0%,#0137d4 67%) !important;
    background: linear-gradient(45deg, #1b88eb 0%,#0137d4 67%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b88eb', endColorstr='#0137d4',GradientType=1 ) !important;
}
.navbar-header {
    width: 100%;
    text-align: center;
}

.navbar-header a.navbar-brand {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.top_bar {
    width: 100%;
        text-align: center;
}

.navbar-right {
    float: right !important;
    margin-right: 0px;
    width: 100%;
}
.top_bar span:nth-child(1) a img {
    padding-left: 0px;
}

.navbar-brand > img {
    display: block;
    margin: 0 auto;
}
.menu_area {
    padding: 20px 0px 0px 0px;
}
.header_text {
    padding-top: 24px;
    text-align: center;
}

.header_text h1 {
    line-height: 50px;
}
.slide_area {
    height: 800px;
}
.section_title h1 {
     font-size: 32px;
    letter-spacing: 1px;
}

ul.nav.nav-tabs.reset_t li a {
    padding: 10px 2px;
}

ul.nav.nav-tabs.reset_t li {
    width: 15.66%;
}
ul.buttons li a {
    padding: 12px 10px;
}
ul.nav.nav-tabs.port_in li a {
    padding: 10px 14px;
}
.carousel-inner .img {
    float: left;
    width: 11%;
}

.carousel-inner .img .col-md-6{
    float: left;
    width: 11%;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
margin-left:-40px;
}
.Clients_area .col-md-4 {
    text-align: center;
    clear: both;
}
footer .col-md-4 {
    width: 33%;
    float: left;
}

ul.buttons li {
    display: block;
    padding-right: 0px;
    margin: 4px 0px;
    padding:0px;
}
div#ab-ren li {
    width: 40%;
}
.nav > li > a {
    padding: 10px 14px;
}
.top_bar a {
    font-size: 13px;
}
div#about-us p {
    text-align: center;
}
ul.ser-logo li {
    width: 44%;
}

.page_info .col-md-4 {
    text-align: center;
}

.page_info .col-md-4 img {
    margin: 28px 0px;
}

.logo_d_box {
    text-align: center;
    padding-top: 10px;
}

.content_b {
    text-align: center;
}

ul.web-ser li {
    width: 44%;
}

div#web-exr h1 {
    text-align: center;
}

.anm-mid ul li {
    text-align: center;
}

.row.logo_p .col-md-4 {
    width: 100%;
    text-align: center;
}

.row.logo_p img {
    width: 100%;
}

.row.logo_p {
    width: auto;
}

div#anim-extr li {
    width: 100%;
    font-size: 16px;
}

.app-extr-con {
    padding: 50px 30px;
    min-height: auto;
    text-align: center;
}

.app-extr-con ul li {
    font-size: 16px;
}

.content_b {
    min-height: auto;
    text-align: center;
    margin-bottom: 20px;
}

.section_title.seo-in {
    text-align: center;
    padding-top:0px;
}

div#pp .port_in li {
    margin-bottom: 0px;
}
.cat-ani ul li {
    width: 50%;
}

.row.redir .col-md-6.col-xs-12.col-xs-12:first-child {
    order: 2;
}

.row.redir {
    display: flex;
    flex-direction: column;
}
.new_conact {
    float: none;
    width: auto;
    padding-top: 30px;
}

ul.nav.nav-tabs.port_in li {
    width: 22%;
    margin-bottom: 10px;
}
.section_title {
    padding: 30px 0px 20px 0px;
}
.section_title.se-second ul li {
    width: 100%;
}

div#frone {
    width: 100%;
}

.dropin-page input.input.year {
    width: 46%;
}

.dropin-page input#exp_month {
    width: 49%;
}

div#frtwo {
    float: left;
    width: 100%;
}
}

@media screen and (max-width:767px){
    .navbar-toggle {
    margin: 0px;
    background-color: white;
    border: 1px solid #ffffff;
    float: none;
}
div#soc-new-tb li {
    width: 100%;
}
.testi_in .item {
    padding: 0px 0px;
}

.cat-ani {
    padding: 0px 0px;
}

div#soc-new-tb li {
    width: 100%;
}

ul.ser-logo li {
    width: 100%;
    margin:4px 0px;
}

ul.nav.nav-tabs.port_in li {
    width: 50%;
    margin-bottom: 10px;
}

.cat-ani ul li {
    width: 100%;
}

div#ab-ren li {
    width: 100%;
        margin: 5px 0px;
    background-color: #0882ff70;
}

ul.web-ser li {
    width: 100%;
    margin:4px 0px;
}

ul.web-ser {
    padding: 0px 15px;
}

.navbar-toggle .icon-bar {
    background-color: #0137d4;
}

.header_text h1 {
    line-height: 30px;
    font-size: 24px;
}
ul.buttons li {
    padding-right: 0px;
    display: block;
    margin-bottom: 10px;
}
.slide_area {
    height: 640px;
}
.menu_bg {
    padding-bottom: 20px;
}
.container.mob {
    display: none;
}

ul.nav.nav-tabs.reset_t li {
    width: 43%;
    margin: 10px;
}
ul.nav.nav-tabs.reset_t li span img {
    display: none;
}

ul.nav.nav-tabs.reset_t li span {
    padding-bottom: 0px;
}

ul.nav.nav-tabs.reset_t li a {
    margin: 0px;
}
.services_in {
    padding: 20px 15px 50px 15px;
    text-align:center;
}

.services_in ul li {
    width: 50%;
    font-size: 14px;
}
.sepe-re {
    text-align: center;
    padding: 0px 12px;
}

ul.nav.nav-tabs.port_in li {
    float: left;
    display: block;
    width: 46%;
    margin: 5px;
}
ul.buttons li a {
    font-size: 14px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -60px;
}

.pk_box {
    margin-bottom: 30px;
}

.content {
    padding: 0px;
    position: relative;
    margin-bottom: 20px;
}

.carousel-inner .img {
    width: 24%;
}
.Clients_area ul li {
    background-position: top center;
    padding: 60px 0px 20px 0px;
    text-align: center;
}
.contact_form {
    border-radius: 6px;
    padding: 24px 10px;
}

.contact_form input{
border-radius: 10px;
}

.contact_form select{
border-radius: 10px;
}

.contact_form textarea{
border-radius: 10px;
}

.links ul li {
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: 14px;
}

footer{
    text-align: center;
}
footer .col-md-4 {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}
h3.f-title {
    text-align: center;
}

h3.f-title:before {
    right: 0;
    margin: 0 auto;
}
.links ul li a i {
    display: none;
}
.Copyright {
    margin-top: 0px;
}
.top_bar a {
    font-size: 0;
}

.top_bar a img {
    padding: 12px 6px 0px 16px;
}

.top_bar {
    border-bottom: 1px solid #ffffff36;
    border-top: 1px solid #ffffff36;
margin-top: 10px;
}

.collapse.in {
    border-top: 0px solid transparent;
    -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0);
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0);
}
.navbar-right {
    text-align: center;
}
.navbar-header a.navbar-brand {
    width: auto;
}

.navbar-toggle {
    margin: 20px 10px;
    float: right;
}
a.navbar-brand img {
    max-width: 70%;
    float: left;
}
.navbar {
    margin-bottom: 0px;
}
.logos img {
    width: 100%;
}
.qlink {
    display: none;
}
.section_title.se-second .col-md-12 {
    padding: 10px;
    margin: 20px;
}
.mobile-app-pk li a {
    width: 95%;
}

div#mob-app .mobile-app-pk li strong {
    width: 94%;
}

.section_title.se-second .col-md-12 {
    padding: 10px;
    margin: 20px;
}

.section_title.se-second ul li {
    margin: 5px 0px;
}

.new_conact {
    width: auto;
}

.app-extr-con {
    padding: 15px 30px;
}

.content {
    text-align: center;
}
.section_title h1 {
    font-size: 30px;
}
.contact-big h1 {
    font-size: 80px;
    padding-top: 20px;
}

.contact-big h2 {
    font-size: 18px;
}

.contact-big {
    margin-bottom: 30px;
}
ul.scl li {
    float: left;
    width: 100%;
    margin: 0;
}

ul.scl li a {
    width: 100%;
}

.cont-cal a {
    font-size: 18px;
}
div#anim-extr h1 {
    font-size: 22px;
}
div#soc-new-tb ul li {
    width: 100%;
    margin: 5px 0px;
    background-color: #0882ff70;
}
.dropin-page input.input.year {
    width: 47%;
}

.dropin-page input#exp_month {
    width: 45%;
}
}