/*
Theme Name: Petrodiamond
Author: Hero
 */
/* Global Classes starts */

/* latin-ext */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: local('Raleway Light'), local('Raleway-Light'), url(https://fonts.gstatic.com/s/raleway/v11/ZKwULyCG95tk6mOqHQfRBCEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: local('Raleway Light'), local('Raleway-Light'), url(https://fonts.gstatic.com/s/raleway/v11/-_Ctzj9b56b8RgXW8FArifk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v11/yQiAaD56cjx1AooMTSghGfY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v11/0dTEPzkLWceF7z0koJaX1A.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(https://fonts.gstatic.com/s/raleway/v11/STBOO2waD2LpX45SXYjQBSEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(https://fonts.gstatic.com/s/raleway/v11/xkvoNo9fC8O2RDydKj12b_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v11/WmVKXVcOuffP_qmCpFuyzSEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v11/JbtMzqLaYbbbCL9X6EvaI_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

* {
    outline: none;
}

div,form,P {
    margin: 0;
    padding: 0;
}

A IMG /* This Class will disble border over any link on images*/ {
    border: none;
    outline: none;
}

a {
    text-decoration: underline;
    color: #004274;
}

a:hover {
    text-decoration: none;
    color: #cb0202;
}

p {
    color: #000;
    padding: 5px 0;
    margin: 5px 0;
}

p a {
    text-decoration: underline;
    color: #004274;
}

p a:hover {
    text-decoration: none;
    color: #cb0202;
}

UL {
    /* Controls NORMAL UL */
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #000;
}

UL LI {
    /* Controls NORMAL li inside UL */
    margin: 0;
    padding: 0;
}

UL strong {
    font-size: 15px;
}

OL {
    /* Controls NORMAL OL */
    margin: 0 0 0 28px;
    padding: 0;
    list-style-type: decimal;
    font-size: 15px;
}

OL LI {
    /* Controls NORMAL li inside OL */
    text-decoration: none;
    color: #000;
    font-family: 'Raleway',sans-serif;
    padding: 10px;
    margin: 0;
}

OL LI A,LI A,OL A {
    /* Controls LINKS inside OL */
    text-decoration: underline;
    color: #004274;
}

OL A:HOVER {
    /* Controls LINKS HOVER inside OL */
    text-decoration: none;
    color: #cb0202;
}

UL A {
    /* Controls LINKS inside UL */
    text-decoration: underline;
    color: #004274;
}

UL A:HOVER {
    /* Controls LINKS HOVER inside UL */
    text-decoration: none;
    color: #cb0202;
}

/* ----Global Classes ends-----*/
html,body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway',sans-serif;
}

.clr {
    clear: both;
}

.header_top {
    margin: 0;
    padding: 15px 0 10px;
    background: #244293;
}

.header_top_wrapper {
    margin: 0 auto;
    padding: 0;
    width: 1160px;
    text-align: right;
}

