/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5 Mar, 2019, 10:45:42 AM
    Author     : leometric
*/

/*-----------------------------------------------------RESET CSS------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    /* list-style: none; */
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*Font*/

/*@font-face {
    font-family: 'lineto-circular-pro-book';
    src: url('../fonts/lineto-circular-pro-book.ttf');
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Regular.otf');
}

@font-face {
    font-family: 'Proxima Nova Light';
    src: url('../fonts/ProximaNova-Light.otf');
}

@font-face {
    font-family: 'Proxima Nova SemiBold';
    src: url('../fonts/ProximaNova-Semibold.otf');
}*/

body {
    font-size: 16px;
    position: relative;
    font-family: 'lineto-circular-pro-book';
}

/* NAVBAR CSS :: Start */

body {
    font-family: 'Proxima Nova Light';
}

.body_bg {
    background: url(../assets/img/bg2.png) no-repeat 0;
    background-position-x: 100%;
    background-position-y: -1px;
    top: 0px;
}

.body_bg1 {
    background: url(../assets/img/bg2.png) right bottom no-repeat fixed;
    /* background-position-x: 100%; */
    background-position-y: -1px;
    top: 5px;
}

.bg_1 {
    background: url(../assets/img/Layer1.png) fixed;
}

.custom_nav {
    background: #fff;
    border: none;
    margin-bottom:0;
}

.custom-menu {
    background-color: #0b4d8d;
    color: tomato;
}

.font-white {
    color: #fff;
}

.nav.navbar-nav>li a.sub_color:hover {
    color: #000;
}

.nav.navbar-nav>li a.orange {
    color: #f27031;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #2a61dd;
}

i.fa.fa-chevron-down {
    font-size: 12px;
    margin-left: 11px;
}

.font {
    font-size: 32px;
}

.mar_top {
    margin-top: 1% !important;
}

.mar_bottom {
    margin-bottom: 6%;
}

.label_color {
    color: #f26825;
}

.blue {
    color: #0b4d8d;
    margin-left: -4px;
}




a.joun_us {
    border: 1px solid #fff;
    padding: 6px 10px !important;
    margin-top: 8px;
    border-radius: 5%;
}

ul li:hover ul {
    display: block;
}

a.sub_color {
    text-align: center;
}

.white_text {
    color: #fff;
}

.white_text:hover {
    color: #fff;
    text-decoration: none;
}

.mar_left {
    margin-left: 25%;
}

.term_mar_left {
    margin-left: 2%;
}

form .error {
    color: #ff0000;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: none;
}

fa-check:before{content:"\f00c"}
/* Section-1 CSS :: start */
p.titletag_dec{
    color: #fff;
}
h1#glob-msg-box{
    color: #FFF!important;
    text-shadow: 2px 2px 2px rgba(0,0,0,.08);
    font-size: 54px!important;
    font-weight: 700;
    font-family: 'Roboto',sans-serif !important;
    letter-spacing: 1px;
    margin-bottom: 15px;
    line-height: 60px;
}
.thumbnail>i{
    color: #2a7ad8 !important
}
section#section_1 {
    background: #00000080;
    padding-top: 10%;
    padding-bottom:7%;
}

p.big_heading {
    font-size: 34px;
    padding-bottom: 10px;
}

.left-align {
    margin-left: -5%;
}

p.sub_heading {
    padding-top: 10px;
    color: #929292;
    line-height: 24px;
    font-size: 17px;
}

p.sub_heading_1 {
    font-size: 22px;
    padding-top: 15px;
    color: #929292;
    line-height: 30px;
}

.aligning {
    text-align: left;
}

p.current {
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: -4%;
}

.feature_title {
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 700;
}

.solution_title {
    font-size: 32px;
    padding-top: 20px;
    padding-bottom: 20px;
    /* margin-left: -4%; */
}

button.btn.btn-pink {
    background: #ff1b3e;
    color: #fff;
    margin-top: 3%;
    padding: 10px 38px;
    font-size: 20px;
    font-weight: 700;
}

.play {
    border-radius: 20%;
    background: #ff1b3e;
    border: 20px solid #ff1b3e;
    position: absolute;
    top: 45%;
    right: 45%;
}

i.fa.fa-play.play {
    color: #fff;
    font-size: 18px;
    padding-left: 1%;
    cursor: pointer;
}

/* Section-2 CSS :: start */

section#section_2 {
    padding-top: 10%;
    padding-bottom: 10%;
}

/* Section-3 CSS :: start */

section#section_3 {
    padding-top: 5%;
    background: #f5f7f8;
    padding-bottom: 5%;
    margin-top: 6%;
}
h3.heading{
    margin-bottom: 5%;
}
section#section_5 {
    padding-top: 5%;
    background: #f5f7f8;
}

.center_content {
    text-align: -webkit-center;
    text-align: -moz-center;
}

.thumbnail {
    text-align: center;
    border: none;
    background-color: transparent;
}

.top-mar {
    margin-top: 3%;
}

.top_space {
    margin-top: 5%;
}

.top_space_1 {
    margin-top: 4%;
}

.top_space-2 {
    margin-top: 10%;
}

.top_space-3 {
    margin-top: 25%;
}

.heading {
    font-size: 20px;
    margin-bottom: 3%;
}

