/**Global css Start**/


html {
    scroll-behavior: smooth;
}

body{
    font-family: 'Poppins', sans-serif;
}

a:hover{
    color: #0056b3;
    text-decoration: none;
}

ul{
    margin:0;
    padding:0;
    list-style: none;
}

button:focus, .form-control:focus, .btn:focus {
    box-shadow: none;
    outline: 0;
}
img{
    max-width:100%;
}
/**Global css End**/

.customerMenu ul li a.active {
    background: #3e693f;
    color: white;
}

.mainContent {
    padding: 60px 0;
}
.customerMenu {
    background: #cfcfcf;
}

.customerMenu ul li {
    border-bottom: 1px solid #ebebeb;
}

.customerMenu ul li a {
    display: block;
    padding: 8px 10px;
    color: #444;
    font-weight: bold;
}

.reviewBtn {
    min-width: 200px;
}

.topHeader{
    background-color: #3e693f;
    border-bottom: 2px solid #cacaca;
    padding: 4px 0px 3px;
}

ul.leftTop{
    
}

ul.leftTop li{
    display: inline-block;
}

ul.leftTop li a{
    display: block;
    font-size: 12px;
    margin-right: 15px;
    color: #fff;
    letter-spacing: 1px;
    transition-duration: 0.2s;
}

ul.leftTop li a:hover{
    color: #75c043;
}

ul.rightTop{
    float: right;
}

ul.rightTop li{
    display: inline-block;
}

ul.rightTop li a{
    display: block;
    color: #fff;
    padding: 4px 5px 0;
    font-size: 20px;
    line-height: 17px;
    transition-duration: 0.2s;
}

ul.rightTop li a:hover{
    color: #ec174f;
}

.mobileMenuBar {
    display: none;
}

.mainHeader{
    
}

a.logoImg img{
    display: block;
    width: 100%;
    margin: 22px 0px;
}

.sideHide {
    margin-top: 65px;
}

.mainHeader ul{
    float: right;
}

.contactSide .title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    color: gray;
}
.mainHeader ul li{
    display: inline-block;
}

.mainHeader ul li a{
    font-weight: bold;
    font-size: 14px;
    padding: 30px 15px;
    display: block;
    color: #000000;
    transition-duration: 0.2s;
    letter-spacing: 1px;
}

.mainHeader ul li a:hover{
    color: #75c043;
}

.megaDropMenu{
    display: none;
    position: absolute;
    width: 1100px;
    left: -40%;
    top: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 3px;
    z-index: 9;
    transition: opacity .6s cubic-bezier(0.22, 0.61, 0.36, 1);
    box-shadow: inset 0px 1px 0px rgba(255,255,255, 0.8), 0px 2px 1px rgba(0, 0, 0, 0.15), 3px 5px 10px rgba(0, 0, 0, 0.19);
}

.mainHeader ul li:hover .megaDropMenu{
    display: block;
}

.megaDropMenu h4{
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    color: #3e693f;
}