.header_top_wrapper a {
    margin: 0;
    padding: 5px 0;
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.header_top_wrapper a:hover {
    color: #fff;
}

.header_wrapper {
    margin: 0 auto;
    padding: 18px 0;
    width: 1160px;
}

.header_wrapper_left {
    margin: 0;
    padding: 0;
    width: 375px;
    float: left;
}

.header_wrapper_left img {
    margin: 0;
    padding: 0;
}

.navigation_right {
    margin: 0;
    padding: 0;
    width: auto;
    float: right;
    text-align: right;
}

.navigation_right ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.navigation_right ul li {
    margin: 0 18px !important;
    padding: 0;
    text-decoration: none;
    display: inline-block;
}

.navigation_right ul li a {
    margin: 0;
    padding: 8px 0;
    text-decoration: none;
    display: block;
    color: #2b3b84;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 5px solid #fff;
}

.navigation_right ul li a:hover {
    border-bottom: 5px solid #cf232c;
}

.navigation_right ul li.current-menu-item a {
    border-bottom: 5px solid #cf232c;
}

.navigation_right ul li:last-child a {
    padding-right: 0;
}

/*_____ Submenu css Start __________*/
.navigation_right ul ul {
    display: none;
    margin: 0;
    padding: 0;
    width: 200px;
    z-index: 99999;
    background: #5b9ad4;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: -40px;
    text-align: left;
}

.navigation_right li:hover > a,.navigation_right ul li:hover > ul {
    display: block;
}

.navigation_right ul ul li {
    margin: 0 !important;
    display: block;
    width: 100%;
}

.navigation_right ul ul li a {
    color: #fff !important;
    font-weight: 400;
    height: auto;
    font-size: 14px;
    padding: 10px;
    margin: 0;
    width: auto;
    text-transform: none;
    background: none !important;
    font-family: 'Raleway',sans-serif;
    border: none !important;
}

.navigation_right ul ul li a:hover {
    background: #3272ad !important;
    color: #fff !important;
    border: none !important;
    border-bottom: 2px solid #cf232c !important;
}

.navigation_right ul ul li.current_page_item a {
    background: #3272ad !important;
    color: #fff !important;
    border: none !important;
    border-bottom: 2px solid #cf232c !important;
}

.navigation_right ul li:hover > ul {
    display: block;
}

.navigation_right .current-menu-item > a,.navigation_right .current-menu-ancestor > a,.navigation_right .current_page_item > a,.navigation_right .current_page_ancestor > a {
    border-bottom: 5px solid #cf232c;
}

/*----------Third Level-------------------*/
.navigation_right ul li.hover,.navigation_right ul li:hover {
    position: relative;
    cursor: default;
}

.navigation_right ul li:hover > ul {
    visibility: visible;
}

/*_____ Submenu css ends __________*/
.banner {
    margin: 0;
    padding: 0;
}

.banner img {
    margin: 0;
    padding: 0;
    width: 100%;
}

.caption {
    margin: 0;
    padding: 0;
    width: 100%;
    position: inherit !important;
    z-index: 999;
}

.caption_wrapper {
    margin: 0 auto;
    padding: 0;
    width: 1160px;
}

.caption_wrapper_right {
    margin: 0;
    padding: 0;
    width: 450px;
    float: right;
}

.caption h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 62px !important;
    font-weight: 300;
    font-style: italic;
    line-height: 75px !important;
}

.body_wrapper {
    margin: 0 auto;
    padding: 60px 0 80px;
    width: 1160px;
}

.body_wrapper p {
    margin: 0 0 20px;
    padding: 0;
    color: #4c4c4c;
    font-size: 15px;
    line-height: 25px;
}

.body_wrapper ul li {
    margin: 0 0 0px 20px;
    padding: 0;
    color: #4c4c4c;
    font-size: 15px;
    line-height: 25px;
    list-style-type: disc;
}

.body_wrapper ul {
    margin-bottom: 20px;
}

.lorem {
    margin: 0 0 50px;
    padding: 0;
}

.lorem_left {
    margin: 0;
    padding: 0;
    width: 530px;
    float: left;
}

.lorem_left p {
    margin: 0;
    padding: 0;
    color: #2b3b85;
    font-size: 38px;
    font-weight: 300;
    line-height: 48px;
}

.lorem_right {
    margin: 0;
    padding: 0;
    width: 550px;
    float: right;
}

.lorem_right h3 {
    margin: 0;
    padding: 0 0 10px;
    color: #2b3b85;
    font-size: 18px;
    font-weight: 700;
}

.lorem_right p {
    margin: 0;
    padding: 0 0 10px;
    color: #4c4c4c;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
}

.ipsum {
    margin: 0 -59px 30px 0;
    padding: 0;
}

.archive-btn {
    text-align: center;
}