/* Section-4 CSS :: start */

section#section_4 {
    padding-top: 5%;
    padding-bottom: 5%;
}

.challenge_list {
    list-style-type: none;
    margin-left: 2%;
}

.points {
    /* display: inline-block; */
    /* color: #666666; */
    color: #202020;
    font-size: 18px;
    padding-bottom: 20px;
    position: relative;
}

li {
    /* display: block; */
}

.points::before {
    /* content: '\f058';
    font-family: 'FontAwesome'; */
    content: url(../assets/img/checked.png);
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    left: -22px;
    /* margin-left: -26px; */
}

li.model {
    margin-left: 6%;
}

p.dmc-info {
    border: 2px solid #60a9c4;
    padding: 2%;
    border-radius: 15px;
    background: #f2f2f2;
    color: #002060;
    font-size: 18px;
    font-family: 'Proxima Nova Light';
}

.dmc-subtitle {
    margin-top: 2%;
    border: 2px solid #66a998;
    padding: 1%;
    border-radius: 8px;
    background: #f2f2f2;
    color: #002060;
    width: 50%;
    font-size: 18px;
    margin: 20px auto;
    font-family: 'Proxima Nova Light';
}

.model::before {
    content: url(../assets/img/tick.png);
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    left: 60px;
}

i.fa.fa-check-circle {
    color: #666666;
    font-size: 18px;
}

/* Section-5 CSS :: start */

section#contact_us {
    padding-top: 10%;
    background: #f5f7f8;
    padding-bottom: 6%;
}

.inline_me {
    display: inline-block;
    margin-right: 15px;
}

.contact {
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 10%;
}

select[multiple].input-lg,
textarea.input-lg {
    height: 107px;
}

/* Footer CSS::Start */

.icons {
    padding-top: 30px;
    display: -webkit-box;
}

.social li {
    background: none repeat scroll 0 0 #B5B5B5;
    border: 2px solid #B5B5B5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.social li:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}

.social li a {
    color: #EDEFF1;
}

.social li:hover {
    border: 2px solid #3498db;
    background: #3498db;
}

.social li a i {
    font-size: 20px;
    margin: 6px -4px 0px 7px;
    color: #EDEFF1 !important;
}

#footer {
    background-color: #e3e5e6;
    min-height: 30px;
    width: 100%;
}

.copyright {
    font-family: lineto-circular-pro-book;
    color: #acacad;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
}

.list {
    float: left;
    margin-left: 39px;
    list-style-type: none;
}

.design {
    font-family: lineto-circular-pro-book;
    color: #acacad;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
    float: right;
    text-align: right;
}

.design a {
    color: #acacad;
}

.design a:hover {
    color: #000;
    text-decoration: none;
}

i.fa.fa-m {
    font-size: 1.5em;
    color: grey;
}

/* Trmes & conditions CSS:: start */

.TCstyle ol {
    counter-reset: section;
    list-style-type: none;
}

.TCstyle ol>li::before {
    counter-increment: section;
    content: counters(section, ".") ".";
    font-weight: bolder;
    font-size: 20px;
    color: #f26825;
}

.TCstyle ol ol>li::before {
    font-size: 14px;
    color: #000000;
}

.TCstyle ol ol>li {
    margin-top: 13px;
}

.TCstyle ol>li {
    margin-bottom: 13px;
}

.TCstyle {
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    text-align: justify;
}

h2.text-center.termsStyle {
    font-size: 24px;
    font-weight: bold;
    color: #f26825;
    padding-bottom: 20px;
}

.featureStyle {
    font-size: 45px;
    font-weight: bold;
    color: #f26825;
    padding-bottom: 20px;
}

.featureStyle-1 {
    font-size: 60px;
    font-weight: bold;
    color: #f26825;
    padding-top: 10%;
    padding-bottom: 20px;
}

.TC {
    font-size: 20px;
}

.size {
    resize: none;
}

/************************************
 CSS for linked pages :: starts here
 ****************************************/

.logo_align {
    margin-left: -18%;
}

.logo_align_1 {
    margin-left: -10%;
}

#issues {
    padding-top: 5%;
    padding-bottom: 5%;
}

.issue_title {
    padding-bottom: 5%;
    font-size: 45px;
    margin-left: 1%;
    padding-top: 5%;
}

.feature_main {
    padding-bottom: 5%;
    font-size: 45px;
    padding-top: 5%;
}

.issue_title_1 {
    padding-bottom: 2%;
    font-size: 45px;
}

.grey {
    color: #929292;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
}

/************************************
 CSS for About us pages :: starts here
 ****************************************/

#about-1 {
    background: url(../assets/img/a1.png) no-repeat;
    background-size: cover;
}

section#about-2 {
    background: linear-gradient( rgba(13, 13, 13, 0.5), rgba(13, 13, 13, 0.5)), url(../assets/img/a5.png) no-repeat;
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 5%;
}

#about-5 {
    margin-top: 10%;
    margin-bottom: 5%;
    background-size: cover;
    padding-bottom: 10%;
    padding-top: 5%;
    background: linear-gradient( rgb(241, 237, 237), rgba(241, 237, 237, 0.73)), url(../assets/img/a2.png) no-repeat;
}

