
@import url(css/animate.css);
@import url(css/flaticon.css);
@import url(css/prettyPhoto.css);
@import url(css/owl.carousel.css);
@import url(css/font-awesome.min.css);

.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}


/*------------------------------------------------------------------
    WP CORE
-------------------------------------------------------------------*/

.first {
    clear: both
}

.last {
    margin-right: 0
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 10px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 10px 0 20px 20px;
}

a img.alignnone {
    margin: 10px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

.megamenu .nav,
.megamenu .collapse,
.megamenu .dropup,
.megamenu .dropdown {
    position: static;
}

.megamenu .container-fluid {
    position: relative;
}

.megamenu .dropdown-menu {
    left: auto;
}

.megamenu .megamenu-content {
    padding: 20px 30px;
}

.megamenu .dropdown.megamenu-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.megamenu .list-unstyled {
    min-width: 200px;
}

.header_style_01 {
    background-color: rgba(255, 255, 255, 0.1);
    display: block;
    left: 0;
    padding: 20px 40px !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 111;
}

.header_style_01 .navbar-default {
    background-color: transparent;
    border: 0;
}

.header_style_01 .navbar,
.header_style_01 .navbar-nav,
.header_style_01 .navbar-default,
.header_style_01 .nav {
    margin-bottom: 0 !important;
}

.header_style_01 .navbar-brand {
    padding: 2px 15px 0 15px;
}

.header_style_01 .navbar-default .navbar-nav > li > a {
    border-radius: 0;
    color: #ffffff !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    background-color: transparent;
}

.header_style_01 .navbar-default .navbar-nav > li a {
    background-color: transparent !important;
}

.header_style_01 .navbar-default .navbar-nav > li:hover a,
.header_style_01 .navbar-default .navbar-nav > li:focus a {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* For IE8 and earlier */
}

.header_style_01 .navbar-right > li {
    margin-top: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header_style_01 .navbar-right > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}

li.social-links {
    margin: 0 8px;
}

li.social-links a {
    padding: 13px 0 !important;
}

.affix-top {
    overflow: hidden;
    visibility: visible;
    opacity: 1;
    top: -100%;
}

.affix {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px 40px;
    background-color: #1f1f1f !important;
    -webkit-transition: visibility 0.95s ease-in-out, opacity 0.95s ease-in-out, bottom 0.95s ease-in-out, top 0.95s ease-in-out, left 0.95s ease-in-out, right 0.95s ease-in-out;
    -moz-transition: visibility 0.95s ease-in-out, opacity 0.95s ease-in-out, bottom 0.95s ease-in-out, top 0.95s ease-in-out, left 0.95s ease-in-out, right 0.95s ease-in-out;
    -o-transition: visibility 0.95s ease-in-out, opacity 0.95s ease-in-out, bottom 0.95s ease-in-out, top 0.95s ease-in-out, left 0.95s ease-in-out, right 0.95s ease-in-out;
    transition: visibility 0.95s ease-in-out, opacity 0.95s ease-in-out, top 0.95s ease-in-out, bottom 0.95s ease-in-out, left 0.95s ease-in-out, right 0.95s ease-in-out;
}

.navbar-nav li {
    position: relative;
}

.navbar-nav span {
    font-size: 24px;
    position: absolute;
    right: 2px;
    top: 13px;
}


@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Arvo:400,400i,700');
* {font-family: 'Poppins', sans-serif;}

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #39b49a;
    z-index: 11000;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-bottom {
    float: left;
    width: 100%;
    background: #004182;
}
header {
    float: left;
    width: 100%;
    position: relative;
    box-shadow: 0px 1px 3px #ccc;
    top: 0;
    min-height: 460px;
    display: block;
}
header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
#home.first-section {
    position: relative;
    margin-top:0px;
}
.header-bottom nav.main-menu {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    float: left;
}
.header-bottom nav.main-menu ul.nav.navbar-nav > li a {
    color: #fff;
    font-size: 15px;
    padding: 20px 20px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 700;
}
.header-bottom nav.main-menu ul.nav.navbar-nav > li a:hover, .header-bottom nav.main-menu ul.nav.navbar-nav > li a:focus, .header-bottom nav.main-menu ul.nav.navbar-nav > li a.active {
    color: #fff;
    background: #0b66c1
}
.header-top {
    float: left;
    width: 100%;
    padding: 0px 0;
}	
.header-top .navbar-brand {
    float: left;
    height: auto;
    padding-top:0px;
    padding-bottom: 8px;
}
.right-header {
    margin: 8px 15px 25px;
    padding-top: 20px;
}
.mtop30{
    margin-top: 20px;
}
.header-info {
    width: 100%;
}
.info-inner {
    float: left;
}
.footer-text {
    display: flex;
    justify-content: space-between;
}
.info-inner span.icontop {
    float: left;
    background: #157fda;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: normal;
    padding: 5px 8px;
    margin-right: 5px;
    color: #fff;
    font-size: 17px;
    transition: ease all 1s;
    border-radius: 50%;
}