.archive-btn a {
    background: #244293;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    padding-bottom: 0;
    padding: 17px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

.ipsum_full {
    width: 100%;
    clear:both;
    display: block;
}

.ipsum_full p {
    width: 200px; display: inline-block;
    vertical-align: middle;
}

.ipsum_full h3 {
    background: #244293;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    padding-bottom: 0;
    padding: 17px;
    height: 40px;display: inline-block;
    vertical-align: middle;
}

.ipsum_left {
    margin: 0 56px 0 0;
    padding: 0;
    width: 350px;
    float: left;
}

.ipsum_left img {
    margin: 0;
    padding: 0 0 25px;
}

.ipsum_left h3 {
    margin: 0;
    padding: 0 0 10px;
    color: #2b3b85;
    font-size: 18px;
    font-weight: 700;
}

.ipsum_left p {
    margin: 0;
    padding: 0 0 15px;
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}

.read {
    margin: 0;
    padding: 0;
    width: 111px;
}

.read a {
    margin: 0;
    padding: 6px 0;
    text-decoration: none;
    display: block;
    background: #cf242d;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-radius: 3px;
}

.read a:hover {
    background: #bc2029;
    color: #fff;
}

.jorgen {
    margin: 50px 0 -4px;
    padding: 0;
    background: #f3f3f3;
}

.jorgen_wrapper {
    margin: 0 auto;
    padding: 0;
    width: 1020px;
}

.jorgen_wrapper_left {
    margin: 110px 0 0;
    padding: 0;
    width: 455px;
    float: left;
    text-align: center;
}

.jorgen_wrapper_left p {
    margin: 0;
    padding: 0 0 25px;
    color: #2b3b85;
    font-size: 62px;
    font-weight: 300;
    line-height: 75px;
    font-style: italic;
}

.jorgen_wrapper_left h3 {
    margin: 0;
    padding: 0;
    color: #2b3b85;
    font-size: 30px;
    font-weight: 600;
}

.jorgen_wrapper_left h3 span {
    margin: 0;
    padding: 0;
    color: #2b3b85;
    font-size: 30px;
    font-weight: 400;
    display: block;
}

.jorgen_wrapper_right {
    margin: 0;
    padding: 0;
    width: 321px;
    float: right;
}

.jorgen_wrapper_right img {
    margin: -55px 0 0 -160px;
    padding: 0;
    position: relative;
    width: 100%;
}

.source {
    margin: 0;
    padding: 90px 0;
    background: #244293;
}

.source_wrapper {
    margin: 0 auto;
    padding: 0;
    width: 1160px;
}

.source_wrapper_left {
    margin: 0 34px;
    padding: 0;
    width: 125px;
    float: left;
    text-align: center;
}

.source_wrapper_left img {
    margin: 0;
    padding: 0 0 15px;
}

.source_wrapper_left h3 {
    margin: 0;
    padding: 0 0 3px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.source_wrapper_left p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.news {
    margin: 0 auto;
    padding: 50px 0 0;
    width: 1160px;
    border: 0 solid;
}

.latest {
    margin: 0 -50px 0 0;
    padding: 0;
}

.latest h3 {
    margin: 0;
    padding: 0 0 50px;
    color: #2b3b85;
    font-size: 38px;
    font-weight: 300;
    text-align: center;
}

.latest_left {
    margin: 0 45px 50px;
    padding: 0;
    width: 515px;
    float: left;
}

.post_left {
    margin: 0;
    padding: 0;
    width: 150px;
    float: left;
}

.post_left img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.post_right {
    margin: 0;
    padding: 0;
    width: 345px;
    float: right;
}

.post_right h4 {
    margin: 0;
    padding: 0 0 5px;
    color: #2b3b85;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.post_right h4 span {
    margin: 0;
    padding: 0;
    color: #cf232c;
    font-size: 14px;
    font-weight: 600;
    display: block;
    font-style: italic;
}

.post_right p {
    margin: 0;
    padding: 0;
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.post_right p a {
    margin: 0;
    padding: 0;
    color: #2b3b85;
    font-size: 15px;
    font-weight: 400;
}

.post_right p a:hover {
    text-decoration: none;
}

.post_right h4 a {
    text-decoration: none;
}

.latest_left:last-child {
    margin-bottom: 0;
}

.footer {
    margin: 0;
    padding: 0 0 80px;
}

.footer_wrapper {
    margin: 0 auto;
    padding: 0;
    width: 1160px;
}

.footer_wrapper_left {
    margin: 0;
    padding: 0;
    width: /*885px*/ 40%;
    float: left;
}

.careers {
    margin: 0 55px 0 0;
    padding: 0;
    width: 238px;
    float: left;
}

.careers h3 {
    margin: 0;
    padding: 0;
    color: #2b3b85;
    font-size: 20px;
    font-weight: 600;
}

.careers p {
    margin: 0;
    padding: 0 0 30px;
    color: #4c4c4c;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.careers img {
    margin: 0;
    padding: 10px 0 0;
}

.footer_wrapper_right {
    margin: 0;
    padding: 0;
    width: /*270px*/50%;
    float: right;
}

.footer_wrapper_right h3 {
    margin: 0;
    padding: 0;
    color: #2b3b85;
    font-size: 20px;
    font-weight: 600;
}

.footer_wrapper_right_inpt {
    margin: 0 0 10px;
    padding: 11px 12px;
    width: 116px;
    border: none;
    border-radius: 3px;
    background: #f2f2f2;
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 500;
    float: left;
    font-family: 'Raleway',sans-serif;
}

.footer_wrapper_right_inpt1 {
    margin: 0 0 10px;
    padding: 11px 12px;
    width: 96px;
    border: none;
    border-radius: 3px;
    background: #f2f2f2;
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 500;
    float: right;
    font-family: 'Raleway',sans-serif;
}

.footer_wrapper_right_inpt3 {
    margin: 0 0 10px;
    padding: 11px 12px;
    width: 246px;
    border: none;
    border-radius: 3px;
    background: #f2f2f2;
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Raleway',sans-serif;
}

.footer_wrapper_right_taxt {
    margin: 0 0 15px;
    padding: 11px 12px;
    width: 246px;
    border: none;
    border-radius: 3px;
    background: url(images/msg.png) #f2f2f2 right 67px no-repeat;
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 500;
    height: 72px;
    font-family: 'Raleway',sans-serif;
}

.footer_wrapper_right label {
    margin: 0;
    padding: 0;
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
}

.footer_bottom {
    margin: 0;
    padding: 20px 0;
    background: #244293;
}

.footer_bottom_wrapper {
    margin: 0 auto;
    padding: 0;
    width: 1160px;
}

.footer_bottom_wrapper_left {
    margin: 0 330px 0 0;
    padding: 0;
    width: 220px;
    float: left;
}

.footer_bottom_wrapper_left p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

.footer_bottom_wrapper_middle {
    margin: 0;
    padding: 0;
    width: 145px;
    float: left;
    vertical-align: bottom;
}

.footer_bottom_wrapper_middle p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

.footer_bottom_wrapper_middle p a {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
}

.footer_bottom_wrapper_middle p a:hover {
    text-decoration: none;
}

.footer_bottom_wrapper_right {
    margin: 0;
    padding: 0;
    width: 120px;
    float: right;
    text-align: right;
}

.footer_bottom_wrapper_right p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

/*******************about********************/
.banner_inner {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 999;
}

.banner_inner img {
    margin: 0;
    padding: 0;
    width: 100%;
}

.caption_inner {
    margin: 70px 0 0;
    padding: 0;
    width: 100%;
    position: absolute;
}

.caption_inner_wrapper {
    margin: 0 auto;
    padding: 0;
    width: 1160px;
    text-align: right;
}

.caption_inner_wrapper h2 {
    margin: 0 1% 0 0;
    padding: 0;
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    font-style: italic;
    text-shadow: 0 0 3px #555;
}

.lorem1 {
    margin: 0;
    padding: 0;
}

.lorem1_left {
    margin: 0;
    padding: 0;
    width: 530px;
    float: left;
}

.lorem1_left h3 {
    margin: 0;
    padding: 0 0 10px;
    color: #2b3b85;
    font-size: 18px;
    font-weight: 700;
}

.lorem1_left p {
    margin: 0;
    padding: 0 0 10px;
    color: #4c4c4c;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
}

.lorem1_right {
    margin: 0;
    padding: 0;
    width: 550px;
    float: right;
}

.lorem1_right p {
    margin: 0;
    padding: 0;
    color: #cf242d;
    font-size: 38px;
    font-weight: 300;
    line-height: 48px;
}

.our {
    margin: 10px 0 0;
    padding: 0;
    width: 112px;
}

.our a {
    margin: 0;
    padding: 6px 0;
    text-decoration: none;
    display: block;
    background: #244293;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    text-align: center;
}

.our a:hover {
    background: #294ba8;
}

.get {
    margin: 10px 0 0;
    padding: 0;
    width: 112px;
}

.get a {
    margin: 0;
    padding: 6px 0;
    text-decoration: none;
    display: block;
    background: #cf242d;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    text-align: center;
}

.get a:hover {
    background: #be242c;
}

.footer_border {
    margin: 0 0 70px;
    padding: 0;
    width: 100%;
    text-align: center;
}

.footer_border img {
    margin: -75px 0 0;
    padding: 0;
    width: 100%;
}

.footer1_border {
    margin: 0 0 70px;
    padding: 0;
    width: 100%;
    text-align: center;
}

.footer1_border img {
    margin: 0;
    padding: 0;
    width: 100%;
}

.footer1_border1 {
    margin: 0 0 70px;
    padding: 0;
    width: 100%;
    text-align: center;
}

.footer1_border1 img {
    margin: -55px 0 -4px;
    padding: 0;
    width: 100%;
    background: /*#f3f3f3*/ #FFF;
}

/*******************business********************/
.space {
    margin: 40px 0 0;
    padding: 0;
}

.business {
    margin: 0 0 50px;
    padding: 0;
}

.business p {
    margin: 0;
    padding: 0;
    color: #2b3b85;
    font-size: 38px;
    font-weight: 300;
    line-height: 1.2;
}

/*******************project********************/
.project {
    margin: 0 0 0 1px;
    padding: 0;
    border-top: 1px solid #e5e5e5;
}

.project_left {
    margin: 0;
    padding: 30px;
    width: 517px;
    float: left;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.dolore {
    margin: 0;
    padding: 0;
    width: 515px;
    float: left;
}

.load {
    margin: 40px auto 0;
    padding: 0;
    width: 150px;
}

.load a {
    margin: 0;
    padding: 6px 0;
    text-decoration: none;
    display: block;
    background: #cf242d;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    text-align: center;
}

.load a:hover {
    background: #be242c;
}

/*******************contact********************/
.contact {
    margin: 0;
    padding: 0;
}

.contact_left {
    margin: 0;
    padding: 0;
    width: 530px;
    float: left;
}

.contact_left h1 {
    margin: 0;
    padding: 0 0 30px;
    color: #2b3b85;
    font-size: 38px;
    font-weight: 300;
    line-height: 48px;
}

.contact_left p {
    margin: 0;
    padding: 0;
    color: #2a2628;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.contact_right {
    margin: 0;
    padding: 0;
    width: 550px;
    float: right;
}

.contact_right_inpt {
    margin: 0 0 5px;
    padding: 13px 15px;
    width: 520px;
    border: none;
    border-radius: 3px;
    background: #f2f2f2;
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Raleway',sans-serif;
}

.contact_right_taxt {
    margin: 0 0 5px;
    padding: 13px 15px;
    width: 520px;
    border: none;
    border-radius: 3px;
    background: #f2f2f2;
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Raleway',sans-serif;
    height: 128px;
}

.contact_right_inpt1 {
    margin: 0 0 15px;
    padding: 13px 15px;
    width: 242px;
    border: none;
    border-radius: 3px;
    background: #f2f2f2;
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Raleway',sans-serif;
    float: left;
}

.contact_right_inpt2 {
    margin: 0 0 15px;
    padding: 13px 15px;
    width: 242px;
    border: none;
    border-radius: 3px;
    background: #f2f2f2;
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Raleway',sans-serif;
    float: right;
}

.contact_right_btn {
    margin: 0;
    padding: 6px 0;
    border: none;
    width: 130px;
    background: #cf242d;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
    font-family: 'Raleway',sans-serif;
    cursor: pointer;
}

.contact_right_btn:hover {
    background: #be242c;
}

.map {
    margin: 0 0 -5px;
    padding: 0;
}

.iframe {
    margin: 0;
    padding: 0;
}

/*******************thankyou********************/
.thankyou {
    margin: 0;
    padding: 0;
    text-align: center;
}

.thankyou h3 {
    margin: 0;
    padding: 0 0 20px;
    color: #2b3b85;
    font-size: 38px;
    font-weight: 400;
}

.thankyou p {
    margin: 0;
    padding: 0 0 30px;
    color: #2a2628;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.thankyou img {
    margin: 0;
    padding: 20px 0 40px;
}

.backto {
    margin: 0 auto;
    padding: 0;
    width: 160px;
}

.backto a {
    margin: 0;
    padding: 6px 0;
    text-decoration: none;
    display: block;
    background: #cf242d;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    text-align: center;
}

.backto a:hover {
    background: #be242c;
}

/*******************project-inner********************/
.project_inner_left {
    margin: 0;
    padding: 0;
    width: 503px;
    float: left;
}

.project_inner_left img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.project_inner_right {
    margin: 0;
    padding: 0;
    width: 606px;
    float: right;
}

.project_inner_right h3 {
    margin: 0;
    padding: 0 0 20px;
    color: #244293;
    font-size: 25px;
    font-weight: 600;
}

.project_inner_right h3 span {
    margin: 0;
    padding: 0;
    color: #cf242d;
    font-size: 18px;
    font-weight: 500;
    display: block;
    font-style: italic;
}

.project_inner_right p {
    margin: 0;
    padding: 0 0 30px;
    color: #2a2628;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.share {
    margin: 0 0 25px;
    padding: 20px;
    background: #fafafa;
    border: 1px solid #e2e2e2;
}

.project_inner_right h2 {
    margin: 10px 0;
    padding: 0;
    color: #2b3b84;
    font-size: 17px;
    font-weight: 500;
    float: left;
}

.share img {
    margin: 0;
    padding: 0 0 0 50px;
    vertical-align: middle;
}

.previous {
    margin: 0;
    padding: 0;
}

.previous_left {
    margin: 0;
    padding: 0;
}

.previous_left a {
    margin: 0;
    padding: 6px 0;
    text-decoration: none;
    display: block;
    background: #cf242d;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    text-align: center;
}

.previous_left a:hover {
    background: #be242c;
}

.previous_right {
    margin: 0;
    padding: 0;
    width: 150px;
    float: right;
}

.previous_right a {
    margin: 0;
    padding: 6px 0;
    text-decoration: none;
    display: block;
    background: #cf242d;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    text-align: center;
}

.previous_right a:hover {
    background: #be242c;
}

/*------------ */
.sldr_title {
    display: none !important;
}

#testimonial_slider_recent_wrap {
    width: 100% !important;
    max-width: 100% !important;
}

.testimonial_slideri {
    background: none !important;
}

#testimonial_ssliderc_wid-3 {
    float: left !important;
    width: 100% !important;
}

.testimonial_slider__default .testimonial_quote {
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
    background: none !important;
    text-align: center;
}

#testimonial_slider_testimonials_wrap {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
}

.testimonial_slider__default .testimonial_by_wrap {
    display: none !important;
}

.testimonial_quote span p {
    margin: 0;
    padding: 0 0 25px;
    color: #2b3b85;
    font-size: 50px;
    font-weight: 300;
    line-height: 75px;
    font-style: italic;
    font-family: 'Raleway',sans-serif;
}

.testimonial_quote h3 {
    margin: 0;
    padding: 0;
    color: #2b3b85;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Raleway',sans-serif;
    font-style: normal;
}

.testimonial_quote h3 span {
    margin: 0;
    padding: 20px 0 0;
    color: #2b3b85;
    font-size: 30px;
    font-weight: 400 !important;
    display: block;
    font-family: 'Raleway',sans-serif;
    font-style: normal;
}

.testimonial_wrapper {
    height: 350px !important;
    width: 100% !important;
}

.testimonial_slideri {
    height: auto !important;
}

#testimonial_slider_testimonials {
    height: auto !important;
    margin: 50px 0 0;
    width: 100% !important;
}