.megaDropMenu span{
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.megaDropMenu a{
    padding: 2px 0!important;
    color: #444!important;
    font-weight: 100!important;
    letter-spacing: unset!important;
    font-size: 14px!important;
}

.megaDropMenu a i{
    width: 18px;
}

.megaDropMenu a:hover{
    color: #ec174f!important;
    padding-left: 2px!important;
}

.freeCouteBtn {
    background-color: #3e693f;
    display: block;
    text-align: center;
    font-size: 15px;
    margin: 19px 0px;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    transition-duration: 0.2s;
}

.freeCouteBtn:hover{
    background-color: #75c043;
}

img.sliderImg {
    display: block;
    width: 115%;
}

.sliderPart {
    padding: 50px 0px;
    max-height: 400px;
}

.sliderContent{
    padding-top: 50px;
}

.sliderContent h4{
    font-size: 20px;
    letter-spacing: 1px;
}

.sliderContent h1{
    font-weight: bold;
    font-size: 55px;
    line-height: 60px;
    color: #444;
    margin: 20px 0px;
}

.sliderContent p{
    font-size: 18px;
}

.sliderContent img{
    display: block;
    max-width: 100%;
    width: 200px;
}

a.getuote {
    display: inline-block;
    text-align: center;
    background-color: #3e693f;
    padding: 8px 25px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    margin:35px 0;
    transition-duration: 0.2s;
}

a.getuote:hover{
    background-color: #75c043;
}

.firstHide{
    display: none;
}

.marBtm{
    margin-bottom: 25px;
}

.seoSection a.btnB {
    margin-top: 15px;
    padding: 10px 40px;
    font-size: 18px;
    border: none;
    background: #00a682;
    color: white;
    font-weight: 700;
}


.serviveSection{
    margin: 70px 0px;
}

.serviceGrid{
    box-shadow: 0px 0px 20px #ddd;
    padding: 30px 15px;
    text-align: center;
    border-radius: 20px;
    transition-duration: 0.2s;
    margin: 15px 0px;
    background-color: #fff;
}

.serviceGrid:hover{
    box-shadow: 0px 2px 20px 4px rgba(62,87,100,0.29);
}

.serviceGrid .image {
    padding: 0 10px 10px;
    height: 250px;
}

.serviceGrid img {
    display: block;
    max-width: 100%;
    margin: 0px auto;
    height: 240px;
}

.blogViewSideBox ul.categoryS {
    padding-left: 16px;
    font-size: 16px;
}
.imgPad {
    padding: 0 5px 0 18px;
    margin-bottom: 10px;
}
.namePad {
    padding: 2px 19px 3px 6px;
}
.blogNameTitle {
    font-size: 16px;
    font-weight: 600;
    color: gray;
}
.blogViewSideBox ul.categoryS li a {
    color: #444;
    font-weight: 600;
}
.blogNameTitle a:hover {
    text-decoration: underline;
}
.blogViewSideBox ul.categoryS li a:hover {
    text-decoration: underline;
}

.serviceGrid a.servicGridTitle{
    display: block;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #444;
    letter-spacing: 1px;
    height: 50px;
    padding: 10px 5px;
}
.founderImage img {
    height: 420px;
}
.memberImage img{
    height: 255px;
}

.testiGrid p {
    height: 100px;
}
.serviveSection.joinTeam .serviceGrid p {
    font-size: 16px;
    font-weight: bold;
}

.serviceGrid p{
    font-size: 13px;
    margin: 20px 0px;
    height: 60px;
}

.serviceGrid a.learnMroreBtn{
    display: inline-block;
    background-color: #3e693f;
    margin: 10px auto;
    padding: 7px 20px;
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    transition-duration: 0.2s;
    letter-spacing: 1px;
}

.serviceGrid a.learnMroreBtn:hover{
    background-color: #75c043;
}

/*login register modal*/

    
form.signInPart button {
    border: 1px solid #979797;
    display: block;
    width: 100%;
    padding: 8px 0px;
    background-color: #fff;
    border-radius: 10px;
    margin: 7px 0px;
}

form.signInPart {
    text-align: center;
    padding: 0px 40px;
}

a.googleBtnSign {
    background-color: #ec174f!important;
    color: #fff;
}

form.signInPart button i {
    float: left;
    padding: 0px 0px 0 20px;
    font-size: 24px;
}

form.signInPart span {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}

form.signInPart .form-control {
    margin: 5px 0px;
}    
    
form.signInPart span.input-group-text.showPassword {
    padding: 0px 14px;
    height: auto;
    font-size: unset;
    display: flex;
    margin-top: 5px;
}    

span.input-group-text {
    background-color: #ec174f;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}
form.signInPart button:hover {
    background-color: #ddd;
}

button.loginBtnSub {
    background-color: #3e693f!important;
    color: #fff;
    border: none!important;
    font-weight: bold;
    letter-spacing: 1px;
    transition-duration: 0.2s;
}

form.signInPart p {
    margin: 10px 0px 0;
    font-size: 12px;
}

/*login register modal*/



.frontPageContent{
    padding: 50px 0px 100px;
}

.frontPageContent img{
    display: block;
    width: 100%;
}

.frontPageContentBox{
    
}

.frontPageContentBox h4{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

.frontPageContentBox h1{
    font-weight: bold;
    font-size: 48px;
    color: #3e693f;
}

.frontPageContentBox p{
    font-size: 17px;
    margin: 15px 0px;
}

.frontPageContentBox a.aboutBtn{
    display: inline-block;
    text-align: center;
    background-color: #3e693f;
    padding: 8px 25px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 35px;
    transition-duration: 0.2s;
}

.frontPageContentBox a.aboutBtn:hover{
    background-color: #75c043;
}

.caseStudies.homeFilterCtg {
    padding: 0px 0 50px;
}

.filterSystemCtg {
    text-align: center;
    display: block;
    margin: 25px 0;
}

.filterSystemCtg ul{
    
}

.filterSystemCtg ul li{
    display: inline-block;
}

.filterSystemCtg ul li a {
    display: block;
    background-color: #3e693f;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px 20px;
    border-radius: 2px;
    box-shadow: 1px 2px 2px 0px #333;
    transition-duration: 0.2s;
}

.filterSystemCtg ul li a:hover{
    background-color: #444;
}

.seoSection{
    text-align: center;
    padding: 95px 0px;
    background-color: #3e693f;
    color: #fff;
}

.seoSection h4{
    font-size: 21px;
    letter-spacing: 2px;
}

.seoSection h1{
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 45px;
}

.seoGrid {
    background-color: #427a65;
    padding: 25px;
    border-radius: 20px;
    transition-duration: 0.2s;
}

.servicePadding{
    padding: 15px;
}

.seoSecondPart .title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}

.seoSecondPart .description {
    text-align: center;
    font-size: 18px;
    margin-top: 6px;
}

.seoGrid:hover{
    box-shadow: 0px 0px 10px #6a6a6a;
}

.seoGrid img{
    display: block;
    max-width: 100%;
    height: 225px;
    margin:auto;
}

.seoGridTitle {
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    height: 50px;
    padding:10px;
}
.reqFreeQuBtnHome {
    display: inline-block;
    max-width: 100%;
    min-width:220px;
    text-align: center;
    border-radius: 30px;
    transition-duration: 0.2s;
    letter-spacing: 1px;
}
.reqFreeQuBtnHome:hover {
    background-color: #444;
}

.seoGrid a.seoGridTitle{
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
}


.seoSecondPart{
    padding: 100px 0px;
}

.seoSecondPart h3{
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
}

.seoSecondPart h1{
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    margin: 12px;
}

.seoSecondPart h6{
    text-align: center;
    font-size: 18px;
    line-height: 28px;
}

.secondSeoGrid{
    margin: 25px 0px;
    text-align: center;
}

.secondSeoGrid img{
    display: block;
    width: 25%;
    margin: 0px auto;
}

.secondSeoGrid h4{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 15px 0 7px;
}

.blogViewContent span {
    color: #444444;
}

.secondSeoGrid p{
    margin: 0;
    font-size: 15px;
}


.reviewPart{
    padding: 50px 0px 90px;
    background-color: #f6f6f6;
}

ul.logolIst{
   margin: 0 -5px;
}

ul.logolIst li{
    display: inline-block;
    width: 180px;
    padding: 5px;
}
ul.logolIst li .image {
    height: 100px;
    padding: 5px;
    background: white;
}
ul.logolIst li img{
    display: block;
    max-width: 100%;
    margin: 0px auto;
    max-height: 100%;
}

.reviewSlider{
    text-align: center;
    background-color: #3e693f;
    padding: 40px 20px;
    border-radius: 5px;
    color: #fff;
}

.reviewSlider button.slick-prev.slick-arrow{
    display: none!important;
}

.reviewSlider button.slick-next.slick-arrow{
    display: none!important;
}

.blogNameTitle a {
    color: #444;
}

.reviewSlider i{
    font-size: 35px;
    display: block;
}

.reviewSlider p{
    width: 85%;
    margin: 15px auto;
}

.reviewSlider h4{
    font-weight: bold;
    margin: 0;
    letter-spacing: 1px;
}

.reviewSlider em{
    display: block;
    font-size: 14px;
}


.caseStudies{
    padding: 100px 0px;
}

.caseStudies h2{
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 20px;
}

.caseStudies h2 a{
    font-size: 15px;
    letter-spacing: 1px;
    color: #ec174f;
}

.caseGrid{
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #ddd;
    margin: 20px 0px;
}

.caseGrid a.caseGridImg img{
    display: block;
    border-radius: 10px 10px 0 0;
    max-width: 100%;
    height: 235px;
    margin: auto;
}

.caseGridBody {
    padding: 30px 0;
    height: 160px;
}
.caseGridBody a {
    padding: 0 5px;
}

.caseGrid a.caseGridTitle{
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #444;
    margin: 0 10px;
}

.caseGrid p{
    margin: 10px 10px;
    font-size: 13px;
}




.aboutPageHead{
    background-color: #3e693f;
    padding: 50px 0;
    color: #fff;
}

.aboutPageHead h1{
    font-weight: bold;
    font-size: 50px;
    margin: 50px 0 0;
}

.aboutPageHead p{
    font-size: 20px;
    margin: 20px 0px 0;
    line-height: 30px;
}

.aboutPageHead img{
    display: block;
    width: 100%;
}

.middleText{
        padding: 50px 0px;
}

.middleText h4{
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: #444;
    margin-bottom: 30px;
}

.middleText p{
    margin: 0;
    font-size: 15px;
    color: #444;
}

.sixGridPart{
    padding: 30px 0 70px;
}

.sixGridBox{
    text-align: center;
    background-color: #3e693f;
    color: #eee;
    padding: 30px 0px;
    border-radius: 15px;
    margin: 15px 0px;
}

.sixGridBox i{
    font-size: 80px;
    display: block;
}

.sixGridBox h1{
    font-size: 85px;
    margin: 12px 0px;
}

.sixGridBox p{
    margin: 0;
    font-size: 14px;
}

.ourTeamPart{
    padding: 50px 0px;
    background-color: #f0f0f0;
}

.teamGrid{
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    margin: 15px 0;
}

.teamGrid img{
    display: block;
    width: 100%;
    border-radius: 15px 15px 0 0;
}

ul.teamSocialList{
    border-bottom: 1px solid #d8d8d8;
}

ul.teamSocialList li{
    display: inline-block;
}

ul.teamSocialList li a{
    font-size: 20px;
    display: block;
    padding: 6px 8px;
    color: #959595;
}
.quoteLogoList img {
    display: block;
    width: 100%;
    margin: 0px auto;
    height: 150px;
}

.teamGrid h3{
    margin: 0;
    font-weight: bold;
    color: #444;
    font-size: 18px;
    margin-bottom: 6px;
}
.teamTitle {
    padding: 6px 10px;
    height: 85px;
}
.founderImage .details {
    padding: 6px;
}
.teamGrid p{
    margin: 0;
    font-size: 13px;
    color: #444;
}

.teamGrid.founderImage {
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
}

.doublePart{
    text-align: center;
    padding: 30px 0;
    background-color: #3e693f;
}

.doublePart h4{
    text-align: center;
    color: #bababa;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0;
}

.doublePartTwo{
    text-align: center;
    padding: 50px 0px;
    background-color: #5d9b5f;
    color: #fff;
}

.doublePartTwo p{
    color: #75ff78;
    margin-bottom: 10px;
}

.doublePartTwo h3{
    font-weight: bold;
    margin: 0;
    letter-spacing: 1px;
    font-size: 25px;
    line-height: 36px;
}


.aboutClients{
    text-align: center;
    padding: 60px 0px;
}

.aboutClients h1{
    font-weight: bold;
    font-size: 45px;
    letter-spacing: 1px;
    color: #444;
}

.aboutClients p{
    font-size: 20px;
    color: #444;
    margin: 10px 0px 30px;
}

.aboutClients img{
    display: block;
    max-width: 100%;
    margin: 0px auto;
    height: 100px;
}


.eventsPart{
    text-align: center;
    padding: 60px 0px;
    background-color: aliceblue;
}

ul.CategoryList li a {
    background-color: #3e693f;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 3px;
}

ul.CategoryList li {
    display: inline-block;
}

.eventsPart h1{
    font-size: 45px;
    font-weight: bold;
    color: #444;
    letter-spacing: 1px;
}

.eventsPart p{
    font-size: 20px;
    letter-spacing: 1px;
    color: #444;
}

.eventGrid{
    color: #444;
    margin: 20px 0px;
    padding: 20px 0px;
}

.eventGrid i{
    font-size: 70px;
    color: #8d8d8d;
    display: block;
}

.eventGrid h2{
    font-size: 22px;
    color: #969696;
    margin: 15px 0px;
}

.eventGrid p{
    font-size: 14px;
    margin: 0;
    letter-spacing: unset;
}

.searchTitle {
    font-size: 26px;
    font-weight: 600;
    font-family: cursive;
    margin-left: 10px;
}
.notFound {
    text-align: center;
    margin-top: 100px;
    font-size: 36px;
    color: red;
    font-weight: 900;
    font-family: cursive;
}

a.viewCamp {
    background-color: #c36200;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 35px;
    border-radius: 25px;
    transition-duration: 0.2s;
}

a.viewCamp:hover{
    background-color: #444;
}

.processPart{
    padding: 50px 0px;
}

.processPart h1{
    text-align: center;
    font-weight: bold;
    color: #444;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.processPart h1 span{
    color: #c36200;
}

.processGrid{
    background-color: aliceblue;
    padding: 20px;
}

.processGrid i{
    font-size: 60px;
    color: #c36200;
    display: block;
    text-align: center;
}

.processGrid h4 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #444;
    margin: 12px 0px 12px 0;
    height: 33px;
    text-align: center;
}

.processGrid p{
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    height: 65px;
    text-align: center;
}

.servicePageHead.joinTeamHead {
    background-color: #dddddd;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c36200;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.jobOpening {
    padding: 65px 0px;
}

.joinFormPart{
    box-shadow: 0px 0px 20px #ccc;
    padding: 40px;
    border-radius: 20px;
}
.single-blog-content {
    padding-right: 0;
    text-align: justify;
}
.joinFormPart h4{
    margin: 0;
    font-weight: bold;
    color: #444;
    font-size: 25px;
}

.joinFormPart span{
    display: block;
    text-align: end;
    color: #444;
    letter-spacing: 1px;
    font-size: 15px;
}

.joinFormPart p{
    display: block;
    float: right;
    margin: 4px 0;
    font-weight: bold;
    letter-spacing: 1px;
    color: #444;
}

.joinFormPart .form-control{
    height: auto;
    padding: 10px 20px;
}

.joinFormPart span.input-group-text {
    font-size: 21px;
}




.servicePageHead{
    padding: 30px 0;
   
}

.servicePageHead img{
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
}

.servicePageHead h1{
    font-weight: bold;
    font-size: 52px;
    margin-top: 40px;
}

.servicePageHead h1 span {
    color: #c36200;
}

.servicePageHead p{
    margin: 0;
    font-size: 20px;
    line-height: 35px;
}

.useStrategy{
    padding-top: 60px;
}

.useStrategyHead{
    text-align: center;
    margin-bottom: 55px;
}

.useStrategyHead h1{
    font-weight: bold;
}

.useStrategyHead p{
    font-size: 18px;
    margin: 20px 0;
}

.useStrategy .media i{
    width: 90px;
    text-align: center;
    color: #fff;
    background-color: #3e693f;
    font-size: 40px;
    padding: 20px 0px;
    border-radius: 10px;
    margin-right: 15px;
}

.useStrategy .media h5{
    font-size: 18px;
    margin: 5px 0px 10px;
    font-weight: bold;
}

.useStrategy .media p{
    font-size: 12px;
    margin: 0;
}

.useStrategy h6{
    margin: 60px 0px 0;
    font-size: 14px;
    line-height: 25px;
}

.paginationPart {
    margin-top: 40px;
}


.blogImage img {
    width: 100%;
}

.singleBlogPage{
    padding-top: 60px;
}

.blogViewContent{
    
}

.blogViewContent h1{
    font-weight: bold;
    color: #444;
    font-size: 35px;
    margin: auto;
}

.blogViewContent span{
    display: block;
    font-size: 13px;
    color: #ccc;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.blogViewContent p{
    font-size: 14px;
    line-height: 25px;
}

.blogViewContent h3{
    font-weight: bold;
    font-size: 22px;
    color: #444;
    margin-bottom: 5px;
}

.blogViewSideBar{
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 5px;
}

.blogViewSideBox{
    padding: 10px;
    margin-bottom: 20px;
}
.blogViewSideBox ul.categoryS li {
    margin:5px 0;
}
.blogViewSideBox ul.categoryS li.active a {
    color: #75c044;
}
.blogViewSideBox h3{
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 24px;
    color:#ec174f;
}

.blogViewSideBox p{
    font-size: 13px;
    margin: 5px 0 15px;
    display: block;
}

/*.blogViewSideBox a{*/
/*    display: block;*/
/*    background-color: #3e693f;*/
/*    text-align: center;*/
/*    font-size: 15px;*/
/*    transition-duration: 0.2s;*/
/*    width: 80%;*/
/*    color: #fff;*/
/*    letter-spacing: 1px;*/
/*    padding: 5px 0px;*/
/*    border-radius: 5px;*/
/*}*/

/*.blogViewSideBox a:hover{*/
/*    background-color: #444;*/
/*}*/



button.submiBtnSub {
    display: block;
    background-color: #3e693f;
    text-align: center;
    font-size: 15px;
    transition-duration: 0.2s;
    width: 80%;
    color: #fff;
    letter-spacing: 1px;
    padding: 5px 0px;
    border-radius: 5px;
}

button.submiBtnSub:hover{
    background-color: #444;
}


.singlePortPageHead{
    padding: 30px 0px;
}

.singlePortPageHead h1{
    margin: 0;
    font-size: 50px;
    font-weight: bold;
    color: #444;
}

.singlePortPageHead a.secBtnFree{
    display: block;
    background-color: #3e693f;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    letter-spacing: 1px;
    border-radius: 40px;
    transition-duration: 0.2s;
}

.singlePortPageHead a.secBtnFree:hover{
    background-color: #444;
}

.singlePortPageFirst{
    padding: 30px 0px;
    background-color: #f2f2f2;
}

.singlePortPageFirst img{
    display: block;
    width: 75%;
    margin: 0px auto;
}

.singlePortPageFirst p{
    margin: 28px 0px;
    font-size: 22px;
    line-height: 36px;
}

.singlePortPage{
    padding-top: 60px;
}

.singlePortPage img{
    display: block;
    width: 100%;
    box-shadow: 0px 0px 10px #ccc;
}

.singlePortPage span{
    display: block;
    font-size: 15px;
    color: #888;
    margin: 10px 0 50px;
}

.portViewSideBar{
    background-color: #f3f3f3;
    padding: 20px;
}

.portViewSideBar h2{
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 1px;
    color: #444;
    margin-bottom: 5px;
}

.portViewSideBar p{
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 40px;
}

a.reqFreeQuBtn {
    display: block;
    width: 70%;
    background-color: #3e693f;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
    padding: 10px 0px;
    text-align: center;
    border-radius: 30px;
    transition-duration: 0.2s;
    margin-top: 10px;
}

.pricingPage .pkgTitle {
    text-align: center;
    padding: 25px 0;
    font-size: 30px;
    font-weight: bold;
}

a.reqFreeQuBtn:hover{
    background-color: #444;
}



.getQuote {
    padding: 50px 0;
}

.instantSeoStart {
    text-align: center;
    padding: 50px 0px;
}

.instantSeoStart h1{
    
}

.instantSeoStart p{
    font-size: 18px;
}

.instantSeoStart a{
    background-color: #3e693f;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 14px 0;
    border-radius: 5px;
    transition-duration: 0.3s;
    display: block;
    margin: 25px auto;
    width: 25%;
    letter-spacing: 1px;
}

.instantSeoStart a:hover{
    transform: scale(1.1);
    background-color: #444;
}

.getQuoteGridBox{
    padding: 100px 0px;
}

.getQuoteGrid{
    
}

.getQuoteGrid i{
    width: 80px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 33px;
    font-size: 40px;
    color: #3e693f;
    padding: 20px 0;
    margin-right: 10px;
    background-color: aliceblue;
}

.getQuoteGrid h5{
    font-weight: bold;
    letter-spacing: 1px;
}

.getQuoteGrid p{
    font-size: 14px;
    margin: 0;
}




.servicePageHead.clients {
    background-color: aquamarine;
}

.servicePageHead.testi {
    background-color: skyblue;
}

.testiList{
    
}

.testiList img{
    display: block;
    width: 24%;
    padding: 10px;
    background-color: #ebebeb;
    border-radius: 50%;
    margin-right: 10px;
    height: 75px;
}
.caseCenter .nav-tabs .nav-item {
    margin-bottom: -1px;
    display: inline-block;
}
.caseCenter ul#myTab {
    margin: 0px auto;
    text-align: center;
    display: block;
}
.testiList h5{
    font-weight: bold;
    margin-top: 23px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.testiList span{
    display: block;
    color: #818181;
}

.testiGrid {
    padding: 25px;
    background-color: aliceblue;
    border-radius: 25px;
    box-shadow: 0px 0px 10px #ddd;
    margin: 15px 0px;
    height: 230px;
}



.servicePageHead.freeRes {
    background-color: blueviolet;
    color: #fff;
}


.pricingGrid{
    text-align: center;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 20px;
    background-color: #007303ab;
    color: #fff;
}

.pricingGrid h4{
    background-color: #3e693f;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 0px;
    border-radius: 20px 20px 0 0;
    margin: 0;
}

.pricingGrid h2 {
    margin: 0;
}

.pricingGrid h2 i{
    font-size: 60px;
    display: block;
    margin: 30px 0px;
}

.pricingGrid h1{
    margin: 0;
    font-size: 60px;
    letter-spacing: 1px;
}

.pricingGrid p{
    margin: 20px 10px;
        height: 35px;
}

.pricingGrid a{
    background-color: #3e693f;
    display: block;
    width: 50%;
    margin: 40px auto;
    padding: 10px 0px;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    transition-duration: 0.2s;
}

.pricingGrid a:hover{
    background-color: #444;
}

.pricingGrid div#accordion {
    color: #444;
    text-align: left;
    font-size: 12px;
    margin-bottom: 20px;
}

