/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*======================Slick Theme CSS==============================*/
/*======================Slick Theme CSS==============================*/

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



/*======================End Slick Theme CSS==============================*/
/*======================End Slick Theme CSS==============================*/


/*======================Landing Page CSS================================*/
/*======================Landing Page CSS================================*/

*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    color: #212121;
    color:#212121;
}

p {
    padding-bottom: 1.2em;
        line-height: 1.6em;
}

.abhiclear{
    clear:both;
}

.AbhiRow{
    max-width:1300px;
    margin: auto;
}

.MobileHotButtonSectionRow{
    padding: 15px 0;
    display: none;
}

.MobileHotButtonSectionRow .MobileHotButtonCtr p{
    text-align: center;
    padding-bottom: 5px;
}


.MenuSectionRow{
    box-shadow: 1px 1px 5px gray;
}

.MenuBarCtr{
    padding:10px 0;
}


.MenuLeft, .MenuRight, .SliderLeft, .SliderRight{
    width:50%;
    float:left;
}

.MenuRight{
    text-align: right;
}

.MenuLeft img.WebLogo{
    
}

.MenuRight img.HeaderPhoneImg{
    margin: 12px 0 0px 0;
}



/*Slider Section*/
.SliderSectionRow{
    padding: 4% 0;
    background-size: 100% 100%; 

}

.SliderSectionRow .TagLineText{
    font-weight: 700;
    color: #0c0c0c;
    font-size: 22px;
}

.TagDivider{
    margin: 12px 0 25px 0;
}

.TagDivider .divider{
    width:70%;
    display: block;
    border: 2px solid #3169B2;
}

.SliderTitle h2{
    font-size: 58px;
}

.BottomTgLine{
    padding: 20px 0;
    font-size: 23px;
}