.testimonial_slider__default .testimonial_nav_arrow_wrap {
    display: none !important;
}

.testimonial_slider__default .testimonial_nav {
    display: none !important;
}

#testimonial_ssliderc_wid-2 {
    display: none !important;
}

.gform_wrapper .top_label .gfield_label {
    display: none !important;
}

.gform_wrapper {
    width: 100% !important;
    margin: 0 !important;
}

.gform_wrapper .gfield_date_day label,.gform_wrapper .gfield_date_month label,.gform_wrapper .gfield_date_year label,.gform_wrapper .gfield_time_ampm label,.gform_wrapper .gfield_time_hour label,.gform_wrapper .gfield_time_minute label,.gform_wrapper .ginput_complex label,.gform_wrapper .instruction {
    display: none !important;
}

.gform_wrapper .ginput_complex span.name_first,.gform_wrapper .ginput_complex span.name_last,.gform_wrapper .ginput_complex span.name_middle {
    min-height: 0 !important;
}

#input_1_1_3 {
    margin: 0;
    padding: 10px 5px;
    width: 93%;
    border: none;
    border-radius: 3px;
    background: #f2f2f2;
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Raleway',sans-serif;
}

#input_1_1_6 {
    margin: 0;
    padding: 10px 5px;
    width: 93%;
    border: none;
    border-radius: 3px;
    background: #f2f2f2;
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Raleway',sans-serif;
}