.pricingGrid button.btn.btn-link i {
    float: right;
    font-size: 21px;
}

.pricingGrid .card-header{
    padding: 0;
}

.pricingGrid .card{
    border-radius: 0;
}


.pricingGrid button.btn.btn-link {
    display: block;
    width: 100%;
    text-align: left;
    color: #75c043;
    font-weight: bold;
    font-size: 14px;
    padding: 20px;
    background: white;
    text-decoration: none;
}

.tabCtgPart ul#myTab {
    margin: 0px auto;
    text-align: center;
    display: block;
}

.nav-tabs .nav-link {
    background-color: #3e693f;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
}

.tabCtgPart .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #ffffff;
}

.tabCtgPart .nav-tabs .nav-item {
    margin-bottom: -1px;
    display: inline-block;
}


.orderServPage{
    
}

.orderHeader {
    text-align: center;
    padding: 60px 0px;
    background-color: #e7e7e7;
}

.orderHeader h1{
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #444;
}

.orderHeader p{
    font-size: 20px;
}

.orderFormPart{
    padding: 50px 0px;
}

.formOrder{
    background-color: #f6f6f6;
    padding: 30px;
}

.formOrder label{
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-size: 20px;
    color: #444;
}

.formOrder .form-control{
    border: 2px solid #cccccc;
    padding: 10px;
}

