/*!
Theme Name: soniedgedigital

*/

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../font/EuclidCircularA-Medium.eot');
    src: url('../font/EuclidCircularA-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/EuclidCircularA-Medium.woff2') format('woff2'),
        url('../font/EuclidCircularA-Medium.woff') format('woff'),
        url('../font/EuclidCircularA-Medium.ttf') format('truetype'),
        url('../font/EuclidCircularA-Medium.svg#EuclidCircularA-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../font/EuclidCircularA-SemiBold.eot');
    src: url('../font/EuclidCircularA-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/EuclidCircularA-SemiBold.woff2') format('woff2'),
        url('../font/EuclidCircularA-SemiBold.woff') format('woff'),
        url('../font/EuclidCircularA-SemiBold.ttf') format('truetype'),
        url('../font/EuclidCircularA-SemiBold.svg#EuclidCircularA-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../font/EuclidCircularA-Regular.eot');
    src: url('../font/EuclidCircularA-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/EuclidCircularA-Regular.woff2') format('woff2'),
        url('../font/EuclidCircularA-Regular.woff') format('woff'),
        url('../font/EuclidCircularA-Regular.ttf') format('truetype'),
        url('../font/EuclidCircularA-Regular.svg#EuclidCircularA-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html{
	scroll-behavior: smooth;
}
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
    text-decoration: none;
	font-family: 'Euclid Circular A';
    font-size: 16px;
    font-style: normal;
    font-weight: 400; 
    letter-spacing: 0.32px; 
    line-height: 32px;
    color: #626262;
}

h1,.h1{
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; 
    color: #ffffff;
    leading-trim: both;
    text-edge: cap; 
    margin-bottom: 25px;
}
h2,.h2{
    font-size: 38px;
    font-style: normal;
    font-weight: 600; 
    line-height: 53px;
    color: #000; 
    leading-trim: both;
    text-edge: cap; 
    margin-bottom: 25px;
}
h3,.h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; 
    color: #2390EF;
    leading-trim: both;
    text-edge: cap; 
    margin-bottom: 30px;
}
h4,.h4{
    color: #000; 
    eading-trim: both;
    text-edge: cap; 
    font-size: 18px;
    font-style: normal;
    font-weight: 600; 
    letter-spacing: 0.36px; 
    line-height: 32px;
}

h5,.h5{
    color: #FFF; 
    leading-trim: both;
    text-edge: cap; 
    font-size: 16px;
    font-style: normal;
    font-weight: 400; 
    letter-spacing: 0.32px; 
    line-height: 29px;
}

p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400; 
    color: #626262; 
    letter-spacing: 0.32px; 
    line-height: 25.6px;
    margin-bottom: 20px;
}
p:last-child{
    margin-bottom: 0;
}
.container{
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
    width: 100%;
    
}
.light-blue{
    color: #2390EF;
}

ol li,
ul li {
    margin-left: 20px;
}
a{
    text-decoration: none;
    display: inline-block;
}
.defualt_btn {
    border-radius: 90px;
    background: #00539C;
    padding: 16px 29px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    color: #FFF;
    transition: all 0.4s;
    display: inline-block;
   
}
section .defualt_btn {
    margin-top: 20px;
}
.defualt_btn:hover{
    background: #04DABE; 
    color: #000000;
}
.d-flex{
    display: flex;
}
.items-center{
    align-items: center;
}
.between{
    justify-content: space-between;
}

.slick-arrow {
    position: absolute;
    height: 48px;
    width: 48px;
    border-radius: 50px;
    background-color: #2390EF;
    border: 0;
    outline: none;
    font-size: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.slick-next {
    right: 20px;
}
.slick-prev {
    left: 20px;
}
ul.slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
ul.slick-dots li {
    width: 38px;
    background: #00000033;
    margin: 0 10px;
    height: 8px;
    border-radius: 8px;
    list-style-type: none;
}

ul.slick-dots li button {
    font-size: 0;
    background: no-repeat;
    border: 0;
    outline: 0;
}
ul.slick-dots li.slick-active {
    background: #0064E0;
}
input[type="text"], 
input[type="email"],
input[type="number"], 
input[type="tel"], 
textarea {
    width: 100%;
    padding: 8px 15px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #000;
    width: 100%;
}
body .wpcf7-form.invalid .wpcf7-response-output {
    border-color: red;
    text-align: center;
    border: 2px solid red;
}
body .wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
    font-weight: bold;
    border-color: #198754;
    color: #198754;
}
.input-filed label {
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
    color: #000000;
    text-transform: capitalize;
}
.input-filed {
    margin-bottom: 15px;
}
input[type="submit"] {
    border-radius: 90px;
    background: #00539C;
    padding: 16px 29px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    color: #FFF;
    transition: all 0.4s;
    display: inline-block;
    outline: none;
    box-shadow: none;
    border: 0;
    cursor: pointer;
}
input[type="submit"]:hover{
    background: #04DABE;
    color: #000000;
}
section{
    margin: 90px 0;
}
iframe{
    width: 100%;
}