.iconcont {
    float: left;
    font-size:18px;
    letter-spacing: 0px;
    margin: 6px 5px;
    font-weight: 500;
}
.iconcont a:hover{
    text-decoration: none;
}
.info-inner {
    float: right;
    margin-left:15px;
}
.info-inner span.icontop img {
	width:100%;
}
.serch-bar {
    float: right;
    width: 250px;
}

#home.first-section {
    position: relative;
    min-height: 464px;
   box-shadow: 0px 5px 6px -6px #797979;
    display: inline-block;
    width: 100%;
}
#home.first-section::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0);
}
.text-contant {
    float: left;
    width: 68%;
    margin: 0px 0% 0;
    padding: 40px 0 40px;
    border-radius: 0;
    text-align: center;
    position: relative;
    z-index: 2;
}	
.text-contant-one {
    float: left;
    width: 80%;
    margin:0px 10% 0;
    padding: 40px 0 40px;
    border-radius: 0;
    text-align: center;
    position: relative;
    z-index: 2;
}
.text-contant-one h2 a, .text-contant-one h2 a:hover, .text-contant-one h2 a:focus {
    color: #fff;
    opacity: 1;
    text-decoration: none;
}	
.text-contant h2 a, .text-contant h2 a:hover, .text-contant h2 a:focus {
    color: #dc013b;
    opacity: 1;
    text-decoration: none;
}
.consultancy-header {
    background-color: #00254a;
    display: inline;
    float: left;
    width: 100%;
    color: #fff;
    border-bottom:4px solid #135fb8;
}
.mu-header-top-right {
    text-align: right;
    font-size: 15px;
    color: #000000;
}
.consultancy-header  .mu-header-area {
    display: inline;
    float: left;
    padding: 5px 0;
    width: 100%;
    text-align: right;
}
.p-left15{
    padding-right: 15px;
    letter-spacing: 0.5px;
}
.commen-space{
    letter-spacing: 0.5px;
}
.phone{
    background: #004182;
    width: 31px;
    height: 30px;
    text-align: center;
    line-height: normal;
    padding: 8px 6px;
    margin-right: 5px;
    color: #ffffff;
    font-size: 17px;
    transition: ease all 1s;
    border-radius: 50%;
}
i.fa.fa-phone.phone {
    font-size: 16px;
}
i.fa.fa-envelope.phone {
    font-size: 14px;
    padding-left: 6px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.mtop15{
    margin-top: 25px;
}
.question h2{
    text-align: center;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 0px;
    
}
.question p{
    color: #fff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.8px;
}
.message-boxs h2 {
    background-color: #d3dce8;
    padding: 10px;
    font-size: 16px;
    line-height: 25px;
    border: 5px solid #7aade8;
    border-radius: 5px;
}

.heading {
    text-align: center;
    float: left;
    width: 100%;
    margin: 0 0 0px 0;
}
.heading h2 {
    font-size:28px;
    text-transform: none;
    font-weight: 400;
    letter-spacing:0px;
    color: #333;
    margin: 22px 0;
    padding: 0;
    position: relative;
    font-weight: 600;
}
.icon-logo img {
    width: 60px;
}	
.heading h2::after {
    width:15%;
    height: 4px;
    background: #135fb8;
    content: "";
    display: block;
    margin: 10px auto 0;
}
body.consultancy .first-section {
   padding: 1em 0;
   box-shadow: 0px 5px 6px -6px #797979;
}
.message-box .lead {
    padding-top: 0px;
    font-size: 15px;
    font-style: normal;
    color: #545454;
    padding-bottom: 0;
    font-weight: 400;
    text-align: justify;
    line-height: 28px;
}
.mb15{
    padding-bottom: 15px;
    overflow: hidden;
}
.message-box .leadClient {
    padding-top: 0px;
    font-size: 16px;
    font-style: normal;
    color: #545454;
    padding-bottom: 0;
    font-weight: 400;
    text-align: justify;
    line-height: 35px;
    font-weight: bold;
}
.message-box .leadServices {
    padding-top: 0px;
    font-size: 16px;
    font-style: normal;
    color: #545454;
    padding-bottom: 0;
    font-weight: 400;
    text-align: justify;
    line-height: 35px;
    font-weight: bold;
}
.SiteMap{
    width: 400px;
    margin-top: 35px;
}

i.fa.fa-circle {
    font-size: 7px;
    float: left;
    padding-top:9px;
    padding-left: 0px;
    padding-right: 6px;
    color: #33333ec2;
}
marquee.latest-content {
    height: 260px;
}
section {
    padding:20px 0;
}
.contact .info-wrap {
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    padding: 30px;
}
.contact .info i {
    font-size: 20px;
    color: #1bbd36;
    float: left;
    width: 44px;
    height: 44px;
    border: 1px solid #1bbd36;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s;
}
.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #111;
}
.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #444444;
}
.contact .php-email-form .form-group {
    padding-bottom: 8px;
}
.contact .php-email-form input {
    height: 44px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact .php-email-form {
    width: 100%;
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
    padding: 24px;
    background: #fff;
}
.contact .php-email-form button[type=submit] {
    background: #1bbd36;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}
.pl0{
    padding-left: 0px;
    padding-right: 0px;
}
.message-box h5 {
    font-size: 15px;
    color: #18191ad6;
    font-weight: bold;
    margin-top: 7px;
    margin-bottom: 8px;
}
body.consultancy .section {
    padding: 0px 0;
    float: left;
    width: 100%;
}
.img-section{
    float: left;
    margin-right: 12px;
}
.service-widget h3 {
    font-size: 16px;
    color: #ffffff;
    padding: 12px 0 12px;
    margin: 0;
    background: #157fda;
    text-align: center;
}
hr.hr1 {
    position: relative;
    margin: 20px 0 0px;
    border: 1px dashed #868686;
}

.form-group input, .form-group select {
    float: left;
    width: 100%;
    border-radius: 0;
    border: solid #ccc 1px;
    padding: 8px 15px;
    font-weight: 400;
    font-size: 13px;
    margin: 12px 0 0;
    box-shadow: none;
    color: #333;
    height: 44px;
}
.form-group textarea {
    float: left;
    width: 100%;
    border-radius: 0;
    border: solid #ccc 1px;
    padding: 8px 15px;
    font-weight: 400;
    font-size: 13px;
    margin: 12px 0 20px;
    box-shadow: none;
    color: #333;
    height: 90px;
}
.mrT10{
    margin-top:20px;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
	box-shadow:none;
}
.select-section div.form-group:nth-child(1) {
    float: left;
    width: 49%;
    margin-right: 2%;
}
.select-section div.form-group:nth-child(2) {
    float: left;
    width: 49%;
}
.center {
    float: left;
    width: 100%;
    justify-content: center;
    display: flex;
}
.form-group button {
    background: linear-gradient(to right, #1d86df 0%, #39b49a 100%);
    border: none;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #fff;
    padding: 8px 30px;
    border-radius: 50px;
    transition: ease all 1s;
    font-weight: 600;
}
.form-group button:hover,.form-group button:focus {
    background: linear-gradient(to right, #39b49a 0%, #1d86df 100%);
}
body.garimagupta .dev-list .widget h3 {
    display: inline-block;
    font-size: 20px;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 15px 20px;
    position: relative;
    top: -25px;
}
body.garimagupta .dev-list .widget small {
    display: block;
    margin: -15px 0 -5px;
    font-size: 16px;
}
.message-box h4 {
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 18px;
    color: #0071d1;
}
.footer-button{
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    bottom: 0px;
}
.footer-button a{
    background-color: #fd9903;
    border-radius: 25px;
    color: #fff;
    padding: 7px 15px 7px 15px;
    
}
.widget.clearfix {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
    background-color: #ffffff;
    padding-bottom: 1px;
    box-shadow: 0px 0px 5px -2px #79787899;
    min-height: auto;
    cursor: pointer;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}
.h2, h2 {
    font-size: 22px;
}
#price {
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-image:linear-gradient(rgba(0,0,0,0.9),rgba(0,0,0,0.9)), url("../images/banner.jpg");
}
.image:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
}
span.fa.fa-whatsapp {
    color: #fff;
}
.dev-list h3{
    text-align: center;
    color: #004182;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-top: 10px;
    font-size: 17px;
}
.message-box .post-media.wow.fadeIn {
    height:300px;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
    background-color: #0b66c1;
    padding-bottom: 15px;
    box-shadow: 0px 0px 5px -2px #79787899;
    color: #fff;
}
div#services {
    margin-bottom: 20px;
}
ul.latest {
    padding-left: 5px;
    padding-right: 5px;
}
ul.latest li {
    list-style: none;
}
.dev-list p{
    text-align: justify;
    font-size: 15px;
}
body.garimagupta .tab-pane p {
    margin-bottom: 0;
    padding-top: 0;
}
.pricing-table-header h3 {
    font-size: 15px;
}
.pricing-table strong {
    font-weight: 400;
}
.pricing-table.pricing-table-highlighted {
    margin-top: -15px;
    border: solid #fff 5px;
    transition: ease all 1s;
}
.pricing-table {
    margin: 50px -10px 0;
    background: #fff;
    box-shadow: 0px 10px 25px -20px #000;
}
.footer {
    padding: 0 0 80px !important;
}
.footer-button .btn.focus, .footer-button .btn:focus, .footer-button .btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #004182;
    box-shadow: 0px 0px 5px -2px #79787899;
}
.pnumbers {
    display: table;
    width: auto;
    margin: 0 auto 0 auto;
}