.formOrder h6{
    font-size: 12px;
    color: #ccc;
    margin: -15px 0 0;
}

button.orderSubMit {
    margin: 30px 0 0;
    padding: 10px 50px;
    font-size: 20px;
    border: none;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    transition-duration: 0.2s;
    background-color: #3e693f;
}

button.orderSubMit:hover{
    background-color: #444;
}

.orderSide{
    
}

.orderSide .media{
    margin-bottom: 40px;
    background-color: #ddd;
    padding: 25px 20px;
    border-radius: 5px;
}

.orderSide .media h5{
    font-weight: bold;
    font-size: 17px;
}

.orderSide .media p{
    margin: 0;
    font-size: 14px;
}

.orderSide .media i{
    font-size: 30px;
    width: 40px;
    display: block;
    color: #444;
}


.jobPostPage{
    padding: 60px 0px;
}

.jobPostHeader{
    text-align: center;
}

.jobPostHeader h1{
    font-weight: bold;
    letter-spacing: 1px;
}

.jobPostHeader p{
    border-bottom: 4px solid #3e693f;
    width: 6%;
    margin: 0px auto;
    font-size: 19px;
    padding-bottom: 7px;
    letter-spacing: 1px;
}

.jobPostContent{
    padding: 50px 0px;
}

.jobPostContent p{
    font-size: 15px;
    margin-bottom: 40px;
}