section#about-6 {
    margin-bottom: 10%;
    /* background: url(../assets/img/iphone.png) no-repeat;
    background-position-y: 45px;
    background-position-x: 82%; */
    background-size: contain;
}

section#about-7 {
    /* background: linear-gradient( rgba(13, 13, 13, 0.8), rgba(13, 13, 13, 0.8)), url(../assets/img/a3.png) no-repeat;
    background-size: cover; */
    padding-bottom: 8%;
    background: #f5f7f8;
}

section#about-8 {
    /* background: linear-gradient( rgba(13, 13, 13, 0.8), rgba(13, 13, 13, 0.8)), url(../assets/img/a2.png) no-repeat;
    background-size: cover; */
}

section#about-9 {
    background: #000;
    padding-bottom: 15%;
    padding-top: 5%;
}

section#about-10 {
    background: linear-gradient( rgba(13, 13, 13, 0.8), rgba(13, 13, 13, 0.8)), url(../assets/img/a6.png) no-repeat;
    background-size: cover;
    padding-bottom: 10%;
}

section#about-11 {
    padding-top: 5%;
}

section#about-12 {
    margin-bottom: -50px;
    margin-top: -68px;
}

section#about-13 {
    margin-top: 4%;
}

section#reg-dmc {
    padding-top: 5%;
    padding-bottom: 5%;
}

.contact-block {
    position: absolute;
    bottom: 20px;
    right: 0;
}

.col-height {
    position: relative;
    height: 700px;
    text-align: right;
}

#getintouch {
    background: url(../assets/img/a1.png) no-repeat;
    background-size: cover;
    /* margin-top: 1%; */
}

.back {
    background: url(../assets/img/back2.png) no-repeat;
    background-size: 100%;
    margin-bottom: -17px;
}

.back-1 {
    background: url(../assets/img/back1.png) no-repeat;
    background-size: 100%;
    padding-bottom: 25%;
    padding-top: 15%;
}

.padlr-0 {
    padding: 0%;
}

.padl0 {
    padding-left: 0px;
}

img.img-responsive.diagram {
    padding: 19% 20%;
}

img.img-responsive.dekstop {
    margin: 0 auto;
    padding-top: 5%;
}

.img-100 {
    height: 80px !important;
}

.img-80 {
    height: 80px !important;
}

img.img-responsive.nm {
    margin: 0 auto;
    padding: 1%;
    border: 4px dotted #bfbfbf;
    border-radius: 50%;
    margin-bottom: 5%;
    height: 150px;
    width: 150px;
    background: #f26824;
}

p.founder {
    color: #bfbfbf;
    text-align: center;
    padding: 1%;
    font-size: 24px;
    letter-spacing: 2px;
}

p.founder-1 {
    color: #bfbfbf;
    text-align: center;
    padding: 1%;
    font-size: 24px;
}

p.about {
    font-weight: 600;
    font-size: 26px;
    padding: 2% 0% 5% 5%;
    color: #335b74;
}

p.about01 {
    font-weight: 600;
    font-size: 44px;
    padding: 8% 0% 5% 5%;
    color: #f26824;
}

p.role {
    color: #01216d;
    padding-left: 5%;
    font-size: 20px;
    margin-top: 5%;
    font-weight: 600;
    font-style: italic;
}

p.role-1 {
    padding-left: 5%;
    font-size: 20px;
    margin-top: 3%;
    color: #01216d;
}

.key-role {
    padding-left: 8%;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 25px;
    color: #01216d;
}

h4.media-heading {
    font-weight: 700;
    font-size: 20px;
}

p.p2 {
    font-size: 18px;
    line-height: 25px;
}

p.dp1 {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
}

.dark {
    font-weight: 600;
    font-size: 30px;
    color: #fff;
}

.dark-1 {
    text-align: center;
    font-size: 30px;
    color: #fff;
}

p.dp2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    color: #fff;
}

.dp-block-2 {
    padding-top: 20%;
}

p.red {
    color: #990000;
    font-size: 24px;
    padding-top: 25px;
    font-weight: 600;
    font-style: italic;
}

.dp-block {
    padding-top: 15%;
}

p.team-info {
    color: #bfbfbf;
    text-align: justify;
    font-size: 28px;
    line-height: 40px;
}

h3.names {
    font-size: 22px;
    color: #bfbfbf;
}

.border {
    border-bottom: 1px dotted #fff;
    padding: 5% 0% 5% 0%;
}

img.img-responsive.deal-1 {
    padding-top: 60px;
    padding-bottom: 50px;
}

.info {
    color: #202020;
    float: right;
    margin-top: 32%;
}

.info-1 {
    color: #fff;
    font-size: 11px;
    margin-top: 84%;
    margin-left: 60%;
}

