/*

 Theme Name:   Skyen

 Theme URI:    https://wordpress.com/

 Description:  Twenty Nineteen Child Theme

 Author:       Wordpress

 Author URI:   https://wordpress.com/

 Template:     twentynineteen

 Version:      1.0.0

 License:      GNU General Public License v2 or later

 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready

 Text Domain:  skyen

*/

:root {

    --blue: #1e90ff;

    --white: #ffffff;

}

* {

    box-sizing: border-box;

    margin: 0;

    padding: 0;

    scroll-behavior: smooth;

}

:root {

    --placeholdercolor: currentColor;

}

body {

    margin: 0;

    padding: 0;

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: normal;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}

.clear {

    clear: both;

}

.alignleft,
.alignright,
.aligncenter {

    margin-bottom: 10px;

}

.alignnone {

    margin-bottom: 10px;

}

.alignleft {

    float: left;

    margin-right: 15px;

    margin-top: 0;

}

.alignright {

    float: right;

    margin-left: 15px;

    margin-top: 0;

}

.aligncenter {

    display: block;

    margin: 0 auto 15px auto;

}

iframe,
img {

    max-width: 100%;

    border: none;

}

img {

    height: auto;

}

a {

    font-family: inherit;

    font-size: inherit;

    line-height: inherit;

    color: inherit;

    text-decoration: none;

    transition: 0.5s;

}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-family: 'Figtree', sans-serif;

    margin: 0 0 20px 0;

    padding: 0;

    font-weight: 700;

}

p,
li,
ul,
ol,
blockquote {

    font-family: 'Figtree', sans-serif;

    font-weight: 400;

    margin: 0 0 10px 0;

    padding: 0;

}

p {

    margin: 0 0 20px 0;

}

p:empty {
    display: none
}



ul,
li {

    list-style: none;

}

a:visited {

    color: inherit;

}

a:hover {

    text-decoration: none;

}

a,
a:hover,
input[type="submit"],
button {

    outline: 0;

}

button,
html [type="button"],
[type="reset"],
[type="submit"],
select,
input[type="search"] {

    -webkit-appearance: none;

    -moz-appearance: none;

    -ms-appearance: none;

    appearance: none;

    border-radius: 0
}

input::-webkit-input-placeholder {

    color: var(--placeholdercolor);

}

input::-moz-placeholder {

    color: var(--placeholdercolor);

}

input:-ms-input-placeholder {

    color: var(--placeholdercolor);

}

input:-moz-placeholder {

    color: var(--placeholdercolor);

}

html {

    scroll-behavior: smooth;

}

.container {

    max-width: 1370px;

    width: 100%;

    margin: 0 auto;

}

.d-none,
.hide {

    display: none !important;

}

.fl {

    float: left;

}

.fr {

    float: right;

}

.fw {

    float: left;

    width: 100%;

}







/* Top Menu Section */

.logo-menu {

    float: left;

    width: 100%;



    z-index: 1;

    position: absolute;

}



.logo-menu .container {
    max-width: 100%;
}

.logo-menu-lst {



    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 25px 75px 0;

}





.logo img {

    display: block;

}



.logo-lft {

    display: flex;

    align-items: center;

    gap: 65px;

}



/* Top Menu Section */

.topmenu {

    float: left;

}

.topmenu ul {

    margin: 0;

}

.topmenu ul li {

    float: left;

    position: relative;

    margin: 0 28px;

}

.topmenu ul li a {

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    font-size: 19px;

    line-height: 1;



    color: #ffffff;

}

.topmenu ul li a:hover {

    color: #1f3863;

}





.topmenu ul.primary-menu>li>a:hover {

    color: #f68140;

}



.topmenu ul li:first-child {

    margin-left: 0px;

}

.topmenu ul li:last-child {

    margin-right: 0px;

}

.topmenu ul li ul.sub-menu {
    width: 240px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(31, 56, 99, 0.9);
    padding: 0px 0;
    z-index: 999;
}

ul.primary-menu>li>ul.sub-menu {

    display: none;

}

ul.primary-menu>li:hover>ul.sub-menu {

    display: block;

}

ul.primary-menu>li>ul.sub-menu>li>ul.sub-menu {

    display: none;

    left: 100%;

    top: 0;

}

ul.primary-menu>li>ul.sub-menu>li:hover>ul.sub-menu {

    display: block;

}

ul.primary-menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {

    display: none;

    left: 100%;

    top: 0;

}

ul.primary-menu>li>ul.sub-menu>li>ul.sub-menu>li:hover>ul.sub-menu {

    display: block;

}

.topmenu .sub-menu li.current-menu-item a {

    color: #fff;

}

.topmenu .sub-menu li {

    float: left;

    width: 100%;

    margin: 0;

    padding: 0
}

.topmenu .sub-menu li a {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: normal;
    padding: 10px 12px 9px;
    color: #fff;
    display: block;
}

.topmenu .sub-menu li a:hover {
    background-color: #f68140;
    color: #fff;
}

.topmenu ul ul a:after {

    display: none;

}

.topmenu ul li.wide-menu {

    position: relative;
    ;

}

.topmenu ul li.wide-menu ul {

    position: absolute;

    left: 0;

    top: 100%;

    width: 500px;

    background-color: rgba(31, 56, 99, 0.9);

    padding: 0;

    z-index: 999;

    display: none;

}

.topmenu ul li.wide-menu:hover ul {

    display: block;

}

.topmenu ul li.wide-menu ul li {

    width: 50%;

    margin: 0px;

    float: left;

    border: 0
}

.topmenu ul li.wide-menu ul li a {

    text-transform: capitalize;

    font-size: 14px;

    padding: 10px 10px;

    width: 100%;

    float: left;

    border: 0;

    background-color: transparent;

    transition-duration: 0.5s;

}

.topmenu ul li.wide-menu ul li a:hover {

    background-color: #f68140;

    color: #fff;

}

.topmenu ul li.wide-menu ul li ul {

    position: inherit;

    top: inherit;

    left: inherit;

    padding: 0 0 0 10px;

    width: 100%;

}

.topmenu ul li.wide-menu ul li ul li {

    width: 100%;

    margin: 0 0px;

    float: left;

    padding: 5px 0;

}

.topmenu ul li.wide-menu ul li ul li:last-child {

    border-bottom: 0;

}

.topmenu ul li.wide-menu ul li ul li a {

    width: 100%;

    font-weight: normal;

}



.top-rite {

    position: relative;

    padding-left: 59px;

    margin-right: 5px;

}



.top-rite p {

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    font-size: 19px;

    line-height: 1.68;

    margin: 0;

    color: #fff;

}



.top-rite p a {

    font-family: 'Figtree', sans-serif;

    font-weight: 600;

    font-size: 23px;

    line-height: 1;

    display: inline-block;

    color: #fff;

}

.top-rite p a:hover {

    color: #f68140;

}



.top-rite p a:before {
    position: absolute;

    content: "";

    background-image: url(images/sprites.png);

    background-repeat: no-repeat;

    background-position: -4px -3px;

    width: 50px;

    height: 50px;

    left: 0;

    top: 6px;



}



/*Header Sticky Menu*/

.header-sticky.fixed-header {

    display: block;

    position: fixed;

    top: 0;

    width: 100%;

    padding: 10px 2%;

    background-color: #f78e55;

    z-index: 9999;

}

.sticky-wrap {

    display: none;

}

.header-sticky {

    width: 100%;

    float: left;

    background: #c4c9b2;

    padding: 10px;

    display: none;

}

.header-sticky .sicky-cnt {

    width: 25%;

    float: left;

    text-align: center;

    font-size: 15px;

    color: #c4c9b2;

    padding: 0 8px;

}

.header-sticky .mobile_src_nav,
.header-sticky .showhide {

    display: block;

}

.header-sticky .mobile_src_nav {

    background: transparent;

}

/*.sticky-mobinav {

    display: none;

}*/

.header-sticky .stickyshowhide .txt {

    width: 40px;

    height: 40px;

    text-align: center;

    float: none;

    padding: 0;

    position: relative;

    font-weight: normal;

}

.header-sticky .sicky-cnt>a {

    font-size: 17px;

    color: #fff;

    font-family: 'Poppins', sans-serif;

    font-weight: 400;

    position: relative;

    padding-top: 45px;

    display: inline-block;

    text-align: center;

    width: 100%;

    cursor: pointer;

}

.header-sticky .sicky-cnt a:before {

    width: 40px;

    height: 40px;

    position: absolute;

    content: "";

    left: 0;

    right: 0;

    margin: 0 auto;

    top: 0;

    background: transparent;

    border-radius: 100%;

    border: 2px solid #fff;

}

.header-sticky .stickyshowhide .txt:before {

    display: block;

    width: 40px;

    height: 40px;

    line-height: 40px;

    text-align: center;

    margin: auto;

    font-size: 18px;

    border: 1px #fff solid;

    color: #f2f2f2;

    border-radius: 50%;

    -webkit-transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

}

.sticky-mobinav ul li a.drop {

    font-size: 0;

    position: absolute;

    right: 0;

    top: 0;

    width: 100%;

    height: 28px;

}

.sticky-mobinav ul li a.drop.open {

    width: 28px;

}

.sticky-mobinav ul li a.drop:after {

    content: "";

    background: url(images/sprite_icons.png) no-repeat left top;

    background-position: 0px 0px;

    width: 13px;

    height: 13px;

    position: absolute;

    right: 0;

    top: 8px;

}

.sticky-mobinav ul li a.drop.open:after {

    background-position: -28px 0px;

}

.header-sticky .sicky-cnt .stickyshowhide:before {

    background: url(images/header-sticky-menu.png) no-repeat center;

}

.header-sticky .sicky-cnt.sticky-book-wrap a:before {

    background: url(images/header-sticky-email.png) no-repeat center;

}

.header-sticky .sicky-cnt.sticky-call-wrap a:before {

    background: url(images/header-sticky-call.png) no-repeat center;

}

.header-sticky .sicky-cnt.sticky-blog-wrap a:before {

    background: url(images/header-sticky-blog.png) no-repeat center;

}

#floatingMenu {

    position: fixed;

    top: 0;

    left: 0;

    width: 280px;

    /*    background: #c4c9b2;*/

    z-index: 99999;

    overflow-y: auto;

    /*    padding: 10px;*/

    height: 100vh;

    -webkit-transform: translateX(-100%);

    -moz-transform: translateX(-100%);

    -ms-transform: translateX(-100%);

    -o-transform: translateX(-100%);

    transform: translateX(-100%);

    -webkit-transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    transition: all 0.3s ease-in-out 0s;

    text-align: left;

}

#floatingMenu.openMenu {

    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    -ms-transform: translateX(0);

    -o-transform: translateX(0);

    transform: translateX(0);

}

#cloaseFloatingMenu {

    text-align: right;

    font-size: 50px;

    line-height: 1;

    font-weight: 700;

    display: block;

    clear: both;

    color: #fff;

}

.floatingMenuInner li {

    position: relative;

}

.floatingMenuInner a {

    color: #fff;

    letter-spacing: 0.4px;

    font-family: 'Asap', sans-serif;

    font-weight: 500;

    padding: 4px 0;

    font-size: 18px;

    display: block;

    line-height: 1;

    border-bottom: 1px solid #222222;

}

.floatingMenuInner .sub-menu {

    display: none;

}

.floatingMenuInner .menu-item-has-children>a:after {

    content: '';

    width: 10px;

    height: 2px;

    background-color: #fff;

    /* -webkit-transform: rotate(45deg);

     -moz-transform: rotate(45deg);

     -ms-transform: rotate(45deg);

     -o-transform: rotate(45deg);

     transform: rotate(45deg);*/

    position: absolute;

    top: 15px;

    right: 6px;

    -webkit-transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    transition: all 0.3s ease-in-out 0s;

}

.floatingMenuInner .menu-item-has-children>a:before {

    content: '';

    width: 2px;

    height: 10px;

    position: absolute;

    top: 11px;

    right: 10px;

    display: block;

    opacity: 1;

    background-color: #fff;

}

.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {

    /*-webkit-transform: rotate(135deg);

    -moz-transform: rotate(135deg);

    -ms-transform: rotate(135deg);

    -o-transform: rotate(135deg);

    transform: rotate(135deg);*/

    opacity: 0;

}

.togsearch .screen-reader-text {

    font-size: 0;

}

.togsearch input {

    width: 100%;

    float: left;

    padding: 17px 20px 16px 20px;

    text-transform: uppercase;

    line-height: normal;

    background-color: transparent;

    font-family: 'Poppins', sans-serif;

    font-style: italic;

    color: #fff !important;

    font-size: 16px;

    border: 0;

    outline: none;

    appearance: none;

    -webkit-appearance: none;

    -moz-appearance: none;

    background-color: #013183;

}

.togsearch .search-submit {

    position: absolute;

    top: 18px;

    right: 15px;

    width: 18px;

    height: 20px;

    border: none;

    background: url(images/sprite_icons.png) no-repeat;

    background-position: -54px 0px;

    text-indent: -9999px;

    padding: 0;

    cursor: pointer;

}

