/*-----------------------------------------------------------------------------------


    Author      :    ANIRUDDH KADIA
    Author URI  :    https://aniruddhkadia.com/
    Email       :    aniruddh.kadia@gmail.com
    Contact     :    9510511540
    Version     :    1.0


-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
    1. Google font
	2. Theme Default CSS (body, link color, section etc)   
-----------------------------------------------------------------------------------*/


/*-----------------
1. Google font
------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');



/*-------------------
2. Theme Default CSS
--------------------*/

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.fix {
    overflow: hidden;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #303030;
}

.btn.focus,
.btn:focus,
.btn:hover,
input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 600;
}

h1 {
    font-size: 40px;
}

p span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: #2fccd0;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #606060;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

#maps {
    width: 100%;
    height: 500px;
}

.tilt-btn {
    background: #3bb6ae;
    color: #fff;
}

.tilt-btn:hover {
    background: #339c95;
    color: #fff;
}
.logoslide20left {
    padding-left: 20px;
}


 label {
    font-weight: 400;
}
        body, a { cursor: none;}
        /* Outer Cursor Circle */
        .cursor--outer {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 1px solid #232323;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        position: fixed;
        left: 0;
        top: 0;
        pointer-events: none;
        z-index: 9999999999999;
        }
        /* Inner Cursor Circle */
        .cursor--inner {
        width: 4px;
        height: 4px;
        position: fixed;
        left: 10px;
        top: 10px;
        border-radius: 50%;
        z-index: 11000;
        background:#232323;
        z-index: 9999999999999;
        }
        /* Google Link */
        .link {
        cursor: none;
        padding: 30px;
        transition: opacity 1s;
        z-index: 9999999999999999999;
        }
        .link:hover {
        opacity: .2;
        z-index: 9999999999999999999;
        }
        /*contactform css*/
        .contacformdesign   .form-control {
        border: none;
        border-bottom: 1px solid #9c9c9c;
        border-radius: 0;
        padding: 0 0 0 5px ;
        margin: 0;
        background: transparent;
        }
        .contacformdesign textarea.form-control {
        resize: none;
        }
        .pl-20 {
        padding-left: 20px;
        }
        .ml-20 {
        margin-left: 20px!important;
        }
        .round-emailinput {
        padding: 15px 20px!important;
        border-radius: 30px!important;
        border: 1px solid #ccc!important;
        }
        </style>
        <style>
        .mb-0 {margin-bottom: 0;}
        .overlay {
        display: none;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        z-index: 99999;
        opacity: 0;
        transition: all 0.5s ease-in-out;
        }
        .overlay.active {
        display: block;
        opacity: 1;
        }
        .hamburger {
        font-size: 30px;
        cursor: pointer;
        top: 20px;
        right: 20px;
        position: fixed;
        }
        #mySidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999999;
        top: 0;
        right: 0;
        background-color: #111;
        overflow-x: hidden;
        padding-top: 60px;
        transition: 0.5s;
        }
        #mySidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s
        }
        #mySidenav a:hover,
        #mySidenav .offcanvas a:focus {
        color: #f1f1f1;
        }
        #mySidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 55px;
        margin-left: 50px;
        }
        #mySidenav li{
        list-style: none;
        }

        body, html {
        scroll-behavior: smooth;
        font-family: "Raleway",arial,sans-serif;
        /*     cursor: none;*/
        /*cursor: url('/images/cursor.gif'), pointer;*/
        }
        .custom-cursor .circle-cursor {
        position: fixed;
        left: 0;
        top: 0;
        pointer-events: none;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        visibility: hidden
        }
        .custom-cursor .circle-cursor--inner {
        margin-left: -3px;
        margin-top: -3px;
        width: 6px;
        height: 6px;
        z-index: 10000001;
        background-color: #d90a2c
        }
        .custom-cursor .circle-cursor--inner.cursor-link-hover {
        margin-left: -10px;
        margin-top: -10px;
        width: 20px;
        height: 20px;
        background-color: #d90a2c;
        opacity: .5
        }
        .custom-cursor .circle-cursor--outer {
        margin-left: -15px;
        margin-top: -15px;
        width: 30px;
        height: 30px;
        border: 1px solid #d90a2c;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 10000000;
        opacity: .5;
        -webkit-transition: all .08s ease-out;
        -o-transition: all .08s ease-out;
        transition: all .08s ease-out
        }
        @media screen and (max-width:1024px) {
        .custom-cursor .circle-cursor {
        display: none
        }
        }
        .custom-cursor .cursor-link.circle-cursor--inner {
        background: 0 0!important;
        text-align: center
        }
        .custom-cursor .cursor-link.circle-cursor--inner.cursor-link-hover {
        opacity: 1
        }
        .custom-cursor .cursor-link.circle-cursor--inner:after {
        content: "\f273";
        display: block;
        font-family: Ionicons;
        color: #fff;
        position: absolute;
        font-size: 25px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 30px;
        width: 30px;
        line-height: 30px;
        display: inline-block
        }
        .custom-cursor .cursor-link.circle-cursor--outer.cursor-link-hover {
        margin-left: -23px;
        margin-top: -23px;
        width: 46px;
        height: 46px;
        border-color: #fff
        }
        .custom-cursor .dark-color.circle-cursor--inner {
        background-color: #17161a
        }
        .custom-cursor .dark-color.circle-cursor--inner:after {
        color: #17161a
        }
        .custom-cursor .dark-color.circle-cursor--outer.cursor-link-hover {
        border-color: #17161a
        }
        .typingeffect {
        font-family: "Raleway",arial,sans-serif;
        font-size: 30px;
        font-weight: 700;
        display: inline;
        position: relative;
        color: #333;
        background-repeat: no-repeat;
        background-position: 0 20px;
        background-image: linear-gradient(#e8bd00,#ffcf00);
        background-size: 100% 60%;
        transition: background-size .2s ease-in;
        }
        /*start red box in left side bg*/
        .bgredbox  {
        width: auto;
        max-width: auto;
        position: fixed;
        top: -286px;
        right: -400px;
        z-index: -1;
        }
        .aux-widget-container-inner {
        transform: rotate(39deg);
        }
        .aux-simple-shape-container .aux-widget-container-inner {
        display: inline-block;
        }
        .aux-the-shape {
        width: 900px;
        height: 900px;
        border-radius: 40px;
        overflow: hidden;
        /*background-color: #50c7cd;*/
        background: linear-gradient( 0.90turn, #5debf2 0%, #1a836e 100%);
        /*  animation: boxcoloranimation 7s infinite;*/
        }
        
        /* @keyframes boxcoloranimation {
        0% { background: linear-gradient( 0.90turn, #91f6fb  0%, #062922 100%);}
        50%{ background: linear-gradient( 0.90turn, #90b5ff 0%, #0f2d6b 100%);}
        100% { background: linear-gradient( 0.90turn, #ef9e7a 0%, #633621  100%);}
        }*/
        /*end red box in left side bg*/
        .mainmenu-area .navbar-brand {
        height: auto;
        padding: 0 15px 0 0;
        }
        .mainmenu-area .navbar-brand img {
        height: 60px;
        }
        .home-content h1 {
        font-size: 25px;
        margin-bottom: 5px;
        font-weight: 400;
        }
        .home-content {
        color: rgb(50, 50, 50);
        /*padding-top: calc(85% - 549px);*/
        padding-top: 80px;
        }
        .bttn-yellow{
        background: #ffd004;
        border-radius: 30px;
        border: none;
        color: #fff;
        width: 40px;
        height: 40px;
        font-size: 22px;
        }
        .emailiconbtn {
        position: absolute;
        right: 20px;
        bottom: 57px;
        margin-right: 0;
        }
        .emailiconbtn:focus {
        color: #fff;
        }
        .emailinput {
        width: 50%!important;
        margin-top: 20px;
        border: 1px solid #ececec;
        box-shadow: 4px 4px 10px rgb(0 0 0 / 0.1), inset 4px -1px 0 rgba(0,0,0,.1);
        }
        .emailinput:focus {
        width: 50%!important;
        margin-top: 20px;
        border: 1px solid #ececec;
        box-shadow: 4px 4px 10px rgb(0 0 0 / 0.1), inset 4px -1px 0 rgba(0,0,0,.1);
        }
        /*ABOUT*/
        .promo-caps{
        font-size: 64px;
        color: #000;
        }
        .promo-text{
        padding-bottom: 20px;
        font-size: 24px;
        color: #000;
        line-height: 32px;
        border-bottom: solid 10px #ffd004;
        }
        .promo-text > span{
        }
        .promo-caps-inv{
        font-size: 72px;
        color: #fff;
        }
        .promo-text-inv{
        padding-bottom: 20px;
        font-size: 24px;
        color: #fff;
        line-height: 32px;
        border-bottom: solid 10px #ffd004;
        }
        .promo-text-inv > span{
        }
        .about-info{
        margin-top: 30px;
        font-size: 36px;
        line-height: 42px;
        color: #444;
        }
        .about-feat{
        padding: 20px;
        color: #fff;
        border-left: solid 10px #ffd004;
        }
        .about-feat:hover{
        padding: 20px;
        color: #000;
        border-left: solid 10px #ffd004;
        transition: all 0.7s ease-in-out 0s;
        transform: scale(1.1);
        z-index: 99 !important;
        }
        .about-feat h2{
        margin-top: 0px;
        font-size: 24px;
        line-height: 30px;
        color: #fff;
        font-weight: normal;
        }
        .about-feat:hover h2{
        font-size: 24px;
        line-height: 30px;
        color: #ffd004;
        font-weight: normal;
        }
        .about-feat h2 > span{
        margin-top: 0px;
        font-size: 18px;
        line-height: 24px;
        color:#ffd004;
        font-weight: normal;
        }
        .about-feat h2 > span:before{
        content: ' / ';
        margin-top: 0px;
        font-size: 18px;
        line-height: 24px;
        color:#777;
        font-weight: normal;
        }
        .about-feat > .team-thumb{
        width: 150px;
        height: 150px;
        }
        .about-feat > nav{
        padding: 6px;
        }
        .about-feat > nav > a > img{
        width: 25px;
        height: 25px;
        }
        .progress {
        border-radius: 0 0 0 0 !important;
        height: 35px;
        }
        .progress01 {
        background: none repeat scroll 0 0 #ffd004 !important;
        }
        .progress02 {
        background: none repeat scroll 0 0 #ffe058 !important;
        }
        .progress03 {
        background: none repeat scroll 0 0 #ffec97 !important;
        }
        .bar > h5 {
        font-size: 16px !important;
        font-weight: 400;
        margin-left: 10px;
        margin-top: 7px !important;
        text-align: left !important;
        text-shadow: none;
        }
        .d-flex.floatleft {
        float: left!important;
        }
        .form-group {
        position: relative;
        margin-bottom: 15px;
        min-height: 40px;
        border-bottom: 1px solid #b6c1cc;
        border-radius: 0px;
        background: #fff;
        }
        .form-control {
        padding: 0px 0px;
        height: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0px;
        border: none;
        margin-bottom: 0;
        }
        .form-control:focus {
        border-color: transparent;
        outline: 0;
        -webkit-box-shadow:none;
        box-shadow: none;
        }
        .form-control-placeholder {
        position: absolute;
        top: 0;
        padding: 14px 0px  0 0px;
        transition: all 200ms;
        opacity: 0.5;
        margin-bottom: 0;
        color: #797979;
        }
        
        /*about servie contact css*/
        /*ABOUT*/
        .about-area {
        background: url(images/about-bg.jpg) center;
        background-size: cover;
        }
        .colorbox {
        background: #ffd004;
        padding: 40px 20px;
        border-radius: 20px;
        max-width: 400px;
        text-align: center;
        /*box-shadow: -10px 10px 14px 1px rgba(0, 0, 0, .3);*/
        box-shadow: 24px 14px 29px -14px rgb(193 174 32 / 50%);
        }
        .colorbox h1 {
        /*color: #464646;*/
        color: #000;
        }
        .colorbox p {
        font-size: 14px;
        /*color: #464646;*/
        color: #000;
        }
        .colorbox p a {
        text-decoration: none;
        color: #464646;/*color: #464646;*/
        color: #000;
        background: #ffd004;
        padding: 10px 20px;
        border-radius: 30px;
        box-shadow: 3px 3px 12px 3px rgba(0, 0, 0, .3);
        }
        .mt-30 {margin-top: 30px;}
        .about-text {
        color: #464646;
        }
        .about-text h1 {
        font-size: 28px;
        color: #464646;
        font-weight: 600;
        padding-top: 27px;
        }
        .about-text p {
        font-size: 18px;
        color: #464646;
        }
        .about-text h2 {
        font-size: 32px;
        color: #797979;
        font-weight: 500;
        
        }
        .bottomfix {
        /*position: fixed;*/
        bottom: 20px;
        margin-bottom: 30px;
        }
        .mapsize {
        color: #bc232a;
        font-size: 58px;
        padding-left: 10px;
        }
        html, body {
        height: 100%;
        margin: 0;
        }
        .full-height {
        height: 100%;
        }
        .whitebox {
        background: #e6e6e6;
        padding: 20px;
        border-radius: 20px;
        text-align: center;
        /*box-shadow: 24px 14px 29px -14px rgb(193 174 32 / 50%);*/
        box-shadow: 24px 14px 29px -14px rgb(132 129 129 / 50%);
        /*box-shadow: -10px 10px 14px 1px rgba(0, 0, 0, .3);*/
        }
        .orangebgserrvices {
        background: #ffd004;
        }
        .orangebgboxservice {
        background: #ffd004;
        }
        .orangebgserrvices {
        text-decoration: none;
        color: #464646;
        border: 1px solid #9e8721;
        /* color: #464646; */
        background: #ffd004;
        padding: 10px;
        border-radius: 2px;
        box-shadow: 5px 8px 12px 1px rgb(142 128 28 / 0.3);
        /*box-shadow: -10px 10px 14px 1px rgba(0, 0, 0, .3);*/
        }
        .orangebgserrvices h1{
        font-weight: 300;
        text-transform: uppercase;
        }
        .orangebgserrvices p {
        margin-bottom: 0;
        }

         option {
        padding: 5px 0;
        margin-bottom: 2px;
        opacity: 1;
        }

/*style same as lable*/
       /* .selectionoption {
        margin: 0px 0px 0 0;
    padding: 0 0 0 0px;
    color: #797979;
    font-weight: 700;
    opacity: .5;
        }*/


        /*style same as input*/
 .selectionoption {
        margin: 0px 0px 0 0;
    padding: 0 0 0 0px;
    color: #000!important;
    font-weight: 400;
    opacity: 1;
        }




        .fieldset .field--large .field__input {
        top: -1px;
        font-size: 16px;
        line-height: 22px;
        }
        .form-control:focus + .form-control-placeholder,
        .form-control:valid + .form-control-placeholder {
        font-size: 75%;
        transform: translate3d(0, -50%, 0);
        opacity: 1;
        padding-top: 0px;
        }
        textarea.pt-10 {
        padding-top: 10px!important;
        }

        .has-error .form-control, .has-error .form-control:focus {
    border-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.alert-success {
    color: #ffffff;
    background-color: #3ebbb5;
    border-color: #39b3ae;
}
/*.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #ffd004;
    padding-bottom: 0;
    margin-bottom: 0;
}
.list-unstyled {
    margin-bottom: 0;
}*/
@media only screen and (max-width: 767px){
.mainmenu-area {
      background: #fff!important;
          box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
}
.mainmenu-area .navbar-toggle .icon-bar {
    background-color: black!important;
}
.mobile-p-0 {
    padding: 0!important;
}
.logoslide20left {
    padding-left: 0px;
}
.about-text h2 {
    font-size: 22px;
}
.about-text h1 {
    font-size: 22px;
}
.home-content h1 {
    font-size: 21px;
}
.home-content {
    padding-top: 30px;
}
h1 {
    font-size: 25px;
}



}