.jobPostContent h4{
    font-weight: bold;
    font-size: 20px;
}

.jobPostContent ul{
    list-style-type: disclosure-closed;
    padding: 0 0 0 35px;
    margin-bottom: 40px;
}

.jobPostContent ul li{
    font-size: 15px;
}

.jobPostContent a{
    background-color: #3e693f;
    padding: 10px 50px;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
    transition-duration: 0.2s;
}

.jobPostContent a:hover{
    background-color: #444;
}



.freeResGrid {
    margin: 50px 0px;
}

.freeResGrid a.freeImg {
    display: block;
}

.freeResGrid a.freeImg img {
    display: block;
    width: 75%;
}

.freeResGrid a.freeResTitle {
    font-size: 25px;
    font-weight: bold;
    display: block;
    line-height: 30px;
    color: #444;
    margin: 15px 0px;
    cursor: pointer;
    transition-duration: 0.2s;
}

.freeResGrid a.freeResTitle:hover {
    color: #8a2be2;
}

.freeResGrid p{
    color: #a2a2a2;
}

.freeResGrid a.downLoadFree{
    transition-duration: 0.2s;
    display: block;
    width: 50%;
    text-align: center;
    background-color: #3e693f;
    color: #fff;
    padding: 5px 0px;
    border-radius: 5px;
    box-shadow: 4px 4px 7px 1px #c1c1c1;
}

.freeResGrid a.downLoadFree:hover {
    background-color: #8a2be2;
}

.servicePageHead.freeSeo {
    background-color: skyblue;
}