/* Top Menu Section Ends */









/* Mobile Menu Styles */

.showhide {

    display: none;

    color: #fff;

    width: 110px;

    height: 28px;

    float: left;

    text-align: left;

    cursor: pointer;

    padding: 0px 0 0 33px;

    position: relative;

}

.showhide b.txtl {

    text-align: right;

    font-size: 20px;

    line-height: 28px;

    font-weight: normal;

    text-transform: uppercase;

    margin: 0 0px 0 0px;

    color: #343235;

    padding-top: 2px;

    font-weight: bold;

    letter-spacing: 0.5px;

}

.showhide b.txtr {

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    margin: auto;

    text-align: left;

    font-size: 37px;

    line-height: 27px;

    color: #343235;

}

.mobinav {

    display: block;

    width: 100%;

    color: #fff;

    box-sizing: border-box;

    z-index: 99999995;

    float: left;

}

.mobinav ul {

    float: left;

    margin: 0px 0 0 0;

    padding: 5px 0px;

    width: 100%;

}

.mobinav ul li {

    float: left;

    margin: 0;

    width: 100%;

    list-style: none;

    padding: 0 20px;

    box-sizing: border-box;

    border: 0;

    margin: 0;

    padding: 0px;

    position: relative;

    font-family: 'Poppins', sans-serif;

}

.mobinav a {

    width: 100%;

    float: left;

    padding: 6px 0;

    display: block;

    line-height: normal;

    color: #fff;

    font-size: 16px;

    letter-spacing: 0.5px;

    font-family: 'Poppins', sans-serif;

    border: 0;

    margin: 0;

    text-decoration: none;

}

.mobinav a:hover {

    color: #013183;

}

.mobinav ul li ul {

    float: left;

    padding: 0 0 0 15px;

}

.mobinav ul li ul li a {

    text-transform: capitalize;

}

.mobile_src_nav {

    display: none;

    width: 100%;

    float: left;

    position: relative;

    padding: 10px 0;

    background-color: #ccc;

}

.mobile_src_nav .container {

    position: relative;

}

.mobile_src_nav .search-form {

    width: 100%;

    float: left;

}

.clr-btn {

    position: absolute;

    top: 10px;

    cursor: pointer;

    width: 65px;

    right: 44px;

    z-index: 9999;

}

.clr-btn input {

    padding: 6px 0 0 0 !important;

    cursor: pointer;

    font-size: 11px;

    font-style: normal;

    background: transparent;

}

input[type=search]::-ms-clear {

    display: none;

    width: 0;

    height: 0;

}

input[type=search]::-ms-reveal {

    display: none;

    width: 0;

    height: 0;

}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {

    display: none;

}

.hdr-src {

    transition: 0.5s;

    cursor: pointer;

    display: none;

    width: 18px;

    height: 18px;

    float: right;

    margin-top: 6px;

}

svg.icon.icon-search {

    display: none;

}

.srcshow {

    display: block;

    width: 18px;

    height: 18px;

    cursor: pointer;

    float: left;

    background: url(images/sprite_icons.png) no-repeat left top;

    background-position: -54px 0;

    text-indent: -9999px;

}

.srcshow img {

    width: 100%;

    display: block;

}

.srcbox {

    z-index: 99999995;

    background-color: #636466;

    position: absolute;

    top: -12px;

    right: 0;

    width: 0;

    overflow: hidden;

    height: 51px;

}

.srcbox:before {

    content: "";

    background: url(images/sprite_icons.png) no-repeat left top;

    background-position: -54px 0;

    position: absolute;

    left: 14px;

    top: 17px;

    width: 18px;

    height: 18px;

}

.srcbox .search-form .screen-reader-text {

    font-size: 0;

}

.srcbox input {

    width: 100%;

    float: left;

    padding: 17px 30px 16px 45px;

    text-transform: uppercase;

    line-height: normal;

    background-color: #f68140!important;

    font-family: 'Inclusive Sans', sans-serif;

    font-style: italic;

    color: #fff;

    font-size: 16px;

    border: 0;

}

.srcbox button {

    position: absolute;

    top: 10px;

    left: 0;

    width: 25px;

    height: 25px;

    border: none;

    background: none;

}

.srcbox .close_search {

    width: 17px;

    height: 17px;

    position: absolute;

    right: 15px;

    top: 0px;

    bottom: 0;

    margin: auto;

    background-image: url(images/sprite_icons.png);

    background-repeat: no-repeat;

    background-position: 0 -22px;

    cursor: pointer;

}

.srcbox input::-webkit-input-placeholder {

    color: #fff;

}

.srcbox input::-moz-placeholder {

    color: #fff;

}

.srcbox input:-ms-input-placeholder {

    color: #fff;

}

.srcbox input:-moz-placeholder {

    color: #fff;

}

/* Show Hide Menu Section Ends */





/* Banner Section */



a.cmn-btn {
    font-size: 19px;
    color: #fff;
    line-height: 1;
    display: inline-block;
    position: relative;
    background-color: #f68140;

    padding: 20px 39px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Inclusive Sans', sans-serif;
    border-radius: 30px;
    text-align: center;
}

a.cmn-btn:hover {
    background: #000;
    color: #fff;
}

.text-heading {
    font-family: 'Figtree', sans-serif;

    font-size: 48px;

    font-weight: 300;

    color: #1f3863;

    line-height: 1;



    text-align: center;

}



.text-heading strong {

    font-weight: 600;

}





.banner-sec {

    background-image: url(images/skyenbnnrhome.webp);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: top center;

    padding:430px 0px 490px 0px;

    position: relative;

}

.banner-sec:before {

    position: absolute;

    content: "";

    background-color: rgba(0, 0, 0, 0.3);

    width: 100%;

    height: 100%;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    margin: auto;

}

.bnr-sec {

    position: relative;

}



.banner-sec .bnr-sec h1, .banner-sec .bnr-sec h2  {

    font-family: 'Figtree', sans-serif;

    font-weight: 600;

    font-size: 60px;

    color: #fff;

    line-height: 1.16;

    letter-spacing: 0px;

    text-align: center;

    margin-bottom: 28px;

}

.banner-sec .bnr-sec h5, .banner-sec .bnr-sec h1{

    font-family: 'Figtree', sans-serif;

    font-weight: 400;

    font-size: 30px;

    color: #fff;

    line-height: 1;

    letter-spacing: 0px;

    text-align: center;

    margin-bottom: 39px;

}

.banner-sec .bnr-sec .bnr-btn {

    text-align: center;

}

.banner-sec .bnr-sec .bnr-btn a {

    font-family: 'Inclusive Sans', sans-serif;

    font-size: 19px;

    font-weight: 400;

    color: #fff;

    line-height: 1;

    background-color: #f68140;

    padding: 20px 39px;

    display: inline-block;

    border-radius: 36px;

}

.banner-sec .bnr-sec .bnr-btn a:hover {

    background-color: #1f3863;

}





/* Solutions Section */

.solutions-sec .container {
    max-width: 100%;
}





.bb-cnt {

    display: flex;

    border-bottom: 2px solid #d5d5d5;

}



.sol-item h4 {

    text-align: center;

    color: #1f3863;

    font-size: 20px;

    font-family: 'Figtree', sans-serif;

    font-weight: 600;

    line-height: 1.3;

    margin: 0;

    position: relative;

    padding-top: 93px;

}

.sol-item:hover h4 {

    color: #fff;

}

.solutions-sec {
    overflow: hidden;
    margin-top: 0!important;
    padding: 40px 0;
    position: absolute;
    bottom: -43px;

}

.banner-solutions-sec{
    position: relative;
}



.sol-item {

    display: block;

    padding: 36px 20px 37px;

    position: relative;

    width: 15%;

    background-color: rgba(255, 255, 255, 0.7);

    border-left: 1px solid #f7f7f7;

}



.sol-hov a {

    display: inline-block;

    font-size: 0px;

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    right: 0;

    left: 0;

    bottom: 0;

    margin: auto;

}





.sol-item:hover {

    background-color: #f68140;

    color: #fff;

    transform: scale(1.1);

    box-shadow: 0px 0px 24.08px 3.92px rgba(246, 129, 64, 0.46);

    z-index: 1;

    border: 0;

}



.sol-item h4:before {
    content: "";
    position: absolute;
    background-image: url(images/sprites.png);
    background-repeat: no-repeat;
    background-position: -56px 0px;
    top: 0px;
    left: 0px;
    right: 0;
    width: 69px;
    height: 69px;
    margin: auto;
}
.sol-item.managed h4:before {
    background-position: -127px 0px;
}
.sol-item.cloud h4:before {
    background-position: -197px 0;
}
.sol-item.cyber h4:before {
    background-position: -270px 0px;
}
.sol-item.network h4:before {
    background-position: -348px 0px;
    width: 70px;
}
.sol-item.equipment h4:before {
    background-position: -423px 0px;
    width: 71px;
}
.sol-item.voip h4:before {
    background-position: -0px -148px;
}
.sol-item.application h4:before {
    background-position: -87px -152px;
    width: 78px;
}
.sol-item.outsourced h4:before {
    background-position: -557px -3px;
    width: 78px;
}
.sol-item.outsourced:hover h4:before {
    background-position: -557px -72px;
}
.sol-item.security h4:before {
    background-position: -501px -3px;
    width: 52px;
}
.sol-item.security:hover h4:before {
    background-position: -501px -72px;
}
.sol-item.video-surveillance h4:before {
    background-position: -789px -3px;
    width: 70px;
}
.sol-item.video-surveillance:hover h4:before {
    background-position: -789px -72px;
    width: 70px;
}
.sol-item.web-development h4:before {
    background-position: -715px -3px;
    width: 70px;
}
.sol-item.web-development:hover h4:before {
    background-position: -715px -72px;
}

















.sol-item:hover h4:before {
    background-position: -56px -69px;
}
.managed:hover h4:before {
    background-position: -130px -69px;
}
.cloud:hover h4:before {
    background-position: -200px -69px;
}
.cyber:hover h4:before {
    background-position: -270px -68px;
}
.network:hover h4:before {
    background-position: -349px -69px;
}
.equipment:hover h4:before {
    background-position: -423px -71px;
}
.voip:hover h4:before {
    background-position: -4px -220px;
}
.application:hover h4:before {
    background-position: -87px -218px;
}





/* Home About Setion */



.about-sec {

    padding: 95px 0 145px;

    position: relative;

    overflow: hidden;

}

.abt-sec {

    position: relative;

    display: flex;

    justify-content: space-between;



}



.abt-sec:before {

    content: "";

    width: 300px;

    height: 150px;

    position: absolute;

    background-color: #f68140;

    left: -300px;

    bottom: -145px;

}

.abt-rite:before {

    content: "";

    width: 145px;

    height: 400px;

    position: absolute;

    background-image: url(images/about-sec-after.png);

    background-repeat: no-repeat;

    right: -266px;

    top: 0;

    margin: auto;



}

.about-sec h2 {

    margin-bottom: 28px;

}



.about-sec h6 {

    font-family: 'Inclusive Sans';

    font-weight: 400;

    font-size: 19px;

    line-height: 1.6;

    color: #565b63;

    text-align: center;

    margin-bottom: 55px;

}



.about-sec .abt-lft {

    position: relative;

    width: 53.3%;

}

.about-sec .abt-lft:after {

    content: "";

    width: 32px;

    height: 222px;

    position: absolute;

    right: 23px;

    bottom: 52px;

    background-image: url("images/lft-sec-dots-img.png");

    background-repeat: no-repeat;





}

.about-sec .abt-lft img {

    display: block;

}

.about-sec .abt-rite {

    position: relative;

    width: 42%;

}



.about-sec .abt-rite p {

    font-family: 'Inclusive Sans';

    font-weight: 400;

    font-size: 19px;

    line-height: 1.6;

    color: #565b63;

    margin-bottom: 40px;

}

.abt-rite .about-rt-btn a, .choose-btn a, .services-btn a {

    font-family: 'Inclusive Sans';

    font-weight: 400;

    font-size: 19px;

    line-height: 1;

    color: #fff;

    background-color: #f68140;

    padding: 21px 40px;

    border-radius: 35px;

    text-decoration: none;

    display: inline-block;

    text-transform: capitalize;

}



.abt-rite .about-rt-btn a:hover, .choose-btn a:hover, .services-btn a:hover {
    background: #1f3863;
}
.choose-btn {
    position: relative;
    z-index: 1;
}


/* Home Reduce section */



.reduce-sec {

    padding: 140px 0 125px;

    background-image: url(images/red-bg.webp);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

}



.reduce {

    display: flex;

    justify-content: left;

    gap: 92px;

    align-items: center;

}



.reduce-lft {

    width: 63%;

}

.reduce-lft h2 {

    font-family: 'Figtree', sans-serif;

    font-size: 48px;

    font-weight: 300;

    color: #ffffff;

    line-height: 1.2;

    margin-bottom: 30px;

}

.reduce-lft h2 strong {

    font-weight: 600;

}



.reduce-lft p {

    font-family: 'Inclusive Sans', sans-serif;

    font-size: 19px;

    font-weight: 400;

    color: #ffffff;

    line-height: 1.68;

}