.site {
    padding-top: 101px;
    position: relative;
}
.sub-title {
    position: relative;
    padding-left: 60px;
}
.sub-title:before {
    content: "";
    display: block;
    background: #2390EF;
    height: 1.5px;
    width: 42px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.error-404 {
    height: calc(100vh - 327px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 440px;
    margin: 0;
}
.error-404 .page-title {
    color: #2390EF;
    font-size: 80px;
    line-height: 90px;
}
.simple_text_sec p {
    word-break: break-word;
    margin-bottom: 15px;
}
body.transparent-header .site {
    padding: 0;
}
.mtb-40{
    margin-top: 40px;
    margin-bottom: 40px;
}
.request-a-quote-form {
    max-width: 640px;
    margin: auto;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 50px;
    background-color: #ffffff;
    border-radius: 25px;
}
.request-a-quote-form {
    position: relative;
    z-index: 1;
    margin-top: -150px;
    overflow: visible;
}
/************************************************
                   Header css
*************************************************/
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: top 0.4s ease-in-out;
    z-index: 2;
}

header.site-header.xb-header-area-sticky.xb-header-area-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    visibility: hidden;
}
header.site-header.xb-header-area-sticky.xb-header-fixed {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    -webkit-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
    -khtml-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
    -moz-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
    -ms-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
    -o-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
    box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
    background-color: #ffffff;
}
header.site-header.xb-header-area-sticky {
    top: 101px;
}
header.site-header.xb-header-area-sticky .topbar {
    display: none;
}
header.site-header.xb-header-area-sticky.xb-header-fixed .main-menu {
    top: 0;
}



.header-row {
    padding: 18px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 83, 156, 0.27);
}
.menu li a {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.42px;
    color: #000;
    leading-trim: both;
    text-edge: cap;
    transition: all 0.4s;
}
.menu li a:hover,
.menu li.current_page_item a{
   color: #04DABE;
}
.menu li {
    display: inline-block;
    margin-left: 28px;
}
.menu-toggle{
  display: none;
}
.site-branding a img,
.menu-toggle img {
    vertical-align: middle;
}
.header-right {
    display: flex;
    align-items: center;
}