.info::before {
    background: url(../assets/img/b3.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 100px;
    height: 200px;
    content: "";
    position: absolute;
    top: 71%;
    right: 25%;
}

.info::after {
    background: url(../assets/img/b4.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 100px;
    height: 200px;
    content: "";
    position: absolute;
    top: 71%;
    right: -10%;
}

ul.conversions {
    font-size: 18px;
    line-height: 25px;
}

.subtitle {
    font-weight: 500;
    color: #f26824;
    font-size: 16px;
    margin-top: 24%;
    margin-left: 0%;
    font-family: 'Proxima Nova Light';
}

img.media-object.saas-bg {
    background: #f26824;
    padding: 15px;
    border-radius: 30%;
    height: 80px;
    width: 80px;
}

img.media-object.key-bg {
    background: #f26824;
    padding: 15px;
    border-radius: 30%;
    height: 100px;
    width: 100px;
}

.block-center {
    text-align: -webkit-center;
    text-align: -moz-center;
}

p.para-1 {
    padding-top: 260px;
    font-size: 44px;
    font-style: italic;
    color: #fff;
    font-family: 'Proxima Nova Light';
    padding-bottom: 200px;
}

p.para-02 {
    color: #fff;
    font-size: 40px;
    padding-top: 3%;
    padding-bottom: 5%;
    font-family: 'Proxima Nova Light';
}

p.para-2 {
    padding-top: 65px;
    font-size: 54px;
    color: #fff;
    font-family: 'Proxima Nova Light';
    padding-bottom: 200px;
}

p.para-3 {
    padding-top: 65px;
    font-size: 34px;
    color: #202020;
    /* font-weight: 600; */
    line-height: 60px;
    font-family: 'Proxima Nova Light';
    padding-bottom: 95px;
}

p.para-4 {
    padding-top: 55px;
    font-size: 54px;
    color: #fff;
    font-family: 'Proxima Nova Light';
    font-weight: 600;
}

p.para-6 {
    padding-top: 55px;
    font-size: 45px;
    letter-spacing: 5px;
    color: #f26824;
    font-family: sans-serif;
    padding-bottom: 5%;
}

p.para-5 {
    color: #fff;
    font-family: sans-serif;
    font-size: 24px;
    line-height: 70px;
}

p.para-7 {
    color: #002060;
    font-family: sans-serif;
    font-size: 50px;
    font-weight: 600;
}

p.para-8 {
    color: #fff;
    text-align: center;
    font-size: 44px;
    padding-top: 5%;
}

p.para-9 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 5%;
    font-weight: 600;
    letter-spacing: 2px;
}

p.p5 {
    color: #fff;
    font-size: 24px;
    padding: 1%;
}

p.p3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10%;
}

p.p4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

p.subtitle-2 {
    color: #f26824;
    font-size: 40px;
    font-weight: 600;
    padding: 55px 0px;
    font-family: 'Proxima Nova Light';
}

.subtitle-3 {
    color: #f26824;
    padding-left: 30%;
    margin-top: -10%;
    font-size: 25px;
    letter-spacing: 3px;
    font-family: 'Proxima Nova Light';
}

p.subtitle-4 {
    color: #f26824;
    margin-top: -10%;
    margin-right: 8%;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Proxima Nova Light';
}

p.subtitle-5 {
    color: #335b74;
    font-size: 40px;
    padding: 55px 0px;
    margin-top: 5%;
    font-family: 'Proxima Nova Light';
}

.p1:before {
    /* border-left: 3px solid ;
    height: 350px;
    margin-left: 60px;
    content: ""; */
    border-left: 5px solid #30b695;
    left: -0.25em;
    top: 2em;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
}

img.img-responsive.agenticon {
    background: #bfbfbf;
    padding: 15px;
    border-radius: 50%;
    display: inline-block;
}

img.img-responsive.graph {
    background: #bfbfbf;
    position: absolute;
    padding: 15px;
    border-radius: 50%;
    display: inline-block;
}

h3.agent-label {
    display: inline-block;
    font-size: 34px;
    color: #7f7f7f;
    padding-left: 25%;
}

section#about-4 {
    margin-top: 5%;
}

.main-info {
    padding-top: 35%;
    padding-bottom: 20%;
}

img.img-responsive.tick {
    display: inline-block;
}

p.blue-p {
    color: #012060;
    font-size: 24px;
    font-family: initial;
    font-family: 'Proxima Nova Light';
}

p.blue-p2 {
    color: #012060;
    font-size: 24px;
    font-family: initial;
    padding-top: 5%;
    font-family: 'Proxima Nova Light';
}

span.red-p {
    color: #335b74;
    font-size: 40px;
    margin-top: 5%;
    font-family: 'Proxima Nova Light';
}

ul.green-box {
    color: #bfbfbf;
    border: 1px solid #1c755f;
    padding: 4%;
    margin: 0 auto;
    list-style-type: none;
    line-height: 55px;
    font-size: 44px;
}

.sachin {
    border-radius: 50%;
    height: 200px;
    width: 200px;
}

/*********************************************************
                  Table CSS 
 *************************************************/

th {
    background: #808080;
    color: #fff;
    text-align: center;
    font-family: 'Proxima Nova Light';
}

td.bg-b {
    background: #002060;
    color: #fff;
    text-align: center;
    font-family: 'Proxima Nova Light';
}

td.bg-o {
    text-align: center;
    background: #f5770f;
    color: #202020;
    font-family: 'Proxima Nova Light';
}

td.bg-g {
    background: #f2f2f2;
    text-align: center;
    color: #202020;
    font-family: 'Proxima Nova Light';
}

p.color-count {
    color: #002060;
    text-align: center;
    font-size: 20px;
    padding: 2%;
    font-family: 'Proxima Nova Light';
}