.reduce-rite {

    max-width: 167px;

    width: 23%;

}



.reduce-rite img {



    display: block;

}





/* Step Process Section */

.step-process-sec {

    padding: 142px 0 300px;

}

.step-process-sec h2 {

    margin-bottom: 134px;

}

.process-list .process-item h3 {

    font-family: 'Figtree', sans-serif;

    font-weight: 600;

    font-size: 250px;

    line-height: 1;

    color: #fff;

    position: absolute;

    top: -149px;

    z-index: -1;

    left: 0;

    display: inline-block;

    -webkit-background-clip: text;

    background-clip: text;

    -webkit-text-fill-color: transparent;

    background-image: url(images/step-bg.png);

    background-position: center 9px;

}



.process-list .process-item h6 {

    font-family: 'Figtree', sans-serif;

    font-weight: 600;

    font-size: 30px;

    line-height: 1;

    color: #1f3863;

    margin-bottom: 18px;

    padding-top: 150px;

    position: relative;

}

.process-list .process-item h6:before {

    position: absolute;

    content: "";

    width: 103px;

    height: 99px;

    background-image: url(images/sprites.png);

    top: 0;

    left: 0;

    background-position: -182px -145px;





}

.process-list .process-item.design h6:before {

    background-position: -288px -147px;



}

.process-list .process-item.deploy h6:before {

    background-position: -393px -144px;



}

.process-list .process-item p {

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    font-size: 19px;

    line-height: 1.68;

    color: #565b63;

    margin: 0;

}

.process-list .process-item {

    width: 33%;

    padding: 47px 44px 35px 38px;

    box-shadow: 0px 12px 48px 0px rgba(4, 25, 61, 0.08);

    margin-right: 30px;

    position: relative;

    background-color: #fff;

}

/*.process-list .process-item:before{

    position: absolute;

    counter-increment: process-list;

    content: counter(process-list , decimal-leading-zero);

    top: -33px;

    left: 0;

    font-size: 250px;

    font-weight: 600;

    line-height: 0.1;

    color: #fddfcf;

    z-index: -1;



}*/

.process-list .process-item.discuss:after {

    position: absolute;

    content: "";

    background-image: url(images/process-item-image.webp);

    background-repeat: no-repeat;

    width: 378px;

    height: 106px;

    top: 125px;

    right: -73px;

    z-index: 1;

}

.process-list .process-item.design:after {

    position: absolute;

    content: "";

    background-image: url(images/process-item-image.webp);

    background-repeat: no-repeat;

    width: 378px;

    height: 106px;

    top: 125px;

    right: -44px;

    z-index: 1;

}



.process-list .process-item:nth-child(2) {

    margin: 60px 30px -57px 0;

}

.process-list .process-item:nth-child(3) {

    margin: 124px 0 -124px 0;

}

.process-list {

    display: flex;

    counter-reset: process-list;



}

.process-list .process-item:hover {

    background-color: #192a4a;

}

.process-list .process-item:hover h6:before {

    background-position: -179px -249px;

}

.process-list .process-item.design:hover h6:before {

    background-position: -288px -253px;



}

.process-list .process-item.deploy:hover h6:before {

    background-position: -393px -252px;



}

.process-list .process-item:hover h6 {

    color: #fff;

}

.process-list .process-item:hover p {

    color: #fff;

}





/* Choose Section */



.why-choose-sec {

    position: relative;

}

.why-choose-sec .container {

    max-width: 1770px;

    margin: 0 auto 0 0;



}



.choose-lst {

    position: relative;

    display: flex;

    justify-content: flex-end;

    align-items: flex-end;

}



.choose-img img {
    display: block;
}



/*.choose-lst:before{

        position: absolute;

        content:"";

        background-image:url(images/choose-bg.jpg);

        background-repeat: no-repeat;

        width:100%;

        height:100%;

bottom:0;

right: 0;

background-position:bottom right;

margin: auto;

z-index: 1;

background-size: contain;

}*/



/*.why-choose-sec:after{

        position: absolute;

        content:"";

        background-image:url(images/choose-bg.jpg);

        background-repeat: no-repeat;

        width:100%;

        height:100%;

bottom:0;

left: 0;

background-position:bottom left;

margin: auto;

background-size: contain;

}*/



.choose-img.img:before {

    position: absolute;

    content: "";

    background-color: #f68140;

    border-left: 0;

    border-bottom: 0;

    width: 57%;

    height: 77%;

    right: -20px;

    top: -20px;

    z-index: -1;

}



.choose-img.img {

    position: relative;

}

.choose {

    background-color: #eff1f4;

    position: relative;

    width: 38%;

    padding: 50px 47px 65px;

    z-index: 1;

}



.choose:before {

    position: absolute;

    content: "";

    border: 20px solid #f68140;

    border-right: 0;

    border-top: 0;

    width: 70%;

    height: 65%;

    left: -20px;

    bottom: -20px;

}





.choose h2 {

    margin-bottom: 50px;

    text-align: left;

}



.choose ul li {
    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    font-size: 19px;

    line-height: 1.68;

    color: #565b63;

    position: relative;

    margin-bottom: 30px;

    padding-left: 46px;



}

.choose-btn a {
    margin-top: 10px;
}

.choose ul li:before {

    position: absolute;

    content: "";

    background-image: url(images/sprites.png);

    background-position: -10px -66px;

    background-repeat: no-repeat;

    width: 32px;

    height: 30px;

    top: 0;

    left: 0;

}



/* Service Provider */



.service-provider {

    padding: 90px 0;

    background-image: url(images/what-bg.webp);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

}



.what h2 {

    font-family: 'Figtree', sans-serif;

    font-size: 48px;

    font-weight: 300;

    color: #ffffff;

    line-height: 1.2;

    text-align: center;

    margin-bottom: 0;

}

.what h2 strong {

    font-weight: 600;

}













/* Home Service Section */



.hmservice-sec .container {
    max-width: 100%;
}



.service-sec-list {
    display: flex;
    justify-content: center;
}

.service-item {

    background-color: #f9f7f8;

    width: 20%;

    padding: 45px 43px 45px 49px;

    position: relative;

}



.service-item:before {

    position: absolute;

    content: " ";

    background-image: url(images/ellipse.png);

    width: 260px;

    height: 276px;

    background-repeat: no-repeat;

    background-size: contain;

    top: 0;

    left: 0;
}



.service-item:nth-child(even) {
    background-color: #f4f2f3;
}

.service-item h6 {

    font-family: 'Figtree', sans-serif;

    font-weight: 600;

    font-size: 23px;

    line-height: 1;

    color: #1f3863;

    padding-top: 95px;

    margin-bottom: 22px;

    position: relative;

}



.service-item h6:before {

    position: absolute;

    content: " ";

    background-image: url(images/sprites.png);

    background-repeat: no-repeat;

    background-position: 0px -352px;

    height: 70px;

    width: 70px;

    top: 0;

    left: 0;

}



.service-item.tech h6:before {
    background-position: -80px -352px;
}

.service-item.central h6:before {
    background-position: -150px -352px;
}

.service-item.analyst h6:before {
    background-position: -220px -352px;
    width: 74px;
    height: 74px;
}

.service-item.project h6:before {
    background-position: -296px -357px;
}

.service-item p {

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    font-size: 19px;

    line-height: 1.68;

    color: #565b63;

    margin-bottom: 18px;

}





.service-btn {

    position: relative;

    padding-left: 45px;
}

.service-btn a {

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    font-size: 19px;

    line-height: 1;

    color: #f68140;

    text-transform: capitalize;

    display: inline-block;

}



.service-btn:before {

    position: absolute;

    content: " ";

    background-color: #f68140;

    height: 2px;

    width: 30px;

    left: 0;

    top: 0;

    bottom: 0;

    margin: auto;

}



.hvr a {

    font-size: 0;

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    margin: auto;

}



/* Home Testimonials Section */





.test_item {
    background-color: #eff1f4;

    position: relative;

    padding: 30px 30px;

}



/*.test_item:before{

        position: absolute;

        content: "";

        background-image: url(images/sprites.png);

        background-repeat: no-repeat;

        background-position:-4px -305px ;

        width: 38px;

        height: 32px;

        left:30px;

        top: -15px;

}



.test_item:after{

        position: absolute;

        content: "";

        background-image: url(images/sprites.png);

        background-repeat: no-repeat;

        background-position:-47px -305px ;

        width: 38px;

        height: 32px;

        right:30px;

        bottom: -15px;

}*/







.test_item h5 {
    font-family: 'Figtree', sans-serif;

    font-weight: 600;

    font-size: 23px;

    line-height: 1.3;

    color: #1f3863;

}



.test_item h5 {
    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    font-size: 19px;

    line-height: 1.68;

    color: #555555;



}









dots {

    width: 10px;

    height: 10px;

    background-color: #dfe4eb;

}





/* Encompass Sec */



.offering-sec {

    padding: 90px 0px 0px;

    position: relative;

    text-align: center;

}



.offering-sec:before {

    position: absolute;

    content: "";

    width: 100%;

    height: 38%;

    background: url(images/service_sec_bg.jpg) repeat;

    background-size: auto;

    top: 0;

    left: 0;

}



.offering-sec h3 {

    color: #fff;

    font-size: 30px;

    font-family: 'Figtree', sans-serif;

    font-weight: 600;

    line-height: 1;

    text-align: center;

    margin-bottom: 85px;

    position: relative;

    display: inline-block;

}



.offering-sec h3:before {

    position: absolute;

    background-image: url(images/sprites.png);

    background-repeat: no-repeat;

    background-position: 0px -503px;

    content: "";

    top: 14px;

    left: -119px;

    width: 100px;

    height: 4px;

}



.offering-sec h3:after {

    position: absolute;

    background-image: url(images/sprites.png);

    background-repeat: no-repeat;

    background-position: 0px -514px;

    content: "";

    top: 16px;

    right: -124px;

    width: 108px;

    height: 4px;

}



.encompass-sec {

    display: flex;

    justify-content: space-between;

    margin-bottom: 60px;

}



.encompass-sec h5 {

    color: #1f3863;

    font-size: 19px;

    font-family: 'Figtree', sans-serif;

    font-weight: 600;

    line-height: 1.3;

    text-align: center;

    position: relative;

    padding-top: 90px;

    margin: 0;

}



.enc-item {

    width: 15%;

    padding: 30px 20px 35px 20px;

    position: relative;

    border-radius: 10px;

    background: #fff;

    box-shadow: 0px 12px 18px 0px rgba(0, 0, 0, 0.06);
    transition-duration: 0.3s;

}



.hov a {

    display: inline-block;

    font-size: 0px;

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    right: 0;

    left: 0;

    bottom: 0;

    margin: auto;

}



.enc-item h5:before {
    position: absolute;
    background-image: url(images/sprites.png);
    background-repeat: no-repeat;
    /*background-position: -364px -360px;*/
    background-position: -197px 0;
    content: "";
    top: 0px;
    left: 0;
    right: 0;
    width: 69px;
    height: 69px;
    margin: auto;
}
/*.enc-item.help h5:before {
    background-position: -432px -360px;
}
.enc-item.cyber h5:before {
    background-position: -270px 0px;
}
.enc-item.psa h5:before {
    background-position: -0px -148px;
}
.enc-item.uni h5:before {
    background-position: -153px -428px;
}
.enc-item.data h5:before {
    background-position: -237px -432px;
    width: 70px;
}*/
.enc-item.help h5:before {
    background-position: -56px 0px;
}
.enc-item.cyber h5:before {
    background-position: -501px -3px;
    width: 52px;
}
.enc-item.psa h5:before {
    background-position: -423px 0px;
    width: 78px;
}
.enc-item.uni h5:before {
    background-position: -127px 0px;
}
.enc-item.data h5:before {
    background-position: -87px -152px;
    width: 78px;
}


.collab p {

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    font-size: 23px;

    line-height: 1.5;

    text-align: center;

    color: #565b63;

    margin-bottom: 0;



}





/*Home page Form*/



.ftrfrm-sec {

    background-image: url(images/ftrfrm-bg.webp);

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    padding: 150px 0 140px;

}





.form-sec {
    display: flex;

    justify-content: space-between;

    align-items: center;

    z-index: 1;

    position: relative;



}

.form-sec:before {

    position: absolute;

    content: "";

    background-color: rgb(246 129 64 / 84%);

    width: 102%;

    height: 79%;

    right: -27px;

    outline: 1px solid #fff;

    outline-offset: -10px;

    z-index: -1;

}



.form-sec .form-lft {

    padding-left: 61px;

    width: 38%;

}



.form-lft h4 {

    font-family: 'Figtree', sans-serif;

    font-weight: 600;

    font-size: 23px;

    line-height: 1;

    color: #fff;



    margin-bottom: 12px;

}



.form-lft h2 {
    font-family: 'Figtree', sans-serif;

    font-weight: 600;

    font-size: 48px;

    line-height: 1.2;

    color: #fff;



}



.form-lft h2 strong {
    font-weight: 300;
}