/************************************************
                   Footer css
*************************************************/
.whatsup-btn {
    width: 68px;
    height: 68px;
    background: #2390EF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: fixed;
    top: 500px;
    right: 63px;
}
footer {
    background: #00539C;
}
.social_link h5 {
    text-align: center;
    margin-bottom: 5px;
}
.social_link ul li a {
    display: flex;
    align-items: center;
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.32px;
    display: flex;
    align-items: center;
    transition: all 0.4s;
}
.social_link ul li a:hover{
    color: #04DABE;
}
.social_link ul li a span {
    display: block;
    line-height: 1;
    padding-right: 10px;
    margin-right: 14px;
    position: relative;
}
.social_link ul li a span:before {
    content: "";
    display: block;
    height: 16px;
    width: 1px;
    background: rgba(255, 255, 255, 0.40);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.social_link ul li a span img{
    vertical-align: middle;
}
.social_link ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_link ul li {
    padding: 0 30px;
}

.social_link {
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.social_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 0;
}
.social_icon ul {
    display: flex;
    align-items: center;
}
.social_icon h4 {
    font-weight: 600;
    color: #ffffff;
    margin-right: 5px;
}
.social_icon ul li a {
    display: block;
    margin-right: 5px;
}
.social_icon ul li ,
.social_link ul li{
    list-style-type: none;
    margin-left: 0;
}


/**************************************
          Responsive Css
***************************************/


@media only screen and (min-width:576px){
	.container{
		max-width:540px
	}	
}
@media only screen and (min-width:768px){
	.container{
		max-width:720px
	}
    .main-menu .site-branding {
        display: none;
    }
}
@media only screen and (min-width:992px){
  .container{
    	max-width:960px
    } 
}
@media only screen and (min-width:1200px){
   .container{
	   max-width:1140px
    }
}
@media only screen and (min-width:1400px){
	.container{
		max-width:1310px
	 }
 }
 @media only screen and (max-width:1399px){
   
}
 @media only screen and (max-width:1199px){
    section {
        margin: 80px 0;
    }
    h1, .h1 {
        font-size: 38px;
        margin-bottom: 15px;
    }
    h2, .h2 {
        font-size: 34px;
        line-height: 46px;
        margin-bottom: 15px;
    }
    h3, .h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    p{
        margin-bottom: 15px;
    }
}

 @media only screen and (max-width:991px){
    h1, .h1 {
        font-size: 34px;
    }
    h2, .h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .error-404 .page-title {
        color: #2390EF;
        font-size: 50px;
        line-height: 60px;
    }

    section {
        margin: 60px 0;
    }
    header.site-header.xb-header-area-sticky {
        top: 99px;
    }
    /**************************************
                Header Css
    ***************************************/   
    .defualt_btn {
        padding: 15px 15px;
    }  
    .menu li {
        margin-left: 15px;
    }  
    /**************************************
                Footer Css
    ***************************************/
    .social_link ul li {
        padding: 0 15px;
    }
    .social_link ul li a {
        font-size: 14px;
        line-height: 24px;
    }
    .social_link ul li a span {
        padding-right: 8px;
        margin-right: 8px;
    }
}
@media only screen and (max-width:767px){
    section {
        margin: 40px 0;
    }
    header.site-header.xb-header-area-sticky {
        top: 96px;
    }
    .request-a-quote-form {
        padding: 25px;
        border-radius: 15px;
    }
    /**************************************
                Header Css
    ***************************************/   
    .menu-toggle{
        display: block;
        margin-left: 25px;
    }  
    .sticky-header {
        position: relative;
    }
    .menu li {
        margin-left: 0;
        display: block;
        padding: 5px 0;
    }
    .main-menu {
        position: absolute;
        top: 100%;
        background: #ffffff;
        width: 100%;
        height: 100vh;
        z-index: 1;
        left: 0;
        padding: 24px 15px;
        transform: translateX(-100%);
        transition: all 0.4s;
        opacity: 0;
        visibility: hidden;
    }
   
    .menu-toggle, 
    .close-btn {
        height: 32px;
        width: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .menu-toggle img, 
    .close-btn img {
        max-width: 25px;
    }
    body.menu-open{
        overflow: hidden;
    }
    body.menu-open .main-menu {
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
    }
    .main-menu .site-branding {
        margin-bottom: 24px;
    }
    /**************************************
                Footer Css
    ***************************************/   

    a.whatsup-btn img {
        max-width: 26px;
    }
    .whatsup-btn {
        width: 50px;
        height: 50px;
        background: #2390EF;
        top: 380px;
        right: 15px;
    }
    .social_link ul {
        flex-direction: column;
    }
    .social_link ul li {
        padding: 0;
        margin-bottom: 10px;
    }
    .social_icon {
        flex-direction: column;
    }
    .social_icon h4 {
        margin-right: 0;
        text-align: center;
    }
    .social_icon ul {
        justify-content: center;
    }
}

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

    /**************************************
                Header Css
    ***************************************/   
    .menu-toggle {
        margin-left: 15px;
    }
    .header-right .defualt_btn {
        font-size: 14px;
    }
    .custom-logo-link img {
        max-width: 135px;
        height: auto;
    }
    .site {
        padding-top: 85px;
    }
}

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

    /**************************************
                Header Css
    ***************************************/   
    .menu-toggle {
        margin-left: 10px;
    }
    .header-right .defualt_btn {
        padding: 15px 10px;
        font-size: 13px;
    }
    .custom-logo-link img {
        max-width: 110px;
        height: auto;
    }
}
