﻿@charset "utf-8";
@import url(bootstrap/bootstrap.css);
@import url(bootstrap/bootstrap-theme.css);
@import url(animations/animate.css);
@import url(slide/slide.css);
@import url(fonts/icons/font-awesome.min.css);

.justify, .text-Justify, body p {
    text-align: justify;
}

.footer-center ul.contact-methods li, .gt-menu > li, ul {
    list-style: none;
}

body {
    font-size: 14px;
    font-family: Arial,sans-serif;
    line-height: 20px;
    color: #393939;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    padding: 5px 0 15px;
    margin: 0;
    color: #333;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.gt-menu > li > a, p {
    font-weight: 300;
}

p {
    margin: 0 0 10px;
}

ul {
    margin: 0;
    padding: 0;
}

.btn-primary {
    color: #fff;
    font-size: 14px;
    border-color: #dedede;
    text-shadow: none;
}

    .btn-primary:hover {
        border-color: #cdcdcd;
        color: #fff;
    }

.border-top, .borders {
    border-top: 1px solid #eee;
}

.border-bottom:, .borders {
    border-bottom: 1px solid #eee;
}

.btn:hover {
    opacity: .8;
}

.section-gray {
    background-color: #f5f5f5;
}

.title-subtitle span {
    display: block;
    font-size: .7em;
    line-height: 1.2em;
    font-weight: 300;
}

.g-seperator.img-responsive {
    margin: 0 auto;
}

.display-inline {
    display: inline;
}

.paddings {
    padding: 30px 0;
}

.paddings-mini {
    padding: 20px 0;
}

.padding-top {
    padding-top: 30px;
}

.padding-top-mini {
    padding-top: 25px;
}

.divider {
    margin: 15px 0;
    width: 100%;
    height: 5px;
    border: none;
   
}

.red {
    color: red;
}

.input-small {
    width: 30%;
}

.input-medium {
    width: 50%;
}

.india-flag, .usa-flag {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    display: inline-block;
}

.india-flag {
    vertical-align: middle;
   
}

.usa-flag {
    background: url(../img/icons/flag.png) 0 16px;
}

#back-top {
    position: fixed;
    bottom: 0;
    right: 20px;
    margin-bottom: 10px;
}

    #back-top a {
        display: block;
        text-align: center;
        font-size: 25px;
        text-decoration: none;
        color: #fff;
        background-color: #0398ff;
        border-radius: 5px;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

        #back-top a:hover {
            color: #ccc;
        }

    #back-top span {
        display: block;
        padding: 10px 15px;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

    #back-top a:hover span {
        background-color: #0A75A3;
        border-radius: 5px;
    }

.info-head .container i {
    color: #009eea;
}

.info-head ul {
    display: inline-block;
    vertical-align: middle;
    float: right;
    border-bottom: 1px dotted #009eea;
    padding: 12px 0 8px;
}

    .info-head ul li {
        list-style: none;
        float: left;
        padding-right: 15px;
        font-size: 11px;
        color: #ccc;
       
    }

        .info-head ul li:last-child {
            background: 0 0;
        }

        .info-head ul li a {
            color: #000;
        }

            .info-head ul li a:hover {
                color: #009eea;
            }

        .info-head ul li i {
            padding: 5px 5px 0 0;
            color: #009eea;
            font-size: 14px;
        }

        .info-head ul li a i {
            font-size: 13px;
            padding-top: 3px;
            padding-left: 5px;
        }

.info-head form.search .input-group .form-control {
    width: 50%;
    float: right;
    height: 36px;
    box-shadow: none;
    color: #fff;
    border-radius: 0;
    background-color: #676767;
    border: none;
}

    .info-head form.search .input-group .form-control::-moz-placeholder {
        color: #fff;
    }

.info-head form.search .input-group-btn .btn-primary {
    border-radius: 0;
    border: none;
    height: 36px;
    background-color: #4f4f4f;
}

header {
    background-color: #fff;
    left: 0;
    width: 100%;
    z-index: 99999;
    position: relative;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease;
}

.gt-menu li li a, .gt-menu li li a:hover {
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -ms-transition: .3s all ease;
}