.form-rite {

    background: #fff;

    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.34);

    width: 63%;

    padding: 55px 50px 38px;

}



.form-rite h3, .cntpg-rite h2 {
    font-family: 'Figtree', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    color: #1f3863;
    margin-bottom: 40px;
}



.form-sec p.gform_required_legend {
    display: none;

}



.form-sec .gform_wrapper {

    margin: 0;

}

.form-sec .gform_wrapper ul {

    margin: 0;

    padding: 0;

}

.form-sec .gform_wrapper ul.gform_fields li {

    margin: 0 0 10px 0;

    padding: 0 !important;

}

.form-sec .gform_wrapper .gform-body .gfield input,
.form-sec .gform_wrapper .gform-body .gfield select,
.form-sec .gform_wrapper .gform-body .gfield textarea {

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    font-size: 19px;

    line-height: 1.6;

    float: left;

    width: 100% !important;

    margin-bottom: 22px;

    outline: 0px;

    color: #565b63;

    position: relative;

    border-radius: 0;

    background: transparent;

    border: 0;

    border-bottom: 2px solid #abacaf;

    padding: 14px 10px !important;

    transition: all .5s;



}



.form-sec .gform_wrapper.gravity-theme .gfield_label {
    display: none;
}



.form-sec .gform_wrapper .gform-body .gfield textarea {

    width: 100%;

    height: 60px !important;

    resize: none;

    margin-bottom: 20px;

}

.form-sec .gform_wrapper .gfield_radio label,
.gform_wrapper .top_label .chkbx label {

    font-size: 18px !important;

    line-height: 20px !important;

    color: #fff;

}



.form-sec .gform_wrapper .top_label input[type="checkbox"] {

    float: left;

    clear: both;

    width: auto !important;

    margin: 4px 10px 0px 0 !important;

    padding: 0 !important;

    border-radius: 0;

    max-width: inherit !important;

}

.form-sec .gform_wrapper .gform_footer {

    padding: 0;

    margin: 16px 0 0;

    text-align: center;

}

.form-sec .gform_wrapper .gform_footer .gform_button {

    background-color: #f68140 !important;

    outline: none !important;

    border: 0px none !important;

    border-radius: 30px !important;

    cursor: pointer;

    transition-duration: 0.5s;

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    color: #ffffff !important;

    font-size: 19px !important;

    padding: 20px 44px !important;

    line-height: 1;

    text-transform: capitalize !important;

    height: auto !important;

    margin: 0;

}

.form-sec .gform_wrapper .gform_footer .gform_button:hover {

    background-color: #1f3863 !important;

}

.form-sec .gform_wrapper .gform-body .gfield input::placeholder,

.form-sec .gform_wrapper .gform-body .gfield input:-ms-input-placeholder,

.form-sec .gform_wrapper .gform-body .gfield input::-ms-input-placeholder,

.form-sec .gform_wrapper .gform-body .gfield textarea::placeholder,

.form-sec .gform_wrapper .gform-body .gfield textarea:-ms-input-placeholder,

.form-sec .gform_wrapper .gform-body .gfield textarea::-ms-input-placeholder {

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    font-size: 19px;

    line-height: 1.6;

    color: #565b63;

}



.form-sec .gform_wrapper.gravity-theme .gform_fields {

    grid-column-gap: 4%;
}



.form-sec .gform_wrapper.gravity-theme .gform_validation_errors {
    display: none;
}



.form-sec .gform_wrapper.gravity-theme .gfield {
    position: relative;
}



.form-sec .gfield_description.instruction.validation_message {

    top: 14px !important;

}



.form-sec .gform_wrapper div.validation_error {

    text-align: center;

    border: none;

    padding: 0 !important
}

.form-sec .gform_wrapper .validation_message,
.gform_wrapper div.validation_error {

    color: red;

    letter-spacing: .56px;

    font-size: 12px;

    line-height: 1;

}

.form-sec .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {

    max-width: 100% !important
}



.form-sec .gform_wrapper .field_description_below .gfield_description {

    padding: 0;

    margin: 0;

    background: none;

    border: none;

    position: absolute;

    max-width: max-content;

    right: 0;


}

.form-sec .gform_wrapper li.gfield.gfield_error,
.form-sec .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {

    background-color: inherit !important;

    border: none;

    padding: 0 !important;

    margin-top: 0 !important;

}

.form-sec .gform_button.disabled {

    pointer-events: none;

}

body .form-sec .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .form-sec .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_radio {

    margin-top: 0 !Important
}





/* Footer Section */



.site-footer {

    background-color: #1f3863;

    padding: 35px 0 30px;

}



.site-footer .ftmenu ul li {
    display: inline;
    padding: 0 20px;
}



.site-footer .ftmenu ul li a {
    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    font-size: 19px;

    line-height: 1;



    display: inline-block;

    color: #fff;



}



.site-footer .ftmenu {

    text-align: center;

    margin-bottom: 30px;

}



.ftr-blk {

    display: flex;

    justify-content: space-between;

}



.ftr-itm.fst {

    width: 17.2%;

    position: relative;

    border-right: 1px solid #364c73;

}

.ftr-itm {

    padding: 50px 0;

}



.ft_note {
    text-align: center;
}

.footer-blocks {

    border-bottom: 1px solid #364c73;

    margin-bottom: 35px;

}



/*.ftr-itm.fst:before{

        position: absolute;

    content: "";

    margin: auto;

    top: 0;

    bottom: 0;

    right: 0;

    background-color: #364c73;

    width: 1px;

    height: 321px;

}*/



.ftr-itm.scnd {

    width: 80%;

}



.ftr-loca {

    width: 100%;

    display: flex;

    justify-content: space-between;
    margin-bottom: 25px;

}



.ftr-contact {

    width: 100%;

    display: flex;

    justify-content: space-between;
    align-items: center;

}



.ftr-contact p {
    margin-bottom: 0;
}



.ftr-itm h5 {

    font-family: 'Figtree', sans-serif;

    font-weight: 600;

    font-size: 23px;

    line-height: 1;

    color: #fff;

    margin-bottom: 6px;

}



.ftr-itm p {

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    font-size: 19px;

    line-height: 1.6;

    color: #fff;

    margin-bottom: 10px !important;

}



.ftr-logo {

    margin-bottom: 26px;

}



.ftr-logo img {

    display: block;

}



.ftr-scl-icns {

    display: flex;

    justify-content: start;

    gap: 3px;

}





.ftr-scl-icns a {

    display: inline-block;

    background-image: url("images/sprites.png");

    background-repeat: no-repeat;

    background-position: -320px -435px;

    width: 41px;

    height: 41px;

    font-size: 0px;

    transition: .3s;

}

.ftr-scl-icns a.tw {
    background-position: -370px -435px;
}

.ftr-scl-icns a.inst {
    background-position: -470px -435px;
}

.ftr-scl-icns a.lnk {



    background-position: -421px -435px;



}



.ftr-lctn {

    padding-left: 50px;

    position: relative;

}



.ftr-lctn:before {

    position: absolute;

    content: "";

    margin: auto;

    top: 0;

    left: 0;

    background-image: url(images/sprites.png);

    background-repeat: no-repeat;

    background-position: -92px -302px;

    width: 36px;

    height: 36px;

}



.ftr-phn {

    padding-left: 50px;

    position: relative;

}



.ftr-phn a:before {

    position: absolute;

    content: "";

    margin: auto;

    top: 0;

    left: 0;

    background-image: url("images/sprites.png");

    background-repeat: no-repeat;

    background-position: -9px -103px;

    width: 36px;

    height: 36px;

}



.ftr-phn a {

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    font-size: 19px;

    line-height: 1.3;

    color: #fff;

    text-decoration: none;

    display: inline-block;

}



.ftr-phn a:hover,
.ftr-itm p a:hover {

    color: #f68140;

    transition: .3s;

}



.ftr-scl-icns a:hover {

    background-color: #f68140;

    border-radius: 100%;

    transition: .3s;

}





.ftr-lctn-san {

    padding-left: 50px;

    position: relative;

}



.ftr-lctn-san:before {

    position: absolute;

    content: "";

    margin: auto;

    top: 0;

    left: 0;

    background-image: url("images/sprites.png");

    background-repeat: no-repeat;

    background-position: -92px -302px;

    width: 36px;

    height: 36px;

}



.ftr-email {

    padding-left: 50px;

    position: relative;

    width: 23%;

}



.ftr-email a:before {

    position: absolute;

    content: "";

    margin: auto;

    top: 0;

    left: 0;

    background-image: url("images/sprites.png");

    background-repeat: no-repeat;

    background-position: -132px -302px;

    width: 36px;

    height: 36px;

}



.ftr-email a {

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    font-size: 19px;

    line-height: 1.3;

    color: #fff;

    text-decoration: none;

    display: inline-block;

}



.ftr-email a:hover {

    color: #f68140;

    transition: .3s;

}



.ftr-lctn-prtl {

    padding-left: 50px;

    position: relative;

}



.ftr-lctn-prtl:before {

    position: absolute;

    content: "";

    margin: auto;

    top: 0;

    left: 0;

    background-image: url("images/sprites.png");

    background-repeat: no-repeat;

    background-position: -92px -302px;

    width: 36px;

    height: 36px;

}

.ftr-btn {

    width: 31%;

}



.ftr-btn a {

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    font-size: 19px;

    line-height: 1;

    color: #fff;

    display: inline-block;

    text-decoration: none;

    padding: 22px 39px 21px 39px;

    background-color: #f68140;

    border-radius: 30px 30px;
    width: 225px;
    text-align: center;
    margin-bottom: 15px;
}
.ftr-btn a:last-child{
    margin-bottom: 0;
}

.inrpg-breadcrumbs span a:hover {
    color: #f68140;
}

.ftr-btn a:hover {

    color: #1f3863;

    transition: .3s;

}









.site_info p {

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    font-size: 16px;

    line-height: 1.6;

    color: #fff;

}

.backgrund-img-sec {

    background-image: url(images/backgrund-img.webp);

    background-position: top center;

    background-repeat: no-repeat;

    padding: 160px 0 0px;

    background-size: cover;

}



.collab {

    padding-bottom: 140px;

}

.it-sec {

    padding: 155px 0 60px;

    text-align: center;

}



.it-sec h2 {

    font-family: 'Figtree', sans-serif;

    font-size: 48px;

    font-weight: 300;

    color: #1f3863;

    line-height: 1.2;

    margin-bottom: 30px;



}

.it-sec h2 strong {

    font-weight: 600;

}



.it-sec p {

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    font-size: 19px;

    line-height: 1.68;

    color: #565b63;

    margin-bottom: 18px;

}

.testim-sec .container {

    max-width: 1670px;

    margin: 0 0 0 auto;

}



.hm-testi-title {

    width: 70%;

}















.hm-testi-img-title-list .hm-testi-img {

    width: 60px;

    height: 60px;

}

.hm-testi-img-title-list .hm-testi-img img {

    border-radius: 100%;

}









.testim-sec-rgt {

    max-width: 1440px;

    margin: 0 -290px 0 auto;

    width: 100%;

    position: absolute;

    top: 0;

    bottom: 0;

    right: 0;

    padding-top: 80px;

}

.testim-sec-lft {

    position: relative;

    z-index: 1;

}

.testim-sec-lst {

    position: relative;

    background-color: #fff;

}



.testim-sec {

    overflow: hidden;

}



.testim-sec-lst h2 {

    font-family: 'Figtree', sans-serif;

    font-size: 48px;

    font-weight: 300;

    color: #1f3863;

    line-height: 1.2;

    margin-bottom: 50px;

    z-index: 1;

    position: relative;

}

.testim-sec-lst h2 strong {

    font-weight: 600;

}



.hm-testi-img-title-list {

    display: flex;

    gap: 15px;

    margin-bottom: 15px;
    align-items: center;

}



.hm-testi-item {

    background-color: #eff1f4;

    padding: 50px 55px 50px 45px;

    position: relative;

}



.hm-testi-item .hm-testi-title h5 {

    font-family: 'Figtree', sans-serif;

    font-size: 23px;

    font-weight: 600;

    color: #1f3863;

    line-height: 1;

    margin-bottom: 10px;

}

.hm-testi-item .hm-testi-title h6 {

    font-size: 19px;

    font-weight: 400;

    color: #565b63;

    line-height: 1.5;

    margin-bottom: 0px;

    font-family: 'Inclusive Sans', sans-serif;

}

.hm-testi-item .hm-testi-cnt p {

    font-size: 19px;

    font-weight: 400;

    color: #565b63;

    line-height: 1.68;

    margin-bottom: 0px;

    font-family: 'Inclusive Sans', sans-serif;

}

.home_testi-list.owl-carousel .owl-stage {

    display: flex;

}

.home_testi-list.owl-carousel .owl-stage .owl-item {

    display: flex;

}



.home_testi-list.owl-carousel .owl-stage-outer {

    padding: 25px 0;

}



.home_testi-list.owl-carousel .owl-dots {

    position: relative;

    display: block !important;

    /*    text-align: center;*/
    margin-left: 25%;



}