.abhibtn-primary{
    color: #ffffff;
    border-width: 0px;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 600;
    background-image: linear-gradient(180deg,#375895 0%,rgba(59,97,167,0.93) 100%);
    padding: 15px 25px;
    text-decoration: none;
}

.abhibtn-primary:hover{
    background-image: linear-gradient(180deg,#3e63a8 0%,rgba(59,97,167,0.93) 100%);
}

.SliderButton{
    padding: 20px 0;
}

.SliderRight{
    text-align: right;
}

.SliderFormCtr{
    width: 360px;
    background-color: rgba(39,39,39,.9);
    border: 1px solid gray;
    border-radius: 5px;
    float: right;
}

.SliderRight .SliderFormCtr h5{
    text-align: center;
    font-size: 18px;
    color: white;
    padding: 20px 0 10px 0;

}


.CaruselBarCtr .slider {
    width: 100%;
    margin: 5px auto;
}

.CaruselBarCtr .slick-slide {
    margin: 0px 20px;
}

 .CaruselBarCtr .slick-slide img {
    max-width: 110px;
    margin: auto;
}

.CaruselBarCtr .slick-prev:before, .CaruselBarCtr .slick-next:before {
    color: black;
}

.CaruselBarCtr .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}
    
.CaruselBarCtr .slick-active {
   opacity: 1;
}

.CaruselBarCtr .slick-current {
   opacity: 1;
}

.ClientLogoSectionRow{
    border-bottom: 1px solid lightgray;
    padding-top: 20px;
}


/*Why Choose Us*/
.WhyChooseSectionRow{
    background: #F5F5F5;
    padding: 4% 0;
}

.WchooseBeforeGrid h4 {
    font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #2e58a5 !important;
    text-align: left;
    margin-bottom: 25px; 
}

.whychoseGridCtr .GridCtr{
    width: 50%;
    float: left;
    padding: 30px 20px;
}

.whychoseGridCtr .GridCtr .GridHolder{
    background: #ffffff;
    padding: 30px 25px;
    border: 1px solid lightgray;
    box-shadow:none;
    transition: box-shadow 0.5s;
}

.whychoseGridCtr .GridCtr .GridHolder:hover{
    box-shadow: 0px 0px  15px gray;
}

.GridHolder .GridIcon{
    display: table-cell;
    width: 70px;
    line-height: 0; 
}

.GridIcon > .fa{
    background: #3169B2;
    color: white;
    padding: 18px;
    border-radius: 40px;
    font-size: 20px;
}

.GridHolder .GridContent{
    display: table-cell;
    vertical-align: top;
}

.GridHolder .GridContent h6{
    font-weight: 600;
    font-size: 22px;
    color: #353535;
    text-align: left;
    margin: 10px 0 15px 0;
}

.GridHolder .GridContent ul{
    margin-left:15px; 
}

.GridHolder .GridContent ul li{
    margin-bottom: 10px; 
}

.WhyChooseSectionRow .GridCallToAction{
    text-align: center;
    padding: 3% 0 0 0;

}


/*CEO SEction*/
.CEOSectionRow{
    padding: 4% 0;
}

.CeoLeftSide{
    width:70%;
    float: left;
}

 .CeoRightSide{
    width:30%;
    float: left;
}

.CEOSectionCtr .CeoLeftSide h2{
    margin: 20px 0;
        font-size: 17px;
}

.CEOSectionCtr .CeoLeftSide h3{
    font-size: 17px;
    margin: 10px 0; 
}

.CallToActionBtn{
    padding: 20px 0;
}


.CeoRightSide{
    text-align: right;
    padding-top:20px; 
}


/*Trusted By Section*/
.TrustedBySectionRow{
    background: #3C61A7;
    padding: 20px 0;
}

.TrustedBySectionRow h5.title{
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}



/*After Trusted Section*/
.AfterTrustedBySectionRow{
    padding: 4%;
}

.AfterTrustedBySectionRow .trustedRightSide, .AfterTrustedBySectionRow .trustedLeftSide{
    width:50%;
    float:left;
    padding: 0 10px;
}

.trustedRightSide img, .trustedLeftSide img{
    max-width: 100%;
}


.AfterTrustedBySectionRow .trustedRightSide{
    text-align: left;
}

.AfterTrustedBySectionRow .trustedLeftSide{
    text-align: right;
}




/*Need Help And Phone Section*/

.NeedHelpSectionRow{
    background: #3C61A7;
    padding: 30px 0;
}

.NeedHelpSectionRow .NeedHelpSectionCtr{
    text-align: center;
}

.NeedHelpSectionRow  .NeedHelpTitle{
    color: white;
    font-size: 26px;
    font-weight: 700;
    padding-right: 8%;
}

.NeedHelpSectionRow .NeedHelpTele{
    font-size: 32px;
    font-weight: 900;
    color: white;
    padding-left: 8%;
} 

.GridCallToActionCenter{
    text-align: center;
    padding: 5% 0 0 0;
}



/*==Testimonial Section===*/
.TestimonialSectionRow{
    padding: 4% 0;
}

h2.TestimonialTitle{
    font-weight: 600;
    font-size: 40px;
    color: #2e58a5;
    text-align: center;
    margin-bottom: 40px;
}

.TestimonialSectionRow .SingletestimonialHolder{
    width:50%;
    padding:20px 10px;
    float: left;
}

.TestimonialSectionRow .TestiImgLeftSide{
    width: 25%;
    float: left;
    text-align: center;
}

.TestiImgLeftSide p{
    padding-bottom: 2px;
}

.TestimonialSectionRow .TestiImgLeftSide img{
    max-width: 130px;
    border-radius: 80px;
    margin: auto;
}

.TestimonialSectionRow .TestiContentRightSide{
    width: 75%;
    float: left;
    padding-left: 20px;
}

.TestiContentRightSide .TestiContents{
    background: #F8F8F8;
    padding: 20px;
    font-size: 15px;
}

.TestiImgLeftSide .CustName{
    font-weight: 600;
    font-size: 16px;
    text-align: center
}

.TestiImgLeftSide .CustAdd{
    color: #666;
    text-align: center;
}


.TestiContents a{
    display: block;
    margin-top:20px; 
}



/*==Services Section==*/

.ServiceSectionRow{
    padding: 4% 0 0 0;
    border-top: 1px solid lightgray; 
}

h2.ServicesTitle{
    font-weight: 600;
    font-size: 40px;
    color: #2e58a5;
    text-align: center;
    margin-bottom: 10px;
}

.ServiceSectionRow .ServiceSectionTagline{
    text-align: center;
    padding-bottom: 3.4em;
}

.ServiceSectionRow .ServicesGrid{
    background-color: #F0F0F0;
}

.ServiceSectionRow .ServicesGridImg, .ServiceSectionRow .ServicesGridContent{
    width:50%;
    float: left;
}

.ServiceSectionRow .ServicesGridContent{
    background-color: #F0F0F0;
    padding: 2%;
}

.ServiceSectionRow .ServicesGridImg img{
    width:100%;
}

.ServiceSectionRow .ServicesGridContent h5{
    font-weight: 600;
    font-size: 32px;
    color: #444444;
    text-align: left;
    margin-bottom: 15px; 
}



/*===MapContact Section==*/

.ContactMapSectionRow .contMapLeft, .ContactMapSectionRow .contMapRight{
    width: 50%;
    float: left;
}

.ContactMapSectionRow .FormHolder{
    background-color: #2062AE;
    padding: 15px 20px 0 20px;
    max-width: 600px;
    margin: auto;
    margin-top: 25px !important;
    border-radius: 5px;
}

.FormHolder h4{
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    color: #fff;
}

/*==Footer Section==*/
.FooterSectionRow{
    padding: 3% 0;
    background-color: #2A2A2A;
}

.FooterSectionRow .footerGrids{
    width:25%;
    float: left;
    padding-right: 3%;
}

.FooterSectionRow div:last-child{
    padding-right:0;
}

ul.LogoSectionGrid{
    margin-top: 30px; 
}

.FooterSectionRow .LogoSectionGrid li{
    list-style-type: none;
    color: #d2d2d2;
    margin-bottom: 20px;
    font-size: 16px;
}

.LogoSectionGrid li .fa{
    color: #d2d2d2;
}

.footerGrids h3{
    color: #ffff;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 2px solid #5b5b5b;
}


.FooterSectionRow ul.FooterMenus{
    margin-top: 30px; 
}

.FooterSectionRow ul.FooterMenus li{
    list-style-type: none;
    color: #d2d2d2;
    margin-bottom: 20px;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #5b5b5b;
}

.FooterSectionRow ul.FooterMenus li:hover{
    color: #ffff;
    cursor: pointer;
}

.CopyRightSectionRow{
    background-color: #1D1D1D;
    padding: 8px 0;
}

.CopyRightSectionRow .CopyRightSectionCtr{
    text-align: center;
    color: white;
    font-size: 13px;
}

.HippaImgFloating{
    position: fixed;
    right: 0;
    top: 50%;
}

.FloatingContactpopup{
    background-color: #2062AE;
    position: fixed;
    top: 25%;
    right: -42px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    padding: 10px 15px;
    color: white;
    font-weight: 700;
    font-size: 18px;
}

.FloatingContactpopup:hover{
    cursor: pointer;
}


/*===Popup Form ===*/
.PopupFormSection{
    display: none;
}

.PopupFormSection .Popupoverlay{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(49,105,178,.6);
    z-index: 9;
}
.PopupFormSection .PopupFormCtr{
    position: fixed;
    top: 12%;
    left: 22%;
    max-width: 420px;
    margin: auto;
    right: 22%;
    z-index: 9999;
    background: #fff;
    border: 1px solid #add8e6;
    padding: 20px 25px 0 25px;
    border-radius: 5px;
}

.PopupFormSection .PopupClose{
    position: absolute;
    right: -20px;
    top: -20px;
    background: #240a08;
    color: #fff;
    border-radius: 50px;
    width: 23px;
    height: 23px;
    text-align: center;
    font-weight: 600;
}

.PopupFormSection .PopupClose:hover{
    cursor: pointer;
}

.PopupFormSection .FormPopupTilte{
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
    color: #240a08;
}

.MobileHeaderTele{
    display: none;
    margin-top: 30px; 
}

.YelpSliderMobImg{
    display: none;
    margin: 20px 0 10px; 
    text-align: center;
}

.YelpSliderMobImg >p{
    font-size: 22px;
}

.MobSliderH2{
    display: none;
    margin-bottom:20px;
    font-size: 36px !important;
    font-weight:600;

}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 768px) {

    

    .DesktopHeaderTele, .SliderFormCtr{
        display: none;
    }
    
    .MobileHeaderTele, .YelpSliderMobImg{
        display: block;
    }

    .FloatingContactpopup, .HippaImgFloating{
        display: none;
    }

    .TagDivider .divider{
        display: inline-block;
        width:100px;
    }

    .ServiceSectionRow .ServicesGridContent h5{
        font-size: 28px;
    }

    .MobileHotButtonSectionRow{
        display: block;
    }

    .PageContainer .AbhiRow{
        padding: 0 5px;
    }

    .TestimonialSectionRow, .AfterTrustedBySectionRow, .CEOSectionRow, .WhyChooseSectionRow, .ClientLogoSectionRow, .SliderSectionRow, .MenuSectionRow{
        padding:30px 0; 
    }

    .MenuLeft, .MenuRight, .SliderLeft, .SliderRight, .whychoseGridCtr .GridCtr, .CeoLeftSide, .CeoRightSide, 
    .TestimonialSectionRow .TestiContentRightSide, .ServiceSectionRow .ServicesGridImg, .ServiceSectionRow .ServicesGridContent,
    .TestimonialSectionRow .TestiImgLeftSide, .AfterTrustedBySectionRow .trustedRightSide, .AfterTrustedBySectionRow .trustedLeftSide, .TestimonialSectionRow .SingletestimonialHolder,
    .ContactMapSectionRow .contMapLeft, .ContactMapSectionRow .contMapRight, .FooterSectionRow .footerGrids{
        width:100%; 
        float: none;    
    }
    
    .trustedRightSide, .trustedLeftSide{
        text-align: center !important;
        margin: 10px 0;
    }

    .MenuLeft, .MenuRight{
        text-align: center;
    }

    .SliderLeft{
        text-align: center;
    }

    .SliderTitle h2{
        display:none;
    }
    
    .MobSliderH2{
        display: block !important;
       
    }

    .BottomTgLine{
        font-size: 21px;
        line-height: 1.5em;
        font-weight:600;
    }

    .SliderFormCtr{
        margin: auto;
        float: none;
        margin-top: 30px; 
    }

    .CeoRightSide, .CallToActionBtn{
        text-align: center;
    }

    .WchooseBeforeGrid h4, h2.TestimonialTitle, h2.ServicesTitle{
        font-size: 30px;
    }

    .NeedHelpSectionRow .NeedHelpTele{
        font-size: 26px;
        margin-top: 10px; 
    }

    .ServiceSectionRow .ServicesGrid{
        margin-bottom: 30px;
    }

    .whychoseGridCtr .GridCtr{
        padding: 30px 5px;
    }

    .NeedHelpSectionRow .NeedHelpTitle, .NeedHelpSectionRow .NeedHelpTele{
        display: block;
        text-align: center;
        padding: 0;
    }

    .FooterSectionRow .footerGrids{
        margin-bottom: 50px; 
    }

}




@media only screen and (max-width: 1080px ) and (min-width: 768px) {
    .ServiceSectionRow .ServicesGridImg, .ServiceSectionRow .ServicesGridContent{
        width: 100%;
        float: none;
    }

    .PageContainer .AbhiRow{
        padding: 0 5px;
    }

    .CeoRightSide img{
        max-width: 100%;
        margin-left:10px;
    }

    .TestiImgLeftSide img{
        max-width: 100% !important;
    }

    .FooterSectionRow .footerGrids{
        width:50%;
        margin-bottom:50px; 
    }

    .SliderFormCtr{
        width:315px;
    }

    .ServiceSectionRow .ServicesGridImg img{
        height:425px !important;
    }
}





/*======================End Landing Page CSS================================*/
/*======================End Landing Page CSS================================*/

