 
@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap');
body {
  font-family: "Epilogue", sans-serif;
}

a {
    text-decoration: none;
}

/* header */
header {
    /* box-shadow: 0 0 50px 0 rgb(196 196 196); */
    position: sticky;
    z-index: 99;
    top: 0;
    background: #ffffff;
}

header .logobox {
    padding-top: 15px;
    width: 15%;
    padding-bottom: 10px;
}

header .logobox img {
    max-width: 100%;
    width: 150px;
}

header .menubox {
    text-align: center;
    width: 65%;
}

header .menubox > ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: inline-block;
    text-align: left;
}

header .menubox > ul > li {
    display: inline-block;
    position: relative;
}

header .menubox > ul > li > a {
    border-width: 0 0 0 1px;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 40px 8px;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

header .menubox > ul > li > a > i {
    color: #000000;
    font-size: 16px;
    font-weight: 100;
    margin-left: 2px;
}

header .menubox > ul > li > ul {
    background-color: #fff;
    box-shadow: 0 1px 40px 0 rgba(0,0,0,.1);
    display: block;
    left: 0;
    list-style: none;
    margin-top: 20px;
    opacity: 0;
    padding: 5px 0;
    position: absolute;
    transition: all .8s;
    visibility: hidden;
    width: 250px;
    z-index: 10;
}

header .menubox > ul > li:hover > ul {
    margin-top: 0;
    opacity: 1;
    transition: all .5s;
    visibility: visible;
}

header .menubox > ul > li > ul > li {
    position: relative;
}

header .menubox > ul > li > ul > li > a {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 17px;
    position: relative;
    text-transform: capitalize;
    transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
}

header .menubox > ul > li > ul > li > a:hover {
    padding-left: 20px;
}

header .menubox > ul > li > ul > li > a:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
}

header .btnbox {
    padding-top: 25px;
    text-align: right;
    width: 20%;
}

header .menupanel > ul > li > ul > li > ul {
    padding: 0;
    left: 100%;
    position: absolute;
    width: 290px;
    border: none;
    background: #565acf;
    top: 0;
    display: none;
    list-style: none;
    padding: 20px;
}

header .menupanel > ul > li > ul > li > ul > li {
    border-bottom: 1px solid #eeeeee12;
}

header .menupanel > ul > li > ul > li > ul > li > a {
    display: BLOCK;
    color: #fff;
    padding: 7px 0;
    font-size: 15px;
}

header .menupanel > ul > li > ul > li:hover > ul {
    display: block;
}

header .menupanel > ul > li > ul > li > ul > li > a:hover {
    padding-left: 10px;
}