.title-section {
 
    background-size: 100%;
    padding: 25px 0;
    color: #264863;
}

    .title-section .container .info-title-section p {
        margin-bottom: 0;
    }

    .title-section .crumbs, .title-section .crumbs a {
        color: #fff;
        font-size: 13px;
    }

    .title-section .title h1 {
	position: relative;
    display: inline;
    margin-left: -15px;
    color: #844153;
    padding-bottom: 0px;
    font-weight: 700;    }

    .title-section .title {
        margin: 0;
    }

    .title-section .subtitle-section {
        padding: 8px 20px;
        margin-left: 15px;
        font-size: 14px;
        line-height: 25px;
        color: #fff;
        top: -6px;
    }

    .title-section .title .line-title {
        width: 100%;
        height: 4px;
        left: 0;
        bottom: -4px;
        position: absolute;
    }

.titles-heading {
    position: relative;
    text-align: center;
}

    .titles-heading h1 {
        background-color: #fff;
        margin: 0 auto;
        width: 32%;
        padding: auto 20px;
        z-index: 2;
        position: relative;
    }

        .titles-heading h1 span {
            font-size: 14px;
            display: block;
            color: #777;
        }

.gt-menu ul, .tinynav {
    display: none;
}

.titles-heading h1 i {
    font-size: 1.5em;
    margin: auto 10px;
}

.titles-heading .line {
    height: 1px;
    z-index: 1;
    background-color: #dedede;
    width: 100%;
    position: absolute;
    top: 48%;
}

.logo {
    padding: 8px 15px;
}

    .logo img {
        max-width: 100%;
    }

nav.navbar-gunaatita .navbar-header button.navbar-toggle {
    background-color: #009eea;
}

    nav.navbar-gunaatita .navbar-header button.navbar-toggle .icon-bar {
        background-color: #fff;
    }

\nav.navbar-gunaatita {
    background: 0 0;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}

nav.navbar-gunaatita .navbar-collapse {
    padding: 0;
}

.gt-menu {
    margin: 0;
    float: right;
    padding-top: 7px;
}

    .gt-menu ul {
        position: absolute;
        width: 160px;
        left: 0;
    }

    .gt-menu li li a, .gt-menu > li {
        position: relative;
        display: block;
    }

    .gt-menu > li {
        float: left;
        cursor: pointer;
        line-height: 20px;
        padding: 10px 20px;
       
    }

    .gt-menu li a i {
        padding-left: 3px;
    }

.navbar-gunaatita .gt-menu > .active > a {
    color: #009eea;
    background-color: transparent;
}

.gt-menu > li:last-child {
    padding-right: 0;
    background-image: none;
}


.gt-menu > li > a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    color: #393939;
    padding: 0;
}

    .gt-menu > li > a:focus, .gt-menu > li > a:hover {
        background-color: transparent;
        color: #009eea;
        border: none;
    }

.is-sticky .gt-menu li.gtHover ul, .is-sticky .gt-menu li:hover ul {
    top: 10px;
}

.is-sticky .gt-menu li li:hover ul, .is-sticky ul.gt-menu li li.gtHover ul {
    left: 160px;
    top: 0;
}

.gt-menu li.gtHover ul, .gt-menu li:hover ul {
    top: 55px;
    left: 0;
    z-index: 999;
}

.gt-menu li:hover li ul, ul.gt-menu li.gtHover li ul {
    top: -999em;
}

.gt-menu li.current, .gt-menu li.gtHover, .gt-menu li:hover {
    text-decoration: none;
}

.gt-menu li li a {
    margin: 0;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    color: #131313;
    overflow: hidden;
    padding: 12px 15px;
    background: #f9f9f9;
    transition: .3s all ease;
}

.gt-menu li li.current > a, .gt-menu li li.gtHover > a, .gt-menu li li > a:hover {
    color: #1B1823;
}

.gt-menu li li {
    float: none;
    position: relative;
    border-bottom: 1px solid #eee;
}

    .gt-menu li li a i {
        float: right;
        font-size: 15px;
    }

    .gt-menu li li:last-child {
        border-bottom: 0;
    }

    .gt-menu li li a:hover {
        color: #fff;
        background: #009eea;
        transition: .3s all ease;
    }

.item-service, .item-service:hover .head-service i {
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -ms-transition: .3s all ease;
}

.gt-menu li li:hover ul, ul.gt-menu li li.gtHover ul {
    left: 160px;
    top: 0;
}

#menuServices > ul {
    background: #0398ff;
    box-shadow: 3px -3px 0 0 #eee;
    color: #fff;
    display: block;
    margin-left: 10px;
    padding: 12px;
}

.btn-read-more, .footer-bottom ul li {
    display: inline-block;
}

#menuServices ul li {
    border-bottom: 1px solid #fff;
    margin-top: 5px;
    text-align: left;
}