.home_testi-list.owl-carousel button.owl-dot.active {

    background-color: #f68140;

    width: 52px;

    border-radius: 15px;

}



.home_testi-list.owl-carousel button.owl-dot {

    width: 12px;

    height: 12px;

    background-color: #f68140;

    border-radius: 100%;

    margin-right: 10px;

}



.hm-testi-item:before {

    position: absolute;

    content: "";

    margin: auto;

    top: -15px;

    left: 36px;

    background-image: url(images/sprites.png);

    background-repeat: no-repeat;

    background-position: -3px -304px;

    width: 40px;

    height: 32px;

    z-index: 1;

}



.hm-testi-item:after {

    position: absolute;

    content: "";

    margin: auto;

    bottom: -15px;

    right: 36px;

    background-image: url(images/sprites.png);

    background-repeat: no-repeat;

    background-position: -45px -303px;

    width: 40px;

    height: 32px;

    z-index: 1;

}



.testim-sec-lft:before {

    position: absolute;

    content: "";

    background-color: #f68140;

    border-right: 0;

    border-top: 0;

    height: 90%;

    width: 43%;

    left: -20px;

    bottom: -20px;

}

.testim-sec-lft img {
    display: block;
    z-index: 1;
    position: relative;
}



.ftr-nav {

    border-bottom: 1px solid #364c73;

}



.ft_note p.cpy-inr {

    margin: 0;

    text-transform: uppercase;

}

.service-item:hover .service-btn a {

    color: #1f3863;

}



/*Inner Pages*/

/*Default Styles*/

