/*
Theme Name: Carlsbad Electrical Child
Template: carlsbad-electrical
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: carlsbad-electrical

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@charset "utf-8";
@charset "utf-8";


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
    font-family: sans-serif;
    /* 1 */
    
    -ms-text-size-adjust: 100%;
    /* 2 */
    
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
/**
 * Remove default margin.
 */

ul {
    list-style: none;
}
a {
    text-decoration: none;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    
    vertical-align: baseline;
    /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}
/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    
    font: inherit;
    /* 2 */
    
    margin: 0;
    /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    
    cursor: pointer;
    /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    
    padding: 0;
    /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    
    box-sizing: content-box;
    /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    
    padding: 0;
    /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}

::-moz-selection {
    background-color: #007d9d;
    color: #fff;
    text-shadow: none;
}
::selection {
    background-color: #007d9d;
    color: #fff;
    text-shadow: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder{
    color: inherit;
    opacity:0.7;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder{
    color: inherit;
    opacity:0.7;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder{
    color: inherit;
    opacity:0.7;
    background: url(images/);
}


@font-face {
    font-family: 'Butler';
    src: url('font-face/Butler-Black.woff2') format('woff2'),
        url('font-face/Butler-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butler';
    src: url('font-face/Butler-ExtraBold.woff2') format('woff2'),
        url('font-face/Butler-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butler';
    src: url('font-face/Butler-Bold.woff2') format('woff2'),
        url('font-face/Butler-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butler';
    src: url('font-face/Butler-UltraLight.woff2') format('woff2'),
        url('font-face/Butler-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butler';
    src: url('font-face/Butler-Light.woff2') format('woff2'),
        url('font-face/Butler-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butler';
    src: url('font-face/Butler.woff2') format('woff2'),
        url('font-face/Butler.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butler';
    src: url('font-face/Butler-Medium.woff2') format('woff2'),
        url('font-face/Butler-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif !important;
}
.container:after,
.container:before {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
    margin: 0;
    padding: 0;
}
img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    height: auto !important;
    display: block;
}

a, button, input{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a{
    text-decoration:none !important;
}

/**************global css end*******/

#prelodaer{
    position: fixed;
    width: 100%;
    height: 100%;
    background:#fff;
    top: 0;
    left: 0;
    z-index: 999;
}

.container{
  position: relative;
  max-width:1625px !important;
  margin: 0 auto;
  padding: 0 15px;
  width: 100% !important;
}
.banner-section{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   position: relative;
}
.banner-caption{
    padding: 340px 0;
    text-align: center;
}
.overlay-banner{
position: absolute;
content: "";
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.4);
height: 100%;
width: 100%;
}
/*====================================== Start navigation ========================================*/
.nav_and_mail .nav_sec{
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
.nav_and_mail .nav_sec ul{
  width: 100%;
  float: left;
  margin:0;
  padding: 0;
  text-align: center;
}

.nav_and_mail .nav_sec ul li{
  display: inline-block;
  vertical-align: middle;
  margin-right: 129px;
  padding: 30px 0;
  position: relative;
}
.nav_and_mail .nav_sec ul li:last-child{
    margin-right: 0;
}


.nav_and_mail .nav_sec ul li a{
  font-size: 26px;
  color:#ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  display: block;
  position: relative;
  z-index: 99;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
}
.nav_and_mail .nav_sec ul li a:hover{
    color: #ef3f2f;
  transition: all ease-in-out 0.3s;

}

.nav_and_mail .nav_sec ul li a:before{
  content: " ";
  height:0;
  width: 100%;
  background: #0391c6;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  z-index: -9;
}
/* .nav_and_mail .nav_sec ul li:hover > a:before,
.nav_and_mail .nav_sec ul li.active > a:before,
.nav_and_mail .nav_sec ul li.current-menu-item > a:before{
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.nav_and_mail .nav_sec ul li:hover > a,
.nav_and_mail .nav_sec ul li.active > a,
.nav_and_mail .nav_sec ul li.current-menu-item > a{
  color: #fff;
} */

.nav_and_mail .nav_sec ul li ul{
  width: 250px;
  background: #38006c;
  position: absolute;
  top:100%;
  left: 0;
  z-index: 999;
  display: none;
}

.nav_and_mail .nav_sec ul li:hover ul{
  display: block;
}

.nav_and_mail .nav_sec ul li ul li{
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

.nav_and_mail .nav_sec ul li ul li + li{
  border-top: 1px solid #ffffff;
}

.nav_and_mail .nav_sec ul li ul li a {
    margin: 0;
    padding:10px 10px;
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    text-align: left;
}

span.toggle-menu{
  display: none;
}
body,html{
    overflow-x: hidden;
}
.header-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 65px 0 56px;
}
.logo-section img{
    max-width: 400px;
}
.right-contact-top{
    text-align: right;
}



/*====================================== End navigation ========================================*/



.right-contact-top h4{
    font-size: 30px;
    font-weight: 500;
    color: #181818;
    margin-bottom: 25px;
}
.right-contact-top h4 a{
    color: #38006c;
    transition: all ease-in-out 0.3s;
}
.right-contact-top h4 a:hover{
    color: #ef3f2f;
    transition: all ease-in-out 0.3s;
}
.right-contact-top .button a{
    min-width: 270px;
    height: 66px;
    border: 2px solid #38006c;
    display: inline-block;
    line-height: 66px;
    text-align: center;
    color: #38006c;
    font-size: 24px;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;

}
.right-contact-top .button a:hover{
    background-color: #38006c;
    color: #ffff;
    transition: all ease-in-out 0.3s;
}
.nav_and_mail{
    background-color: #38006c;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    border-color: rgb(255 255 255 / 50%);
}

.banner-caption h1{
    font-size: 70px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Libre Baskerville', serif;
    text-shadow: 1px 1px #000000;
    margin-bottom: 20px;
}
.banner-caption h5{
    font-size: 37px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 50px;
    text-shadow: 1px 1px #000000;
}
.banner-caption a{
    min-width: 384px;
    min-height: 91px;
    background-color: #38006c;
    font-weight: 600;
    font-size:  28px;
    text-transform: uppercase;
    color: #ffff;
    display: inline-block;
    line-height: 91px;
    border-radius: 5px;
    letter-spacing: 1px;
    transition: all ease-in-out 0.3s;
    border: 0;
}
.banner-caption a:hover{
    transition: all ease-in-out 0.3s;
background-color: #ffffff;
    color: #38006c;
}
.hm-services-section{
    padding: 58px 0 85px;
}
.left-hm-services .img-sevs{
    position: relative;
    margin-bottom: 26px;
}
.left-hm-services h5{
    position: absolute;
    bottom: 48px;
    left: 0;
    color: #2a2a2a;
    border-radius: 2px;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Libre Baskerville', serif;
    
   
}
.left-hm-services h5 a{
    color: #2a2a2a;
    transition: all ease-in-out 0.3s;
    padding: 12px 20px;
    background-color: rgb(255 255 255 / 69%);
    box-shadow: 0px 4px 11px -4px rgba(0,0,0,0.75);

}
.left-hm-services h5 a:hover{
    transition: all ease-in-out 0.3s;
    background-color: #38006c;
    color: #ffffff;
}

.left-hm-services p{
    font-size: 22px;
    font-weight: 400;
    color: #515151;
    line-height: 30px;
    margin-bottom: 24px;
}
.common-btn a{
    min-width: 258px;
    min-height: 73px;
    display: inline-block;
    background-color: #38006c;
    border: 2px solid #38006c;
    line-height: 73px;
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
    transition: all ease-in-out 0.3s;
}
.common-btn a:hover{
    background-color: transparent;
    border: 2px solid #38006c;
    transition: all ease-in-out 0.3s;
color: #38006c;
}
.left-hm-services{
    margin-bottom: 45px;
    border-bottom: 1px solid #959595;
    padding-bottom: 45px;
}
.left-hm-services + .left-hm-services{
    border-bottom: 0;
    padding-bottom: 0;
}

.top-revies-hm img{
   margin: 0 auto 34px;
}
.hm-services-form form .col-12{
    position: relative;
}
.hm-services-form form img{
    position: absolute;
    right: 35px;
    top: 26px;
}
.right-hm-services{
    padding-left: 8px;
}
.hm-services-form{
    border: 2px solid #acacac;
    background-color: #f7f7f7;
    padding:56px;
    -webkit-box-shadow: 0px 4px 11px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 11px -4px rgba(0,0,0,0.75);
box-shadow: 0px 4px 11px -4px rgba(0,0,0,0.75);
}
.hm-services-form h2{
    font-size: 45px;
    font-weight: bold;
    color: #38006c;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Libre Baskerville', serif;
}
.hm-services-form input{
    padding: 24px 73px 24px 20px;
    border: 0;
    background-color: #ffffff;
    color: #565656;
    font-size: 20px;
    border-radius: 0px;
}
.hm-services-form form textarea{
    background-color: #ffffff;
    color: #565656;
    font-size: 20px;
    border-radius: 4px;
    border: 0;
    resize: none;
    min-height: 328px;
}

.hm-services-form form input::placeholder {
    color: #565656;
    opacity: 1; /* Firefox */
  }
  .hm-services-form form textarea::placeholder {
    color: #565656;
    opacity: 1; /* Firefox */
  }
  
  .hm-services-form form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #565656;
  }
  
  .hm-services-form form input::-ms-input-placeholder { /* Microsoft Edge */
   color: #565656;
  }

  .hm-services-form form .form-control:focus{
    box-shadow: none;
  }
  .hm-services-form form .chse-else{
    border: 1px solid #a5a5a5;
    background-color: #f2f2f2;
    padding: 0px 5px;
    cursor: pointer;
    color: #000000;
    margin-right: 10px;
    border-radius: 2px;
  }
  .hm-services-form form .only-clone01{
    font-size: 16px;
    font-weight: 400;
    color: #565656;
    line-height: 33px;
  }
  .hm-services-form form .file-upt{
    padding: 20px 20px;
    background-color: #ffffff;
  }
  .hm-services-form form input[type="submit"]{
    padding: 0;
    line-height: 69px;
    max-height: 69px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #38006c;
    border: 2px solid #38006c;
    width: 100%;
    transition: all ease-in-out 0.3s;
  }
  .hm-services-form form input[type="submit"]:hover{
    transition: all ease-in-out 0.3s;
    background-color: transparent;
    border: 2px solid #38006c;
    color: #38006c;

  }
  .main-are-hm-product{
    position: relative;
  }
.contents-projt{
    max-width: 1146px;
    height: auto;
    padding: 65px 60px;
    position: absolute;
    top: 248px;
    background-color: #ffffff;
    box-shadow: 0px 4px 11px -4px rgba(0,0,0,0.75);

}
.contents-projt h2{
    font-size: 45px;
    color: #2a2a2a;
    font-weight: bold;
    font-family: 'Libre Baskerville', serif;
    position: relative;
    margin-bottom: 94px;
}
.contents-projt h2::after{
    position: absolute;
    content: "";
    top: 90px;
    left: 0;
    width: 114px;
    height: 9px;
    background-color: #38006c;
}
.hm-project-section{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 760px;
    width: 100%;
    position: relative;
    margin-bottom: 85px;
}
.contents-projt p{
    font-size: 25px;
    color: #515151;
    font-weight: 400;
    margin-bottom: 50px;
}
.contents-projt h6{
    font-size: 30px;
    color: #38006c;
    font-weight: 500;
}
.contents-projt h6 a{
    color: #38006c;
    transition: all ease-in-out 0.3s;
}
.contents-projt h6 a:hover{
    color: #c5171c;
    transition: all ease-in-out 0.3s;
}
.hm-service-about-section{
    padding: 100px 0 112px;
}
.common-cnt-serv-abt{
    background-color: #ffff;
    box-shadow: 0px 4px 11px -4px rgba(0,0,0,0.75);
padding: 28px 74px;
text-align: center;
margin:-66px 30px 0;
z-index: 10;
position: relative;
}
.common-cnt-serv-abt h2{
    font-size: 45px;
    color: #2a2a2a;
    font-weight: bold;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 10px;
}
.common-cnt-serv-abt h2 a{
    color: #2a2a2a;
    transition: all ease-in-out 0.3s;
}
.common-cnt-serv-abt h2 a:hover{
    color: #38006c;
    transition: all ease-in-out 0.3s;
}
.common-cnt-serv-abt p{
    font-size: 20px;
    font-weight: 400;
    color: #515151;
    margin-bottom: 25px;
}

.common-btn-srv a{
    display: inline-block;
    min-width: 325px;
    min-height: 60px;
    background-color: #38006c;
    border: 1px solid #38006c;
    border-radius: 4px;
    line-height: 60px;
   font-size: 20px;
   font-weight: 600;
   color: #ffff;
   transition: all ease-in-out 0.3s;
}
.common-btn-srv a:hover{
    color: #38006c;
   transition: all ease-in-out 0.3s;
   background-color: transparent;
   border: 1px solid #38006c;
}
.hm-review-section{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.review-slider{
    max-width: 940px;
    height: auto;
}

.review-main img{
    padding-top: 20px;
margin-bottom: 20px;
}
.review-main h2{
    font-family: 'Butler';
    font-weight: bold;
    font-size: 54px;
    color: #2a2a2a;
    margin-bottom: 25px;
}
.review-main p{
font-size: 25px;
font-weight: 400;
color: #515151;
}
.review-main p strong{
    font-weight: 500;
color: #515151;

}

.review-btn {
    padding: 30px 0;
}
.review-btn a{
    font-size: 20px;
    font-weight: 500;
    color: #38006c;
    text-transform: uppercase;
   
    display: inline-block;
    transition: all ease-in-out 0.3s;
}
.review-btn a:hover{
    color: #ff1a1a;
    transition: all ease-in-out 0.3s;

}


.review-btn i{
    color: #324a71;
    padding-left:8px;
}
.review-btn a:hover i
{
    color: #ff1a1a;
}
.review-slider .priv-arrow{
    bottom: 48px;
    position: absolute;
    right: 20%;
    padding: 4px 13px;
    background-color: #38006c;
    color: #ffffff;
    font-size: 22px;
    cursor: pointer;
    z-index: 20;
}
.review-slider .next-arrow{
    bottom: 48px;
    position: absolute;
    right: 15%;
    padding: 4px 13px;
    background-color: #38006c;
    color: #ffffff;
    font-size: 22px;
    cursor: pointer;
    z-index: 20;
}

.main_footer{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
}
.footer-section-main{
    padding: 122px 0 50px;
}
.common-area-footer .footer-btn a{
    min-width: 304px;
    min-height: 73px;
    display: inline-block;
    border: 2px solid #ffffff;
    color: #ffffff;
    line-height: 73px;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    border-radius: 4px;
    transition: all ease-in-out 0.3s;

}
.common-area-footer .footer-btn a:hover{
    border: 2px solid #38006c;
    background-color: #38006c;
    color: #ffffff;
    transition: all ease-in-out 0.3s;
    
}

.common-area-footer img{
    margin-bottom: 46px;
}

.common-menu-footer h4{
    font-size: 29px;
    font-weight: 500;
    color: #ffff;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.common-menu-footer ul{
padding: 0;
margin: 0;
}
.common-menu-footer ul li{
    color: #ffff;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
}
.common-menu-footer ul li a{
    color: #ffff;
    transition: all ease-in-out 0.3s;

}

.common-menu-footer ul li a:hover{
    color: #ef3f2f;
    transition: all ease-in-out 0.3s;

}
.right-section-footer-cnt a{
    color: #ffff;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
    
}
.right-section-footer-cnt a:hover{
    color: #ef3f2f;
}

.right-section-footer-cnt{
    margin-bottom: 40px;
}
.qmerit{
	margin-top: 35px !important;
}
.common-menu-footer p a{
    color: #ffff;
    transition: all ease-in-out 0.3s;
}
.common-menu-footer p a:hover{
    color: #18002e;
    transition: all ease-in-out 0.3s;
}
.copyright-section{
    text-align: center;
    background-color: #18002e;
    padding: 30px 0;
}
.copyright-section p{
    font-size: 16px;
    font-weight: 400;
    color: #ffff;
    margin: 0;
}
.copyright-section a{
    color: #ffff;
    transition: all ease-in-out 0.3s;
}
.copyright-section a:hover{
    color: #c5171c;
    transition: all ease-in-out 0.3s;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.inner-banner{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}
.inner-caption h1{
font-size: 72px;
font-weight: bold;
color: #ffffff;
font-family: 'Libre Baskerville', serif;
padding: 185px 0;
margin-bottom: 0;
text-shadow: 0px 2px #000000;
}
.inner-about-section{
    background-color: #f3f3f3;
    padding: 76px 0 70px;
}
.inner-about-main{
    padding: 80px 60px 42px 80px;
    background-color: #fff;
}
.common-inner-img{
    position: relative;
    text-align: center;
    margin-top: 38px;
transition: all ease-in-out 0.3s;
display: inline-block;

}

.common-inner-img:hover a .heading-each h4{
color: #18002e;
transition: all ease-in-out 0.3s;
}

.overlay-each{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(56 0 108 / 52%);
}
.heading-each{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 20;
    width: 100%;
    padding: 10px;
}
.heading-each h4{
    font-size: 35px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Libre Baskerville', serif;
    text-transform: uppercase;
    margin-bottom: 0;
}
.common-inner-img img{
    width: 100%;
}
.inner-about-sle{
    margin-bottom: 17px;
    padding-left: 0px;
}
.common-each-right-about{
    padding-left: 8px;
}
.left-section-about-inner h2{
    font-size: 40px;
    font-weight: bold;
    font-family: 'Libre Baskerville', serif;
    color: #38006c;
    margin-bottom: 20px;
}
.left-section-about-inner h1{
    font-size: 72px;
    font-weight: bold;
    font-family: 'Libre Baskerville', serif;
    color: #38006c;
    margin-bottom: 20px;
    line-height: 78px;
}
.left-section-about-inner h3{
    font-size: 38px;
    font-weight: bold;
    font-family: 'Libre Baskerville', serif;
    color: #38006c;
    margin-bottom: 20px;
}
.left-section-about-inner h4{
    font-size: 36px;
    font-weight: bold;
    font-family: 'Libre Baskerville', serif;
    color: #38006c;
    margin-bottom: 20px;
}
.left-section-about-inner h5{
    font-size: 34px;
    font-weight: bold;
    font-family: 'Libre Baskerville', serif;
    color: #38006c;
    margin-bottom: 20px;
}
.left-section-about-inner h6{
    font-size: 32px;
    font-weight: bold;
    font-family: 'Libre Baskerville', serif;
    color: #38006c;
    margin-bottom: 20px;
}
.left-section-about-inner p{
    font-size: 24px;
    font-weight: 400;
    color: #515151;
    margin-bottom: 30px;
    line-height: 36px;
}
.left-section-about-inner img{
    margin-bottom: 40px;
}

.left-section-about-inner blockquote {
    padding: 24px 10px 24px 24px;
    font-weight: 400;
    background-color: #f3f3f3;
    border-left: 7px solid #38006c;
    color: #38006c;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 35px;
    line-height: 36px;
}

.common-services-inner-about{
    text-align: center;
}

.social-media-sectin-contact{
    text-align: center;
}
.social-media-sectin-contact h2{
    color: #38006c;
    font-size: 45px;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 10px;
    font-family: 'Libre Baskerville', serif;
}
.social-media-sectin-contact ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding: 0;
}
.social-media-sectin-contact ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-right: 20px;
}
.social-media-sectin-contact ul li:last-child{
    margin-right: 0;
}
.social-media-sectin-contact ul li a {
    width: 40px;
    height: 40px;
    background-color: #38006c;
    display: flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    border: 1px solid #38006c;
    transition: all ease-in-out 0.3s;
   
}
.social-media-sectin-contact ul li a:hover {
    border: 1px solid #38006c;
    background-color: transparent;
    color: #38006c;
    transition: all ease-in-out 0.3s;
}
.social-media-sectin-contact ul li a i {
    color: white;
    transition: all ease-in-out 0.3s;
}
.social-media-sectin-contact ul li a:hover i {
    color: #38006c;
    transition: all ease-in-out 0.3s;
}
.left-section-contact-inner img{ 
margin-bottom: 40px;
}
.form-contact-us input {
    border: 1px solid #38006c;
    height: 52px;
    padding: 0 12px;
    font-weight: 300;
    font-size: 16px;
    margin-top: 25px;
}
.form-contact-us .file-upt input {
    border: 1px solid #38006c;
    padding: 10px 12px;
	width: 100%;
}
.wpcf7-not-valid-tip {
    text-align: left;
}
.recaptcha .wpcf7-not-valid-tip {
    text-align: center;
}
.form-contact-us textarea {
    resize: none;
    border: 1px solid #38006c;
    min-height: 210px !important;
    padding: 12px;
    font-weight: 300;
    font-size: 16px;
    margin-top: 25px;
}
.form-contact-us input[type="submit"] {
    background-color: #38006c;
    width: 100%;
    max-width: 150px;
    height: 50px;
    line-height: 48px;
    margin-bottom: 0;
    text-indent: inherit;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    border: 1px solid #38006c;
    border-radius: 6px;
    transition: all ease-in-out 0.3s;
    margin-left: 8px;
}
.form-contact-us input[type="submit"]:hover {
    background-color: transparent;
    border: 1px solid #38006c;
    transition: all ease-in-out 0.3s;
    color: #38006c;
}

.form-contact-us .form-control:focus{
    box-shadow: none;
    border-color: #38006c;
}
.contact-right-are img{
   margin:0 auto 20px;
}
.user-els{
    position: relative;
}
.user-els::after{
    position: absolute;
    top: 26px;
    content: "";
    background-image: url(images/user.png);
    background-repeat: no-repeat;
    right: 43px;
    width: 28px;
    height: 28px;
    background-size: 28px;
}
.email-els{
    position: relative;
}
.email-els::after{
    position: absolute;
    top: 31px;
    content: "";
    background-image: url(images/email.png);
    background-repeat: no-repeat;
    right: 43px;
    width: 28px;
    height: 18px;
    background-size: 28px;
}
.call-els{
    position: relative;
}
.call-els::after{
    position: absolute;
    top: 26px;
    content: "";
    background-image: url(images/call.png);
    background-repeat: no-repeat;
    right: 43px;
    width: 28px;
    height: 28px;
    background-size: 28px;
}
.left-section-about-inner ul{
    padding: 10px 0;
    margin-left: 20px;
}
.left-section-about-inner ol{
    padding: 10px 0;
    margin-left: 20px;
}
.left-section-about-inner ul li{
    position: relative;
    font-size: 24px;
    color: #515151;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 20px;
}
.left-section-about-inner ul li::before{
    position: absolute;
    left: -17px;
    width: 10px;
    height: 10px;
    content: "";
    top: 6px;
    background-color: #38006c;
    border-radius: 100%;
    
}
.left-section-about-inner ol li{
    font-size: 24px;
    color: #515151;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 20px;
}
::marker{
    color: #38006c;
}
.alignright{
    float: right;
    margin-bottom: 20px;
    margin-left: 20px;

}
.alignleft{
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;

}
.alignleft{
    margin: 0 auto 20px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ff0000 !important;
    text-align: left;
}

.hm-services-form .wpcf7 input[type="file"] {
    padding-right: 14px !important;
    width: 100%;
}

.wpcf7-spinner {
    width: 24px !important;
    position: absolute !important;
    right: 0;
    bottom: 0;
}
.form-contact-us form {
    position: relative;
}
.g-captcha {
    margin-top: 25px !important;
}
/*====================================================== Responsive ========================================*/

@media only screen and (max-width:1680px){
    .common-area-footer .footer-btn a {
        min-width: 240px;
        min-height: 60px;
        
        line-height: 60px;
    }
    .hm-services-form form textarea {
       
        font-size: 16px;
    }
    .left-section-about-inner ul{
        padding: 6px 0;
    }
    .left-section-about-inner ol{
        padding: 6px 0;
    }
    .left-section-about-inner ul li{
        font-size: 22px;
        line-height: 25px;
    }
    .left-section-about-inner ol li{
        font-size: 22px;
        line-height: 25px;
    }
    .contents-projt {
        max-width: 1014px;
    }
    .common-menu-footer h4 {
        font-size: 27px;
    }
    .review-btn a {
        font-size: 18px;
    }
    .user-els::after {
        top: 16px;
        right: 27px;
        width: 24px;
        height: 23px;
        background-size: 20px;
    }
    .email-els::after {
        top: 20px;
        right: 27px;
        width: 28px;
        height: 18px;
        background-size: 20px;
    }
    .call-els::after {
        top: 13px;
        right: 27px;
        width: 28px;
        height: 28px;
        background-size: 20px;
    }
    .contact-serv .common-inner-img {
      
        margin-top: 25px;
    }
    .social-media-sectin-contact h2{
        color: #38006c;
        font-size: 36px;
        line-height: 40px;
    }
    .hm-services-form input {
        padding: 14px 50px 14px 14px;
        border: 0;
        background-color: #ffffff;
        color: #565656;
        font-size: 16px;
    }
    .hm-services-form form img {
        position: absolute;
        right: 35px;
        top: 16px;
        max-width: 20px;
    }
    .hm-services-form form textarea {
        min-height: 250px;
    }
    .left-hm-services {
        margin-bottom: 30px;
        border-bottom: 1px solid #959595;
        padding-bottom: 30px;
    }
    .hm-services-section {
        padding: 58px 0 50px;
    }
    .hm-service-about-section {
        padding: 78px 0 76px;
    }
    .right-section-footer-cnt a {
        color: #ffff;
        font-size: 18px;
    }
    .common-menu-footer ul li {
        color: #ffff;
        font-size: 18px;
    }
    
    .review-main h2 {
       
        font-size: 36px;
    }
    .review-main p {
        font-size: 20px;
    }
    .container{
    max-width:1360px !important;
    } 
    .nav_and_mail .nav_sec ul li {
       padding: 20px 0;
        margin-right: 115px;
    }
    .banner-caption h1 {
        font-size: 56px;
    }
    .banner-caption h5 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .banner-caption a {
        min-width: 268px;
        min-height: 62px;
        font-size: 20px;
        line-height: 62px;
    }
    .banner-caption {
        padding: 210px 0;
        text-align: center;
    }
    .review-slider {
        max-width: 751px;
        height: auto;
    }
    .review-slider .next-arrow {
        right: 6%;
    }
    .review-slider .priv-arrow {
        right: 13%;
    }
    .inner-about-main {
        padding: 60px 50px 42px 60px;
    }
    .left-section-about-inner p {
        font-size: 22px;
        font-weight: 400;
        color: #515151;
        margin-bottom: 30px;
        line-height: 30px;
    }
    .left-section-about-inner blockquote {
        line-height: 30px;
        font-size: 22px;
    }
    .header-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 28px 0;
    }
    .right-contact-top h4 {
        font-size: 24px;
    margin-bottom: 12px;
    }
    .logo-section img {
        max-width: 280px;
    }
    .right-contact-top .button a {
        min-width: 190px;
    height: 50px;
    border: 2px solid #38006c;
    display: inline-block;
    line-height: 48px;
    font-size: 17px;
    }
   
    .nav_and_mail .nav_sec ul li a {
        font-size: 20px;
    }
    .hm-services-form h2 {
        font-size: 36px;
    }
    .common-btn a {
        min-width: 200px;
        min-height: 56px;
        
        line-height: 56px;
        font-size: 18px;
    }
    .left-hm-services h5 {
       
        font-size: 30px;
    }
    .hm-services-form form input[type="submit"] {
        line-height: 60px;
        max-height: 60px;
        font-size: 22px;
    }
    .contents-projt h2 {
        font-size: 36px;
       
        margin-bottom: 68px;
    }
    .contents-projt h2::after {
        position: absolute;
        content: "";
        top: 67px;
    }
    .common-cnt-serv-abt h2 {
        font-size: 36px;
    }
    .common-cnt-serv-abt p {
        font-size: 20px;
        font-weight: 400;
        color: #515151;
        min-height: 90px;
        margin-bottom: 25px;
        
    }
    .inner-caption h1 {
        font-size: 56px;
        padding: 146px 0;
    }
    .left-section-about-inner h2 {
        font-size: 36px;
    }
    .left-section-about-inner h1{
        font-size: 48px;
        line-height: 60px;
    }
    .left-section-about-inner h3{
        font-size: 32px;
    }
    .left-section-about-inner h4{
        font-size: 30px;
    }
    .left-section-about-inner h5{
        font-size: 28px;
    }
    .left-section-about-inner h6{
        font-size: 26px;
    }
    .heading-each h4 {
        font-size: 26px;
    }
}
@media only screen and (max-width:1440px){
    .hm-services-section {
        padding: 46px 0 30px;
    }
    .left-section-about-inner ul li{
        font-size: 20px;
    }
    .left-section-about-inner ol li{
        font-size: 20px;
    }
    .left-section-about-inner h2 {
        font-size: 35px;
    }
    .left-section-about-inner p {
        font-size: 20px;
        margin-bottom: 25px;
        line-height: 26px;
    }
    .left-section-about-inner blockquote {
        line-height: 25px;
        font-size: 20px;
    }
    .contents-projt p {
        font-size: 22px;
        margin-bottom: 36px;
    }
    .contents-projt h6 {
        font-size: 28px;
    }
    .hm-project-section {
       
        height: 700px;
    }
    .contents-projt h2::after {
      
        top: 60px;
        left: 0;
        width: 94px;
        height: 7px;
    }
    .contents-projt {
       
        top: 226px;
    }
    .inner-caption h1 {
        font-size: 42px;
    }
    .heading-each h4 {
        font-size: 22px;
    }
    .hm-services-form form textarea {
        min-height: 248px;
    }
    .hm-service-about-section {
        padding: 40px 0 60px;
    }
    .container{
    max-width:1300px !important;
    } 
    .nav_and_mail .nav_sec ul li {
        margin-right: 106px;
    }
    .banner-caption h1 {
        font-size: 42px;
    }
 
   
    .left-hm-services h5 a {
      
        padding: 12px 11px;
    }
    .common-menu-footer h4 {
        font-size: 25px;
    }
    .banner-caption {
        padding: 205px 0;
        text-align: center;
    }
    .header-top {
        
        padding: 20px 0;
    }
    .logo-section img {
        max-width: 260px;
    }
    .right-contact-top h4 {
        font-size: 22px;
    }
    .right-contact-top .button a {
        height: 45px;
        line-height: 43px;
    }
    .nav_and_mail .nav_sec ul li a {
        font-size: 20px;
    }
  
    .banner-caption h5 {
        font-size: 26px;
    }
    .banner-caption a {
        min-width: 318px;
        min-height: 60px;
        font-weight: 600;
        font-size: 20px;
        line-height: 60px;
    }
    .left-section-about-inner img {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width:1370px){
    .contents-projt {
        top: 144px;
    }
    .hm-services-form form .only-clone01 {
        font-size: 12px;
    }
    .common-menu-footer ul li {
        color: #ffff;
        font-size: 16px;
    }
    .left-section-about-inner ul{
        padding: 4px 0;
    }
    .left-section-about-inner ol{
        padding: 4px 0;
    }
    .left-section-about-inner ul li{
        font-size: 16px;
        margin-bottom: 8px;
        line-height: 22px;
    }
    .left-section-about-inner ol li{
        font-size: 16px;
        margin-bottom: 8px;
        line-height: 22px;
    }
    .left-section-about-inner h1{
        font-size: 32px;
    line-height: 49px;
    }
    .left-section-about-inner h3{
        font-size: 28px;
    }
    .left-section-about-inner h4{
        font-size: 26px;
    }
    .left-section-about-inner h5{
   font-size: 24px;
    }
    .left-section-about-inner h6{
        font-size: 22px;
         }
    .review-btn a {
        font-size: 17px;
    }
    .left-hm-services h5 {
    bottom: 33px;
    }
    .social-media-sectin-contact h2{
        color: #38006c;
        font-size: 30px;
        line-height: 40px;
    }
    .left-section-about-inner img {
        margin-bottom: 20px;
    }
    

    .inner-about-main {
        padding: 35px 32px 25px 35px;
    }
    .heading-each h4 {
        font-size: 20px;

    }
    .left-section-about-inner h2 {
        font-size: 30px;
    }
    .left-section-about-inner p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .left-section-about-inner blockquote {
        line-height: 26px;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .left-hm-services h5 {
        font-size: 22px;
    }
    .hm-services-form h2 {
        font-size: 30px;
    }
   
    .banner-caption h5 {
        font-size: 22px;
    }
    .banner-caption a {
        min-width: 220px;
        min-height: 52px;
        line-height: 52px;
        font-size: 16px;
    }
    .header-top {
        padding: 15px 0;
    }
    .logo-section img {
        max-width: 212px;
    }
    .right-contact-top h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .right-contact-top .button a {
        min-width: 159px;
        height: 38px;
        line-height: 36px;
        font-size: 16px;
    }
    .nav_and_mail {
        padding: 0;
    }
    .nav_and_mail .nav_sec ul li a {
        font-size: 16px;
    }
    .hm-services-form form textarea {
        min-height: 112px;
    }
    .contents-projt {
        max-width: 960px;
        padding: 35px 30px;
    }
    .common-cnt-serv-abt p {
       
        min-height: 120px;
    }
    .hm-project-section {
        margin-bottom: 54px;
        height: 400px;
    }
    .hm-service-about-section {
        padding: 40px 0 60px;
    }
    .common-cnt-serv-abt h2 {
        font-size: 30px;
    }
    .common-cnt-serv-abt p {
        font-size: 16px;
        font-weight: 400;
        color: #515151;
        min-height: 90px;
        margin-bottom: 10px;
    }
    .common-cnt-serv-abt {
      
        padding: 26px 34px;
    }
    .common-btn-srv a {
        display: inline-block;
        min-width: auto;
        padding: 0 16px;
        min-height: 40px;
        background-color: #38006c;
        border: 1px solid #38006c;
        border-radius: 4px;
        line-height: 40px;
        font-size: 16px;
    }
    .review-slider img{
        max-width: 160px;
    }
    .review-main p {
        font-size: 16px;
    }
    .common-area-footer img {
        margin-bottom: 30px;
        max-width: 280px;
    }
    .common-area-footer .footer-btn a {
        min-width: 178px;
        min-height: 40px;
        display: inline-block;
        border: 2px solid #ffffff;
        color: #ffffff;
        line-height: 40px;
        font-size: 16px;
    }
    .review-main h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .container{
    max-width:1170px !important;
    } 
    .nav_and_mail .nav_sec ul li {
        margin-right: 80px;
        padding: 12px 0;
    }
    .common-menu-footer h4 {
        font-size: 23px;
        margin-bottom: 30px;
    }
    .banner-caption h1 {
        font-size: 40px;
    }
    .banner-caption {
        padding: 182px 0;
    }
   
    .left-hm-services .img-sevs {
        position: relative;
        margin-bottom: 14px;
    }
   
    .hm-services-form {
    padding: 35px 25px;

    }
    .hm-services-section {
        padding: 45px 0 30px;
    }
    .contents-projt h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .contents-projt p {
        font-size: 16px;
        color: #515151;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .contents-projt h6 {
        font-size: 22px;
    }
  
  
    .contents-projt h2::after {
        position: absolute;
        content: "";
        top: 46px;
        width: 70px;
    height: 4px;
    }
    .left-hm-services p {
        font-size: 16px;
        font-weight: 400;
        color: #515151;
        line-height: 23px;
        margin-bottom: 16px;
    }
    .common-btn a {
        min-width: 156px;
        min-height: 36px;
        line-height: 36px;
        font-size: 16px;
    }
    .hm-services-form form input[type="submit"] {
        line-height: 46px;
        max-height: 47px;
        font-size: 16px;
    }
}
@media only screen and (max-width:1199px){
   
    .review-btn {
        padding: 12px 0;
    }
    
    
    .social-media-sectin-contact h2{
        color: #38006c;
        font-size: 24px;
        line-height: 30px;
    }
    .inner-caption h1 {
        font-size: 36px;
        padding: 120px 0;
    }
    .left-section-about-inner h2 {
        font-size: 28px;
    }
    .left-section-about-inner h1 {
        font-size: 29px;
    line-height: 38px;
}

    .left-section-about-inner h3 {
        font-size: 26px;
    }
    .left-section-about-inner h4{
        font-size: 25px;
    }
    .left-section-about-inner h5{
        font-size: 23px;
    }
    .left-section-about-inner h6{
        font-size: 22px;
    }
    .left-section-about-inner p {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 26px;
    }
    
    .hm-services-form form textarea {
        min-height: 126px;
    }
    
    .nav_and_mail .nav_sec ul li {
        margin-right: 67px;
    }
    .right-contact-top h4 {
        font-size: 18px;
    }
   
    .banner-caption {
        padding: 130px 0;
    }
    .banner-caption h5 {
        font-size: 18px;
    }
    .banner-caption a {
        min-width: 200px;
        min-height: 40px;
        line-height: 40px;
        font-size: 14px;
    
    }
    .common-btn a {
        min-width: 147px;
        min-height: 34px;
        line-height: 34px;
        font-size: 14px;
    
       
    }
    .hm-services-form h2 {
        font-size: 24px;
    }
    .hm-services-form form input[type="submit"] {
        line-height: 40px;
        max-height: 41px;
        font-size: 14px;
    

    }
   
    .contents-projt {
        max-width: 790px;
        height: auto;
        padding: 44px 44px;
        position: absolute;
        top: 154px;
    }
    .container{
    max-width:1140px !important;
    } 
    .right-section-footer-cnt {
        margin-bottom: 80px;
    }
    .contents-projt h2 {
       font-size: 24px;
    margin-bottom: 30px;
    }
    .contents-projt p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .hm-project-section {
       
        height: 473px;
    }
    .hm-service-about-section {
        padding: 46px 0 50px;
    }
    .contents-projt h6 {
        font-size: 18px;
    }
    .contents-projt h2::after {
        position: absolute;
        content: "";
        top: 39px;
        width: 56px;
        height: 4px;
    }
    .common-cnt-serv-abt h2 {
        font-size: 24px;
    }
    .common-cnt-serv-abt p {
        min-height: 74px;
    }
    .common-cnt-serv-abt p {
        font-size: 16px;
    }
    .common-cnt-serv-abt {

        padding: 24px 26px;

    }
    .review-slider {
        max-width: 565px;
        height: auto;
    }
    .review-main h2 {
        font-size: 24px;
    }
    .review-main p {
        font-size: 16px;
    }
    .review-slider .priv-arrow {
        right: 15%;
        bottom: 25px;
    padding: 2px 12px;
    }
    .review-slider .next-arrow {
        
        bottom: 25px;    
    padding: 2px 12px;
    }
    .review-btn a {
        font-size: 14px;
    }
   
    .common-area-footer img{
        max-width: 300px;
    }
    .footer-section-main {
        padding: 50px 0 50px;
    }
    .left-hm-services h5 {
        font-size: 20px;
    }
    .left-section-about-inner blockquote {
        line-height: 26px;
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .inner-about-section {
        background-color: #f3f3f3;
        padding: 40px 0;
    }
    .heading-each h4 {
        font-size: 18px;
    }
    .banner-caption h1 {
        font-size: 36px;
    }
    .hm-services-form form .chse-else {
        
        margin-right: 5px;
        font-size: 10px;
    }
}
@media only screen and (max-width:991px) {
    .hm-services-form{
        max-width: 600px;
        margin: 0 auto 30px;
    }
    .left-hm-services{
        max-width: 600px;
        margin: 0 auto 30px;
    }
    .common-each-right-about {
    padding-left: 0;
}
    .form-contact-us{
        max-width: 600px;
        margin: 0 auto 40px;
    }
    .form-contact-us input[type="submit"] {
        margin: auto !important;
    }
    .inner-caption h1 {
        font-size: 28px;
        padding: 110px 0;
    }
    
    .inner-about-sle {
       
        max-width: 600px;
        margin: 0 auto 30px;
    }
    .heading-each h4 {
        font-size: 24px;
    }
    .common-menu-footer{
        margin-bottom: 50px;
    }
    
    .right-contact-top .button a {
        min-width: 139px;
    height: 33px;
    line-height: 30px;
    font-size: 15px;
    }
    .logo-section img {
        max-width: 196px;
    }
    .header-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
       padding: 12px 0;
    }
    .nav_and_mail .nav_sec ul li {
        margin-right: 29px;
    }
    .nav_and_mail .nav_sec ul li a {
        font-size: 16px;
    }
    .banner-caption h1 {
        font-size: 31px;
        line-height: 30px;
        margin-bottom: 8px;
    }
    .banner-caption h5 {
        font-size: 17px;
    }
    .banner-caption {
        padding: 66px 0;
    }
   
  
    .common-btn a {
        min-width: 180px;
        min-height: 45px;
        display: inline-block;
        background-color: #38006c;
        border: 2px solid #38006c;
        line-height: 45px;
        font-size: 16px;
    }
    .left-hm-services h5 {
        font-size: 20px;
    }
    .hm-services-form {
        border: 1px solid #acacac;
        background-color: #f7f7f7;
        padding: 30px 15px;
    }
 
    .hm-services-form form img {
        position: absolute;
        right: 35px;
        top: 14px;
        max-width: 16px;
    }
    .hm-services-form form textarea {
        min-height: 100px;
        font-size: 16px;
        
    }
    .hm-services-form form .chse-else {
       
        margin-right: 3px;
        font-size: 13px;
    }
    .hm-services-form form .file-upt {
        padding: 12px 12px;
        background-color: #ffffff;
    }
    .hm-services-form form .only-clone01 {
        font-size: 9px;
    }
    .hm-services-form form input[type="submit"] {
        padding: 0;
        line-height: 46px;
        max-height: 46px;
        text-align: center;
        font-size: 16px;
    }
    .hm-services-section {
        padding: 50px 0 18px;
    }
  
    .contents-projt h2::after {
        position: absolute;
        content: "";
        top: 34px;
        left: 0;
       
    }
    .contents-projt p {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .contents-projt h6 {
        font-size: 22px;
    }
    
    .common-cnt-serv-abt p {
        font-size: 16px;
        line-height: 23px;

    }
    .common-cnt-serv-abt {
        padding: 28px 25px;
    }
    .common-btn-srv a {
        min-width: auto;
        padding: 0 19px;
        min-height: 40px;
        border-radius: 4px;
        line-height: 40px;
        font-size: 16px;
        
    }
    .common-cnt-serv-abt p {
        min-height: 72px;
    }
    .slick-slide img {
        display: block;
        max-width: 150px;
    }
    .review-slider {
        max-width: 440px;
        height: auto;
    }
   
    .review-main p {
        font-size: 15px;
    }
    .footer-section-main {
        padding: 45px 0 35px;
    }
    .review-slider .priv-arrow {
        bottom: 20px;
        right: 17%;
    }
    .review-slider .next-arrow {
        bottom: 20px;
    }
    .contents-projt {
        max-width: 621px;
    }
    .g-captcha {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
}

@media only screen and (max-width:840px) {
}

@media only screen and (max-width:767px) {
    .alignright{
        float: right;
        margin-bottom: 15px;
        margin-left: 15px;
    
    }
    .alignleft{
        float: left;
        margin-bottom: 15px;
        margin-right: 15px;
    
    }
    .alignleft{
        margin: 0 auto 15px;
       
    
    }
    .left-section-about-inner h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .left-section-about-inner h1 {
        font-size: 34px;
        margin-bottom: 15px;
    }
    .left-section-about-inner h3 {
        font-size: 23px;
    }
    .left-section-about-inner h4{
        font-size: 22px;
    }
    .left-section-about-inner h5{
        font-size: 21px;
    }
    .left-section-about-inner h6{
        font-size: 20px;
    }
    .right-section-footer-cnt {
        margin-bottom: 30px;
    }
    .common-menu-footer {
        margin-bottom: 30px;
    }
    .left-hm-services h5 a {
    padding: 8px 11px;
}
    .form-contact-us input {
        margin-bottom: 26px;
        height: 45px;
    }
    .form-contact-us textarea {
        margin-bottom: 18px;
    }
    .form-contact-us input {
        margin-bottom: 0;
        height: 40px;
    }

    .inner-about-section {
        padding:40px 0;
    }
    .left-section-about-inner p {
        font-size: 16px;
        margin-bottom: 12px;
        line-height: 22px;
    }
    .inner-about-main {
        padding: 40px 50px 42px 40px;
    }

    .left-section-about-inner blockquote {
      
        font-size: 16px;
        margin-bottom: 18px;
    }
    .common-menu-footer a {
        font-size: 16px;
    }
    .contents-projt {
        max-width: 100%;
        margin-right: 40px;
        margin-right: 17px;
    }
    .contents-projt {
        max-width: 790px;
        height: auto;
        padding: 44px 44px;
        position: relative;
        top: 35px;
    }
    .banner-caption h1 {
        font-size: 28px;
        line-height: 38px;
    }
    .banner-caption h5 {
        font-size: 16px;
    margin-bottom: 24px;

    }
    
    .common-btn{
        text-align: center;
    }
    .left-hm-services {
        border-bottom: 1px solid #959595;
        padding-bottom: 45px;
        max-width: 500px;
        margin:0 auto 30px;
        text-align: center;
    }
 
    
   .inner-about-sle{
    padding-bottom: 0 !important;
    margin: 0 auto 10px;
   }
    .right-hm-services {
        padding-left: 0;
        padding: 20px 0 30px;
    }
    .common-inner-img {
       
        margin-top: 20px;
    }
    .hm-services-form {
       
        max-width: 600px;
        margin: auto;
    }
    .contents-projt p {
        font-size: 16px;
    }
    .contents-projt h6 {
        font-size: 20px;
    }
    .hm-project-section {
        height: 100%;
    }
    .common-card-hm-serv-abt{
        max-width: 500px;
        margin: 0 auto 30px;
    }
    .common-cnt-serv-abt p {
        min-height: auto;
    }
    .hm-service-about-section {
        padding: 20px 0;
    }
    .common-menu-footer h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .common-menu-footer ul li {
        color: #ffff;
        font-size: 16px;
        margin-bottom: 6px;
    }
/*========================== start mobile menu =================================*/

span.toggle-menu img{
  float: left;
}

span.toggle-menu {
    width:auto;
    float: left;
    margin:0;
    padding: 8px 0;
    display: block;
    cursor: pointer;
}

.nav_and_mail .nav_sec{
    width: 280px;
    height: 100%;
    float: none;
    position: fixed;
    z-index: 999;
    top: 0;
    right:-100%;
    padding:70px 0 0;
    background:#000;
    display:block;
    -webkit-transition:all 0.8s ease-in-out;
    -moz-transition:all 0.8s ease-in-out;
    -o-transition:all 0.8s ease-in-out;
    transition:all 0.8s ease-in-out;

}
.nav_and_mail .nav_sec.slidein{
    right:0;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}
.nav_and_mail .nav_sec .cls-btn{
    width:32px;
    height:32px;
    position:absolute;
    top:15px;
    right:15px;
    cursor:pointer;
    background:url(images/cross.png) no-repeat center;
}
.nav_and_mail .nav_sec ul{
  text-align: left;
}
.nav_and_mail .nav_sec ul > li{
    display:block;
    padding-bottom: 0;
    width: 100%;
    float: left;
    margin: 0;
}
.nav_and_mail .nav_sec ul > li + li{
    margin-left:0;
}
.nav_and_mail .nav_sec ul > li a{
    color:#FFF;
    padding: 11px 15px;
    font-size: 15px;
    border-radius: 0;
}
.nav_and_mail .nav_sec ul li a:before{
  display:none;
}
.nav_and_mail .nav_sec ul > li:hover > a,
.nav_and_mail .nav_sec ul > li.active > a{
    background:#38006c;
    color:#FFF;
}

.nav_and_mail .nav_sec > ul > li > a:after, 
.nav_and_mail .nav_sec > ul > li > a:after{
  display: none;
}

.nav_and_mail .nav_sec img{
    display:inline-block;
    vertical-align:middle;
}
.nav_and_mail .nav_sec i{
    float: left;
    font-style: normal;
    color: #fff;
    line-height: 30px;
    font-size: 21px;
    font-weight: 600;
}
.nav_and_mail .nav_sec ul > li:hover ul {
  display: none;
}
.nav_and_mail .nav_sec ul > li ul {
    width: 100%;
    background:#38006c;
    position: static;
    top: 100%;
    left: 0;
    text-align: left;
    display: none;
    float: left;
    border-radius: 0;
    padding: 0;
  }
.nav_and_mail .nav_sec ul li ul li a{
    padding: 6px 35px;
    color: #fff;
}
.nav_and_mail .nav_sec ul ul > li:hover > a,
.nav_and_mail .nav_sec ul ul > li.active > a{
    background:#1b72bf;
    color:#FFF;
}

.nav_and_mail .nav_sec ul li .arw-nav{
  width: 40px;
  height:45px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  cursor: pointer;
  background: url(images/arw.png) no-repeat center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}

.nav_and_mail .nav_sec ul li .arw-nav.actv{
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -o-transform:rotate(180deg);
  transform:rotate(180deg);
} 
.contact-right-are.right-hm-services{
    padding: 0 !important;
}
/*========================================================================================*/
.form-contact-us .file-upt input {
    padding: 4px 4px;
}
}

@media only screen and (max-width:640px) {
    .common-area-footer img {
        max-width: 240px;
       
    }
    .banner-caption h1 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .banner-caption h5 {
        font-size: 16px;
        margin-bottom: 28px;
    }
    .banner-caption a {
        min-width: 200px;
        min-height: 42px;
        line-height: 42px;
        font-size: 14px;
    }
    .hm-services-section {
        padding: 40px 0 18px;
    }
    .contents-projt {
        max-width: 100%;
        height: auto;
        padding: 24px 24px;
        position: absolute;
        top: 40px
    }
    .hm-project-section {
        height: 498px;
    }
    .contents-projt h6 {
        font-size: 17px;
    }
   
    .contents-projt h2 {
       
        margin-bottom: 35px;
    }
    .contents-projt p {
       
        margin-bottom: 24px;
    }
    .contents-projt {
        max-width: 100%;
        height: auto;
        padding: 24px 24px;
        position: relative;
        top: 0;
        margin-top: 30px;
        margin-bottom: -30px;
    }
    .hm-project-section {
        height: auto;
        position: relative;
        margin-bottom: 40px;
    }
    
    
}

@media only screen and (max-width:575px) {
    .hm-services-form form .chse-else {
        margin-right: 3px;
        font-size: 10px;
    }

    .hm-services-form form .only-clone01 {
        font-size: 9px;
    }
    .hm-services-form form textarea {
        font-size: 15px;
    }
    .left-section-about-inner p {
        font-size: 15px;
    }
    .left-section-about-inner ul {
      
        margin-bottom: 10px;
    }
    .left-section-about-inner ol {
        
        margin-bottom: 10px;
    }
    .left-section-about-inner blockquote {
        font-size: 15px;
        margin-bottom: 16px;
    }
    .left-section-about-inner ul li {
        font-size: 15px;
    }
    .left-section-about-inner ol li {
        font-size: 15px;
    }
    .copyright-section p {
        font-size: 15px;
    }
    .common-btn a {
        min-width: 157px;
        min-height: 30px;
        display: inline-block;
        background-color: #38006c;
        border: 2px solid #38006c;
        line-height: 38px;
        font-size: 15px;
    }
    .left-hm-services h5 {
        font-size: 18px;
    }
    .hm-services-form h2 {
        font-size: 22px;
    }
    .hm-services-form input {
        padding: 10px 45px 10px 14px;
        border: 0;
        background-color: #ffffff;
        color: #565656;
        font-size: 15px;
    }
    .user-els::after {
        top: 12px;
        right: 27px;
        width: 24px;
        height: 23px;
        background-size: 16px;
    }
    .email-els::after {
        top: 15px;
        right: 32px;
        width: 18px;
        height: 11px;
        background-size: 16px;
    }
    .call-els::after {
        top: 11px;
        right: 31px;
        width: 19px;
        height: 19px;
        background-size: 16px;
    }
    .common-cnt-serv-abt h2 {
        font-size: 22px;
    }
    .common-cnt-serv-abt p {
        font-size: 15px;
    }
    .common-btn-srv a {
       
        font-size: 15px;
    }
    .review-main h2 {
        font-size: 22px;
    }
    .contents-projt p {
        font-size: 15px;
    }
    .common-area-footer img {
        max-width: 240px;
        margin: 0 auto 22px;
    }
    .common-menu-footer {
        margin: 25px 0;
        padding-left: 0px;
        text-align: center;
}
.common-menu-footer  img{
    margin: auto;
}
.common-area-footer{
    padding-left: 0px;
    text-align: center;
}
.logo-section img {
    max-width: 240px;
}
.right-contact-top h4 {
    font-size: 16px;
    margin-bottom: 10px;
}
.right-contact-top .button a {
    min-width: 130px;
    height: 36px;
    line-height: 32px;
    font-size: 14px;
}
.banner-caption h1 {
    font-size: 24px;
    line-height: 30px;
}
.left-hm-services {
   
    max-width: 100%;
}
.hm-services-form {
    max-width: 100%;
}
.left-hm-services p {
   font-size: 15px;
    line-height: 22px;
}
.contents-projt h2 {
    font-size: 20px;
}

}

@media only screen and (max-width:480px) {
    .left-section-about-inner h2 {
        font-size: 24px;
    }
    .left-section-about-inner h1 {
        font-size: 30px;
    }
    .left-section-about-inner h3 {
        font-size: 22px;
    }
    .left-section-about-inner h4{
        font-size: 21px;
    }
    .left-section-about-inner h5{
        font-size: 20px;
    }
    .left-section-about-inner h6{
        font-size: 18px;
    }
    .common-menu-footer {
        margin: 20px 0;
    }
    .contents-projt p {
        font-size: 15px;
    }
    .user-els::after {
        top: 18px;
        right: 22px;
        width: 17px;
        height: 16px;
        background-size: 15px;
    }

    .email-els::after {
        top: 21px;
        right: 21px;
        width: 16px;
        height: 10px;
        background-size: 15px;
    }
    .call-els::after {
        top: 19px;
        right: 16px;
        width: 18px;
        height: 18px;
        background-size: 15px;
    }
    .hm-services-form input {
        padding: 14px 34px 14px 14px;
    }
    .form-contact-us {
    max-width: 100%;
    margin: 0 auto 34px;
}
.contact-serv .common-inner-img {
    margin-top: 11px;
}
    .left-hm-services h5 {
    bottom: 22px;
}
    .social-media-sectin-contact ul {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }
    .social-media-sectin-contact ul li {
        font-size: 12px;
        margin-right: 14px;
    }
    .social-media-sectin-contact ul li a {
        width: 30px;
        height: 30px;
    }
 
    .form-contact-us input[type="submit"] {
        background-color: #38006c;
        width: 100%;
        max-width: 112px;
        height: 40px;
        line-height: 37px;
        margin-bottom: 0;
        text-indent: inherit;
        font-size: 16px;
    }
    
    .social-media-sectin-contact h2{
        font-size: 22px;
        line-height: 30px;
    }
    .inner-caption h1 {
        font-size: 26px;
        padding: 70px 0;
    }
    .hm-services-form h2 {
        font-size: 22px;
    }
    .hm-services-form h2 {
        font-size: 22px;
    }
    .common-inner-img {
       
        margin-top: 15px;
    }
    .inner-about-main {
        padding: 30px 15px;
    }
    .inner-about-sle {
        max-width: 100%;
        
    }
    .heading-each h4 {
        font-size: 18px;
    }
    .left-section-about-inner h2 {
        font-size: 24px;
        margin-bottom: 18px;
    }
    .common-cnt-serv-abt h2 {
        font-size: 22px;
    }
    .contents-projt h2::after {
        position: absolute;
        content: "";
        bottom: 0;
    }
    .contents-projt h6 {
        font-size: 17px;
    }
    .right-contact-top .button a {
        min-width: 98px;
        height: 26px;
        line-height: 22px;
        font-size: 11px;
    }
  
    .logo-section img {
        max-width: 135px;
    }
    .right-contact-top h4 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .nav_and_mail {
       
        padding:0;
    }
    .banner-caption h1 {
        font-size: 23px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .banner-caption h5 {
        font-size: 14px;
        margin-bottom: 16px;
    }
    .banner-caption a {
        min-width: 169px;
        min-height: 34px;
        line-height: 34px;
        font-size: 12px;
    }
    .banner-caption {
        padding: 56px 0;
    }
    .left-hm-services h5 {
        font-size: 18px;
    }
    .common-btn a {
        min-width: 145px;
        min-height: 36px;
        display: inline-block;
        background-color: #38006c;
        border: 2px solid #38006c;
        line-height: 36px;
        font-size: 14px;
    }
    .left-hm-services .img-sevs {
        position: relative;
        margin-bottom: 15px;
    }
    .left-hm-services p {
        font-size: 15px;
        font-weight: 400;
        color: #515151;
        line-height: 22px;
        margin-bottom: 16px;
    }
    .left-hm-services {
        padding-bottom: 30px;
       
    }
  
    
    .hm-services-form form input[type="submit"] {
        line-height: 40px;
        max-height: 40px;
        font-size: 14px;
    }
    
    .contents-projt {
        margin-right: 0px;
    }
    .review-main h2 {
        font-size: 22px;
    }
    .review-main p {
        font-size: 15px;
    }
    .common-cnt-serv-abt {
        padding: 28px 15px;
        margin: -66px 20px 0;
    }
    .left-section-about-inner blockquote {
    line-height: 22px;
    padding: 16px;
    border-left: 4px solid #38006c;
    }
    .common-cnt-serv-abt p {
        font-size: 15px;
    }
    .common-btn-srv a {
      
        font-size: 15px;
    }
}
@media only screen and (max-width:360px) {
    .left-section-about-inner ul li{
        font-size: 15px;
        margin-bottom: 10px;
    }
    .left-section-about-inner ol li{
        font-size: 15px;
        margin-bottom: 10px;
    }
    .left-section-about-inner p {
        font-size: 15px;
    }
    .left-section-about-inner blockquote {
     
        font-size: 15px;
    }
    .right-contact-top h4 {
        font-size: 13px;
        margin-bottom: 6px;
    }
    .hm-services-form input {
       
        font-size: 15px;
    }
    .left-section-about-inner h2 {
    font-size: 22px;
    margin-bottom: 12px;
}
    .heading-each h4 {
    font-size: 16px;
}
    .common-area-footer .footer-btn a {
        min-width: 150px;
    }
    .left-hm-services h5 {
        font-size: 15px;
    }
    .contents-projt h2::after {
            position: absolute;
            content: "";
            bottom: 0;
            top: 100%;
            left: 0;
            width: 66px;
            height: 6px;
    }
    .contents-projt {
        max-width: 100%;
        height: auto;
        padding: 24px 15px;
    }
    .contents-projt h6 {
        font-size: 17px;
    }
    .contents-projt h2 {
        margin-bottom: 30px;
    }
    
    .left-hm-services p {
        font-size: 15px;
    }
    .contents-projt h2 {
        line-height: 30px;
    }
    .common-btn-srv a {
       
        font-size: 12px;
    }
    .review-btn a {
        font-size: 15px;
    }
    .review-btn i {
        padding-left: 4px;
    }
    .review-slider .priv-arrow {
        bottom: 20px;
        right: 21%;
        font-size: 16px;
        padding: 8px 10px;
        line-height: 11px;
    }
    .review-slider .next-arrow {
        font-size: 16px;
        padding: 8px 10px;
        line-height: 11px;
    }
    .common-area-footer img {
        max-width: 230px;
    }
    .common-area-footer img {
        margin-bottom: 24px;
    }
    .common-menu-footer {
        margin: 20px 0;
        padding-left: 0;
    }
    .footer-section-main {
        padding: 40px 0 30px;
    }
    .common-area-footer {
        padding-left: 0;
        margin-bottom: 20px;
    }
}