.phonenumber {
    float: left;
    width: auto;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: linear;
    background-color: #fd8203;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 13px 20px;
    letter-spacing: 1px;
}
.product-btn {
    margin: 15px auto 0px; 
    border-radius: 20px;
    display: inline-block;
    padding: 5px 20px;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: linear;
    background-color: #004182;
    border-radius: 25px;
    padding: 12px 30px 12px 30px;
    font-size: 16px;
}
.product-btn a{
    color: #fff;
}
.product-btn a:hover{
    text-decoration: none;
}
.product-btn a:focus, .product-btn a:focus, .product-btn a:hover {
    color: #d4d4dc;
    text-decoration: none;
    box-shadow: 0px 0px 5px -2px #79787899;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: linear;
}

.contact-info {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 25px;
    position: relative;
    margin-bottom: 25px;
}
.inform {
    float: left;
    width: 100%;
    padding: 17px 0 0 70px;
    min-height: 135px;
    color: #fff;
    position: relative;
}
.inform span.icon-f {
    float: left;
    width: 70px;
    position: absolute;
    height: 60px;
    text-align: center;
    font-size: 40px;
    line-height: normal;
    left: 0;
}	
.footer-info h3 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.inform span.icon-f img {
    width: 30px;
}
.footer-info address {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}
.footer-info .phone-no {
    font-size: 14px;
    line-height: normal;
    margin: 0;
}
.contact-info::before {
    content: "";
    display: block;
    width: 58px;
    height: 102px;
    position: absolute;
    background: #a0cff7;
    top: 27px;
    transform: rotate(-45deg);
    left: -45px;
    z-index: 0;
}
.contact-info::after {
    content: "";
    display: block;
    width: 58px;
    height: 102px;
    position: absolute;
    background: #a0cff7;
    top: 27px;
    transform: rotate(45deg);
    right: -45px;
    z-index: 0;
}
.contact-info .col-lg-12 {
    position: relative;
    z-index: 1;
}
body.garimagupta .footer {
    background-color: #15191c;
}
.footer .widget-title img {
    width: 245px;
}
.footer .widget-title small {
    padding: 0;
}
body.garimagupta .footer .widget-title h3 {
    color: #fff;
}
.contact-section {
    float: left;
    width: 100%;
    min-height: 450px;
    background: yellow;
}
.contact-section {
	position:relative;
}
.form-contant {
    float: left;
    position: absolute;
    width: 40%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 1;
    padding: 60px;
}
.form-contant input, .form-contant textarea {
    background: transparent;
    padding: 0;
    border: none;
    border-bottom: solid #fff 2px;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 15px;
}
.form-contant input:focus, .form-contant textarea:focus {
	color:#fff;border-color:#fff;
}
.first-section h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    text-transform: capitalize;
    display: block;
    margin: 0;
    padding: 120px 0 0px;
    position: relative;
}
.actions {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
#submitButton {
    padding: 15px 30px;
    background: linear-gradient(to right, #1d86df 0%, #39b49a 100%);
    color: #fff;
    border-radius: 50px;
    margin-top: 10px;
	transition:ease all 1s;
}
#submitButton:hover,#submitButton:focus {
    background: linear-gradient(to right, #39b49a 0%, #1d86df 100%);
}
.footer-area {
    background: #fff;
    padding: 20px 0px;
    color: #fff;
    font-size: 14px;
    float: left;
    width: 100%;
}
.logo img {
    width: 250px;
    margin-bottom: 30px;
}
footer .logo img {
    width: 250px;
    margin-bottom: 20px;
}
.footer-area p {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}
.footer-info {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
.footer-info h3, .subcriber-info h3 {
    color: #1d1d1d;
    font-size: 22px;
    font-weight: 600;
    border-left: solid #004182 5px;
    padding: 0px 3px 0 21px;
    margin-bottom: 24px;
    margin-top: 0px;
    margin-left: 11px;
}
.testimonial small, .testimonial .lead {
    background-color: transparent;
    color: #aaa;
    display: block;
    font-size: 15px;
    font-style: normal;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: relative;
    font-weight: 400;
}
.copyright-area {
    padding: 10px 0px 10px;
    background: #004182;
    color: #fff;
    float: left;
    width: 100%;
}
.footer-text p {
    margin: 0;
    font-size: 13px;
}
.footer-text p a {
    margin: 0;
    color: #fff;
    font-size: 13px;
}
.social-links li a i {
    color: #fff;
    font-size: 24px;
    margin-right: 20px;
}
.social-links li a i {
    color: #fff;
    font-size: 24px;
    margin-right: 20px;
}
.footer-info i {
    position: absolute;
    left: 0;
    font-size: 22px;
    width: 30px;
    text-align: center;
	color: #004182;
}
.preloader {
    width: 350px;
}
.footer-info p {
    padding-left: 40px;
    margin-bottom: 15px;
}
.social-links {
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
	margin:0;
}
.social-links {float:left;}

.social-links li {
    float: right;
    margin: 0;
}
.footer-info p {
    padding-left: 40px;
}

#about {
    float: left;
    width: 100%;
}

.about2 {
    float: left;
    width: 100%;
}
.girl-with-lap {
    float: left;
    width: 100%;
    background: linear-gradient(to right, #1d86df 0%, #39b49a 100%);
    margin-bottom: 75px;
    margin-top: -20px;
    color: #fff;
}
.aboutus-cont {
	text-align:center;
}
.aboutus-cont {
    margin-top: 0;
    float: left;
    background: #f8f8f8;
    margin-right: -15px;
    display: flex;
    min-width: 100%;
    min-height: 503px;
    padding: 160px 50px;
    color: #333;
}
.aboutus-cont p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
}


.header-bottom nav.main-menu ul.nav.navbar-nav > li a {
    color: #fff;
    font-size: 16px;
    padding: 15px 26px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
    margin-right: 0px;
    text-transform: uppercase;
}	

.qual img {
    float: right;
}
.public img{
    float: left; 
}
.cont img{
    float: right;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    box-shadow: 0px 0px 2px 1px #79787899;
}
.m-btm15{
    margin-bottom: 15px;
}
body.garimagupta .message-box h2 {
    font-weight:bold;
    font-size: 25px;
}
.research ul{
    list-style: none;
    padding-left: 0px;
}
.research ul li {
    padding:7px;
    padding-left: 0px;
    font-size: 15px;
    font-weight: 500;
}
.research ul li i.fa.fa-paper-plane {
    background-color: #157fda;
    color: #fff;
    padding: 5px;
    border-radius: 2px;
    margin-right: 10px;
}
.dmtop:hover{
    background: #2750ff;
    border-radius: 50%;
}
.post-media img {
    width: 100%;
}
.mar-btm15{
    margin-bottom: 15px;
}
.footer-info{
    padding-top: 0px;
}
.m-top25{
    margin-top: 25px;
}
.padding15{
    padding: 15px;
}
.slider-wrapper {
    display: flex;
    position: relative;
    width: 100%;
    height:29vw;
    background: #ddd;
    overflow: hidden;
    box-shadow: 0px 5px 6px -6px #797979;
  }

  .slider-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .cp-widget-button {
    display: inline-block;
    position: fixed;
    bottom: 3%;
    right: 2%;
    z-index: 999999;
}
.cp-widget-button__inner {
    height: 64px;
    width: 64px;
    line-height: 64px;
    background: #189d0e;
    border-radius: 50%; 
    text-align: center;
    cursor: pointer;
}
.cp-widget-button__inner {
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}
  /* slider-img */
  ul.slider-img {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    transition: 0.5s;
  }

  ul.slider-img li {
    flex: 1 0 100%;
  }

  ul.slider-img li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* slider-arrow */
  ul.slider-arrow {
    position: relative;
    color: #fff;
    font-size: 2rem;
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  }

 ul.slider-arrow {
    font-size: 2.5rem;
    top: 0px;
    padding-left: 1%;
    padding-right: 1%;
}
ul.slider-arrow li {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 100%;
  padding: 0 15px;
  opacity: 0.4;
  transition: 0.5s;
}

ul.slider-arrow li:hover {
  opacity: 1;
}

/* slider-dot */
.slider-dot {
  position: absolute;
  bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

.slider-dot li {
  cursor: pointer;
  margin: 0 8px;
  font-size: 0.6rem;
  opacity: 0.4;
}

.slider-dot li.active {
  opacity: 1;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 4px 15px;
    font-size: 25px;
    line-height: 20px;
    font-weight: bold;
}

@media (max-width:991px){
.header-space{
    padding-left: 0px;
    padding-right: 0px;

}
.header-bottom nav.main-menu ul.nav.navbar-nav > li a {
    font-size: 15px;
    padding: 15px 16px;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navbar-brand img {
    width: 227px;
}
.navbar-brand {
    padding: 0;
}
.right-header {
    margin:15px 10px;
}
.iconcont {
    font-size: 14px;
    margin: 4px 5px;
}
.info-inner span.icontop {
    float: left;
    background: #157fda;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: normal;
    padding: 3px 4px;
    margin-right: 5px;
    color: #fff;
    font-size: 13px;
    transition: ease all 1s;
    border-radius: 50%;
}

.header-bottom nav.main-menu ul.nav.navbar-nav > li a {
    text-transform: uppercase;
}
.navbar-nav {
    float: left;
    margin: 0px 3px;	
}
#home.first-section {
    position: relative;
    margin-top: 0px;
    background-position: 75% 26%;
    min-height: 200px;
}
.qual img {
    width: 100%;
}
.first-section h2{
    font-size: 25px;
}
.text-contant {
    float: left;
    width: 50%;
}
.social img {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
header {
    min-height: 110px;
}
}
@media (min-width:320px) and (max-width:767px) {

nav.main-menu .navbar-header{
    float: left;
    position: relative;
    top: 0px;
    right: -12px;
    background: transparent;
    width: auto;
    height: auto;
}	
.right-header {
    float: left;
    margin: 0px 0 0 8px;
    display: block;
}
.p-left15 {
    padding-right: 0px;
    letter-spacing: 0.5px;
}
nav.main-menu .navbar-toggle {border: solid #fff 2px;}
.header-top div.container {display: inline-block;justify-content: center;}
#navbar.navbar-collapse {float: left;width: 100%;padding: 0;}
.header-bottom nav.main-menu ul.nav.navbar-nav > li a {color: #fff;font-size: 16px;padding: 15px 15px;
    text-transform: none;letter-spacing: 0;font-weight: 500;margin-right: 5px;}
.typewrite {font-size:20px;}	
.service-time.middle::before,.service-time.middle::after {display:none;}
.service-time {margin-top: 0;}
.service-time.one {margin-top: -340px;}
.serv p {display: none;}
.inner-services {margin: 0 0;}
.form-contant {float: left;position: absolute;width: 40%;height: 100%;background: rgba(0,0,0,.8);z-index: 1;padding: 15px 30px;}
#googleMap {height: 540px !important;}
.footer-info h3, .subcriber-info h3 {float: left;width: 100%;}
.footer-info p {float: left;width: 100%;}
#home.first-section {
    position: relative;
    margin-top: 0px;
    background-position: 85% 0;
}
.first-section h2 {
    font-size: 25px;
}
.first-section h2 {
    padding:215px 0 0px;
}
.heading h2 {
    font-size: 30px;
}
.text-contant {
    float: left;
    width: 100%;
}
.text-contant h2 a, .text-contant h2 a:hover, .text-contant h2 a:focus{
    color: #fff;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 2px 10px;
    margin-top: 10px;
}
.navbar-toggle i.fa.fa-bars {
    font-size: 22px;
    color: #fff;
}
nav.main-menu {
    width: 100%;
}
.navbar-nav {
    float: left;
    margin: 0px 0px;
    width: 100%;
}
.first-section .text-contant-one h2 {
    padding: 134px 0 0px;
}
.text-contant-one{
    padding: 0px 0 0px;
}
.navbar-brand img {
    width: 350px;
}
.info-inner {
    float: right;
    margin-left: 40px;
    position: absolute;
    right: 29px;
    top: 98px;
}
.info-inner span.icontop {
    float: left;
    background: #ffffff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: normal;
    padding: 3px 4px;
    margin-right: 5px;
    color: #157fda;
    font-size: 13px;
    transition: ease all 1s;
    border-radius: 50%;
}
.email{
    display: none;
}
.iconcont  {
    font-size: 20px;
    margin: -3px 5px;
}
.iconcont a {
    color: #fff;
}
body.garimagupta .message-box h2 {
    font-weight: bold;
    font-size: 25px;
    margin-top: 20px;
    display: inline-block;
}
header {
    top:0px;
}
.mu-header-top-right {
    text-align: center;
    font-size: 16px;
    color: #000000;
    padding-left: 0px;
    line-height: 25px;
}

}



