#input_1_2 {
    margin: 0;
    padding: 10px 5px;
    width: 96%;
    border: none;
    border-radius: 3px;
    background: #f2f2f2;
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Raleway',sans-serif;
}

#input_1_3 {
    margin: 0;
    padding: 10px 5px 0;
    width: 96%;
    border: none;
    border-radius: 3px;
    background: url(images/msg.png) #f2f2f2 right bottom no-repeat;
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 500;
    height: 80px;
    font-family: 'Raleway',sans-serif;
}

.gform_wrapper .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
}

#gform_submit_button_1 {
    margin: 10px 0;
    padding: 6px 0;
    border: none;
    width: 130px;
    background: #cf242d;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    font-family: 'Raleway',sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
}

#gform_submit_button_1:hover {
    background: #be242c;
}

button.alm-load-more-btn {
    background: #cf242d none repeat scroll 0 0 !important;
    font-size: 15px;
    padding: 5px 20px;
    font-weight: 300;
    line-height: normal;
    height: auto;
}

button.alm-load-more-btn.done {
    opacity: 0;
    background-color: #cf242d !important;
}

#load-more {
    background: #cf242d !important;
    cursor: pointer;
}

.entry-header {
    display: none !important;
}

.post-thumbnail {
    display: none !important;
}

.contact {
    margin: 0;
    padding: 0;
}