.page_bnr {

    background-image: url(images/page-bnr.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

    padding: 340px 0 250px;

    z-index: 0;

    position: relative;

}

.page_bnr:before {

    position: absolute;

    content: "";

    background-image: url(images/gen-pg-bfr.png);

    background-repeat: no-repeat;

    background-size: cover;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    margin: auto;

}





.page_title h1,
.page_title h2 {

    font-family: 'Figtree', sans-serif;

    font-weight: 600;

    font-size: 60px;

    line-height: 1.16;

    color: #fff;

    position: relative;

    margin-bottom: 15px;

}





.inrpg-breadcrumbs {

    position: relative;

    color: #fff;

    font-size: 19px;

    line-height: 1;

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

}



.brd-div {
    position: relative;
    display: inline-block;
    /* background-image: url(images/brd-bg.png);
    background-repeat: no-repeat;
    background-size: cover; */
    width: 12px;
    height: 9px;
    margin: 0 4px 0;
}
.page_default {
    padding: 130px 0 145px;
    position: relative;
}
.page_default.genpg {
    background-image: url(images/full-page-bnr.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}





.genpg-rite {

    width: 66%;

    float: right;

}



.genpg-lft {
    width: 29%;
    float: left;
}

.genpg-rite.full-width {
    width: 100%;
    float: none;
    position: relative;
}





.page_default .genpg-rite h1,

.page_default .genpg-rite h2,

.page_default .genpg-rite h3,

.page_default .genpg-rite h4,

.page_default .genpg-rite h5,

.page_default .genpg-rite h6 {

    font-family: 'Figtree', sans-serif;

    margin-bottom: 15px;

    font-weight: 300;

    color: #1f3863;

}





.page_default .genpg-rite h1 strong,

.page_default .genpg-rite h2 strong,

.page_default .genpg-rite h3 strong,

.page_default .genpg-rite h4 strong,

.page_default .genpg-rite h5 strong,

.page_default .genpg-rite h6 strong {

    font-weight: 700;



}





.page_default .genpg-rite h1 {

    font-size: 50px;

    line-height: 1.07;

    position: relative;

    margin-bottom: 22px;

    text-transform: capitalize;

    color: #1f3863;

}









.page_default .genpg-rite h2 {

    font-family: 'Josefin Sans', sans-serif;

    font-size: 48px;

    line-height: 1.20;

    color: #1f3863;

    position: relative;

    margin-bottom: 15px;

}







.page_default .genpg-rite h3 {
    font-size: 40px;
    line-height: 1.2;
}

.page_default .genpg-rite h4 {
    font-size: 35px;
    line-height: 1.2;
}

.page_default .genpg-rite h5 {
    font-size: 30px;
    line-height: 1.93;
    font-weight: 600
}

.page_default .genpg-rite h6 {
    font-size: 22px;
    line-height: 1.2;
}





.page_default .genpg-rite p,
.page_default .genpg-rite li,
.innr-design-strt .genpg-cnt p,
.innr-design-strt .genpg-cnt li {

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    font-size: 19px;

    line-height: 1.68;

    color: #565b63;

    margin: 0 0 40px 0;

}





.page_default .genpg-rite a {
    color: #f68140;
    text-decoration: none;
}

.page_default .genpg-rite li,
.innr-design-strt .genpg-cnt li {
    display: table;
    padding-left: 40px;
    color: #565b63;
    position: relative;
    line-height: 1.6;
    margin: 0 0 15px 0;
}





.page_default .genpg-rite ul li:before,
.innr-design-strt .genpg-cnt ul li:before {

    background-image: url(images/ol-bfr.png);

    background-repeat: no-repeat;

    background-position: center;

    background-size: contain;

    width: 19px;

    height: 19px;

    position: absolute;

    content: "";

    left: 0;

    right: 0;

    top: 7px;

}



.page_default .genpg-rite li ul {
    padding: 15px 0 0 10px;
    margin: 0;
}

.page_default .genpg-rite li ul li {

    padding-left: 10px;

    list-style: disc;

}



.page_default .genpg-rite ol {

    list-style-type: decimal;

    counter-reset: my-sec-counter;

}

.page_default .genpg-rite ol li:before {

    counter-increment: my-sec-counter;

    content: "" counter(my-sec-counter) "";

    font-size: 21px;

    font-weight: 400;

    position: absolute;

    left: 0;

    top: -2px;

    color: #f68140;

}





.page_default .genpg-rite li ul li:before {
    display: none;
}

.page_content .genpg-rite ol,
.page_content .genpg-rite ul,
.innr-design-strt .genpg-cnt ul {

    margin: 0 0 25px 0px;

    list-style: none;

    padding-left: 20px;

}



.page_content .genpg-rite ol li {

    list-style: none;

    padding-left: 30px !important;

}





.page_default .genpg-rite li a:hover,
.page_default .genpg-rite a:hover {
    color: #1f3863;
}





/*genpg*/

.gen-top-rgt {

    width: 50%;

}



.gen-top-lft {

    width: 41%;

}



.gen-top-lst {

    display: flex;

    justify-content: space-between;

}



.gen-top-sec {

    margin-bottom: 50px;

}

.gen-bottom-sec {

    text-align: center;

    padding-top: 40px;

    position: relative;

}



.gen-bottom-sec:before {

    position: absolute;

    content: "";

    background-image: url(images/service_sec_bg.jpg);

    width: 100%;

    height: 315px;

    top: 0;

    left: 0;

    right: 0;



}



.page_default .genpg-rite .gen-bottom-sec h5 {

    color: #fff;

    font-size: 30px;

    font-family: 'Figtree', sans-serif;

    font-weight: 600;

    line-height: 1;

    text-align: center;

    margin-bottom: 40px;

    position: relative;

    display: inline-block;

}

.page_default .genpg-rite .gen-bottom-sec h5:before {

    position: absolute;

    background-image: url(images/sprites.png);

    background-repeat: no-repeat;

    background-position: 0px -503px;

    content: "";

    top: 14px;

    left: -119px;

    width: 100px;

    height: 4px;

}

.page_default .genpg-rite .gen-bottom-sec h5:after {

    position: absolute;

    background-image: url(images/sprites.png);

    background-repeat: no-repeat;

    background-position: 0px -514px;

    content: "";

    top: 16px;

    right: -124px;

    width: 108px;

    height: 4px;

}

.gen-bottom-lst {

    display: flex;

    justify-content: center;

    margin-bottom: 60px;

    /*    flex-wrap: wrap;*/



}

.gen-bottom-itm {

    width: 24%;

    padding: 40px 40px 30px 40px;

    position: relative;

    border-radius: 10px;

    background: #fff;

    box-shadow: 0px 12px 18px 0px rgba(0, 0, 0, 0.06);

    margin: 0 0 0 2%;

}



.gen-bottom-itm:first-child {
    margin: 0
}

.page_default .genpg-rite .gen-bottom-itm h6 {

    font-weight: 600;

    font-size: 23px;

    line-height: 1.37;

    color: #1f3863;

    margin-bottom: 20px;

    position: relative;

    padding-top: 100px;

}

.page_default .genpg-rite .gen-bottom-itm p {

    margin: 0;
}



.gen-bottom-itm h6:before {

    position: absolute;

    background-image: url(images/sprites.png);

    background-repeat: no-repeat;

    /*    background-position: -130px -503px;*/
    background-position: -493px -500px;
    content: "";

    top: 0px;

    left: 0;

    right: 0;

    width: 77px;

    height: 68px;

    margin: auto;

}
.gen-bottom-itm.itm1 h6:before {
    background-image: url(images/enterprise.png);
    background-position: 0 0;
}
.gen-bottom-itm.itm2 h6:before {
    background-position: -570px -503px;
    height: 64px;
}
.gen-bottom-itm.itm3 h6:before {
    background-position: -646px -502px;
}
.gen-bottom-itm.itm4 h6:before {
    background-position: -795px -498px;
}
.gen-bottom-itm.itm5 h6:before {
    background-position: -721px -503px;
}
.gen-bottom-itm h6 {
    --iconImg : url(images/video_icon.png);
}
.page-id-167 .gen-bottom-itm h6:before {
    background-image: var(--iconImg);
    background-position: 0 0;
}
/*
.gen-bottom-itm.microsoft-exchange h6:before {
    background-image: url(images/video_icon.png);
    background-position: 0 0;
}
.gen-bottom-itm.microsoft-sharePoint h6:before{
    background-image: url(images/video_icon2.png);
    background-position: 0 0;
}
.gen-bottom-itm.mysql-database h6:before{
    background-image: url(images/video_icon3.png);
    background-position: 0 0;
}
.gen-bottom-itm.cloud-access h6:before{
    background-image: url(images/video_icon7.png);
    background-position: 0 0;
}
.gen-bottom-itm.email-erchiving h6:before{
    background-image: url(images/video_icon4.png);
    background-position: 0 0;
}
.gen-bottom-itm.spam-filtering h6:before{
    background-image: url(images/email-defense.png);
    background-position: 0 0;
}
.gen-bottom-itm.encrypted-email h6:before{
    background-image: url(images/video_icon32.png);
    background-position: 0 0;
}
.gen-bottom-itm.voip-phones h6:before{
    background-image: url(images/video_icon8.png);
    background-position: 0 0;
}
.gen-bottom-itm.pc-backup h6:before{
    background-image: url(images/video_icon9.png);
    background-position: 0 0;
}
.gen-bottom-itm.firewall h6:before{
    background-image: url(images/video_icon10.png);
    background-position: 0 0;
}
.gen-bottom-itm.antiSpyware h6:before{
    background-image: url(images/video_icon11.png);
    background-position: 0 0;
}
.gen-bottom-itm.desktop-server h6:before{
    background-image: url(images/video_icon12.png);
    background-position: 0 0;
}
.gen-bottom-itm.video-conferencing h6:before{
    background-image: url(images/video_icon13.png);
    background-position: 0 0;
}*/


.gen-bottom-itm.acceptable h6:before{
    background-image: url(images/video_icon15.png);
    background-position: 0 0;
}
.gen-bottom-itm.social-media h6:before{
    background-image: url(images/video_icon14.png);
    background-position: 0 0;
}
.gen-bottom-itm.portable-storag h6:before{
    background-image: url(images/video_icon17.png);
    background-position: 0 0;
}
.gen-bottom-itm.mobile-devices h6:before{
    background-image: url(images/video_icon18.png);
    background-position: 0 0;
}
.gen-bottom-itm.laptop-security h6:before{
    background-image: url(images/video_icon20.png);
    background-position: 0 0;
}
.gen-bottom-itm.administrative-rights h6:before{
    background-image: url(images/video_icon21.png);
    background-position: 0 0;
}
.gen-bottom-itm.network-data h6:before{
    background-image: url(images/video_icon19.png);
    background-position: 0 0;
}
.gen-bottom-itm.remote-access h6:before{
    background-image: url(images/video_icon22.png);
    background-position: 0 0;
}
.gen-bottom-itm.password-security h6:before{
    background-image: url(images/video_icon16.png);
    background-position: 0 0;
}

















.page_default .genpg-rite .gen-bottom-btm .gen-bottom-btn a,
.page_default .genpg-rite .sngprfle-btn a {

    font-family: 'Inclusive Sans';

    font-weight: 400;

    font-size: 19px;

    line-height: 1;

    color: #fff;

    background-color: #f68140;

    padding: 21px 40px;

    border-radius: 35px;

    text-decoration: none;

    display: inline-block;

    text-transform: capitalize;

}



.page_default .genpg-rite .gen-bottom-btm .gen-bottom-btn a,
.page_default .genpg-rite .sngprfle-btn a:hover {
    background-color: #1f3863;
}



.page-template-contact-page .ftrfrm-sec {

    display: none;

}

.cntpg-sec {

    position: relative;

    padding: 150px 0;

    z-index: 1;

    overflow: hidden;

}



.cntpg-lst:after {

    content: "";

    width: 270px;

    height: 152px;

    position: absolute;

    background-color: #f68140;

    right: -270px;

    top: -151px;

}

.cntpg-lft-lst-itm a:hover {

    color: #f68140 !important;

}



.cntpg-lst {

    display: flex;

    justify-content: space-between;

    position: relative;

}

.cntpg-rite:after {

    position: absolute;

    content: "";

    background-color: #f4f2f3;

    width: 150%;

    height: 166%;

    top: 0;

    right: -439px;

    bottom: 0;

    margin: auto;

    z-index: -1;

}





.cntpg-rite {

    background: #fff;

    width: 64%;

    padding: 40px 55px 50px;

    position: relative;

}

.cntpg-rite:before {

    content: "";

    width: 32px;

    height: 222px;

    position: absolute;

    right: -28px;

    top: 10px;

    background-image: url(images/lft-sec-dots-img.png);

    background-repeat: no-repeat;

    z-index: -1;

}



.cntpg-rite h3 {
    font-family: 'Figtree', sans-serif;

    font-weight: 600;

    font-size: 30px;

    line-height: 1;

    color: #1f3863;



    margin-bottom: 40px;

}



.cntpg-rite p.gform_required_legend {
    display: none;

}



.cntpg-rite .gform_wrapper {

    margin: 0;

}

.cntpg-rite .gform_wrapper ul {

    margin: 0;

    padding: 0;

}

.cntpg-rite .gform_wrapper ul.gform_fields li {

    margin: 0 0 10px 0;

    padding: 0 !important;

}

.cntpg-rite .gform_wrapper .gform-body .gfield input,
.cntpg-rite .gform_wrapper .gform-body .gfield select,
.cntpg-rite .gform_wrapper .gform-body .gfield textarea {

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    font-size: 19px;

    line-height: 1.6;

    float: left;

    width: 100% !important;

    margin-bottom: 22px;

    outline: 0px;

    color: #565b63;

    position: relative;

    border-radius: 0;

    background: transparent;

    border: 0;

    border-bottom: 2px solid #abacaf;

    padding: 14px 10px !important;

    transition: all .5s;



}



.cntpg-rite .gform_wrapper.gravity-theme .gfield_label {
    display: none;
}



.cntpg-rite .gform_wrapper .gform-body .gfield textarea {

    width: 100%;

    height: 60px !important;

    resize: none;

    margin-bottom: 20px;

}

.cntpg-rite .gform_wrapper .gfield_radio label,
.gform_wrapper .top_label .chkbx label {

    font-size: 18px !important;

    line-height: 20px !important;

    color: #fff;

}



.cntpg-rite .gform_wrapper .top_label input[type="checkbox"] {

    float: left;

    clear: both;

    width: auto !important;

    margin: 4px 10px 0px 0 !important;

    padding: 0 !important;

    border-radius: 0;

    max-width: inherit !important;

}

.cntpg-rite .gform_wrapper .gform_footer {

    padding: 0;

    margin: 16px 0 0;

    text-align: center;

}

.cntpg-rite .gform_wrapper .gform_footer .gform_button {

    background-color: #f68140 !important;

    outline: none !important;

    border: 0px none !important;

    border-radius: 30px !important;

    cursor: pointer;

    transition-duration: 0.5s;

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    color: #ffffff !important;

    font-size: 19px !important;

    padding: 20px 44px !important;

    line-height: 1;

    text-transform: capitalize !important;

    height: auto !important;

    margin: 0;

}

.cntpg-rite .gform_wrapper .gform_footer .gform_button:hover {

    background-color: #231f20 !important;

}

.cntpg-rite .gform_wrapper .gform-body .gfield input::placeholder,

.cntpg-rite .gform_wrapper .gform-body .gfield input:-ms-input-placeholder,

.cntpg-rite .gform_wrapper .gform-body .gfield input::-ms-input-placeholder,

.cntpg-rite .gform_wrapper .gform-body .gfield textarea::placeholder,

.cntpg-rite .gform_wrapper .gform-body .gfield textarea:-ms-input-placeholder,

.cntpg-rite .gform_wrapper .gform-body .gfield textarea::-ms-input-placeholder {

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    font-size: 19px;

    line-height: 1.6;

    color: #565b63;

}



.cntpg-rite .gform_wrapper.gravity-theme .gform_fields {

    grid-column-gap: 4%;
}



.cntpg-rite .gform_wrapper.gravity-theme .gform_validation_errors {
    display: none;
}



.cntpg-rite .gform_wrapper.gravity-theme .gfield {
    position: relative;
}



.cntpg-rite .gfield_description.instruction.validation_message {

    top: 14px !important;

}



.cntpg-rite .gform_wrapper div.validation_error {

    text-align: center;

    border: none;

    padding: 0 !important
}

.cntpg-rite .gform_wrapper .validation_message,
.gform_wrapper div.validation_error {

    color: red;

    letter-spacing: .56px;

    font-size: 12px;

    line-height: 1;

}

.cntpg-rite .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {

    max-width: 100% !important
}



.cntpg-rite .gform_wrapper .field_description_below .gfield_description {

    padding: 0;

    margin: 0;

    background: none;

    border: none;

    position: absolute;

    max-width: max-content;

    right: 0;

    top: 0px;

}

.cntpg-rite .gform_wrapper li.gfield.gfield_error,
.cntpg-rite .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {

    background-color: inherit !important;

    border: none;

    padding: 0 !important;

    margin-top: 0 !important;

}

.cntpg-rite .gform_button.disabled {

    pointer-events: none;

}

body .cntpg-rite .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .cntpg-rite .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_radio {

    margin-top: 0 !Important
}







.cntpg-lft {

    background-image: url(images/cnt-lft-bg.jpg);

    background-repeat: no-repeat;

    width: 36%;

    background-size: cover;

    outline: 1px solid #fefefe;

    outline-offset: -15px;

    padding: 100px 10px 50px;

}



.cntpg-lft h2 {

    font-family: 'Figtree', sans-serif;

    font-weight: 600;

    font-size: 48px;

    line-height: 1.20;

    color: #fff;

    position: relative;

    margin-bottom: 60px;

    text-align: center;

}



.cntpg-lft-lst {

    display: flex;

    justify-content: center;

}

.cntpg-lft-lst-itm h5 {

    font-family: 'Figtree', sans-serif;

    font-weight: 600;

    font-size: 23px;

    line-height: 1;

    color: #fff;

    position: relative;

    margin-bottom: 10px;

    text-align: center;

    padding-top: 50px;

}

.cntpg-lft-lst-itm h5:before {

    position: absolute;

    content: "";

    margin: auto;

    top: 0;

    left: 0;

    right: 0;

    background-image: url(images/sprites.png);

    background-repeat: no-repeat;

    background-position: -9px -103px;

    width: 36px;

    height: 36px;

}



.cntpg-lft-lst-itm.itm h5:before {
    background-position: -132px -302px;
}



.cntpg-lft-lst-itm p {
    margin-bottom: 0
}

.cntpg-lft-lst-itm p a {

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 600;

    font-size: 19px;

    line-height: 1;

    color: #fff;

    position: relative;

    margin-bottom: 15px;

    text-align: center;



}

.cntpg-lft-lst-itm {

    width: 48%;

    text-align: center;

    border-right: 1px solid #3e4a64;

}

.cntpg-map-sec-lst {

    display: flex;

    justify-content: space-between;

    gap: 30px;

}

.cntpg-map-sec {

    padding: 135px 0 135px;

}

.cntpg-map-itm-map iframe {

    width: 100%;

    height: 330px;

    border: 5px solid #fff;
    box-shadow: 0px 12px 18px 0px rgba(0, 0, 0, 0.06);

}

.cntpg-map-itm-map {
    margin: 0 0 25px
}

.cntpg-map-sec-itm {

    width: 32%;

}

.cntpg-map-sec-itm h5 {

    font-family: 'Figtree', sans-serif;

    font-weight: 600;

    font-size: 30px;

    line-height: 1;

    color: #1f3863;

    position: relative;

    margin-bottom: 25px;

    text-align: center;

}



.cntpg-map-itm-map-cnt h6 {

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    font-size: 19px;

    line-height: 1.68;

    color: #565b63;

    margin: 0 0 20px;

}

.cntpg-map-itm-map-cnt {
    text-align: center;
}



.cntpg-map-itm-map-cnt .cntpg-map-btn a {

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    font-size: 19px;

    line-height: 1.68;

    color: #f68140;

    margin: 0;

    position: relative;

}

.cntpg-map-itm-map-cnt .cntpg-map-btn a:hover {
    color: #565b63;
}



.cntpg-map-itm-map-cnt .cntpg-map-btn a:before {

    position: absolute;

    content: "";

    margin: auto;

    top: 1px;

    left: -22px;

    background-image: url(images/sprites.png);

    background-repeat: no-repeat;

    background-position: -452px -503px;

    width: 14px;

    height: 21px;

}



/*grppfle*/

.prfle-pg-cnt {

    text-align: center;

    margin-bottom: 100px;

}

.page_default .genpg-rite .prfle-pg-cnt p {

    margin: 0;

}

.prfle-pg-lst {

    display: flex;

    justify-content: center;

}



.prfle-pg-itm {

    background-color: #f2f1ef;

    width: 20%;

    position: relative;

    text-align: center;

}

.prfle-pg-itm.jeff {

    background-color: #eeeae7;
}

.prfle-pg-itm.glenn {

    background-color: #e6e5e3;
}

.prfle-pg-itm.mikel {

    background-color: #f0efeb;
}

.prfle-pg-itm.chris {

    background-color: #ebeced;
}



.prfle-pg-itm .prfle-pg-lnk a {

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    margin: auto;

    width: 100%;

    height: 100%;

    font-size: 0;

}



.prfle-pg-itm-img img {
    display: block;
    width: 100%
}



.page_default .genpg-rite .prfle-pg-itm-cnt h5 {

    font-size: 23px;

    line-height: 1;

    margin-bottom: 8px;

}



.page_default .genpg-rite .prfle-pg-itm-cnt h6 {

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    font-size: 19px;

    line-height: 1.68;

    color: #565b63;

    margin-bottom: 0;

}

.prfle-pg-itm-cnt {

    padding: 40px 10px 30px;

}



.prfle-pg-itm:hover .prfle-pg-itm-cnt h5 {
    color: #f68140;
}



.page_default.prfle {

    padding: 95px 0 0;

}





.page-template-profiles-page .testim-sec,
.page-template-single-profiles-page .testim-sec {

    padding: 140px 0 145px;

}

.page_bnr.prfle {

    background-image: url(images/prfle-bg.jpg) !important;

}

/*.page_bnr.sngprfle {

    background-image: url(images/sngprfle-bg.jpg) !important;

}*/



/*sngprfle*/



.sngprflebtm-img {

    position: relative;

}

.sngprflebtm-img img {
    display: block;
    width: 100%
}

.sngprflebtm-cnt {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    margin: auto;

    text-align: center;

    width: 100%;

    max-width: 958px;

    padding: 95px 0 0;

}



.sngprflebtm-img:before {

    position: absolute;

    content: "";

    background-image: url(images/sngprflebtm-img-btn.png);

    background-repeat: no-repeat;

    background-size: cover;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    margin: auto;

}



.sngprflebtm-cnt h2 {

    font-family: 'Figtree', sans-serif;

    font-size: 48px;

    line-height: 1.20;

    color: #1f3863;

    position: relative;

    margin-bottom: 25px;

    font-weight: 300;

}

.sngprflebtm-cnt h2 strong {
    font-weight: 700
}



.sngprflebtm-cnt p {

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    font-size: 19px;

    line-height: 1.68;

    color: #565b63;

    margin: 0;

}



.sngprfle-lst {

    display: flex;

    justify-content: space-between;

    position: relative;
    align-items: center;

}

.page_default .genpg-rite .sngprfle-cnt h2 {

    margin-bottom: 7px;

}

.page_default .genpg-rite .sngprfle-cnt h6 {

    font-weight: 600;

    font-size: 23px;

    line-height: 1;

    margin-bottom: 20px;

}





.sngprfle-img img {

    display: block;

    width: 100%;

    filter: drop-shadow(0 2rem 8rem rgba(255, 255, 255, 0.8));

}



.sngprfle-img {

    width: 49%;

    padding: 60px 0 0;

    background-color: #f2f3ed;

    position: relative;

}



.sngprfle-cnt {

    width: 44%;

}



.page_default.sngprfle {

    position: relative;

    padding: 148px 0;

}

.sngprfle-lst:after {

    content: "";

    width: 47%;

    height: 92%;

    position: absolute;

    background-color: #f68140;

    left: -380px;

    top: -200px;

    z-index: -1;

}



.sngprfle-img:before {

    content: "";

    width: 32px;

    height: 222px;

    position: absolute;

    right: -29px;

    top: 70px;

    background-image: url(images/lft-sec-dots-img.png);

    background-repeat: no-repeat;

    z-index: -1;

}



.sngprfle-img:after {

    content: "";

    width: 32px;

    height: 212px;

    position: absolute;

    left: -29px;

    bottom: 32px;

    background-image: url(images/lft-sec-dots-img.png);

    background-repeat: no-repeat;

    z-index: -1;

    background-size: contain;

}



/*blg*/

.blg-psts {

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

}

.blg-psts .post-item {

    width: 32.3%;

    margin: 0 1.5% 2% 0;
    position: relative;

}

.blg-psts .post-item:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 95%;
    height: 100%;
    z-index: -1;
    background-color: #f4f2f3;
}

.blg-psts .post-item:nth-child(3n) {

    margin-right: 0;

}

.blg-psts .blog-post-img img {

    width: 100%;

    display: block;

    border-radius: 0 10px 10px 0;
    height: 100%;
    object-fit: cover;

}



.post-cnt,
.post-cnt-btm {

    background-color: #f4f2f3;

    width: 95%;

    padding: 40px 25px 35px 40px;

}

.blg-psts .post-cnt h6,
.page_title .sng-post-cnt h6 {

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    font-size: 15px;

    line-height: 1;

    letter-spacing: 0.75px;

    background-color: #f68140;

    color: #fff;

    padding: 8px 11px 7px;

    display: inline-block;

    border-radius: 25px;

    margin-bottom: 15px;

    text-transform: uppercase;

}
.page_title .sng-post-cnt h6{
    background-color: inherit;
    border-radius: 0;
    display: inline-block;
    padding: 0;


}
.page_title .sng-post-cnt h6 a{
    background-color: #f68140;
    border-radius: 25px;
    display: inline-block;
    padding: 8px 11px 7px;
    margin-bottom: 5px;


}



.blg-psts .post-cnt h4 {

    font-family: 'Figtree', sans-serif;

    font-weight: 600;

    font-size: 23px;

    line-height: 1.39;

    color: #1f3863;

    margin-bottom: 5px;

    min-height: 97px;

}



.post-item:hover .post-cnt h4 {
    color: #f68140
}



.blg-psts .post-cnt h5 {

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    font-size: 15px;

    line-height: 1;

    color: #565b63;

    margin: 0;

}

.blg-psts .post-cnt h5 strong {
    font-weight: 400;
    color: #f68140
}

.blg-psts .post-cnt-btm p {

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    font-size: 19px;

    line-height: 1.68;

    color: #565b63;

    margin-bottom: 22px;

}

.post-cnt-btn a {

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    font-size: 19px;

    line-height: 1;

    color: #f68140;

    text-transform: capitalize;

    display: inline-block;

    position: relative;
    padding-left: 45px;

}



.post-item:hover .post-cnt-btn a {

    color: #1f3863;

}



.post-cnt-btn :before {

    position: absolute;

    content: " ";

    background-color: #f68140;

    height: 2px;

    width: 30px;

    left: 0;

    top: 0;

    bottom: 0;

    margin: auto;

}

.post-cnt-btn {

    position: relative;



}

.post-cnt-lst {

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.post-cnt-num h6 {

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    font-size: 15px;

    line-height: 1;

    color: #656970;

    margin-bottom: 0px;

    padding-left: 26px;

    position: relative;
    display: none;

}



.post-cnt-num :before {

    position: absolute;

    content: " ";

    background-image: url(images/blg-spe.png);

    background-repeat: no-repeat;

    background-size: contain;

    height: 18px;

    width: 16px;

    left: 0;

    top: 0;

    bottom: 0;

    margin: auto;

}



.blg-psts nav.navigation.pagination {

    width: 100%;

    text-align: center;

    float: none;

}

.blg-psts .nav-links{
    display: flex;
    justify-content: center;
    padding-top: 70px
}

.blg-psts .nav-links .page-numbers {

    font-family: 'Inclusive Sans', sans-serif;

    font-weight: 400;

    font-size: 19px;

    margin: 0 2px;

    vertical-align: middle;

    position: relative;

    line-height: 1;

    color: #565b63;

    border: 1px solid #e1e1e1;

    border-radius: 30px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;


}



.blg-psts .page-numbers.current,
.blg-psts .page-numbers:hover {
    color: #fff;
    background-color: #f68140;
}



.blgpg nav.navigation.pagination .nav-links a.next.page-numbers,
.blgpg nav.navigation.pagination .nav-links a.prev.page-numbers {

    font-size: 0;

    position: relative;

    background-image: url(images/blg-arrw2.png);

    background-repeat: no-repeat;

    border: 0;
    width: 42px;
    height: 42px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;

}

.blgpg nav.navigation.pagination .nav-links a.next.page-numbers:hover {
    background-image: url(images/blg-arrw2-hover.png);
}



.blgpg nav.navigation.pagination .nav-links a.prev.page-numbers {

    background-image: url(images/blg-arrw.png);



}

.blgpg nav.navigation.pagination .nav-links a.prev.page-numbers:hover {

    background-image: url(images/blg-arrw-hover.png);



}

.blgpg {

    padding: 0!important;

}
.page_default.blg-default{
    padding: 100px 0;
}


/*sngblg*/

.genpg-rite.full-width.snglblg .nav-links {

    display: flex;

    justify-content: space-between;

    border-top: 1px solid #e5e5e5;

    border-bottom: 1px solid #e5e5e5;

}



.page_default .genpg-rite.snglblg .single_post_cnt li {

    font-family: 'Figtree', sans-serif;

    font-weight: 600;

    font-size: 23px;

    line-height: 1.2;

    color: #1f3863;

    padding-left: 60px !important;



}



.page_default .genpg-rite.snglblg .single_post_cnt ol li:before {
    font-family: 'Inclusive Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    background-color: #1f3863;
    font-size: 19px;
    line-height: 1;
    top: -3px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-image: none;
}


.page_default .genpg-rite.snglblg .single_post_cnt ol {
    padding-left: 70px
}

.page_default .genpg-rite.snglblg .single_post_cnt ol.sng-blg-ol p {
    padding-left: 60px
}



.page_default .genpg-rite.snglblg .single_post_cnt h6 {

    font-weight: 600;

    font-size: 23px;

    color: #1f3863;

}



.genpg-rite.snglblg .nav-previous a,
.page_default .genpg-rite.snglblg .nav-next a {

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.page_default .genpg-rite.snglblg .nav-previous,
.page_default .genpg-rite.snglblg .nav-next {

    padding: 30px 0;

    width: 50%;

}

.page_default .genpg-rite.snglblg .nav-next {
    padding-left: 50px;
    text-align: left;
}



.page_default .genpg-rite.snglblg .nav-previous {

    padding-right: 50px;

    border-right: 1px solid #e5e5e5;

    text-align: right;

}



.page_default .genpg-rite.snglblg span.post-title {

    font-size: 23px;

    line-height: 1.39;

    font-weight: 600;

    font-family: 'Figtree', sans-serif;

    margin-bottom: 15px;

    color: #1f3863;

    width: 70%;

    margin: 0;

}



.page_default .genpg-rite.snglblg span.post-title:hover {
    color: #f68140
}

.page_default .genpg-rite.snglblg .nav-next a {

    flex-direction: row-reverse;



}



.page_default .genpg-rite.snglblg span.meta-nav {

    width: 87px;

    height: 77px;

    font-size: 0;

}



.page_default .genpg-rite.snglblg .nav-previous span.meta-nav {

    background-image: url(images/prev.png);

}



.page_default .genpg-rite.snglblg .nav-next span.meta-nav {

    background-image: url(images/nxt.png);

}



/*commen*/

.error404 .page_default,
.search .page_default {

    padding: 100px 0;

}



.search .page_default .blgpg {
    padding: 0;
}

.search .page-content form.search-form {

    display: none;

}

.search .page_default.blg-default,
.error404 .page_default,
.page-template-reviews-page .page_default {



    padding: 100px 0;

}



.error404 .page_default .genpg-rite p {

    margin: 0;

}



.search header.page-header h1 {

    font-family: 'Figtree', sans-serif;

    font-weight: 600;

    font-size: 25px;

    line-height: 1.52;

    letter-spacing: 0;

    margin: 0 0 17px;

    color: #1f3863;

}



.search .page-content p {

    font-family: 'Inclusive Sans', sans-serif;

    font-size: 18px;

    color: #565b63;

    font-weight: 400;

    line-height: 1.55;

    margin: 0;

}



.page-template-reviews-page .reviews-rt-stars .rating {

    width: 150px !important;

    background-image: url(images/hdr-star.png);

    background-repeat: no-repeat;

    background-position: left;

    height: 23px;

    position: relative;

    z-index: 1;

    display: inline-block;

}

.page-template-reviews-page .rev-pag-list {

    display: flex;

    justify-content: space-between;

    align-items: flex-start;

}

.page-template-reviews-page .page_default .genpg-rite h3 {

    margin-bottom: 10px;

    font-size: 30px;

}

.page-template-reviews-page .review_row {

    display: flex;

    align-items: center;

}

.page-template-reviews-page .review_item {

    display: inline-block;

    width: 100%;

    margin-bottom: 30px;

    border-bottom: 1px solid #f68140;

}

.page-template-reviews-page .rev-pag-list .rw-img {

    width: 45px;

    height: 45px;

}



.page-template-reviews-page .page_default .genpg-rite p {

    margin-bottom: 20px;

}

.page-template-reviews-page .page_default .review_row .reviews-rt-stars {

    margin-bottom: 10px;

}



.page-template-reviews-page .review_item:last-child {

    border: 0;

    margin-bottom: 0;

}





.search .blg-psts .post-cnt h6 {

    display: none;

}

.choose-dsk-img {

    display: none;

}



.page_bnr.blog_bnr {

    background-image: url(images/blg-bg.jpg);

}



.page_bnr.sng .page_title h1,
.page_bnr.sng .page_title h2 {

    width: 80%;

}

.page_bnr.sng {
    padding: 280px 0 190px
}





/*Pagesense Popup*/

/*Pop-up styles */
body .pum-container,

.pum-theme-default-theme .pum-container {

    padding: 25px 15px 10px;

}



.pum-container.pum-responsive.pum-responsive-tiny {

    width: 20% !important;

}



body .pum-container.pum-responsive.pum-responsive-tiny {

    background: #93cd8c !important;

    color: #fff !important;

    font-family: 'Poppins', sans-serif !important;

    font-weight: 400;

}



.pum-theme-7034 .pum-title,

.pum-theme-default-theme .pum-title {

    color: #fff !important;

    font-family: 'Poppins', sans-serif !important;

    font-weight: 400;

    font-size: 20px !important;

    line-height: 1.2 !important;

}



.pum-container .gform_wrapper.gravity-theme .gfield_label {

    color: #fff !important;

    font-size: 16px;

    box-shadow: none;

    font-weight: normal !important;

}



.pum-container .gf_progressbar_wrapper p,

.pum-container .gform_wrapper.gravity-theme .gfield_checkbox label,

.pum-container .gform_wrapper.gravity-theme .gfield_radio label {

    color: #fff !important;

}



.pum-theme-7034 .pum-content+.pum-close,

.pum-theme-default-theme .pum-content+.pum-close {

    line-height: 10px !important;

    font-size: 15px !important;

    padding: 8px !important;

    font-weight: bold !important;

    background-color: #1f3863 !important;

    color: #fff !important;

    top: -10px !important;

    right: 0;

}



body .pum-container .gform_wrapper .gform_page_footer .button {

    margin: 5px 0 !important;

    background-color: #1f3863 !important;

    width: 80px !important;

    font-size: 0.700rem !important;

    line-height: 0.85rem !important;

    padding: 0.5rem 0.5rem !important;

    font-weight: bold !important;

    letter-spacing: 1px;

    font-family: 'Poppins', sans-serif !important;

    font-weight: 400;

    color: #fff !important;

}



body .pum-container .gf_progressbar_wrapper {

    display: none !important;

}



body .pum-container .gform_wrapper.gravity-theme .gform_page_footer {

    margin: 5px 0 0 0;

    padding: 0;

}



body .pum-container .gform_wrapper .top_label .secnd-stp .gfield_label {

    display: none;

}



body .pum-container.pum-responsive.pum-responsive-tiny {

    min-height: 260px;

}



body .pum-container .gform_wrapper.gravity-theme .gform_fields {

    grid-row-gap: 5px;

}



body .pum-container .gform_wrapper.gravity-theme .gform_fields input,

body .pum-container .gform_wrapper.gravity-theme .gform_fields textarea {

    font-size: 14px !important;

    padding: 6px 10px !important;

    background-color: #fff;

    border: none !important;

    outline: none !important;

}



body .pum-container .gform_wrapper.gravity-theme .gform_fields input::placeholder,

body .pum-container .gform_wrapper.gravity-theme .gform_fields textarea::placeholder {

    color: #555555 !important;

}



.pum-overlay,

html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,

html.pum-open.pum-open-overlay.pum-open-fixed .pum-container {

    position: fixed;

    background-color: #f68140;

}



.pum-container .pum-close.popmake-close {

    font-family: 'Inclusive Sans', sans-serif !important;

    font-weight: 400;

}



body .pum-container .pum-title {

    font-family: 'Inclusive Sans', sans-serif !important;

    font-weight: 400;

}



.pum-content:focus-visible {

    outline: none;

}



.pum-content.popmake-content .pum-title {

    font-family: 'Inclusive Sans', sans-serif !important;

    font-weight: 400;

}



.pum-content.popmake-content .gform_wrapper.gravity-theme .gf_progressbar_title {

    font-family: 'Inclusive Sans', sans-serif !important;

    font-weight: 400;

}



.pum-content.popmake-content .gform_wrapper.gravity-theme .gfield_label,

.gform_wrapper.gravity-theme .gform_fields,

body .pum-container .gform_wrapper.gravity-theme .gform_fields textarea {

    font-family: 'Inclusive Sans', sans-serif !important;

    font-weight: 400;

}



.pum-container .gform_wrapper .gform_page_footer .button {

    margin: 0 !important;

    border: 0 !important;

    outline: 0 !important;

    cursor: pointer;

    line-height: normal;

    color: #fff !important;

    text-transform: uppercase;

    background-color: #4d4d4d;

    text-align: center;

    padding: 15px 15px !important;

    width: 295px !important;

    font-family: 'Inclusive Sans', sans-serif !important;

    font-weight: 400;

    letter-spacing: 0px;

    border-radius: 3px;

}



.ps-pnf-iframe-wrapper .ps-pnf-progress-bar {

    display: none;

}



.pum-container fieldset.fst-labl span.gfield_required {

    display: none;

}



body .pum-container .gform_wrapper .gfield_validation_message,

.gform_wrapper .validation_message {

    background-color: inherit !important;

    font-size: 12px !important;

    font-family: 'Inclusive Sans', sans-serif !important;

    font-weight: 400;

    color: #ff0000 !important;

    padding: 0px !important;

    margin-top: -16px !important;

    text-align: right !important;

    padding: 5px !important;

    border: 0px !important;

    position: relative;

}



body .pum-container .gform_submission_error.hide_summary,

.gform_validation_errors {

    display: none !important;

}



body .pum-container .gform_wrapper .instruction.validation_message {

    display: none;

}



body .pum-container .gform_wrapper.gravity-theme .gform_fields textarea {

    height: 60px !important;

    resize: none;

}



body .pum-container .pum-content .gform_confirmation_message {

    color: #fff;

    font-family: 'Inclusive Sans', sans-serif !important;

    font-weight: 400;

}



:focus-visible,

:-webkit-direct-focus {

    outline: none;

}



:focus,

*:focus {

    outline: none;

}



.pum-overlay,

html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,

html.pum-open.pum-open-overlay.pum-open-fixed .pum-container {

    min-height: 320px !important;

}



body .pum-container .gform_wrapper.gravity-theme .gform_fields input {

    min-height: inherit !important;

    line-height: inherit !important;

}

.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label {

    display: inline-block;

    font-size: 15px;

}







body .pum-container .gform_wrapper.gravity-theme .gfield input {

    max-width: max-content;

}



input#input_5_5,
input#input_5_6,
input#input_5_7 {

    width: 100%;

    max-width: 100%;

}

.hmservice-sec .container {

    max-width: 100%;

}

.page_title {

    position: relative;

}



/*genpag*/

.innr-service-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10px;
}

.innr-service-item {

    background-color: #f9f7f8;

    width: 31%;

    padding: 45px 43px 45px 49px;

    margin: 0 1% 2%;

    position: relative;

}





.page_default .genpg-rite .innr-service-item h6 {

    padding-top: 95px;

    font-weight: 700;

    position: relative;

}



.innr-service-item h6:before {

    position: absolute;

    background-image: url(images/sprites.png);

    background-repeat: no-repeat;

    background-position: -56px 0px;

    content: "";
    top: 0px;

    left: 0px;

    right: 0;

    width: 69px;

    height: 69px;

    margin: auto;

}

.innr-service-item.itm2 h6:before {
    background-position: -127px 0px;
}
.innr-service-item.itm3 h6:before {
    background-position: -197px 0;
}
.innr-service-item.itm4 h6:before {
    background-position: -423px 0px;
    width: 78px;
}
.innr-service-item.itm5 h6:before {
    background-position: -87px -152px;
    width: 78px;
}
.innr-service-item.itm7 h6:before {
    background-position: -557px -3px;
    width: 78px;
}
.innr-service-item.itm7:hover h6:before {
    background-position: -557px -72px;
    width: 78px;
}
.innr-service-item.itm6 h6:before {
    background-position: -501px -3px;
    width: 52px;
}
.innr-service-item.itm6:hover h6:before {
    background-position: -501px -72px;
    width: 52px;
}
.innr-service-item.itm8 h6:before {
    background-position: -646px -3px;
    width:70px;
}
.innr-service-item.itm8:hover h6:before {
    background-position: -646px -72px;
    width:70px;
}
.innr-service-item.itm10 h6:before {
    background-position: -789px -3px;
    width:70px;
}
.innr-service-item.itm10:hover h6:before {
    background-position: -789px -72px;
    width:70px;
}
.innr-service-item.itm9 h6:before {
    background-position: -715px -3px;
    width:70px;
}
.innr-service-item.itm9:hover h6:before {
    background-position: -715px -72px;
    width:70px;
}

/* .innr-service-item.itm9 h6:before {} */
.innr-service-item.itm4:hover h6:before {
    background-position: -423px -71px;
}
.innr-service-item.itm5:hover h6:before {
    background-position: -87px -218px;
}


.innr-service-item:hover {
    background-color: #f68140
}





.innr-service-item:hover h6,
.innr-service-item:hover .innr-service-btn a,
.innr-service-item:hover p {
    color: #fff
}





.innr-service-item:hover h6:before {

    background-position: -56px -69px;

}

.innr-service-item.itm2:hover h6:before {

    background-position: -130px -69px;

}

.innr-service-item.itm3:hover h6:before {

    background-position: -200px -69px;

}



.innr-service-sec {

    text-align: center;

}



.service-btn:before {

    position: absolute;

    content: " ";

    background-color: #f68140;

    height: 2px;

    width: 30px;

    left: 0;

    top: 0;

    bottom: 0;

    margin: auto;

}

.innr-service-sec {

    margin-bottom: 30px;

}



.gen-bottom-sec.service .gen-bottom-itm {

    margin: 0 1% 2% !important;

    width: 23%;

    padding: 0;

    position: relative;

}





.page_default .genpg-rite .gen-bottom-btm .gen-bottom-btn a:hover {

    background-color: #f68140;

}



.gen-bottom-sec.service .gen-bottom-lst {
    flex-wrap: wrap;
    justify-content: center;
}

.gen-bottom-sec.flex .gen-bottom-itm {
    margin: 0 1% 2% !important;

    width: 23%;
}

.gen-bottom-sec.service .gen-bottom-itm h6:before {
    display: none
}

.gen-bottom-sec.service .gen-bottom-itm h6 {
    padding-top: 0 !important;
    color: #fff;
    margin: 0 !important
}



.gen-bottom-sec.service .gen-bottom-itm h6 {

    padding-top: 0;

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    margin: auto;

    display: flex;

    justify-content: center;

    align-items: center;

}

.gen-bottom-itm-img {

    position: relative;

}

.gen-bottom-itm-img img {

    width: 100%;

    object-fit: cover;

    height: 100%;

    border-radius: 10px;

    display: block;



}

.gen-bottom-itm-img {

    position: relative;

    height: 190px;

}

.gen-bottom-itm-img:before {
    position: absolute;
    content: "";
    background-color: rgb(0 0 0 / 53%);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 8px;
    margin: auto;
}

.blog-post-img {

    background-color: #f68140;

    border-radius: 0 11px 11px 0;
    height: 335px;

}

.gen-bottom-sec.flex .gen-bottom-lst {

    flex-wrap: wrap;

}

.genlink a {

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    width: 100%;

    height: 100%;

}

.service-item-lnk a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    font-size: 0;
}