ul li ul.dropdown-menu::before {
    border-bottom: 10px solid #ccc;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    left: 33px;
    position: absolute;
    top: -15px;
}

.box-action {
    background-color: #f5f5f5;
    text-align: left;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

    .box-action .title {
        width: 100%;
        float: left;
        padding: 20px 0;
    }

    .box-action h3 {
        padding: 0 0 5px;
        margin: 0;
        font-weight: 200;
        font-size: 20px;
        text-transform: uppercase;
    }

    .box-action p {
        margin-bottom: 14px;
        text-align: justify;
        line-height: 18px;
    }

    .box-action h3 > span {
        color: #009eea;
    }

.services {
    background-color: #069;
    color: #fff;
    padding: 40px 0;
}

.item-service {
    transition: .3s all ease;
}

.item-service-content p {
    margin: 10px 0;
}

.item-service .head-service .col-md-2 {
    width: 10%;
}

.head-service {
    margin-bottom: 15px;
}

    .head-service h4 {
        padding: 0;
        margin: 0;
        font-size: 17px;
    }

    .head-service h5 {
        padding: 0;
    }

    .head-service a {
        font-weight: 600;
        color: #fff;
        font-size: 24px;
    }

        .head-service a:hover {
            text-decoration: none;
        }

    .head-service p {
        margin-bottom: 10px;
    }

    .head-service i {
        font-size: 40px;
        text-align: center;
    }

.item-service:hover .head-service i {
    transition: .3s all ease;
}

.services .head-service {
    margin-bottom: 0;
}

.btn-read-more {
    padding: 5px 10px;
    font-weight: 400;
    border: 1px solid #fff;
    margin: 10px 0;
    color: #fff;
    font-size: 14px!important;
    text-transform: none;
}

    .btn-read-more:hover {
        background-color: #393939;
        border-color: #393939;
        color: #fff;
        text-decoration: none;
        -webkit-transition: .3s all ease;
        -moz-transition: .3s all ease;
        -o-transition: .3s all ease;
        -ms-transition: .3s all ease;
        transition: .3s all ease;
    }

/*footer {
    background-color: #191919;
}
*/
/*    footer p {
        color: #fff;
        line-height: 20px;
        padding: 10px 0;
    }*/

.footer-top {
    text-align: center;
    background:#7677a5;
}

    .footer-top h4 {
        padding: 0;
        font-weight: 300;
    }

        .footer-top h4 a {
            color: #f5f5f5;
        }

    .footer-top a {
        color: #fff;
    }

    .footer-top .item-center {
        height: 140px;
        padding: 25px 0 0;
        position: relative;
        text-align: center;
    }

        .footer-top .item-center i {
            font-size: 1.8em;
            line-height: 1.4em;
            transition: all .5s ease 0s;
        }

.footer-center {
    padding-bottom: 20px;
    padding-top: 20px;
}

    .footer-center .container ul.links li a:hover {
        color: #009eea;
        text-decoration: none;
        cursor: pointer;
        -webkit-transition: .5s all ease;
        -moz-transition: .5s all ease;
        -o-transition: .5s all ease;
        -ms-transition: .5s all ease;
        transition: .5s all ease;
    }

/*footer .btn:hover, footer .links li, footer .links li a, footer h3, footer h4, footer i {
    color: #f5f5f5;
}*/

.footer-center ul.contact-methods {
    padding: 0;
}

.footer-center-links .border-right {
    min-height: 207px;
}

.footer-center-links ul.links {
    font-size: 13px;
}

i.fa.fa-edit.pane, i.fa.fa-history.pane, i.fa.fa-save.pane {
    float: right;
    font-size: 20px;
    cursor: pointer;
}

i.fa.fa-rotate-left.pane {
    float: right;
    font-size: 18px;
    cursor: pointer;
    margin-left: 5px;
}

.footer-center .footer-contant {
    min-height: 180px;
}

footer .border-right {
    border-right: 1px solid #4d4d4d;
    padding-right: 25px;
}

footer .btn {
    background: rgba(0,0,0,0);
    border: 1px solid;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 300;
    padding: 0 7px;
}

    footer .btn:hover {
        border: none;
    }

/*footer .links {
    padding-left: 15px;
}

    footer .links li {
        line-height: 18px;
        padding-bottom: 10px;
        list-style-image: url(../img/slide/chevron-right-9x10.png);
    }

        footer .links li i {
            padding-right: 7px;
        }
*/
/*.footer-bottom {
    padding: 12px 0;
    background: #000;
}

    .footer-bottom ul li a {
        color: #f5f5f5;
        font-size: 15px;
    }*/

.menu-footer {
    padding: 5px 0 0 10px;
}

/*footer .col-md-5 .col-md-6 {
    padding: 0;
}
*/
.footer-center .col-md-3 ul li span.fb {
    background-image: url(/images/sprite.png);
    background-position: 103% 198%;
    float: left;
    height: 48px;
    width: 53px;
}

.footer-center .col-md-3 ul li span.tw {
    background-image: url(/images/sprite.png);
    background-position: 369% 209%;
    float: left;
    height: 51px;
    width: 47px;
}

.footer-center .col-md-3 ul li span.in {
    background-image:url(/images/sprite.png);
    background-position: 103% 109%;
    float: left;
    height: 51px;
    width: 53px;
}

.footer-center .col-md-3 ul li span.gplus {
    background-image: url(/images/sprite.png);
    background-position: 7% 297%;
    float: left;
    height: 51px;
    width: 50px;
}

.footer-center .col-md-3 ul li.social {
    background: rgba(0,179,255,.6);
    border-radius: 4px;
    display: block;
    height: 38px;
    margin: 3px 0;
    overflow: hidden;
}

.footer-center ul li.social span {
    color: #fff;
    float: right;
    font-weight: 700;
    height: 35px;
    padding: 7px 10px;
    text-align: right;
    vertical-align: middle;
    width: 70%;
}

.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: left;
    color: #009eea;
    font-weight: 300;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";
}