.freeSeoSide{
    background-color: #f6f6f6;
    padding: 20px;
    border-radius: 5px;
}

.freeSeoSide h5{
    font-size: 17px;
    font-weight: bold;
    color: #444;
    letter-spacing: 1px;
}

.freeSeoSide h1{
    font-weight: bold;
    line-height: 35px;
    font-size: 32px;
    margin: 20px 0px;
}

.freeSeoSide p{
    margin: 0;
    font-size: 15px;
}




.contactMap{
    
}

.contactInfoBox{
    padding: 70px 0px;
}

.contactFormBox h1{
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #444;
    margin-bottom: 20px;
}

.contactFormBox{
    background-color: #f6f6f6;
    padding: 25px;
    border-radius: 5px;
}

.contactFormBox label{
    font-size: 15px;
    margin: 0 0 2px;
    color: #444;
    letter-spacing: 1px;
    display: block;
}


.contactFormBox textarea{
    width: 100%;
}

.contactFormBox span{
    font-size: 13px;
    color: #959292;
    display: block;
    margin: 5px 0px;
}

button.contactSubmitBtn {
    background-color: #3e693f;
    color: #fff;
    border: none;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 40px;
    margin-top: 20px;
    border-radius: 20px;
    transition-duration: 0.2s;
}

button.contactSubmitBtn:hover{
    background-color: #444;
}

.contactSide{
    padding: 25px;
    background-color: #f0f0f0;
    border-radius: 5px;
}

.contactSide h1{
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #444;
    margin: 0;
}
.mainFooter img {
    max-width: 60%;
    margin-bottom: 15px
}
.contactSide a{
    display: flex;
    font-size: 18px;
    font-weight: bold;
    color: #444;
    margin: 15px 0px;
    transition-duration: 0.2s;
}

.contactSide a:hover{
    color: #3e693f;
}

.contactSide a i{
    width: 35px;
    flex: 0 0 35px;
    text-align: center;
    font-size: 24px;
    color: #943a3a;
}

.contactSide span{
    display: block;
    font-weight: bold;
    font-size: 12px;
    color: #939393;
}




.contactSectionAll {
    padding: 50px 0;
    background-color: #335733;
        margin-top: 20px;
}

.contactLocation h1{
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
}

.contactLocation h4{
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 40px;
    margin: 40px 0px;
        color: #fff;
}

.contactLocation p{
    font-size: 20px;
    color: #fff;
}


.mainFooter{
    background-color: #3e693f;
    color: #fff;
    padding: 40px 0px;
}

.mainFooter p{
    margin: 0;
    font-size: 16px;
}

.infoBox{
    
}

.infoBox h3{
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 1px;
}

.infoBox p{
    font-size: 15px;
    font-weight: bold;
    margin: 0px;
    line-height: 20px;
    display: block;
}

.infoBox a{
    display: block;
    color: #fff;
    font-size: 19px;
    margin: 10px 0px;
}

ul.socilalists{
    
}

ul.socilalists li{
    display: inline-block;
}

ul.socilalists li a{
    display: block;
    width: 42px;
    text-align: center;
    font-size: 20px;
    padding: 5px 0px;
    transition-duration: 0.2s;
    background-color: #696969;
}

ul.socilalists li a i{
    
}

ul.socilalists li a:hover{
    background-color: #ec174f;
    border-radius: 50%;
}

.bottomFooter{
    text-align: center;
    font-size: 73%;
    padding: 20px 0px;
    background-color: #335633;
    color: #fff;
}

.bottomFooter img{
    display: block;
    max-width: 100%;
    margin: 0px auto;
}

.bottomFooter p{
    margin: 0;
    letter-spacing: 1px;
    margin-top: 5px;
    text-align: left;
}

.bottomFooter a{
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 5px;
    border-right: 1px solid gray;
}
.bottomFooter a:last-child {
    border: none;
}

.mobilrLogo img {
    max-width: 100%;
}

.side-modals-close {
    display: block;
    font-size: 25px;
    color: #a7a7a7;
}



/*footer css end*/

header.sticky-header {
    width: 100%;
    -webkit-transition: all 2.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    box-shadow: 2px 20px 20px 20px #f6f6f6;
    background-color: #fff;
}

header.sticky-header.stick {
    position: fixed;
    top: 0;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    left: 0;
    animation: smoothScroll 1s forwards;
    z-index: 99;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

/**Matis Menu multi larvel css Start**/
.primarymenu {
    padding:0px;
}

.multi-lavel ul li {
    padding:0px;
    border-bottom: 1px solid #d6d4d4;
}

ul.primarymenu li {
    background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
}

ul.primarymenu li a {
    padding: 10px;
    display: block;
    color: white;
    font-weight: bold;
}

ul.submenu li{
    display: none;
}

ul.submenu li{
    border: 0px;
}

ul#submenutwo{
    padding: 0;
    background: #e7e7e7;
}

ul#menu li a {
    display: inline-block;
    padding: 7px 12px;
    font-weight: bold;
    color: #000000;
    width: 80%;
}   

/**Matis Menu multi larvel css End**/


/**Side Modals css Start**/

.side-modals.right {
    right: -300px;
    height: 100vh;
    width: 300px;
    top: 0;
}

.cart_media {
    padding: 0px;
    background-color: #fff;
}