.topmenu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
}

.hdr-src.dsktp {
    display: block;
    margin: 0;
}

.search-results .blg-psts .post-cnt h5 {
    display: none;
}
.site-footer .ftmenu ul li a:hover, .ft_note a:hover {
    color: #f68140;
}

.page_default.sngprfle:before {
    content: "";
    position: absolute;
    width: 145px;
    height:400px;
    right: 0;
    top: 0;
    background-image: url(images/sngl-atny-righttop.png);
    background-repeat: no-repeat;
    background-size: contain;

}

.cntpg-lst:before {
    content: "";
    position: absolute;
    right: -29px;
    top: 8px;
    width: 32px;
    height: 222px;
    background-image: url(images/lft-sec-dots-img.png);
    background-repeat: no-repeat;
    background-size:contain;
}
.ftr-btn.dn{
    display: none;
}

.clr-btn input[type="button"] {
    background-color: transparent!important;

}
.hdr-src.dsktp .srcbox input::-webkit-input-placeholder {
    color: #fff;
}
.hdr-src.dsktp .clr-btn input[type="button"]{
    color: #000;
}
.hdr-src.dsktp input:-internal-autofill-selected {
    background-color: #f68140!important;
}
.enc-item:hover{
    transform: scale(1.1);
}
a#cloaseFloatingMenu2 {
    flex-grow: 1;
    width: calc(100% - 280px);
    height: 100%;
    font-size: 0px !important;
}
.floatingMenu-list {
    width: 280px;
    background: #f68140;
    padding: 10px;
    position: relative;
    overflow-y: auto;
    height: 100vh;
}
.services-btn {
    padding: 160px 0 0;
    text-align: center;
}