/*********************************************************
                    Timeline CSS 
 *************************************************/

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.img-rounded {
    border-radius: 3px;
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #30b695;
    border-radius: 3px;
    display: inline-block;
    height: auto;
    line-height: 1.428571429;
    max-width: 100%;
    moz-transition: all .2s ease-in-out;
    o-transition: all .2s ease-in-out;
    padding: 2px;
    transition: all .2s ease-in-out;
    webkit-transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

.timeline-centered {
    position: relative;
    margin-bottom: 30px;
}

.timeline-centered-2 {
    position: relative;
    margin-bottom: 30px;
}

.timeline-centered:before,
.timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before,
.timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #bfbfbf;
    /*left: 50%;*/
    top: -0px;
    bottom: -30px;
    margin-left: 55px;
    margin-top: -25px;
}

.timeline-centered-2:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #bfbfbf;
    /*left: 50%;*/
    top: -0px;
    bottom: -165px;
    margin-left: 55px;
    margin-top: -25px;
}

.timeline-centered-1:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #bfbfbf;
    top: -150px;
    bottom: -30px;
    margin-left: 55px;
    margin-top: -25px;
}

.timeline-centered .timeline-entry {
    position: relative;
    margin-top: 5px;
    margin-left: 30px;
    margin-bottom: 10px;
    clear: both;
}

.timeline-centered-1 .timeline-entry {
    position: relative;
    margin-top: 5px;
    margin-left: 30px;
    margin-bottom: 10px;
    clear: both;
}