.side-modals {
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.side-modals.right.open-side {
    right: 0;
}

.side-modals.open-side {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.side-modals .overlay {
    visibility: hidden;
    opacity: 0;
    background-color: #000000a3;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.side-modals.open-side .overlay {
    opacity: 0.8;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.side-modals.right .cart-inner {
    height: 100vh;
    overflow: auto;
}

.side-modals .cart-inner {
    background-color: #ececec;
    z-index: 9;
    position: relative;
    top: 0;
}

.side-modals .cart-inner .cart_top {
    padding: 5px 10px;
    color: #fff;
    background-color: #ffffff;
    border-bottom: 1px solid #000;
}

span.apparels {
    display: block;
    position: absolute;
    font-size: 11px;
    top: 55px;
    left: 166px;
    color: #fff;
}

/**Side Modals css End**/






/**For Laptop/ testop Large deviece**/
@media only screen and (max-width: 1199px) {
    .mainHeader ul li a{
        padding: 30px 8px;
    }
    
    .sliderContent h1{
        font-size: 45px;
    }
    .serviceGrid a.servicGridTitle {
        font-size: 22px;
    }
    .serviceGrid p {
        font-size: 12px;
    }
    
    .caseGrid a.caseGridTitle {
        font-size: 16px;
    }
    
    .seoGrid img {
        height: 180px;
    }
    
    .seoGridTitle {
        font-size: 10px;
    }
    
    .contactLocation h1{
        font-size: 45px;
    }
    
    .contactLocation h4 {
        font-size: 24px;
        margin: 20px 0px;
    }
    
    
}



/**For Tablet/small laptops/ Medium deviece**/
@media only screen and (max-width: 1024px){
    
}
/**For Tablet/small laptops/ Medium deviece**/
@media only screen and (max-width: 992px){
     .single-blog-content {
        padding-right: 0;
        text-align: justify;
    }
}



/**For Tablet/small laptops/ Medium deviece**/
@media only screen and (max-width: 991px) {
    .mobileMenuBar{
        display:block;
    }
    .mainHeader ul li a.mobileHead {
        padding: 0;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 23px;
        margin-top: 9px;
        margin-left: 3px;
    }
    .mainHeader ul li a.mobileHead:hover{
        color: #ec174f;
    }
    .moble-menus-models {
        display: block;
        text-align: center;
        font-size: 27px;
        margin-top: 6px;
    }
    .sliderContent h1{
        line-height:30px;
        font-size:30px;
    }
    .destopHeaderBar{
        display: none;
    }
    .freeCouteBtn {
        margin: 5px 0px;
    }
    .serviceGrid .image {
        height: 180px;
    }
    .serviceGrid a.servicGridTitle {
        font-size: 15px;
        line-height: 18px;
    }
    
    .serviceGrid p {
        font-size:10px;
        margin: 0;
    }
    
    .serviceGrid{
        padding: 10px 15px;
    }
    .caseGrid a.caseGridImg img{
        height:150px;
    }
    
    .caseGridBody {
    padding: 10px 0;
    height: 130px;
    }
    .caseGrid a.caseGridTitle {
        font-size: 13px;
    }
    .serviveSection {
        margin: 20px 0px;
    }
    .frontPageContent{
        padding: 20px 0px 100px;
    }
    
    .seoSection h1{
        font-size: 30px;
        margin-bottom: 30px;
    }
    
    .seoGrid img {
        height: 110px;
    }
    
    .seoGrid {
        background-color: #427a65;
        padding: 10px;
    }
    
    .seoGridTitle {
        padding: 8px 5px;
    }
    
    ul.logolIst li img{
        height: 90px
    }
    
    .caseGrid a.caseGridTitle {
        font-size: 11px;
    }
    
    .contactLocation h4 {
        font-size: 18px;
        margin: 10px 0px;
        line-height: 22px;
    }
    
    .infoBox h3 {
        font-size: 20px;
    }
    
    .infoBox a {
        font-size: 16px;
        margin: 10px 0px;
    }
    
    ul.socilalists li a {
        width: 35px;
        font-size: 18px;
    }
    
    .contactLocation h1 {
        font-size: 27px;
    }
    .sixGridBox h1 {
        font-size: 60px;
    }
    .sixGridBox i {
        font-size: 60px;
   
    }
    .aboutPageHead h1 {
        font-size: 34px;
        margin: 0px 0 0;
    }
    .memberImage img {
        height: 180px;
    }
    .teamGrid h3 {
         font-size: 15px;
    }
    .contactLocation p {
        font-size: 18px;
    }
    .servicePageHead h1 {
        font-size: 40px;
        margin-top: 1px;
    }
    .servicePageHead p {
        font-size: 18px;
        line-height: 30px;
    }
    .quoteLogoList img {
        height: 120px;
    }
    .joinTeamHead h1 {
        font-size: 35px;
    }
    .processGrid h4 {
        font-size: 13px;
    }
    .processGrid p {
        font-size: 13px;
        line-height: 14px;
    }
    .processGrid {
        padding: 10px;
    }
    .processGrid i {
        font-size: 37px;
    }
    .serviceGrid img {
        height: 190px;
    }
    .caseGrid p {
        margin: 10px 10px;
        font-size: 12px;
    }
    .useStrategy .media h5 {
         font-size: 25px;
    }
    .useStrategy h6 {
         margin: 24px 0px 14px;
    }
    .servicePageHead {
         padding: 30px 0px 20px;
    }   
    
    .useStrategy .media i {
        width: 90px;
        font-size: 40px;
        padding: 20px 0px;

    }
    .useStrategyHead h1 {
        font-size: 26px;
    }
    .processPart h1 {
        text-align: left;
        font-size: 34px;
    }
    .contactSide h1 {
         font-size: 16px;
    }
    .contactSide .title {
        font-size: 23px;
    }
    .contactFormBox h1 {
        font-size: 30px;
    }
    .contactSide a {
         font-size: 13px;
    }
    .getQuoteGrid .media {
         display: block;
         text-align: center;
    }
    .getQuoteGrid i {
        margin-bottom: 10px;
    }
    .useStrategy .media {
         display: block;
         text-align: center;
    }
    ul.teamSocialList li a {
        font-size: 18px;
        padding: 3px 5px;
    }
    .founderImage img {
        height: 301px;
    }
    .aboutPageHead p {
        font-size: 14px;
        line-height: 21px;
    }
    .testiList h5 {
        margin-top: 12px;
        font-size: 14px;
    }
    .testiList img {
        width: 30%;
        padding: 10px;
        height: 48px;
    }
    .testiGrid p {
        font-size: 12px;
    }
    .testiGrid p {
        height: 126px;
        font-size: 13px;
    }
    .servicePageHead p {
        font-size: 15px;
        line-height: 23px;
    }
    .blogViewSideBar {
        padding: 5px;
    }
    .pricingGrid h4 {
        font-size: 13px;
    }
    .pricingGrid a {
        width: 85%;
    }
     .single-blog-content {
        padding-right: 0;
        text-align: justify;
    }
    
    
}



/**For Mobile small deviece**/
@media only screen and (max-width: 767px) {

    .topHeader {
        display: none;
    }
    
    a.logoImg img {
        max-width: 100%;
        margin: 10px 0px;
    }
    
    .sliderContent h1 {
        font-size: 35px;
        line-height: 39px;
        margin: 6px 0px 10px;
    }
    
    .serviceGrid .image {
        height: auto;
    }
    
    .sliderContent {
        padding-top: 30px;
    }
    .quoteLogoList img {
       height: 80px;
    }
    a.getuote {
        width: 100%;
    }
    
    .caseGrid a.caseGridImg img {
        height: auto;
    }
    
    .serviceGrid {
        margin: 15px 0px;
    }
    
    .seoGrid img{
        height:auto;
    }
    .seoGridTitle {
        font-size: 16px;
    }
    a.freeCouteBtn {
        margin: -5px 0px 10px;
    }
    
    img.sliderImg {
        width: 100%;
    }
    
    .frontPageContentBox h1 {
        font-size: 32px;
    }
    
    
    .seoSection h1 {
        font-size: 32px;
    }
    
    .seoGrid {
        margin: 10px 0px;
    }
    
    .seoSecondPart h1 {
        font-size: 30px;
    }
    
    ul.logolIst li {
        width: 175px;
    }
    
    .reviewSlider p {
        width: 100%;
    }
    
    .caseStudies h2 {
        font-size: 35px;
        line-height: 25px;
    }
    
    .servicePadding{
        padding: 0 15px;
    }
    
    .caseGridBody {
        padding: 3px;
        margin: 17px 0px;
    }
    
    .servicePageHead h1 {
        font-size: 35px;
    }
    
    .servicePageHead p {
        margin-bottom: 20px;
    }
    
    .useStrategyHead .media {
        margin: 9px 0px;
    }
    
    .useStrategy h6 {
        margin: 25px 0px 0;
    }
    
    .blogViewContent h1 {
        font-size: 30px;
        margin: unset;
    }
    
    .mainFooter {
        text-align: center;
    }
    
    .mainFooter p {
        margin: 0 0 25px;
        font-size: 14px;
        line-height: 18px;
    }
    
    .infoBox a {
        margin: 2px 0px;
    }
    
    .bottomFooter img {
        width: 55%;
        margin: 10px auto 5px;
    }
    
    .aboutPageHead h1 {
        font-size: 20px;
        margin: 0;
    }
    .aboutPageHead p {
        font-size: 14px;
        margin: 10px 0px 0;
        line-height: 18px;
    }
    .aboutPageHead img {
        margin-top: 30px;
    }
    
    .middleText h4 {
        font-size: 16px;
    }
    
    .middleText p {
        font-size: 14px;
        text-align: center;
    }
    
    .doublePart h4 {
        margin: 10px 0;
    }
    
    .doublePartTwo h3 {
        font-size: 13px;
        line-height: 22px;
    }
    
    .aboutClients h1 {
        font-size: 35px;
    }
    
    .aboutClients p {
        font-size: 16px;
    }
    
    .eventGrid {
        padding: 0px 0px;
    }
    .contactLocation h4 {
        font-size: 20px;
        margin: 14px 0px;
        line-height: 31px;
    }
    .contactLocation h1 {
        font-size: 40px;
        text-align: center;
        
        
    }
    .contactFormBox h1 {
         font-size: 27px;
   
    }
   .tabCtgPart .nav-tabs .nav-item {
        display: block;
        margin: 10px;
    }
    .nav-tabs .nav-link {
        display: block;
    }
    .notFound {
        margin-top: 100px;
        font-size: 30px;
        margin-bottom: 100px;
    }
    
    .aboutPageHead {
        padding: 30px 0;
    }
   .memberImage img {
        height: 350px;
    }
    .pageContent h3 {
         font-size: 23px;
    }
    .processPart h1 {
        font-size: 22px;
    }
    .processGrid {
         padding: 20px;
    }
    .processGrid i {
       font-size: 60px;
    }
    .processGrid h4 {
        font-size: 20px;
    }
    .processGrid p {
        font-size: 14px;
        line-height: 26px;
 
    }
    .serviveSection {
        margin-top: 200px;
    }
    .useStrategyHead h1 {
        font-size: 22px;
    }
    .useStrategyHead p {
        font-size: 16px;
    }
    .contactSide .title {
        font-size: 30px;
    }
    .contactSide h1 {
        font-size: 22px;
    }
    .contactSide a {
        font-size: 15px;
    }
    .getQuoteGrid .media {
         display: flex;
         text-align: left;
         
    }
    .instantSeoStart h1 {
        font-size: 23px;
        font-weight: 600;
    }
     .useStrategy .media {
         display: flex;
         text-align: left;
    }
    ul.teamSocialList li a {
        font-size: 20px;
        padding: 6px 11px;
    }
    .testiList img {
        width: 25%;
        padding: 10px;
        height: 70px;
    }
    .testiGrid p {
        height: 89px;
        font-size: 13px;
    }
    .testiList h5 {
        margin-top: 21px;
        font-size: 22px;
    }
    .blogViewSideBar {
        padding: 20px;
    }
    .sliderPart {
        max-height: 550px;
    }
    .caseCenter .nav-tabs .nav-item {
        display: block;
        margin: 10px 0;
    }
    .single-blog-content {
        padding-right: 0;
        text-align: justify;
    }
    .bottomFooter p {
        text-align: center;
    }
    .serviceGrid p {
        font-size: 14px;
        font-weight: bold;
    }
    .serviceGrid a.learnMroreBtn {
        margin: 27px auto;
    }
    .caseGrid a.caseGridTitle {
         font-size: 16px;
        font-weight: 600;
        padding: 10px 0;
    }
    .caseGrid p {
        font-size: 14px;
    }
    .serviceGrid a.servicGridTitle {
        font-size: 18px;
        line-height: 18px;
    }
    .orderHeader h1 {
        font-size: 27px;
    }
    .useStrategy .media p {
        font-size: 13px;
    }
    .founderImage img {
        height: 350px;
    }
    
    form.signInPart {
        padding: 0px 10px;
    }
    
   
    
    
    
    

}


/**For extra Mobile small deviece**/
@media only screen and (max-width: 575px) {
    
    
}