#field_2_1 {
    margin: 0;
    width: 100% !important;
}

#field_2_2 {
    margin: 0;
    width: 100% !important;
}

#field_2_3 {
    margin: 0;
    width: 100% !important;
}

#field_2_4 {
    margin: 0;
    width: 100% !important;
}

#input_2_1 {
    margin: 0;
    padding: 13px 15px;
    width: 94%;
    border: none;
    border-radius: 3px;
    background: #f2f2f2;
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Raleway',sans-serif;
}

#input_2_2 {
    margin: 0;
    padding: 13px 15px;
    width: 94%;
    border: none;
    border-radius: 3px;
    background: #f2f2f2;
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Raleway',sans-serif;
}

#input_2_3 {
    margin: 0;
    padding: 13px 15px;
    width: 94%;
    border: none;
    border-radius: 3px;
    background: #f2f2f2;
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Raleway',sans-serif;
}

#input_2_4 {
    margin: 0 0 5px;
    padding: 13px 15px;
    width: 94%;
    border: none;
    border-radius: 3px;
    background: #f2f2f2;
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Raleway',sans-serif;
}

#input_2_5 {
    margin: 0;
    padding: 11px 15px;
    width: 91%;
    border: none;
    border-radius: 3px;
    background: #f2f2f2;
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Raleway',sans-serif;
}