.page-id-1010103 ul.colum-two {
    column-count: 2;
}
.page-id-1010103 ul.colum-two li{
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: auto;
    -moz-page-break-inside: avoid;
    -webkit-page-break-inside: auto;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}


.skycloud {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    margin: auto;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.50); */
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.skycloud .skycloud-inner {
    width: 100%;
    max-width: 500px;
    height: max-content;
    max-height: 91vh;
    background-color: #fff;
    padding: 40px 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
    
    margin: 0 20px;
}
@media screen and (min-width: 521px) {
    .skycloud .skycloud-inner {
        display: flex;
         align-items: center; 
        justify-content: flex-start;
        gap: 15px;
    }
}
@media screen and (min-width: 769px) {
    .skycloud .skycloud-inner {
        max-width: 900px;
        gap: 30px;
    }
}
.skycloud-item-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 100;
    border: none;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    -ms-border-radius: 100% !important;
    -o-border-radius: 100% !important;
    border-radius: 100% !important;
    background-color: #000;
    text-align: center;
    line-height: 30px;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}
/*.skycloud-thumbnail, .skycloud-thumbnail img, .skycloud-content {
    width: 100%;
}*/
.skycloud-thumbnail, .skycloud-content {
    width: 100%;
}
.skycloud-thumbnail img {
    max-width: 120px;
    width: 100%;
}
@media screen and (min-width: 521px) {
    .skycloud-thumbnail {
        max-width: 160px;
    }
    .skycloud-content {
        max-width: calc(100% - 165px);
    }
}
@media screen and (min-width: 769px) {
    .skycloud-thumbnail {
        max-width: 300px;
    }
    .skycloud-content {
        max-width: calc(100% - 330px);
    }
}
.skycloud-page-link,
.skycloud-description,
.skycloud-title {
    text-align: center;
    display: block;
    clear: both;
    width: 100%;
}
@media screen and (min-width: 521px) {
    .skycloud-page-link,
    .skycloud-description,
    .skycloud-title {
        text-align: left;
    }
}
.skycloud-title {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
    font-family: 'Figtree', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    font-size: 22px;
    color: #1f3863;
}
@media screen and (min-width: 769px) {
    .skycloud-title {
        font-size: 25px;
    }
}
@media screen and (min-width: 769px) {
    .skycloud-title {
        font-size: 30px;
    }
}
.skycloud-description p {
    margin: 0 0 20px 0;
}
.skycloud-description p br {
    display: none;
}
.skycloud-page-link a {
    background-color: #1f3863;
    padding: 10px 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}


.prfle-pg-lnk a {
    display: none;
}
.sngprflebtm {
    padding-top: 100px;
}
.ftr-btn.db.sng {
    width: 100% !important;
    margin: auto;
}
.ftr-btn.db.sng a {
    margin-top: 20px;
    text-align: center;
    padding: 16px 15px 16px 15px;
    font-size: 15px;
    max-width: 165px;
}
.ftr-lctn-prtl.mob{
    display:none;
}
.ftr-btn.dn.sng.dsk{
    display:block;
}
.cntpg-map-sec .container {
    max-width: 100%;
    padding: 0 2%;
}
.ftr-phn {
    width: 28%;
}
.ftr-lctn {
    width: 38%
}
.ftr-email {
    width:28%;
}
.ftr-lctn-prtl.portland {
    width: 38%;
}
.ftr-contact, .ftr-loca{
justify-content: start;
}
.ftr-itm.scnd.mobile {
    display: none;
}