

@font-face {
    font-family: 'Hind Guntur', sans-serif;
    src: url("../fonts/Futura.html");
}

body{
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    font-family: 'Hind Guntur', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
li{
    list-style: none;
}
a:hover, a:visited, a{
    -webkit-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    transition: all 1.0s;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #20509e;
    margin: 0;
    font-weight: 500;
    font-family: 'Hind Guntur', sans-serif;
}


h1 {
    font-size: 70px;
}

h2 {
    font-size: 48px;
    font-weight: 900;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 14px;
}

p {
    font-size: 13.7px;
    color: #75849a;
    line-height: 1.6;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}


/*header area*/


/*slider area*/
.slider-row{
    margin: 0;
    padding: 0;
}
.slider-wrapper{
    margin: 0;
    padding: 0 !important;
    background: #000 !important;
}

.intro-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.intro-text{
    margin: auto;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.intro_text .letters-1 {
    font-size: 60px;
    font-weight: 900;
    position: absolute;
    margin: auto;
    left: 2em;
    top: 5.7em;
    right: 0;
    opacity: 0; 
}.intro_text .letters-2 {
    font-size: 60px;
    font-weight: 900;
    position: absolute;
    margin: auto;
    text-align: left;
    left: 1em;
    top: 4em;
    right: 0;
    opacity: 0; 
}.intro_text .letters-3 {
    font-size: 50px;
    font-weight: 900;
    position: absolute;
    margin: auto;
    left: 4em;
    top: 3em;
    right: 0;
    opacity: 0; 
}
.intro_text span{
    color: #fff;
    font-family: 'Hind Guntur', sans-serif;
    text-shadow: 0 2px 5px rgba(51, 150, 255, 0.5);
    margin-bottom: 0;
}

.intro-text p{
    font-size: 40px;
    color: #fff;
    font-family: 'Hind Guntur', sans-serif;
    margin-top: 0;
}
/* text animation */

.intro-text button{
    width: 240px;
    height: 60px;
    background: #3a9ecb;
    color: #fff;
    font-size: 30px;
    border:0;
    transition:all .5s ease 0s;
    -webkit-transition:all .5s ease 0s;
    -moz-transition:all .5s ease 0s;
    -o-transition:all .5s ease 0s;
    -ms-transition:all .5s ease 0s;
}
.intro-text button:hover{
    -webkit-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    transition: all 1.0s;
    background: #2a2a2a;
}
.carousel-control{
    width: 5%;
}
.carousel-inner{
    background: -webkit-linear-gradient(left, #000 , blue); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #000, blue); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #000, blue); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, #000 , blue); /* Standard syntax */
}
.item{
    position: relative;
}
.intro-text {
    position: absolute;
    text-align: left;
    left: 12%;
    line-height: 1;
    top: 50%;
    margin-top: -100px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    font-size: 18px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    color: transparent;
    margin-left: 0;
    margin-top: 50px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    font-size: 18px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    color: transparent;
    margin-right: 0;
    margin-top: 50px;
}


/*---------------------
        Helper CSS
-----------------------*/

.spad {
    padding-top: 100px;
    padding-bottom: 90px;
}

.section-title {
    margin-bottom: 60px;
}

.section-title h2 {
    margin-bottom: 20px;
    font-weight: 900;
}

.section-title p {
    margin-bottom: 0;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
}
.how-it-works{
    margin-top: 50px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff;
    font-weight: 900;
}
/*---------------------
        Commom elements
-----------------------*/

/* Buttons */

.site-btn {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 50px;
    font-family: 'Hind Guntur', sans-serif;
    min-width: 170px;
    text-align: center;
    border: 2px solid #7ad4cc;
    cursor: pointer;
    color: #fff;
}

.site-btn:hover {
    -webkit-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    transition: all 1.0s;
    color: #fff;
}

.site-btn.no-radius {
    border-radius: 2px;
}

.site-btn.sb-full-- {
    display: block;
    width: 100%;
    border-radius: 0;
}

.site-btn.sb-gradients {
    padding: 17px 32px;
    border: none;
    color: #fff;
}

.site-btn.sb-gradients.sbg-line {
    color: #20509e;
    z-index: 1;
}

.site-btn.sb-gradients.sbg-line:after {
    position: absolute;
    content: '';
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: #fff;
    top: 2px;
    left: 2px;
    z-index: -1;
    border-radius: 50px;
}

.site-btn.sb-gradients.sbg-line:hover {
    -webkit-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    transition: all 1.0s;
    color: #20509e;
}

.member-social a:hover{    
    color: #fff! important;
    -webkit-box-shadow: 0 2px 2px rgba(33, 54, 61, 0.15);
    box-shadow: 0 2px 2px rgba(33, 54, 61, 0.15);
    background: rgba(57,100,208,1);
    background: -moz-linear-gradient(left, rgba(57,100,208,1) 0%, rgba(45,193,201,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57,100,208,1)), color-stop(100%, rgba(45,193,201,1)));
    background: -webkit-linear-gradient(left, rgba(57,100,208,1) 0%, rgba(45,193,201,1) 100%);
    background: -o-linear-gradient(left, rgba(57,100,208,1) 0%, rgba(45,193,201,1) 100%);
    background: -ms-linear-gradient(left, rgba(57,100,208,1) 0%, rgba(45,193,201,1) 100%);
    background: linear-gradient(to right, rgba(57,100,208,1) 0%, rgba(45,193,201,1) 100%);
    -webkit-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    transition: all 1.0s;
}
.gradient-bg,
.site-btn.sb-gradients,
.single-blog-page .social-share a:hover,
.comment .comment-content .c-btn:hover,
.comment-form label {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#3e2bce), color-stop(100%, #2dd3aa), color-stop(100%, #2dd3aa), to(#2dd3aa));
    background: -o-linear-gradient(left, #3e2bce 0%, #2dd3aa 100%, #2dd3aa 100%, #2dd3aa 100%);
    background: linear-gradient(to right, #3e2bce 0%, #2dd3aa 100%, #2dd3aa 100%, #2dd3aa 100%);
    -webkit-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    transition: all 1.0s;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e2bce', endColorstr='#2dd3aa', GradientType=1);
    /* IE6-9 */
}
.gradient-alter{
    background: #43C6DB;
}
/* Image Popup */

.img-popup-warp .mfp-content,
.img-popup-warp.mfp-ready.mfp-removing .mfp-content {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.img-popup-warp.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/*---------------------
        Header section
-----------------------*/

.header-section {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 30px 50px 0;
    z-index: 99;
}

.header-section .site-btn {
    float: right;
    margin-left: 60px;
}

.header-section .responsive-bar,
.header-section .user {
    display: none;
}

.main-menu {
    float: right;
}

.menu-list {
    list-style: none;
}

.menu-list li {
    display: inline;
}

.menu-list li a {
    display: inline-block;
    font-family: 'Hind Guntur', sans-serif;
    font-size: 16px;
    padding: 10px 5px;
    margin-right: 30px;
    color: #fff;
}
.text-desc {
    font-size: 1em!important;
    font-style: italic;
}
.text-desc i{
    font-size: 1em;
    font-style: italic;
}


/*-----------------------
The Modal (background)
--------------------------*/
.modal {
    overflow:hidden!important;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    padding-top: 2em; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    /*    background-color: rgb(0,0,0);  Fallback color 
        background-color: rgba(0,0,0,0.4);  Black w/ opacity */
}

/* Modal Content */
.modal-content {
    overflow:hidden!important;
    margin: auto;
    width: 80%;
}
.pdf_holder{
    width:100%;
    height:700px; 
    overflow:hidden!important;
}

/*---------------------
        Hero Section
-----------------------*/
.flex-display{
    display:flex;
}
.hero-section {
    height: 900px;
    padding-top: 260px;
    display: block;
    background-image: url("../img/hero-bg.html");
    background-size: cover;
    background-color: #f3f7f9;
    background-position: right top;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.hero-section .laptop-image {
    width: 685px;
    max-width: none;
    position: relative;
    left: 80px;
}

.hero-text {
    padding-top: 60px;
}

.hero-text h2 {
    font-size: 70px;
    margin-bottom: 35px;
    font-weight: 900;
}

.hero-text h2 span {
    color: #16d0c5;
}

.hero-text h4 {
    color: #75849a;
    font-size: 22px;
}

.hero-subscribe-from {
    margin-top: 50px;
    display: block;
}

.hero-subscribe-from input {
    width: 315px;
    border: 1px solid #ebebeb;
    background: #fff;
    height: 48px;
    padding: 0 25px;
    border-radius: 50px;
    font-family: 'Hind Guntur', sans-serif;
    font-size: 16px;
    margin-right: 8px;
    margin-bottom: 20px;
}

/*---------------------
  About Section
-----------------------*/

.about-section .container {
    position: relative;
}

.about-text h2 {
    font-size: 48px;
    margin-bottom: 25px;
    font-weight: 900;
}

.about-text h5 {
    font-family: 'Hind Guntur', sans-serif;
    margin-bottom: 20px;
}

.about-text p {
    font-size: 18px;
}

.about-section .about-img {
    max-height: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white p,
.text-white span,
.text-white li,
.text-white i,
.text-white a {
    color: #fff;
    font-weight: 900;
}
.text-grey{
    font-size: 25px!important;
    color: #75849a!important;
    font-weight: 400!important;
}

/*---------------------
  Feature Section
-----------------------*/

.features-section .container {
    margin-bottom: -45px;
}

.feature {
    margin-bottom: 10px;
}

.feature img {
    max-height: 150px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    transition: all 1.0s;
    /*    border: 2px dashed #fff!important;
        border-radius: 50%;*/
}

.features-section p{
    padding-top: 10px;
    font-size: 20px;
    font-weight: 400;
}
.features-section h2{
    font-weight: 900;    
    color:#fff!important;
}
/*---------------
How It works
----------------*/
how-it-works-section{
    margin-top: 5px;
}
.how-it-works-section .container{
    width:100%;
    padding: 0;
    font-family: 'Hind Guntur', sans-serif;
    max-height: 400px;
}
hr{    
    width: 30%;
    display: block;
    border: 0; 
    height: 1px; 
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);   
}


.how-it-works-section img{
    max-height: 20rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.how-it-works-section .section-title{
    width: 100%;
}
.how-it-works-section p{
    font-size: 20px;
    vertical-align: central;
}

.how-it-works-section h2{  
    font-weight: 900;
}

.how-it-works-section i{
    color: black;
}
.how-it-works-section des_segment{
    margin-top: auto;
    margin-bottom: auto;
}
/*---------------------
        Requirement Section
-----------------------*/
.requirement_section img{
    max-height: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.requirement_section .section-title{
    width: 100%;
}
.requirement_section p{
    margin-top: 30px;
    font-size: 20px;
    font-weight: 500;
    vertical-align: central;
}

.requirement_section h2{   font-weight: 900;
}

.requirement_section i{
    color: black;
}
.requirement_section des_segment{
    margin-top: auto;
    margin-bottom: auto;
}
/*---------------------
        Process Section
-----------------------*/

.process:last-child .process-step:after {
    display: none;
}

.process-step {
    position: relative;
    text-align: center;
    padding: 35px;
    margin-top: 30px;
    -webkit-box-shadow: 0 14px 43px rgba(33, 54, 61, 0.15);
    box-shadow: 0 14px 43px rgba(33, 54, 61, 0.15);
}

.process-step .process-icon {
    height: 55px;
    margin-bottom: 30px;
    padding-top: 5px;
}

.process-step h4 {
    margin-bottom: 15px;
}

.process-step p {
    margin-bottom: 0;
}

.process-step:after {
    position: absolute;
    content: '';
    width: 275px;
    height: 56px;
    top: -40px;
    right: -40%;
    background: url("../img/process-line.html") no-repeat scroll 0 0/cover;
}

/*---------------------
        Fact Section
-----------------------*/

.fact-section {
    padding: 100px 0;
}

.fact {
    display: inline-block;
    position: relative;
}

.fact h2 {
    float: left;
    color: #16d0c5;
    font-size: 60px;
    margin-right: 20px;
    font-weight: 900;
}

.fact p {
    float: left;
    padding-top: 14px;
    line-height: 1.4;
    color: #fff;
}

.fact i {
    position: absolute;
    right: -20px;
    top: -10px;
    font-size: 90px;
    color: #fff;
    z-index: 0;
    opacity: 0.1;
}

/*---------------------
        Team Section
-----------------------*/

.team-section {
    overflow: hidden;
}

.team-members {
    margin: 0;
    text-align: center;
}

.member {
    background: #fff;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    padding: 50px 10px;
    -webkit-box-shadow: 1px 2px 2px 1px rgba(33, 54, 61, 0.30);
    box-shadow: 1px 2px 2px 1px rgba(33, 54, 61, 0.30);
    border-radius: 10px;
    position: relative;
    -webkit-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    transition: all 1.0s;
}

.member h2 {
    color: #20509e;
    font-size: 25px;
    margin-bottom: 5px;
    font-weight: 900;
}

.member span {
    font-size: 20px;
    color: #75849a;
    display: block;
}

.member .member-text {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;
}

.member:hover {
    -webkit-box-shadow: 1px 14px 43px rgba(33, 54, 61, 0.15);
    box-shadow: 1px 14px 43px rgba(33, 54, 61, 0.15);
}

.member:hover .member-info {
    -webkit-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    transition: all 1.0s;
    opacity: 1;
}

.member:hover .member-text {
    -webkit-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    transition: all 1.0s;
    opacity: 0;
}

.member-img {
    width: 230px;
    height: 230px;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 25px;
}

.member-social {
    padding-top: 25px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.member-social a {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    /*background: #fd7e14;*/

    background: -moz-linear-gradient(left, rgba(45,193,201,1) 0%, rgba(57,100,208,1)100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(45,193,201,1) ,color-stop(100%, rgba(57,100,208,1)), ));
    background: -webkit-linear-gradient(left, rgba(45,193,201,1) 0%,rgba(57,100,208,1)100%);
    background: -o-linear-gradient(left, rgba(45,193,201,1) 0%, rgba(57,100,208,1) 100%);
    background: -ms-linear-gradient(left, rgba(45,193,201,1) 0%, rgba(57,100,208,1) 100%);
    background: linear-gradient(to right, rgba(45,193,201,1) 0%, rgba(57,100,208,1) 100%);
    color: #fff;
    padding-top: 13px;
    margin: 0 8px;
}

.member-meta {
    padding-left: 85px;
}

.member-info {
    padding: 20px 10px 10px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-align: left;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    height: 380px;
    overflow-y: auto;
}

.member-info p {
    display: block;
    padding-top: 25px;
    margin-bottom: 0;
}

.member-img.mf {
    width: 60px;
    height: 60px;
    opacity: 1;
    float: left;
    margin-bottom: 0;
}

/*service area*/
.service{
    background: url(../img/pattern.html);
    background-repeat: repeat-y;
    margin-top: 40px;
}
.service h2{
    font-size: 90px;
    color: #fff;
    margin-top: 70px;
    margin-bottom: 0;
}
.service h4{
    font-size: 24px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 70px;
    display: block;
}
.single-service{
    text-align:center;
}
.single-service-img {
    width: 205px;
    height: 125px;
    padding-left:30px;
    position: relative;
}
.service-img {
    width: 205px;
    height: 125px;
    background: #3a9ecb;
    position: relative;
}
.single-service h3{
    margin-top: 10px;
    color: #fff;
    padding-bottom: 50px;
    position:relative;
}
.service-img img{
    position: absolute;
}


/*team section*/
.team{
    padding-bottom: 60px;
}
.team h2{
    font-size: 90px;
    color: #42b3e5;
    margin-top: 50px;
    margin-bottom: 0;
}
.team h4{
    font-size: 24px;
    color: #737373;
    margin-top: 0;
    margin-bottom: 45px;
}
.single-member{
    margin: 0;
    padding: 0;
}
.person img{
    width: 100%;
}
.person-detail{
    padding:10px;
    background: #3a9cc8;
    position: relative;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
.arrow-top{
    position: absolute;
    width: 20px;
    height: 20px;
    background: #3ba0cc;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    bottom: -10px;
    left: 46%;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
.arrow-bottom{
    position: absolute;
    width: 20px;
    height: 20px;
    background: #3ba0cc;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    top: -9px;
    left: 46%;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
.person-detail h3{
    font-size: 30px;
    color: #fff;
}
.person-detail p{
    font-size: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.single-member:hover .person-detail{
    -webkit-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    transition: all 1.0s;
    background: #2a2a2a;
}
.single-member:hover .arrow-top{
    -webkit-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    transition: all 1.0s;
    background: #2a2a2a;
}
.single-member:hover .arrow-bottom{
    -webkit-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    transition: all 1.0s;
    background: #2a2a2a;
}


/*contact section*/


.contact-caption{
    background: #3a9dca;
}
.contact-heading h2{
    color: #fff;
    font-size: 48px;
    padding:20px;
}
.contact-info{
    padding-left: 40px;
}
.contact-info h3{
    padding-left: 0;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #13849c;
    padding-bottom: 12px;
    margin-bottom: 0;
}
.contact-form h3{
    padding-left: 0;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #13849c;
    padding-bottom: 12px;
    margin-bottom: 0;
}
.contact-info ul{
    margin: 0;
    padding: 0;
}
.contact-info ul li{
    font-family:'Hind Guntur', sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 10px;
    color: #fff;
}
.contact-info i.fa{
    font-size: 16px;
    padding-right: 12px;
    width: 25px;
}
.contact-info ul li span{
    color: #000! important;
    font-weight: 600;
}
.contact-form input{
    width: 100%;
    height: 40px;
    background: #fff;
    font-size: 13px;
    color: #084a5c;
    font-family: 'Open Sans', sans-serif;
    padding: 12px;
    border:0;
    margin-bottom: 12px;
}
.contact-form textarea{
    font-family: 'Open Sans', sans-serif;
    padding:12px;
    width: 100%;
    height: 140px;
    border:0;
    margin-bottom: 12px;
}
.info-detail{
    border-top: 1px solid #53cde5;
    padding-top: 15px;
}
.form{
    border-top: 1px solid #53cde5;
    padding-top: 15px;
    text-align: right;
}
.form .name,.phone,.message, .email{
    border-radius: 10px;    
    -webkit-box-shadow: 0 2px 12px rgba(33, 54, 61, 0.8);
    box-shadow: 0 2px 12px rgba(33, 54, 61, 0.8);
}
.contact-form input.submit-btn{
    width: 180px;
    height: 50px;
    float: right;
    font-size: 24px;
    color: #fff;
    border-radius: 10px;
    background: url(../img/btn-bg.html);
    background-repeat: no-repeat;
    padding: 0;
    font-family: 'BenchNine', sans-serif;
    font-weight: bold;
    -webkit-box-shadow: 0 2px 12px rgba(33, 54, 61, 0.8);
    box-shadow: 0 2px 12px rgba(33, 54, 61, 0.8);

}
.contact-form input.submit-btn:hover{
    font-weight: 700;
    -webkit-box-shadow: 0 2px 12px rgba(254, 254, 254, 0.8);
    box-shadow: 0 2px 12px rgba(254, 254, 254, 0.8);
    -webkit-transition: all 1.0s  ease;
    -o-transition: all 1.0s ease;
    -ms-transition: all 1.0s  ease;
    -moz-transition: all 1.0s  ease;
    transition: all 1.0s;    
}
.contact-form{
    padding-right: 40px;
}
/*gmap*/
#map{
    height: 830px;
}
.map{
    position: relative;
    overflow: hidden;
}
.contact{
    width: 100%;
    margin-top: 0px;
    left: 0;
    background: rgba(0, 0, 0, 0.51);
}
.contact-caption{
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(254, 254, 254, 0.2);
    margin: 100px 40px 100px;
}
/*footer*/
.footer-section{
    padding: 2rem 10rem;
}

.text-size-12, .text-xxl-size-12 {
    font-size: 12px !important;
    line-height: 1.4;
}
.padding-2x {
    padding: 2.5rem!important;
}
.footer-para{
    margin-top: 20px;
    padding: 0;
}
.footer-para h3{    
    font-weight:bold;
}
.footer-para span{    
}

.footer-section p,a{
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    margin: 0;

}
.footer-para i{
    font-size: 20px;
    color: #3a9dca!important;
}
.footer-section a:hover{
    cursor: pointer;
    color: #fff! important;
    -webkit-transition: all 0.2s  ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s  ease;
    -moz-transition: all 0.2s  ease;
    transition: all 0.2s;
}
.footer-section .footer-line{
    line-height: 0.2em;
}
.fair-practices p{
    color: #999;
    font-style: italic;
}
.carousel-inner{
    position: relative;
}

.padding-2x {
    padding: 2.5rem!important;
}

.size-960 .line,.size-1140 .line,.size-1280 .line,.size-1520 .line {
    margin:0 auto;
    padding:0 0.625rem;
}
table tr td, table tr th {padding:0.625rem;}
table tfoot, table thead,table tr:nth-of-type(2n) {background:none repeat scroll 0 0 #f0f0f0;}
th,table tr:nth-of-type(2n) td {border-right:1px solid #fff;}
td {border-right:1px solid #f0f0f0;}
.size-960 .line,.size-1140 .line,.size-1280 .line,.size-1520 .line {
    margin:0 auto;
    padding:0 0.625rem;
}

.size-960 .line {max-width:59.75rem;}
.size-1140 .line {max-width:71rem;}
.size-1280 .line {max-width:80rem;}
.size-1520 .line {max-width:95rem;}
.xxl-offset-1 {margin-left:8.3333%;}
.xxl-offset-2 {margin-left:16.6666%;}
.xxl-offset-five {margin-left:20%;}
.xxl-offset-3 {margin-left:25%;}
.xxl-offset-4 {margin-left:33.3333%;}
.xxl-offset-5 {margin-left:41.6666%;}
.xxl-offset-6 {margin-left:50%;}
.xxl-offset-7 {margin-left:58.3333%;}
.xxl-offset-8 {margin-left:66.6666%;}
.xxl-offset-9 {margin-left:75%;}
.xxl-offset-10 {margin-left:83.3333%;}
.xxl-offset-11 {margin-left:91.6666%;}
.xxl-offset-12 {margin-left:100%;} 
.margin > .s-1,.margin > .s-2,.margin > .s-five,.margin > .s-3,.margin > .s-4,.margin > .s-5,.margin > .s-6,.margin > .s-7,.margin > .s-8,.margin > .s-9,.margin > .s-10,.margin > .s-11,.margin > .s-12,
.margin > .m-1,.margin > .m-2,.margin > .m-five,.margin > .m-3,.margin > .m-4,.margin > .m-5,.margin > .m-6,.margin > .m-7,.margin > .m-8,.margin > .m-9,.margin > .m-10,.margin > .m-11,.margin > .m-12,
.margin > .l-1,.margin > .l-2,.margin > .l-five,.margin > .l-3,.margin > .l-4,.margin > .l-5,.margin > .l-6,.margin > .l-7,.margin > .l-8,.margin > .l-9,.margin > .l-10,.margin > .l-11,.margin > .l-12,
.margin > .xl-1,.margin > .xl-2,.margin > .xl-five,.margin > .xl-3,.margin > .xl-4,.margin > .xl-5,.margin > .xl-6,.margin > .xl-7,.margin > .xl-8,.margin > .xl-9,.margin > .xl-10,.margin > .xl-11,.margin > .xl-12,
.margin > .xxl-1,.margin > .xxl-2,.margin > .xxl-five,.margin > .xxl-3,.margin > .xxl-4,.margin > .xxl-5,.margin > .xxl-6,.margin > .xxl-7,.margin > .xxl-8,.margin > .xxl-9,.margin > .xxl-10,.margin > .xxl-11,.margin > .xxl-12 {padding:0 0.625rem;}
.margin2x > .s-1,.margin2x > .s-2,.margin2x > .s-five,.margin2x > .s-3,.margin2x > .s-4,.margin2x > .s-5,.margin2x > .s-6,.margin2x > .s-7,.margin2x > .s-8,.margin2x > .s-9,.margin2x > .s-10,.margin2x > .s-11,.margin2x > .s-12,
.margin2x > .m-1,.margin2x > .m-2,.margin2x > .m-five,.margin2x > .m-3,.margin2x > .m-4,.margin2x > .m-5,.margin2x > .m-6,.margin2x > .m-7,.margin2x > .m-8,.margin2x > .m-9,.margin2x > .m-10,.margin2x > .m-11,.margin2x > .m-12,
.margin2x > .l-1,.margin2x > .l-2,.margin2x > .l-five,.margin2x > .l-3,.margin2x > .l-4,.margin2x > .l-5,.margin2x > .l-6,.margin2x > .l-7,.margin2x > .l-8,.margin2x > .l-9,.margin2x > .l-10,.margin2x > .l-11,.margin2x > .l-12,
.margin2x > .xl-1,.margin2x > .xl-2,.margin2x > .xl-five,.margin2x > .xl-3,.margin2x > .xl-4,.margin2x > .xl-5,.margin2x > .xl-6,.margin2x > .xl-7,.margin2x > .xl-8,.margin2x > .xl-9,.margin2x > .xl-10,.margin2x > .xl-11,.margin2x > .xl-12,
.margin2x > .xxl-1,.margin2x > .xxl-2,.margin2x > .xxl-five,.margin2x > .xxl-3,.margin2x > .xxl-4,.margin2x > .xxl-5,.margin2x > .xxl-6,.margin2x > .xxl-7,.margin2x > .xxl-8,.margin2x > .xxl-9,.margin2x > .xxl-10,.margin2x > .xxl-11,.margin2x > .xxl-12 {padding:0 1.25rem;}
.s-1 {width:8.3333%;}
.s-2 {width:16.6666%;}
.s-five {width:20%;}
.s-3 {width:25%;}
.s-4 {width:33.3333%;}
.s-5 {width:41.6666%;}
.s-6 {width:50%;}
.s-7 {width:58.3333%;}
.s-8 {width:66.6666%;}
.s-9 {width:75%;}
.s-10 {width:83.3333%;}
.s-11 {width:91.6666%;}
.s-12 {width:100%;}
.m-1 {width:8.3333%;}
.m-2 {width:16.6666%;}
.m-five {width:20%;}
.m-3 {width:25%;}
.m-4 {width:33.3333%;}
.m-5 {width:41.6666%;}
.m-6 {width:50%;}
.m-7 {width:58.3333%;}
.m-8 {width:66.6666%;}
.m-9 {width:75%;}
.m-10 {width:83.3333%;}
.m-11 {width:91.6666%;}
.m-12 {width:100%;}
.l-1 {width:8.3333%;}
.l-2 {width:16.6666%;}
.l-five {width:20%;}
.l-3 {width:25%;}
.l-4 {width:33.3333%;}
.l-5 {width:41.6666%;}
.l-6 {width:50%;}
.l-7 {width:58.3333%;}
.l-8 {width:66.6666%;}
.l-9 {width:75%;}
.l-10 {width:83.3333%;}
.l-11 {width:91.6666%;}
.l-12 {width:100%;}
.xl-1 {width:8.3333%;}
.xl-2 {width:16.6666%;}
.xl-five {width:20%;}
.xl-3 {width:25%;}
.xl-4 {width:33.3333%;}
.xl-5 {width:41.6666%;}
.xl-6 {width:50%;}
.xl-7 {width:58.3333%;}
.xl-8 {width:66.6666%;}
.xl-9 {width:75%;}
.xl-10 {width:83.3333%;}
.xl-11 {width:91.6666%;}
.xl-12 {width:100%;}
.xxl-1 {width:8.3333%;}
.xxl-2 {width:16.6666%;}
.xxl-five {width:20%;}
.xxl-3 {width:25%;}
.xxl-4 {width:33.3333%;}
.xxl-5 {width:41.6666%;}
.xxl-6 {width:50%;}
.xxl-7 {width:58.3333%;}
.xxl-8 {width:66.6666%;}
.xxl-9 {width:75%;}
.xxl-10 {width:83.3333%;}
.xxl-11 {width:91.6666%;}
.xxl-12 {width:100%;}
.right {float:right;}
.left {float:left;} 
/*======================css for carousel=========================*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
    opacity: 1;
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* just for demo purpose */
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}


/******************************
responsive area
********************************/

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
    .footer-section{
        padding: 2rem 8rem;
    }
    .footer-section p,a{
        font-size: 15px;
        color: #fff;
        font-weight: 300;
        margin: 0;

    }
    .footer-section i{
        font-size: 20px;
        color: #b1b1b1;
    }
    .intro_text .letters-1 {
        font-size: 50px;
        font-weight: 900;
        left: 2em;
        top: 5.7em;
        right: 0;
        opacity: 0; 
    }.intro_text .letters-2 {
        font-size: 50px;
        font-weight: 900;
        left: 1em;
        top: 3.8em;
        right: 0;
        opacity: 0; 
    }.intro_text .letters-3 {
        font-size: 40px;
        font-weight: 900;
        left: 0;
        text-align: center;
        top: 3em;
        right: 1em;
        opacity: 0; 
    }
    .menu-list li a {
        margin-right: 15px;
    }
    .hero-section,
    .page-info-section {
        background-position: right 23% top;
    }
    .member {
        width: calc(33.333333% - 25px);
        margin-bottom: 30px;
    }
    .team-members {
        text-align: center;
    }
    .fact h2 {
        font-size: 45px;
        margin-right: 10px;
    }
    .fact p {
        padding-top: 7px;
    }
    .fact i {
        font-size: 67px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 20px;
        padding: 14px 12px;
    }
    .intro-text h1 {
        font-size: 120px;
    }
    .intro-text p {
        font-size: 32px;
    }
    .intro-text button {
        width: 215px;
        height: 55px;
        font-size: 26px;
    }
    .contact-heading h2{
        font-size: 48px !important;
        padding: 20px;
    }
    h2 {
        font-size: 30px !important;
    }
    h4 {
        font-size: 22px !important;
    }
    .person-detail h3 {
        font-size: 26px;
    }
    .person-detail p {
        font-size: 12px;
    }


}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    /*NAV*/
    .about-text{
        margin-top: 2em;
    }
    .top-nav li a{
        font-size:1rem!important;
    }

    .footer-section i{
        font-size: 15px;
        color: #b1b1b1;
    }
    .footer-section a{
        font-size: 15px;
        color: #b1b1b1;
    }
    .intro_text .letters-1 {
        font-size: 50px;
        font-weight: 900;
        left: 1em;
        text-align: left;
        top: 3em;
        right: 0;
        opacity: 0; 
    }.intro_text .letters-2 {
        font-size: 50px;
        font-weight: 900;
        left: 1em;
        text-align: left;
        top: 3em;
        right: 0;
        opacity: 0; 
    }.intro_text .letters-3 {
        font-size: 50px;
        font-weight: 900;
        left: 1em;
        text-align: left;
        top: 3em;
        right: 0;
        opacity: 0; 
    }
    /*---------------
How It works
----------------*/
    .how-it-works-section img{        
        /*max-height: 10rem;*/
    }

    .header-section {
        padding: 30px 15px 0;
    }
    .help-ful-links{
        margin-top: 20px;
        text-align: center!important;
    }
    .footer-section h2{
        font-size: 50px;
    }
    .our-mission, .fair-practi.our-missionces{
        margin-bottom: 20px;
        text-align: center;
    }
    .menu-list li a {
        margin-right: 6px;
    }
    .header-section .site-btn {
        margin-left: 10px;
    }
    .hero-section {
        background-position: right 25% top;
        height: 730px;
        padding-top: 160px;
    }
    .page-info-section {
        background-position: right 33% top;
    }
    .page-info-section h2 {
        font-size: 40px;
    }
    .hero-text h2 {
        font-size: 45px;
    }
    .process-step:after {
        width: 154px;
        height: 35px;
        top: -10px;
        right: -44%;
        background-size: contain;
    }
    .member {
        width: calc(33.333333% - 25px);
        margin-bottom: 30px;
        padding: 35px 10px;
    }
    .member-img {
        width: 160px;
        height: 160px;
    }
    .member-info {
        padding: 20px 10px 10px;
        height: 275px;
    }
    .member-social a {
        margin: 0 5px;
    }
    .team-members {
        text-align: center;
    }
    .fact {
        margin-bottom: 30px;
    }
    .pull-3 {
        right: 0;
    }
    .push-8 {
        left: 0;
    }
    .review-section {
        text-align: center;
    }
    .review-text {
        padding: 0 60px;
    }
    .review-text-slider .owl-nav {
        padding-top: 0;
        position: absolute;
        top: 50%;
        margin-top: -45px;
        left: 0;
        width: 100%;
    }
    .review-text-slider .owl-prev {
        float: left;
    }
    .review-text-slider .owl-next {
        float: right;
    }
    .review-meta-slider {
        margin: auto;
    }
    .author-meta {
        padding-top: 0;
    }
    .newsletter-form {
        padding-left: 0;
    }
    .footer-widget {
        margin-bottom: 30px;
    }
    .newsletter-section {
        text-align: center;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        padding: 10px 8px;
    }
    .intro-text h1 {
        font-size: 90px;
    }
    .intro-text p {
        font-size: 30px;
    }
    .intro-text button {
        width: 180px;
        height: 50px;
        background: #3a9ecb;
        color: #fff;
        font-size: 22px;
    }
    h4 {
        font-size: 18px !important;
    }
    .contact-info{
        margin-bottom: 50px;
    }
    .contact-caption{
        padding:20px;
        margin: 100px 40px 100px;
    }
}

/* xs */
@media (min-width: 480px) and (max-width: 767px) {


    .about-text{
        margin-top: 2em;
    }
    .intro_text .letters-1 {
        font-size: 30px;
        font-weight: 900;
        text-align: left;
        left: 1em;
        top: 2.5em;
        right: 0;
        opacity: 0; 
    }.intro_text .letters-2 {
        font-size: 30px;
        font-weight: 900;
        text-align: left;
        left: 1em;
        top: 2.5em;
        right: 0;
        opacity: 0; 
    }.intro_text .letters-3 {
        font-size: 30px;
        font-weight: 900;
        text-align: left;
        left: 1em;
        top: 2.5em;
        right: 0;
        opacity: 0; 
    }
    /*---------------
How It works
----------------*/
    .how-it-works-section img{
        /*display: none;*/
    }
    .how-it-works-section p{
        font-size: 15px;
    }


    .header-section {
        padding: 30px 0;
        background: #fff;
    }
    .help-ful-links, .fair-practices{
    }
    .header-section .responsive-bar {
        float: right;
        font-size: 25px;
        display: block;
        cursor: pointer;
    }
    .header-section .user {
        float: right;
        font-size: 25px;
        color: #333;
        margin-right: 20px;
        display: block;
    }
    .main-menu {
        float: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
        background: #fff;
        padding: 0 15px;
        display: none;
        -webkit-box-shadow: 0 14px 43px rgba(33, 54, 61, 0.15);
        box-shadow: 0 14px 43px rgba(33, 54, 61, 0.15);
    }
    .menu-list {
        list-style: none;
    }
    .menu-list li {
        display: block;
        border-top: 1px solid #e1e1e1;
    }
    .menu-list li a {
        display: block;
        padding: 10px 5px;
        margin-right: 0;
        color: #20509e;
    }
    .hero-text h2 {
        font-size: 40px;
    }
    .hero-section {
        height: auto;
        padding-bottom: 100px;
        padding-top: 160px;
        background-position: right 50% top;
    }
    .page-info-section {
        background-position: right 56% top;
        margin-top: 97px;
    }
    .page-info-section h2 {
        font-size: 40px;
    }
    .team-members {
        margin: 0;
        padding: 0 15px;
    }
    .member {
        width: 100%;
        margin-bottom: 30px;
        margin-left: 0;
    }
    .fact {
        margin-bottom: 30px;
    }
    .process-step:after {
        display: none;
    }
    .pull-3 {
        right: 0;
    }
    .push-8 {
        left: 0;
    }
    .review-section {
        text-align: center;
    }
    .review-text {
        padding: 0 60px;
    }
    .review-text-slider .owl-nav {
        padding-top: 0;
        position: absolute;
        top: 50%;
        margin-top: -45px;
        left: 0;
        width: 100%;
    }
    .review-text-slider .owl-prev {
        float: left;
    }
    .review-text-slider .owl-next {
        float: right;
    }
    .review-meta-slider {
        margin: auto;
    }
    .author-meta {
        padding-top: 0;
    }
    .header-section .site-btn {
        display: none;
    }
    .newsletter-form {
        padding-left: 0;
    }
    .newsletter-section {
        text-align: center;
    }
    .review-text p {
        font-size: 20px;
    }
    .blog-item {
        margin-bottom: 30px;
    }
    .footer-widget {
        margin-bottom: 30px;
    }
    .single-blog-page .social-share {
        text-align: left;
        margin-top: 20px;
    }
    .header-logo img{
        margin-top: 20px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 20px;
    }
    .intro-text {
        margin-top: -110px;
    }
    .intro-text h1 {
        font-size: 75px;
    }
    .intro-text p {
        font-size: 25px;
    }
    .intro-text button {
        width: 160px;
        height: 40px;
        font-size: 20px;
    }
    #map{
        height: 1120px;
    }
    h4{
        font-size: 21px !important;
    }
    .contact-info ul {
        margin-left: 4px;
    }
    .contact-info i.fa {
        width: 25px;
    }
    .contact-info{
        margin-bottom: 40px;
    }
    .contact-caption{
        padding:20px;
        margin: 100px 20px 100px;
    }
}

/* XS Portrait */
@media (max-width: 479px) {

    .about-text{
        margin-top: 2em;
    }
    .intro_text .letters-1 {
        font-size: 20px;
        font-weight: 900;
        left: 1em;
        top: 3em;
        right: 0;
        opacity: 0; 
    }.intro_text .letters-2 {
        font-size: 20px;
        font-weight: 900;
        left: 1em;
        top: 3em;
        right: 0;
        opacity: 0; 
    }.intro_text .letters-3 {
        font-size: 20px;
        font-weight: 900;
        left: 1em;
        top: 3em;
        right: 0;
        opacity: 0; 
    }
    /*---------------
How It works
----------------*/
    .how-it-works-section img{
        /*display: none;*/
    }
    .how-it-works-section p{
        font-size: 15px;
    }
    .top-header img.logo {
        margin: 20px 10px;
    }
    .header-logo{
        margin-top: 20px !important;
    }
    .navbar-default .navbar-toggle {
        border-color: #fff;
        margin-top: -7px;
        right: 10%;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        text-align: left;
    }
    .header-backup{
        height: 80px;
    }
    .intro-text {
        margin-top: -60px;
    }
    .intro-text h1 {
        font-size: 20px;
    }
    .intro-text p {
        font-size: 12px;
    }
    .intro-text button {
        width: 90px;
        height: 23px;
        font-size: 16px;
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-top: 30px;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-top: 30px;
    }
    .about h2 {
        font-size: 50px;
        color: #42b3e5;
        margin-top: 30px;
    }
    .service h2 {
        font-size: 50px;
        margin-top: 40px;
    }
    .team h2 {
        font-size: 50px;
        margin-top: 40px;
    }
    h4 {
        font-size: 18px !important;
    }
    .contact-info{
        margin-bottom: 40px;
    }
    .contact-info{
        margin-bottom: 20px;
    }
    .contact-caption{
        padding:10px;
        margin: 50px 20px 50px;
    }
    .contact-heading h2 {
        font-size: 50px;
        text-align: left;
        margin-left: 15px;
    }
    .contact-info h3 {
        margin-left: 8px;
        font-size: 25px;
        padding-bottom: 8px;
    }
    .info-detail {
        margin-left: 8px;
    }
    .contact-info ul li {
        font-size: 14px;
    }
    .contact-info i.fa {
        font-size: 13px;
        width: 20px;
        height: 18px;
    }
    .contact-info, .contact-form{
        padding: 10px;
    }
    .contact-form h3 {
        font-size: 25px;
        padding-bottom: 8px;
        margin-bottom: 0;
        margin-right: 0px;
    }
    .footer-section a i.fa {
        font-size: 18px;
        padding: 25px 7px;
    }
    .footer-section p {
        font-size: 18px;
    }
    .review-text {
        padding: 0 45px;
    }
    .review-text p {
        font-size: 18px;
    }
    .newsletter-form input {
        padding-right: 30px;
    }
    .newsletter-form button {
        position: relative;
        padding: 14px;
        border-radius: 50px;
        margin-top: 23px;
    }
    .review-text-slider .owl-prev,
    .review-text-slider .owl-next {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .review-meta-slider {
        width: auto;
    }
    .margin2x,.section{
        text-align: center;
    }
    .member{
        margin-top: 10px;
    }
    .member h2 {
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: 600;
    }
    .member-img {
        width: 180px;
        height: 180px;
    }
    .member-info {
        padding: 20px 10px 10px;
        height: 320px;
    }
    .blog-text {
        padding: 15px;
    }
    .comment .comment-avator {
        float: none;
        margin-bottom: 20px;
    }
    .comment .comment-content {
        padding-left: 0;
    }

}
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}