.gform_wrapper h3.gform_title {
    display: none !important;
}

.gform_fields_2 {
    width: 100% !important;
}

.gform_body {
    width: 100% !important;
}

.gform_wrapper .gfield_captcha_input_container {
    float: right;
    width: 69% !important;
    padding: 0 !important;
}

.gform_wrapper .gfield_captcha_container img.gfield_captcha {
    width: 30%;
    border-radius: 4px;
}

.gfield_captcha_container {
    width: 100%;
}

#gform_submit_button_2 {
    margin: 10px 0;
    padding: 6px 0;
    border: none;
    width: 130px;
    background: #cf242d;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    font-family: 'Raleway',sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
}

#gform_submit_button_2:hover {
    background: #be242c;
}

.gallery_pic {
    margin: 0;
    padding: 0;
}

.gallery_box_single .gallery.clearfix {
    width: 100%;
}

.gallery .gllr_image_block {
    width: 23%;
    margin: 0 1% 1%;
}

.gllr_image_block p {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.gllr_image_block img {
    width: 100% !important;
    height: auto !important;
}

.apsc-theme-3 .social-icon {
    min-width: 25px;
}

.apsc-theme-3 .media-name {
    display: none;
}

.apsc-theme-3 .apsc-count {
    min-width: 25px;
    padding: 7px 5px 3px;
}

#apsc_widget-2 {
    float: right !important;
}