.accordion-trigger h3 {
    margin: 0 10px;
}

.accordion-trigger {
    text-decoration: none;
    padding: 10px 10px 10px 25px;
    margin: 0 0 5px;
    cursor: pointer;
    border: none;
  
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

    .accordion-trigger i {
        padding-right: 10px;
        font-size: 18px;
    }

    .accordion-trigger:hover {
        -webkit-transition: all .1s linear;
        -moz-transition: all .1s linear;
        -o-transition: all .1s linear;
        transition: all .1s linear;
    }

.accordion-container {
    padding: 10px;
}

    .accordion-container p {
        margin: 0 0 10px;
        text-align: justify;
    }

.strategies-Objectives {
    border-top: 4px solid #f2f2f2;
}

.strategies-Objectives-tabs .container ul.tabs-left li a {
    border-radius: 0;
    color: #fff;
    background-color: grey;
}

    .strategies-Objectives-tabs .container ul.tabs-left li a:hover {
        background: url(../img/icons/left-arrow.png) right center no-repeat #009eea;
    }

.strategies-Objectives-tabs .container ul.tabs-left > li.active > a, .tabs-left > li.active > a:focus, .tabs-left > li.active > a:hover {
    background: url(../img/icons/left-arrow.png) right center no-repeat #009eea;
    border: none;
}

.strategies-Objectives-tabs .container .tab-content {
    border: none;
}

.home-tabs .tab-content {
    background-color: #fff;
    padding: 20px 15px;
    text-align: justify;
    border-color: #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.home-tabs .nav-tabs > li {
    margin-left: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .home-tabs .nav-tabs > li a {
        margin-right: 0;
    }

    .home-tabs .nav-tabs > li:first-child {
        margin-left: 0;
    }

.gt_accordion {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 15px;
}

    .gt_accordion h3 {
        padding: 5px 0;
    }

        .gt_accordion h3 > span {
            color: #009eea;
        }

    .gt_accordion .accordion-trigger, .gt_accordion .accordion-trigger.active, .gt_accordion .accordion-trigger:hover {
        background: linear-gradient(to right,#009eea,#009eea 40px,#393939 34px) #393939;
        color: #fff;
    }

    .gt_accordion .accordion-trigger {
        padding: 5px 10px 5px 12px;
        font-size: 14px;
        margin-bottom: 0;
        border-top: 1px solid #eee;
        text-transform: uppercase;
    }

        .gt_accordion .accordion-trigger i {
            padding-top: 5px;
            padding-right: 25px;
            font-size: 13px;
        }

    .gt_accordion .accordion-container {
        border: 1px solid #eee;
        margin-bottom: 3px;
        padding: 10px;
    }

.software-technology {
    background: #f2f2f2;
    color: #393939;
}

    .software-technology .titles-heading {
        text-align: left;
    }

        .software-technology .titles-heading h1 {
            background-color: transparent;
            color: #393939;
            font-size: 25px;
            font-weight: 800;
            text-transform: uppercase;
            line-height: 50px;
            width: 100%;
            padding-bottom: 5px;
        }

        .software-technology .titles-heading h4 {
            padding: 0;
            font-size: 14px;
            font-weight: 600;
            line-height: 25px;
            text-transform: uppercase;
        }

        .software-technology .titles-heading p {
            width: 100%;
            margin: 10px 0;
            line-height: 22px;
            text-align: justify;
        }

.cloud-destop img, .cloud-laptops img, .cloud-mobile img, .cloud-servers img, .cloud-tablats img {
    width: 90px;
    position: absolute;
}

.software-technology .titles-heading ul {
    margin-bottom: 10px;
    padding-left: 20px;
}

    .software-technology .titles-heading ul li {
        list-style-image: url(../img/icons/check.png);
        line-height: 20px;
        margin-bottom: 10px;
        text-align: justify;
    }

.software-technology-img, .web_application .web-application-banner {
    text-align: right;
}

.software-technology .titles-heading ul li a {
    color: #393939;
}

    .software-technology .titles-heading ul li a:hover {
        color: #393939;
        text-decoration: none;
    }

.software-technology .titles-heading ul li i {
    margin-right: 8px;
    color: #393939;
}

.software-technology a.btn-primary {
    float: left;
}

.software-technology-img img {
    display: inline;
}

.item-service .head-service img.services-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition-duration: .8s;
    transition-property: transform;
}

.item-service .head-service:hover img.services-image {
    transform: rotateY(360deg);
}

.support .item-service .head-service h4 {
    text-transform: none;
}

.item-service .head-service:hover h4 {
    color: #009eea;
}

.item-service .item-service-content {
    min-height: 105px;
}

.terms-and-conditionst-title-section {
    background: url(../img/banner/title-banner/terms-and-conditionst-banner.jpg) no-repeat #009eea!important;
    background-size: 100% 100%;
    color: #fff;
}

.web_application {
    background: #069;
    color: #fff;
}

    .web_application h1, .web_application ul li a {
        color: #fff;
    }

    .web_application ul li > i {
        color: #fff;
        padding-right: 5px;
    }

    .web_application ul li a:hover {
        text-decoration: none;
    }

    .web_application img.img-responsive {
        margin-top: 10px;
        display: inline;
    }

.cloud-servers img {
    right: 0;
}

.cloud-tablats img {
    left: 0;
    bottom: 30px;
}

.cloud-destop img {
    left: 150px;
    bottom: 30px;
}

.cloud-laptops img {
    right: 10px;
    bottom: 30px;
}

textarea#txtModule {
    color: #393939;
    font-family: monospace;
    font-size: 14px;
    line-height: 150%;
}

.rdm_btn {
    border: 1px solid;
    color: #000;
    font-size: 13px;
    padding: 6px 12px;
}

    .rdm_btn.white {
        color: #fff;
    }

    .rdm_btn:hover {
        background: #009eea;
        border: 1px solid #009eea;
        color: #fff;
    }

img.logo-g {
    margin: 0 0 6px 3px;
}

.col.gt-custom .page-1_container.main_column {
    padding-top: 10px;
}

.gt-fector img.logo-g {
    vertical-align: calc(100% - 1.5em);
    margin: 0 0 0 6px;
}

div.col-md-6 .gt-fector {
    padding: 65px 15px;
}

h3.g-fector {
    font-size: 16px;
    font-weight: 700;
    height: auto;
    line-height: 25px;
}

.box-action.parralax-bg {
    background: 0 0;
}

hr.custom-seperator {
    border-color: #b5b5b5;
    margin: 6px 0 8px;
}

section.gt-client-testimonias .text-center.clients-words > h2 {
    color: #fff;
    padding: 0;
    font-size: 24px;
}

.gt-client-testimonias {
    background-image: url(../img/testiback.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

Section.gt-client-testimonias div.item {
    padding: 0 4%;
    height: 150px;
}

section.gt-client-testimonias .item > p {
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-style: italic;
}

.col-md-4.bst, .col-md-4.bst > h4 {
    line-height: 20px;
    color: #fff;
}

section.gt-client-testimonias .carousel-control.left, section.gt-client-testimonias .carousel-control.right {
    background-image: none;
}

section.gt-client-testimonias .carousel-inner {
    margin: 10px auto;
    width: 85%;
}

section.gt-client-testimonias .carousel-control {
    width: 3%;
    height: 0;
}

section.gt-client-testimonias .carousel-indicators {
    bottom: -27px;
}

section.gt-client-testimonias .col-md-5 {
    padding: 0;
}

p.testi-nogapping {
    margin-bottom: 0!important;
}

.text-center.clients-words {
    color: #fff;
    margin: 20px 0 0;
}

.clients-words .fa.fa-quote-left {
    font-size: 18px;
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 50%;
}

section.gt-client-testimonias ol {
    left: 0;
    margin-left: 0;
    width: 100%;
}

section.gt-client-testimonias p strong {
    font-size: 18px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pt80, .pt90 {
    padding-top: 90px;
}

.pt100 {
    padding-top: 100px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb90 {
    padding-bottom: 90px;
}

.pb100 {
    padding-bottom: 100px;
}

hr.gt-seperotor {
    border-color: #dfdfdf;
}

.row h3 span {
    border-bottom: 2px solid #0398ff;
    padding-bottom: 5px;
    display: inline-block;
}

ul li i.fa.fa-angle-right, ul li i.fa.fa-check-circle {
    color: #2f93df;
    font-size: 16px;
    font-weight: 700;
    margin-right: 7px;
    margin-left: -.8em;
}

section ul li {
    margin-left: 13px;
}

.col-md-4.bst {
    background: #2f2f2f;
    height: auto;
}

    .col-md-4.bst p {
        line-height: 16px;
        text-align: justify;
    }

    .col-md-4.bst .rdm_btn {
        background: rgba(0,0,0,0);
        border-radius: 0;
        float: left;
        font-size: 13px;
        padding: 6px 12px;
        margin-bottom: 15px;
    }

.iconinc {
    background: #fff;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    top: 60%;
    width: 100%;
    height: auto;
}

.col-1-5.image-container.effect .img-responsive {
    margin: 0 auto;
    padding: 44px 0;
    width: 90px;
}

.iconinc .btn.lrn-more {
    border: 1px solid;
    border-radius: 0;
    font-size: 13px;
    padding: 2px 7px;
}

.iconinc p.text-center {
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    height: 45px;
}

div.mask ul li {
    color: #fff;
    font-weight: 700;
}

div.mask > ul {
    padding: 20px 0 0;
}

.col-1-5.image-container {
    border: 5px solid #fff;
    box-shadow: 0 0 1px #aaa;
    cursor: default;
    float: left;
    height: 250px;
    margin: 3px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 19%;
}

.image-container .content, .image-container .mask {
    width: 250px;
    height: 280px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.image-container img {
    display: block;
    position: relative;
}

.effect a.info {
    position: relative;
    top: -10px;
    opacity: 0;
    transition: opacity .5s 0s ease-in-out;
}

.effect:hover .mask {
    opacity: 1;
    background: rgba(0,0,0,.7);
}

.effect:hover a.info {
    opacity: 1;
    transition-delay: .3s;
}

.effect .mask {
    height: 100%;
    width: 100%;
    opacity: 0;
    overflow: visible;
    box-sizing: border-box;
    transition: all .4s ease-in-out;
}

@media (min-width:214px) and (max-width:768px) {
    Section.gt-client-testimonias div.item {
        height: auto;
    }
}

@media (min-width:214px) and (max-width:991px) {
    div.col-md-6 .gt-fector {
        padding: 20px 15px;
    }

    .col-1-5.image-container {
        width: 100%;
    }

    .footer-center {
        text-align: center;
    }

    .col-md-7.testimonials {
        height: 410px;
    }

    section.gt-client-testimonias .carousel-control {
        height: 125px;
    }

    ul li ul.dropdown-menu::before {
        display: none;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .footer-center {
        text-align: left;
    }

    footer .border-right {
        border-right: medium none;
        padding-right: 0;
    }

    .footer-center ul.contact-methods {
        border: none;
    }

    .footer-center ul.contact-methods, footer .border-right {
        border-bottom: none!important;
    }
}

@media (min-width:320px) and (max-width:767px) {
    footer .links li {
        list-style-image: none;
    }
}

.paddings.thankyou-section p {
    text-align: center;
}

div.gt_carrier h4 {
    padding: 0;
}

    div.gt_carrier h4 a {
        margin-left: 10px;
    }

div.header-nav textarea#txtModule {
    height: 100px!important;
}

div.header-row textarea#txtModule {
    height: 100px!important;
}

div.header-nav textarea#txtModule {
    height: 100px!important;
}

div.header-row textarea#txtModule {
    height: 100px!important;
}