header .btnbox a {
    color: #ffffff;
    border-radius: 35px;
    background-color: #f26222;
    box-shadow: 1px 4px 6px 0 rgb(84 113 249 / 29%);
    border-width: 2px;
    font-size: 14px;
    font-weight: 400;
    /* line-height: 1.2; */
    background: linear-gradient(45deg, #4255a5, #973895);
    padding: 15px 40px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* */ 
.widget-slider{
    padding: 4% 0;
    background: #ec49221c;
    background: linear-gradient(45deg, #152772, #230023);
}
.widget-slider .sliderbox{}
.widget-slider .sliderbox .leftbox{
    padding-top: 7%;
}
.widget-slider .sliderbox .leftbox h3{
    font-weight: 700;
    font-size: 54px;
    color: #ffffff;
}
.widget-slider .sliderbox .leftbox p{
    font-size: 18px;
    font-weight: 200;
    color: #fff;
}
.widget-slider .sliderbox .leftbox a{
    display: inline-block;
    padding: 15px 30px;
    background: #f04a23;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* box-shadow: 1px 4px 6px 0 rgb(255 255 255); */
}
.widget-slider .sliderbox .rightbox{
    text-align: CENTER;
}
.widget-slider .sliderbox .rightbox img{height: 430px;}

/* widget-expertise */
.widget-expertise{padding: 7% 0;}
.widget-expertise .head{
    padding-bottom: 60px;
}
.widget-expertise .head h3{
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    color: #000;
}
.widget-expertise .head span{
    text-align: CENTER;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
}

.widget-expertise .gridbox{
    padding-bottom: 10%;
}
.widget-expertise .gridbox .innerbox{
    text-align: center;
    padding: 15% 10%;
    border: 1px solid #eee;
    position: relative;
    border-radius: 15px;
    box-shadow: 0px 6px 6px 0 rgb(244 244 244);
}
.widget-expertise .gridbox .innerbox img{
    width: 85px;
    margin-bottom: 14px;
}
.widget-expertise .gridbox .innerbox h3{
    font-size: 31px;
    font-weight: 700;
}
.widget-expertise .gridbox .innerbox p{
    font-size: 18px;
}
.widget-expertise .gridbox .innerbox a{
    display: inline-block;
    padding: 15px 30px;
    background: #f04a23;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 1px 4px 6px 0 rgb(238 73 35 / 45%);
}
.widget-expertise .gridbox .innerbox:before{
    margin: 0;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    transition: all 0.4s 
cubic-bezier(0.3, 0, 0.3, 1);
    -webkit-transition: all 0.4s 
cubic-bezier(0.3, 0, 0.3, 1);
    transform: scale(0);
    -webkit-transform: scale(0);
    background: #00000008;
    pointer-events: none;
    z-index: -1;
    }

 .widget-expertise .gridbox:hover .innerbox:before{transform: scale(1);
    -webkit-transform: scale(1);}

    /* widget-about */
.widget-about{
    padding-bottom: 5%;
}
.widget-about .leftbox{display: flex;
    flex-wrap: wrap;}
.widget-about .leftbox{}    
.widget-about .leftbox h3{
    font-size: 56px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000000;
}    
.widget-about .leftbox span{
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}    
.widget-about .leftbox h4{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 20px;
}    
.widget-about .leftbox p{
    padding-right: 30px;
    font-size: 18px;
    color: #303030;
    font-weight: 300;
}    


.widget-about .rightbox{
    padding: 20px;
    text-align: center;
    padding-top: 5%;
}
.widget-about .rightbox img{width: 86%;}


/* widget-services */
.widget-services{
    padding: 8% 0;
    background: #f2622214;
    overflow: hidden;
}
.widget-services .head{}
.widget-services .head h3{
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 35px;
    color: #000;
}
.widget-services .head span{
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: #000;
}
.widget-services .tabservice{}
.widget-services .tabservice ul{
    padding: 0;
    list-style: none;
    position: relative;
}
.widget-services .tabservice ul li {
    /* display: flex; */
    /* gap: 15px; */
    /* padding: 15px 0; */
    /* border-bottom: 1px solid #facbb8; */
    /* position: relative; */
}
.widget-services .tabservice ul li a{
    display: flex;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #facbb8;
}
.widget-services .tabservice ul li span{
    font-size: 22px;
    color: #000;
    display: block;
    padding-top: 3px;
}
.widget-services .tabservice ul li h4{
    font-size: 34px;
    padding-left: 11px;
    font-weight: 800;
    color: #f2622247;
}
.widget-services .tabservice ul li img{
    position: absolute;
    top: 15px;
    right: 0;
    height: auto;
    max-width: 400px;
    opacity: 0;
    left: 100%;
    pointer-events: none;
    overflow: hidden;
    transition: 0.4s cubic-bezier(0.3, 0, 0.3, 1);
    margin-left: 10%;
    }
    .widget-services .tabservice ul li.active img{opacity: 1;
    z-index: 2;}
        .widget-services .tabservice ul li.active h4{
    color: #f04a23;
}
.widget-testimonial{
    padding: 5% 0;
    /* background: #eee; */
}
.widget-testimonial .leftbox{}
.widget-testimonial .leftbox h3{
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
    }
.widget-testimonial .leftbox .ratingbox{
    display: flex;
}
.widget-testimonial .leftbox .ratingbox .ratno{
    width: 40px;
    padding-top: 4px;
}
.widget-testimonial .leftbox .ratingbox .ratbox{
    padding: 3px 10px;
    background: #eee;
    border-radius: 15px;
    background: #fbf0eb;
}
.widget-testimonial .leftbox .ratingbox .ratbox svg{
    width: 15px;
    color: #f04a23;
}
.widget-testimonial .leftbox .ratingbox .rathead{
    padding-left: 8px;
    padding-top: 4px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.widget-testimonial .rightbox{}
.widget-testimonial .rightbox .innerbox{
    padding: 10%;
    border-left: 1px solid #000000;
}
.widget-testimonial .rightbox .innerbox p{}
.widget-testimonial .rightbox .innerbox .headtext{
    display: block;
    font-size: 24px;
    font-weight: 700;
}
.widget-testimonial .rightbox .innerbox .ratebox{
    display: flex;
    gap: 10px;
}
.widget-testimonial .rightbox .innerbox .ratebox .subhead{
    padding-top: 5px;
    font-weight: 600;
}
.widget-testimonial .rightbox .innerbox .ratebox .rateicon{padding: 3px 10px;
    background: #eee;
    border-radius: 15px;
    background: #fbf0eb;}
.widget-testimonial .rightbox .innerbox .ratebox .rateicon svg{
    width: 15px;
    color: #f04a23;
}

/* widget-clients */
.widget-clients{
    padding: 5% 0;
    border-top: 2px dashed #000;
}
.widget-clients .head{
    padding-bottom: 30px;
}
.widget-clients .head span{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
    display: block;
}
.widget-clients .head h3{
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
}
.widget-clients ul{
    padding: 0;
    list-style: none;
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
    /* flex-wrap: nowrap; */
    /* flex-direction: column-reverse; */
    align-items: stretch;
    justify-content: space-evenly;
    align-content: center;
}
.widget-clients ul li{
    /* gap: 10px; */
}
.widget-clients ul li img{
    width: 100%;
    border: 0px solid #eee;
    border-radius: 10px;
    box-shadow: 1px 4px 6px 0 rgb(0 0 0 / 9%);
}

.widget-getintouch{
    padding: 5% 5%;
}
.widget-getintouch .head{}
.widget-getintouch .head h3{
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
}
.widget-getintouch .head span{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
    display: block;
}
.widget-getintouch .leftbox{
    text-align: CENTER;
    padding: 5%;
}
.widget-getintouch .leftbox img{
    width: 66%;
}
.widget-getintouch .rightbox{}
.widget-getintouch .rightbox .innerbox{}
.widget-getintouch .rightbox .innerbox form{
    padding: 10%;
    border: 1px solid #eee;
    border-radius: 15px;
    box-shadow: 1px 4px 6px 0 rgb(0 0 0 / 9%);
}
.widget-getintouch .rightbox .innerbox form label{
    width: 100%;
    display: block;
}
.widget-getintouch .rightbox .innerbox form label input, .widget-getintouch .rightbox .innerbox form label select, .widget-getintouch .rightbox .innerbox form label textarea{
    width: 100%;
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 17px;
    border-radius: 5px;
    outline: none;
}

.widget-getintouch .rightbox .innerbox form label span{
    display: block;
    font-weight: 600;
}

.widget-getintouch .rightbox .innerbox form button{
    display: inline-block;
    padding: 15px 30px;
    background: #f04a23;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 1px 4px 6px 0 rgb(238 73 35 / 45%);
    }

.widget-blogs{
    padding: 5% 0;
    background: #fcfcfc;
}    
.widget-blogs .head{
    text-align: center;
    padding-bottom: 4%;
}    
.widget-blogs .head h3{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
}    
.widget-blogs .head span{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
    display: block;
}    

.widget-blogs .bloggrid{}
.widget-blogs .bloggrid .innerbox{
    padding: 34px;
    border: 1px solid #eee;
    border-radius: 14px;
    box-shadow: 1px 8px 6px 0 rgb(0 0 0 / 9%);
    background: #fff;
}
.widget-blogs .bloggrid .innerbox figure{}
.widget-blogs .bloggrid .innerbox figure img{
    width: 100%;
}
.widget-blogs .bloggrid .innerbox .blogdet{}
.widget-blogs .bloggrid .innerbox .blogdet span{
    display: inline-block;
    padding: 5px 18px;
    background: #f04a23;
    margin-bottom: 8px;
    border-radius: 27px;
    color: #fff;
}
.widget-blogs .bloggrid .innerbox .blogdet h3{
    font-weight: 700;
    font-size: 24px;
    color: #000;
}
.widget-blogs .bloggrid .innerbox .blogdet p{
    margin: 0;
}

footer{
    background: #000;
    padding: 5% 0;
    padding-bottom: 0;
}
footer .gridfooter{}
footer .gridfooter .innerbox{}
footer .gridfooter .innerbox h3{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    border-left: 12px solid #f04a23;
    padding-left: 10px;
    padding-top: 5px !important;
}
footer .gridfooter .innerbox p{
    font-size: 18px;
    color: #ffffff59;
}
footer .gridfooter .innerbox span{
    display: block;
    color: #ffffff59;
    padding: 5px 0;
    font-size: 16px;
}
footer .gridfooter .innerbox span i{
    font-size: 19px;
    margin-right: 5px;
    color: #e84722;
}
footer .gridfooter .innerbox ul{
    padding-left: 15px;
}
footer .gridfooter .innerbox ul li{
    color: #ffffff47;
}
footer .gridfooter .innerbox ul li a{
    color: #ffffff73;
    font-size: 18px;
    padding: 6px 0;
    display: inline-block;
}
footer .gridfooter .innerbox form{}
footer .gridfooter .innerbox form input{}
footer .gridfooter .innerbox form button{}
footer .gridfooter .innerbox .socialicon{
    width: 40px;
    display: inline-block;
    color: #ffffff7a;
    border: 2px solid #eeeeee4a;
    height: 40px;
    text-align: center;
    padding-top: 9px;
    margin-right: 6px;
    border-radius: 27px;
}
footer .copyright{
    padding: 20px 0;
    border-top: 2px dashed #eeeeee21;
    margin-top: 15px;
}
footer .copyright p{
    margin: 0;
    text-align: center;
    color: #ffffff70;
    font-size: 17px;
}
footer .copyright p a{
    color: #883d98;
}

/* mobheader */
.mobheader{}
.mobheader .moblogo{
    padding: 15px 20px;
    position: relative;
}
.mobheader .moblogo img{
    width: 150px;
}
.mobheader .moblogo button{
    position: absolute;
    right: 20px;
    top: 40px;
    width: 60px;
    /* height: 30px; */
    border: none;
    background: none;
}
.mobheader .moblogo button span{
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    margin-bottom: 10px;
}

/* Side Menu Styles */
.side-menu {
    width: 100%; /* or any width you want */
    position: fixed;
    top: 0;
    left: -100%; /* Initially hidden off-screen */
    text-align: center;
    height: 100%;
    background-color: #ffffff;
    color: #000000;
    padding: 0;
    z-index: 1000;
    transition: left 0.3s ease; /* Smooth transition for opening/closing */
    overflow-y: scroll;
}

    .side-menu.open {
        left: 0; /* When "open" class is added, the menu slides in */
    }

.side-menu-inner {
    overflow-y: auto;
    padding: 0 8%;
}

.side-menu-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu-item {
    position: relative;
    padding: 0;
    font-size: 18px;
    cursor: pointer;
}

    .menu-item a {
        color: #000000;
        text-decoration: none;
        display: block;
        padding: 3px 15px;
        font-size: 43px;
        font-weight: 700;
        letter-spacing: 0px;
        position: relative;
        text-align: left;
    }

        .menu-item a .toggle-icon {
            margin-right: 10px;
            font-size: 18px;
            top: 5px;
            display: inline-block;
        }

.submenu {
    list-style-type: none;
    padding-left: 0;
    padding: 0;
}
.submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  /* padding: 18px; */
}

.submenu li{}
.submenu li a{
    font-size: 22px;
}
.submenu.open {
  max-height: 500px; /* adjust if you have more items */
  background: #eee;
  padding: 15px;
}
.side-menu img {
    /* background: #1b2d56; */
    padding: 40px;
    width: 60%;
}
.closebtn{
    position: absolute;
    right: 5%;
    top: 2%;
    background: none;
    border: none;
    font-size: 41px;
    font-weight: 100;
    }


/* widget-breadcrumb */
.widget-breadcrumb{padding:30px 0;background: #20255c;/* background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(255 255 255) 44%, rgb(255 255 255) 100%); */}
.widget-breadcrumb .head{
    text-align: center;
}
.widget-breadcrumb .head h3{
    color: #ffffff;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.widget-breadcrumb .head ul{
    display: inline-block;
    list-style: none;
    padding: 10px 34px;
    /* background: #565acf; */
    border-radius: 8px;
    /* background-color: #f5f5f5; */
    border: 1px solid #eee;
    box-shadow: 0 5px 20px 0 rgb(173 36 136 / 14%);
}
.widget-breadcrumb .head ul li{
    float: left;
    color: #ffffff;
    font-size: 16px;
}
.widget-breadcrumb .head ul li a{
    position: relative;
    display: block;
    padding: 0;
    padding-right: 20px;
}
.widget-breadcrumb .head ul li a:before{content:"/";position:absolute;right: 4px;color: #fbedf6;top: 2px;}
.widget-breadcrumb .head ul li a svg{
    color: #fff;
}


.contactpage{
    padding: 70px 0;
}
.contactpage .leftbox{}
.contactpage .leftbox h3{
    font-weight: 700;
    color: #20255c;
}
.contactpage .leftbox .subhead{
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}
.contactpage .leftbox .addressbox{
    padding: 25px;
    background: #fff;
    margin-bottom: 15px;
    border: 2px solid #eee;
    border-radius: 12px;
    box-shadow: 1px 4px 6px 0 rgb(184 184 184 / 29%);
}
.contactpage .leftbox .addressbox span{
    font-weight: 700;
    color: #20255c;
    margin-bottom: 5px;
    display: block;
}
.contactpage .leftbox .addressbox p{
    margin: 5px 0;
}
.contactpage .leftbox .addressbox a{
    display: inline-block;
    color: #000;
    margin-right: 8px;
}
.contactpage iframe{width: 100%; height: 340px;}



.blogcontainer{
    padding: 40px 0;
}
.blogcontainer .blogbox{
    text-decoration: none;
    color: inherit;
    box-shadow: 1px 4px 6px 0 rgb(206 206 206 / 29%);
    display: block;
    padding: 25px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 25px;
}
 
.blogcontainer .blogbox figure img{width:100%;border-radius: 6px;}
 
.blogcontainer .blogbox .blog-det h3{
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #000;
    margin-bottom: 7px;
}
 
 
.blogpageleft figure img{
    width: 100%;
    border-radius: 19px;
}
.blogpageleft h3{
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    padding: 15px 0 10px;
    line-height: 1.3;
}
 
.blogpageleft .contentbox p{font-size: 16px;text-align: justify;}
.blogpageleft .contentbox h1{
    font-size: 22px;
    font-weight: 700;
}
.blogpageleft .contentbox h2{
    font-size: 20px;
    font-weight: 700;
}
.widget-page{
    padding: 2% 0;
}
.widget-services {
    padding: 5% 0;
    background: #f2622214;
    position: relative;
}
.widget-services .rightbox {
    display: flex
;
    flex-wrap: wrap;
}
.widget-services .rightbox .innergrid {
    margin-bottom: 30px;
    padding: 0 15px;
}
.widget-services .rightbox .innergrid .innerbox {
    background-color: #fff;
    background-image: url(../image/serbg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 20px;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .08);
    overflow: hidden;
    padding: 40px;
    z-index: 1;
}
.widget-services .rightbox .innergrid .innerbox figure {
    display: inline-block;
    padding: 7px;
    background: #fff;
    border: 2px solid #5471f963;
    border-radius: 15px;
    width: 120px;
    text-align: center;
}
.widget-services .rightbox .innergrid .innerbox figure img {
    width: 100px;
}
.widget-services .rightbox .innergrid .innerbox .contentbox {
    text-align: left;
}
.widget-services .rightbox .innergrid .innerbox .contentbox h3 {
    font-size: 20px;
    font-weight: 600;
    color: #20255c;
}.widget-services .rightbox .innergrid .innerbox .contentbox p {
    font-size: 16px;
}

.widget-services .rightbox .innergrid .innerbox .contentbox a {
    color: #20255c;
    border-radius: 8px;
    background-color: rgb(32 37 92 / 12%);
    /* box-shadow: 0 5px 20px 0 rgba(86,90,207,.3)!important; */
    border-width: 2px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    padding: 15px 30px;
    margin-top: 15px;
}

@media only screen and (max-width: 58em) {
.widget-services .tabservice ul li.active img{visibility: hidden;}
.widget-slider .sliderbox .rightbox img{width: 75%;height: auto;}
.widget-slider .sliderbox .leftbox h3{text-align: center;font-size: 46px;font-weight: 700;}
.widget-slider .sliderbox .leftbox p{text-align: center;}
.widget-slider .sliderbox .leftbox{text-align: center;padding: 10% 6%;}
.widget-expertise .head h3{font-size: 30px;
    font-weight: 800;}
.widget-expertise .head{
    padding-bottom: 20px;
}
.widget-expertise{padding: 10% 5%;}
.widget-about{padding: 5%;}
.widget-about .leftbox h3, .widget-services .head h3{font-size: 36px;}
.widget-about .leftbox h4{margin-bottom: 0  ;}
.widget-services, .widget-testimonial{padding: 10% 5%;}
.widget-testimonial .leftbox h3{font-size: 36px;}
.widget-testimonial .leftbox .ratingbox .rathead{font-size: 16px;}
.widget-testimonial .rightbox {
    margin-top: 45px;
}

.widget-clients {
    padding: 10% 5%;}
    .widget-clients .head h3 {
    font-size: 36px;}
    .widget-getintouch .head h3{font-size: 36px;}
    
.widget-blogs .head h3 {
    font-size: 36px;
}
.widget-blogs .bloggrid {
    margin-bottom: 27px;
}
.widget-blogs{padding: 5%;}
footer{padding: 5%;padding-top: 10%;}
}