.timeline-centered-2 .timeline-entry {
    position: relative;
    margin-top: 5px;
    margin-left: 30px;
    margin-bottom: 10px;
    clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry.begin {
    margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
    float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
    margin-left: 0;
    margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: auto;
    right: -100px;
    text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
    float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
    margin-left: 0;
    margin-right: 70px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -9px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -20px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    position: absolute;
    left: -100px;
    text-align: right;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span {
    display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:first-child {
    font-size: 15px;
    font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:last-child {
    font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label-1 {
    position: relative;
    background: #192e3a;
    padding: 1em;
    margin-left: 75px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.timeline-centered-2 .timeline-entry .timeline-entry-inner .timeline-label-1 {
    position: relative;
    background: #192e3a;
    padding: 1em;
    margin-left: 53px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label-2 {
    position: relative;
    background: #264457;
    padding: 1em;
    margin-left: 75px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.timeline-centered-2 .timeline-entry .timeline-entry-inner .timeline-label-2 {
    position: relative;
    background: #264457;
    padding: 1em;
    margin-left: 53px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label-3 {
    position: relative;
    background: #0e5772;
    padding: 1em;
    margin-left: 75px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.timeline-centered-2 .timeline-entry .timeline-entry-inner .timeline-label-3 {
    position: relative;
    background: #0e5772;
    padding: 1em;
    margin-left: 53px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label-4 {
    position: relative;
    background: #30b695;
    padding: 1em;
    margin-left: 75px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.timeline-centered-1 .timeline-entry .timeline-entry-inner .timeline-label-5 {
    position: relative;
    background: #bfbfbf;
    padding: 1em;
    margin-left: 53px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.timeline-centered-1 .timeline-entry .timeline-entry-inner .timeline-label-6 {
    position: relative;
    background: #bfbfbf;
    padding: 1em;
    margin-left: 53px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.timeline-centered-1 .timeline-entry .timeline-entry-inner .timeline-label-7 {
    position: relative;
    background: #bfbfbf;
    padding: 1em;
    margin-left: 53px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.timeline-centered-1 .timeline-entry .timeline-entry-inner .timeline-label-8 {
    position: relative;
    background: #bfbfbf;
    padding: 1em;
    margin-left: 53px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label-1:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 30px 28px 0px;
    border-color: transparent #192e3a transparent transparent;
    left: -23px;
    top: 6px;
    margin-left: 0px;
}

.timeline-centered-2 .timeline-entry .timeline-entry-inner .timeline-label-1:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 30px 28px 0px;
    border-color: transparent #192e3a transparent transparent;
    left: -23px;
    top: 6px;
    margin-left: 0px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label-2:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 30px 28px 0px;
    border-color: transparent #264457 transparent transparent;
    left: -23px;
    top: 6px;
    margin-left: 0px;
}

.timeline-centered-2 .timeline-entry .timeline-entry-inner .timeline-label-2:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 30px 28px 0px;
    border-color: transparent #264457 transparent transparent;
    left: -23px;
    top: 6px;
    margin-left: 0px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label-3:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 30px 28px 0px;
    border-color: transparent #0e5772 transparent transparent;
    left: -23px;
    top: 6px;
    margin-left: 0px;
}

.timeline-centered-2 .timeline-entry .timeline-entry-inner .timeline-label-3:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 30px 28px 0px;
    border-color: transparent #0e5772 transparent transparent;
    left: -23px;
    top: 6px;
    margin-left: 0px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label-4:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 30px 28px 0px;
    border-color: transparent #30b695 transparent transparent;
    left: -23px;
    top: 6px;
    margin-left: 0px;
}

.timeline-centered-1 .timeline-entry .timeline-entry-inner .timeline-label-5:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 30px 28px 0px;
    border-color: transparent #bfbfbf transparent transparent;
    left: -23px;
    top: 6px;
    margin-left: 0px;
}

.timeline-centered-1 .timeline-entry .timeline-entry-inner .timeline-label-6:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 30px 28px 0px;
    border-color: transparent #bfbfbf transparent transparent;
    left: -23px;
    top: 6px;
    margin-left: 0px;
}

.timeline-centered-1 .timeline-entry .timeline-entry-inner .timeline-label-7:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 30px 28px 0px;
    border-color: transparent #bfbfbf transparent transparent;
    left: -23px;
    top: 6px;
    margin-left: 0px;
}

.timeline-centered-1 .timeline-entry .timeline-entry-inner .timeline-label-8:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 30px 28px 0px;
    border-color: transparent #bfbfbf transparent transparent;
    left: -23px;
    top: 6px;
    margin-left: 0px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    color: #737881;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    margin: 0;
    line-height: 1.428571429;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p+p {
    margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
    color: #303641;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    -ms-filter: alpha(opacity=60);
    filter: alpha(opacity=60);
}

p.p1 {
    color: #fff;
    font-size: 20px;
    /* padding: 0px 100px;   */
}

p.p6 {
    color: #002060;
    font-size: 20px;
    font-weight: 700;
    /* padding: 0px 100px;   */
}

h3.presenting {
    color: #f26824;
    padding: 10px 0px 25px 85px;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 25px;
}

section#about-3 {
    padding-bottom: 100px;
}

li.dot {
    margin-left: 5%;
}

img.img-responsive.curl-1 {
    float: right;
    margin-right: -15%;
}

p.feature-info {
    font-size: 18px;
    margin-bottom: 2%;
    line-height: 25px;
}

/* 
ul li:before {
    content: '\2713';
} */

.strong-text {
    font-weight: 700;
}

img.img-responsive.sachin {
    border: 4px solid #bfbfbf;
}

/* Contact-US CSS */

p.contact-para {
    padding-bottom: 1%;
    color: #929292;
    font-size: 18px;
}

.mt10 {
    margin-top: 10%;
}

/* InputBox CSS */

.float-label-control {
    position: relative;
    margin-bottom: 1.5em;
}

.float-label-control ::-webkit-input-placeholder {
    color: #929292;
    font-size: 16px;
}

.float-label-control :-moz-placeholder {
    color: transparent;
}

.float-label-control ::-moz-placeholder {
    color: transparent;
}

.float-label-control :-ms-input-placeholder {
    color: transparent;
}

.float-label-control input:-webkit-autofill,
.float-label-control textarea:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -moz-box-shadow: 0 0 0 1000px white inset !important;
    box-shadow: 0 0 0 1000px white inset !important;
}

.float-label-control input,
.float-label-control textarea,
.float-label-control label {
    font-size: 1.3em;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.float-label-control input:focus,
.float-label-control textarea:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom-width: 2px;
    padding-bottom: 0;
}

.float-label-control textarea:focus {
    padding-bottom: 4px;
}

.float-label-control input,
.float-label-control textarea {
    display: block;
    width: 100%;
    padding: 0.1em 0em 1px 0em;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #aaa;
    outline: none;
    margin: 0px;
    background: none;
}

.float-label-control textarea {
    padding: 0.1em 0em 5px 0em;
}

.float-label-control label {
    position: absolute;
    font-weight: normal;
    top: -1.0em;
    left: 0.08em;
    color: #aaaaaa;
    z-index: -1;
    font-size: 0.85em;
    -moz-animation: float-labels 300ms none ease-out;
    -webkit-animation: float-labels 300ms none ease-out;
    -o-animation: float-labels 300ms none ease-out;
    -ms-animation: float-labels 300ms none ease-out;
    -khtml-animation: float-labels 300ms none ease-out;
    animation: float-labels 300ms none ease-out;
    /* There is a bug sometimes pausing the animation. This avoids that.*/
    animation-play-state: running !important;
    -webkit-animation-play-state: running !important;
}

.float-label-control input.empty+label,
.float-label-control textarea.empty+label {
    top: 0.1em;
    font-size: 1.5em;
    animation: none;
    -webkit-animation: none;
}

.float-label-control input:not(.empty)+label,
.float-label-control textarea:not(.empty)+label {
    z-index: 1;
}

.float-label-control input:not(.empty):focus+label,
.float-label-control textarea:not(.empty):focus+label {
    color: #aaaaaa;
}

.float-label-control.label-bottom label {
    -moz-animation: float-labels-bottom 300ms none ease-out;
    -webkit-animation: float-labels-bottom 300ms none ease-out;
    -o-animation: float-labels-bottom 300ms none ease-out;
    -ms-animation: float-labels-bottom 300ms none ease-out;
    -khtml-animation: float-labels-bottom 300ms none ease-out;
    animation: float-labels-bottom 300ms none ease-out;
}

.float-label-control.label-bottom input:not(.empty)+label,
.float-label-control.label-bottom textarea:not(.empty)+label {
    top: 3em;
}

@keyframes float-labels {
    0% {
        opacity: 1;
        color: #aaa;
        top: 0.1em;
        font-size: 1.5em;
    }
    20% {
        font-size: 1.5em;
        opacity: 0;
    }
    30% {
        top: 0.1em;
    }
    50% {
        opacity: 0;
        font-size: 0.85em;
    }
    100% {
        top: -1em;
        opacity: 1;
    }
}

@-webkit-keyframes float-labels {
    0% {
        opacity: 1;
        color: #aaa;
        top: 0.1em;
        font-size: 1.5em;
    }
    20% {
        font-size: 1.5em;
        opacity: 0;
    }
    30% {
        top: 0.1em;
    }
    50% {
        opacity: 0;
        font-size: 0.85em;
    }
    100% {
        top: -1em;
        opacity: 1;
    }
}

@keyframes float-labels-bottom {
    0% {
        opacity: 1;
        color: #aaa;
        top: 0.1em;
        font-size: 1.5em;
    }
    20% {
        font-size: 1.5em;
        opacity: 0;
    }
    30% {
        top: 0.1em;
    }
    50% {
        opacity: 0;
        font-size: 0.85em;
    }
    100% {
        top: 3em;
        opacity: 1;
    }
}

@-webkit-keyframes float-labels-bottom {
    0% {
        opacity: 1;
        color: #aaa;
        top: 0.1em;
        font-size: 1.5em;
    }
    20% {
        font-size: 1.5em;
        opacity: 0;
    }
    30% {
        top: 0.1em;
    }
    50% {
        opacity: 0;
        font-size: 0.85em;
    }
    100% {
        top: 3em;
        opacity: 1;
    }
}


p.address-para {
    color: #929292;
    font-size: 14px;
}

/* Our Team:: CSS */

#content-wrapper {
    width: calc( 100% - 200px);
    float: right;
    padding: 0 40px;
    padding-top: 125px;
    padding-bottom: 100px;
}

h3.teamup {
    font-size: 15px;
    line-height: 24px;
}

.teamup {
    color: #202020;
    line-height: 35px;
    text-align: justify;
}

h1.manifesto {
    color: #f26825;
    font-size: 60px;
    margin-bottom: 45px;
    margin-left: 0px;
}

.custom-hr {
    color: #202020;
}

.member-name {
    font-size: 24px;
    color: #0b4d8d;
}

.team-img {
    height: 120px !important;
}

.linked {
    background: #d3ced6;
    padding: 2%;
}

.team-linked {
    margin-left: 45% !important;
    margin-top: 5% !important;
    margin-bottom: 5% !important;
}

.mart3 {
    margin-top: 3%;
}

.padb3 {
    padding-bottom: 3%;
}

.padl5{
    padding-left: 5%;
}

/* custom-input */

.custom-input {
    display: block;
    width: 100%;
    /* padding: 0.1em 0em 1px 0em; */
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #aaa;
    outline: none;
    margin: 0px;
    background: transparent;
    box-shadow: 0 0;
}

.form-control:focus {
    border-bottom: 1px solid #666;
    outline: 0;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}

/************ Media Query ***********/

@media print {
    #footer {
        display: none !important;
    }
}

@media(max-width:320px) {
    .social li {
        border: none;
        height: 30px;
        width: 30px;
    }
    .social li a i {
        font-size: 16px;
    }
}

@media(max-width: 425px) {
    .padb3 {
        padding-bottom: 10%;
    }
    .subtitle {
        font-weight: 500;
        color: #f26824;
        font-size: 12px;
        margin-top: 20%;
        margin-left: 5%;
        font-family: 'Proxima Nova Light';
    }
    li.model {
        margin-left: 15%;
    }
    a.joun_us {
        padding: 6px 10px !important;
    }
    .body_bg1 {
        background: none;
    }
    p.team-info {
        font-size: 22px;
    }
    .subtitle-3 {
        margin-top: -15%;
        font-size: 10px;
        letter-spacing: 3px;
        margin-bottom: 5%;
        font-family: 'Proxima Nova Light';
    }
    img.img-responsive.curl {
        padding-top: 38%;
    }
    img.media-object.key-bg {
        height: 85px;
        width: 85px;
    }
    p.p4,
    p.p3 {
        font-size: 12px;
    }
    p.para-3 {
        font-size: 35px;
        line-height: 40px;
    }
    .img-80 {
        height: 165px !important;
    }
    p.para-2 {
        font-size: 45px;
        padding-bottom: 50px;
    }
    p.para-2,
    p.para-6,
    p.para-02,
    p.para-7 {
        font-size: 24px;
        text-align: center;
    }
    h3.agent-label {
        padding-left: 0px;
        font-size: 28px;
    }
    .second_line::second-line {
        margin-left: 2%;
    }
    .list {
        width: 50%;
        margin-left: 0px;
    }
    .design {
        text-align: center;
    }
    .copyright {
        text-align: center;
    }
    .no_pad {
        padding: 0px;
    }
    .center_in_mobile {
        text-align: center;
    }
    p.sub_heading {
        padding-bottom: 10px;
    }
    .navbar-nav {
        margin: 0px;
    }
    .navbar-collapse {
        border: none;
    }
    a.joun_us {
        padding: 6px 10px !important;
    }
    .play {
        background: #ff1b3e;
        border: 10px solid #ff1b3e;
    }
    i.fa.fa-play.play {
        font-size: 10px;
    }
}

@media (max-width:768px) {
    .mt5 {
        margin-top: 5%;
    }
    .customhover {
        clear: both;
    }
    section#about-12 {
        margin-bottom: 0px;
    }
    .model::before {
        left: 18px;
    }
    p.blue-p,
    p.blue-p2 {
        font-size: 18px;
    }
    .main-info {
        padding-top: 10%;
    }
    ul.green-box {
        font-size: 28px;
    }
    p.about01 {
        margin-top: 5%;
        padding: 5% 0% 0% 5%;
    }
    p.para-1 {
        padding-top: 48px;
        font-size: 24px;
        padding-bottom: 70px;
    }
    img.img-responsive.curl {
        padding-top: 83%;
        margin-left: 32%;
    }
    .top_space_1,
    .top_space-2,
    .top_space-3 {
        margin-top: 1%;
    }
    p.para-2,
    p.para-3 {
        padding-bottom: 65px;
    }
    .info {
        font-size: 11px;
        margin-top: 154%;
        margin-right: -48%;
    }
    .info-block {
        padding-bottom: 5%;
    }
    p.para-9 {
        font-size: 35px;
    }
    p.p5 {
        font-size: 20px;
    }
    .col-height {
        height: 245px;
    }
    .back {
        background: #192e3a;
    }
    .back-1 {
        background: #192e3a;
    }
    img.img-responsive.diagram {
        padding: 0% 15%;
    }
    section#about-4 {
        margin-bottom: 38%;
    }
    .timeline-centered:before {
        bottom: -10px;
    }
    .timeline-centered-2:before {
        bottom: -110px;
        margin-left: 55px;
        margin-top: -6px;
    }
    .timeline-centered-1:before {
        top: 0px;
    }
    .nav.navbar-nav>li a {
        color: #000;
    }
    .navbar-nav {
        margin: 0px;
    }
    .mar_left {
        margin-left: 0%;
    }
    .body_bg {
        background-position-x: -255%;
    }
    .body_bg1 {
        background-position-x: -255%;
    }
    .img_top_space {
        margin-top: 15%;
    }
}

@media (min-width:678px) and ( max-width:678px) {
    .img-80 {
        height: 150px !important;
    }
    .dp-block-2 {
        padding-top: 5%;
    }
}

@media (min-width:694px) and ( max-width:694px) {
    .img-80 {
        height: 150px !important;
    }
    .dp-block-2 {
        padding-top: 5%;
    }
}

@media (min-width:768px) and ( max-width:800px) {
    .supplier_img {
        margin-left: -23% !important;
    }
    a.joun_us {
        padding: 6px 30px !important;
    }
    .list {
        margin-left: 18px;
    }
}

@media (max-width:800px) and ( min-width:769px) {
    .main-info {
        padding-top: 20%;
        float: right;
        padding-bottom: 20%;
    }
    .bottom-space {
        margin-bottom: 5%;
    }
    a.joun_us {
        padding: 6px 30px !important;
    }
    .col-height {
        height: 245px;
    }
    img.img-responsive.curl {
        margin-top: 80%;
        margin-left: 35%;
    }
    section#about-4 {
        margin-top: 5%;
        margin-bottom: 15%;
    }
    .timeline-centered:before {
        bottom: -10px;
    }
    .timeline-centered-2:before {
        bottom: -110px;
        margin-left: 55px;
        margin-top: -25px;
    }
    .timeline-centered-1:before {
        top: 0px;
    }
    .mar_left {
        margin-left: 0%;
    }
    .img_top_space {
        margin-top: 15%;
    }
}

@-moz-document url-prefix() {
    .icons {
        display: table;
    }
}

@media (max-width:1024px) and (min-width:1024px) {
    p.para-8 {
        font-size: 24px;
    }
}

@media (max-width:1112px) and (min-width:1024px) {
    .subtitle {
        font-size: 12px;
    }
    section#about-4 {
        margin-top: 5%;
        margin-bottom: 12%;
    }
    .top_space-2 {
        margin-top: 5%;
    }
    .info {
        margin-top: 32%;
    }
    img.img-responsive.diagram {
        padding: 11% 8%;
    }
    .body_bg {
        background-position-x: 118%;
    }
    .body_bg1 {
        background-position-x: 118%;
    }
    #issues {
        padding-bottom: 5%;
    }
    .mar_left {
        margin-left: 19%;
    }
    .img_top_space {
        margin-top: 15%;
    }
    .list {
        margin-left: 32px;
    }
    p.para-3 {
        font-size: 38px;
        padding-bottom: 95px;
    }
    .info::before {
        position: absolute;
        top: 68%;
        right: 31%;
    }
    .info::after {
        position: absolute;
        top: 68%;
        right: -10%;
    }
}

@media(min-width:1920px) {
    .mar_left {
        margin-left: 57% !important;
    }
    .mar_right {
        margin-right: 10%;
    }
}

@media (max-width: 768px) and (min-width:420px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 25%;
        float: left;
        height: 200px;
    }
}

@media (max-width: 420px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 50%;
        float: left;
    }
}

@media(max-width: 1112px) and (min-width:800px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 20.285714285714285714285714285714%;
        float: left;
        height: 200px;
    }
}

@media (min-width: 1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 16.285714%;
    }
}

@media (max-width:425px) and ( min-width:320px) {
    .info::after {
        position: absolute;
        top: 65%;
        right: 2%;
    }
    .info::before {
        position: absolute;
        top: 65%;
        right: 65%;
    }
}