.apsc-theme-3 .apsc-each-profile {
    margin: 4px !important;
}

.nav-links {
    margin: 0;
    padding: 0;
}

span.prev {
    margin: 0;
    padding: 6px 0;
    text-decoration: none;
    display: block;
    background: #cf242d;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    text-align: center;
    float: left;
    width: 150px;
}

span.prev:hover {
    background: #be242c;
}

span.next {
    margin: 0;
    padding: 6px 0;
    text-decoration: none;
    display: block;
    background: #cf242d;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    text-align: center;
    float: right;
    width: 150px;
}

span.next:hover {
    background: #be242c;
}

h1.screen-reader-text {
    display: none;
}

#ewd-feup-login-form-div {
    width: 300px;
    float: none;
    margin: 0 auto;
}

.ewd-feup-field-label {
    padding: 0;
}

.feup-pure-button {
    border: none;
    margin: 0;
    padding: 10px;
    border-radius: 4px;
}

.ewd-feup-text-input {
    border: none;
    background: #f2f2f2;
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Raleway',sans-serif;
    border-radius: 4px;
    width: 93%;
}

/*** talbe on /tgp-pricing/ **/
.table-wrapper { overflow: auto; margin-bottom: 15px; }

.tgp-table {
    border-collapse: collapse;
    width: 100%;
    max-width: 700px;
    min-width: 450px;
}

.tgp-table .tgp-table-head th {
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #0066cb;
    padding: 10px 0;
}

.tgp-table td {
    text-align: center;
    min-height: 25px;
}

.post-11 h3 {
    text-decoration: underline;
}

.post-11 ol li {
    text-decoration: none;
}

/*** End talbe on /tgp-pricing/ **/

/*Laptop*/
@media screen
and (min-device-width: 1200px)
and (max-device-width: 1600px)
and (-webkit-min-device-pixel-ratio: 1) {

    .footer1_border1 img
    {
        margin: -71px 0 0;
    }
}

#choice_1_4_1
{
    margin-left: 4px;
}

.ipsum_left .more-link {
    display: none;
}

.ipsum_left a {
    text-decoration: none;
}

#wpgmza_map {
    margin-bottom: 30px;
}

.rtbs .rtbs_menu li a.active {
    color: #000;
    background-color: rgba(0, 0, 0, 0.2);
}

.rtbs ol li {
    text-decoration: none;
}

.rtbs ul li {
    list-style-type: disc;
    margin: 0 0 10px;
    padding: 0;
    color: #4c4c4c;
    font-size: 15px;
    line-height: 25px;
}

.rtbs ul {
    margin-bottom: 10px;
}

p.lighter {
    color: #777;
}

.gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
    width: 94%;
    height: 44px;
    padding-left: 10px;
    background: #f2f2f2;
    color: #a3a3a3;
    border: #f2f2f2;
    margin: 0 0 5px;
    padding: 13px 15px;
    font-size: 15px;
    border-radius: 3px;
}

.project_inner_right ul li {
    margin: 0 0 0 20px;
    padding: 0 0 10px;
    color: #2a2628;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    list-style-type: disc;
}

.project_inner_right ul.quality {
    margin-top: -20px;
    margin-bottom: 20px;
}

.footer a {
    text-decoration: none;
}

.fuel h3 {
    margin: 0;
    padding: 0 0 10px;
    color: #2b3b85;
    font-size: 18px;
    font-weight: 700;
}

.fuel-left {width: 50%; margin-right: 5%; display: inline-block; vertical-align: top;}

.fuel-right {width: 40%; display: inline-block; vertical-align: top;}

.footer_wrapper_left ul li {height: 25px;}

.footer_wrapper_left ul ul {display: none;}

.category-business .entry-content {margin-bottom: 80px;}

.ipsum_left h3.pdf{
    background: #244293;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    padding-bottom: 0;
    padding: 17px;
    height: 40px;
}

.subclick { display: none; }

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}